Skip to main content
Back to Matrices & Determinants
JEE Main 2019
Matrices & Determinants
Matrices and Determinants
Medium

Question

Let α\alpha and β\beta be the roots of the equation x 2 + x + 1 = 0. Then for y \ne 0 in R, \left| {\matrix{ {y + 1} & \alpha & \beta \cr \alpha & {y + \beta } & 1 \cr \beta & 1 & {y + \alpha } \cr } } \right| is equal to

Options

Solution

This problem masterfully combines concepts from complex numbers (specifically, roots of unity) and determinants. The key to solving it efficiently lies in recognizing the properties of the roots of the given quadratic equation and applying strategic determinant operations.


1. Key Concepts: Roots of Unity and Properties

The foundation of this problem is understanding the roots of the equation x2+x+1=0x^2 + x + 1 = 0. Definition: The roots of x2+x+1=0x^2 + x + 1 = 0 are the non-real cube roots of unity. These are commonly denoted as ω\omega and ω2\omega^2. Let's assign α=ω\alpha = \omega and β=ω2\beta = \omega^2 (or vice-versa).

From the theory of roots of unity, we know the following fundamental properties:

  • Sum of roots: α+β=ω+ω2=1\alpha + \beta = \omega + \omega^2 = -1 (from Vieta's formulas, or directly).
  • Product of roots: αβ=ωω2=ω3=1\alpha \beta = \omega \cdot \omega^2 = \omega^3 = 1 (from Vieta's formulas, or directly).
  • Crucial identity: 1+ω+ω2=01 + \omega + \omega^2 = 0. Therefore, 1+α+β=01 + \alpha + \beta = 0.
  • Difference squared: (αβ)2=(α+β)24αβ=(1)24(1)=14=3(\alpha - \beta)^2 = (\alpha + \beta)^2 - 4\alpha\beta = (-1)^2 - 4(1) = 1 - 4 = -3.

2. Setting up the Determinant

We are asked to evaluate the determinant: D = \left| {\matrix{ {y + 1} & \alpha & \beta \cr \alpha & {y + \beta } & 1 \cr \beta & 1 & {y + \alpha } \cr } } \right| The variable yy is a non-zero real number.


3. Applying Column Operations to Simplify

To simplify determinants, we often look for opportunities to create zeros or common factors using row or column operations. Strategy: We notice the identity 1+α+β=01 + \alpha + \beta = 0. If we add all columns to the first column, we can leverage this identity. Apply the column operation C1C1+C2+C3C_1 \to C_1 + C_2 + C_3:

  • The new first element of C1C_1 will be (y+1)+α+β=y+(1+α+β)=y+0=y(y + 1) + \alpha + \beta = y + (1 + \alpha + \beta) = y + 0 = y.
  • The new second element of C1C_1 will be α+(y+β)+1=y+(α+β+1)=y+0=y\alpha + (y + \beta) + 1 = y + (\alpha + \beta + 1) = y + 0 = y.
  • The new third element of C1C_1 will be β+1+(y+α)=y+(β+1+α)=y+0=y\beta + 1 + (y + \alpha) = y + (\beta + 1 + \alpha) = y + 0 = y.

So the determinant becomes: D = \left| {\matrix{ y & \alpha & \beta \cr y & {y + \beta } & 1 \cr y & 1 & {y + \alpha } \cr } } \right|

Explanation: This step is taken because it creates a common factor (yy) in the first column, which can then be factored out, simplifying the determinant significantly.


4. Factoring out the Common Term

Now, factor out yy from the first column: D = y \left| {\matrix{ 1 & \alpha & \beta \cr 1 & {y + \beta } & 1 \cr 1 & 1 & {y + \alpha } \cr } } \right|

Explanation: Factoring out a common term from a row or column makes the numbers inside the determinant smaller, making subsequent calculations easier.


5. Creating Zeros in the First Column

To further simplify, we can create zeros in the first column using row operations. Apply the row operations:

  • R2R2R1R_2 \to R_2 - R_1
  • R3R3R1R_3 \to R_3 - R_1

The determinant becomes: D = y \left| {\matrix{ 1 & \alpha & \beta \cr 1 - 1 & (y + \beta) - \alpha & 1 - \beta \cr 1 - 1 & 1 - \alpha & (y + \alpha) - \beta \cr } } \right| D = y \left| {\matrix{ 1 & \alpha & \beta \cr 0 & {y + \beta - \alpha } & {1 - \beta } \cr 0 & {1 - \alpha } & {y + \alpha - \beta } \cr } } \right|

Explanation: Creating zeros in a row or column is a standard technique to reduce the order of the determinant when expanding it, as terms multiplied by zero vanish.


6. Expanding the Determinant

Now, expand the determinant along the first column (which contains two zeros): D = y \cdot \left[ 1 \cdot \left| {\matrix{ {y + \beta - \alpha } & {1 - \beta } \cr {1 - \alpha } & {y + \alpha - \beta } \cr } } \right| - 0 + 0 \right] D=y[(y+βα)(y+αβ)(1β)(1α)]D = y \left[ (y + \beta - \alpha)(y + \alpha - \beta) - (1 - \beta)(1 - \alpha) \right]

Explanation: Expanding along a column with zeros simplifies the calculation to a single 2×22 \times 2 determinant. The formula for a 2×22 \times 2 determinant \left| {\matrix{ a & b \cr c & d \cr } } \right| = ad - bc is applied.


7. Evaluating the Expressions

Let's evaluate the two terms inside the square bracket separately using the properties of α\alpha and β\beta:

Term 1: (y+βα)(y+αβ)(y + \beta - \alpha)(y + \alpha - \beta) This expression is of the form (A+B)(AB)=A2B2(A+B)(A-B) = A^2 - B^2, where A=yA=y and B=(αβ)B=(\alpha - \beta). So, (y+(βα))(y(βα))=y2(βα)2(y + (\beta - \alpha))(y - (\beta - \alpha)) = y^2 - (\beta - \alpha)^2.

Now, substitute the value of (βα)2(\beta - \alpha)^2: We know (αβ)2=3(\alpha - \beta)^2 = -3. Since (βα)2=(1)2(αβ)2=(αβ)2(\beta - \alpha)^2 = (-1)^2 (\alpha - \beta)^2 = (\alpha - \beta)^2, then (βα)2=3(\beta - \alpha)^2 = -3. Therefore, Term 1 =y2(3)=y2+3= y^2 - (-3) = y^2 + 3.

Term 2: (1β)(1α)(1 - \beta)(1 - \alpha) Expand this product: (1β)(1α)=1αβ+αβ(1 - \beta)(1 - \alpha) = 1 - \alpha - \beta + \alpha\beta Factor out the negative sign from α\alpha and β\beta: =1(α+β)+αβ= 1 - (\alpha + \beta) + \alpha\beta Substitute the known values α+β=1\alpha + \beta = -1 and αβ=1\alpha\beta = 1: =1(1)+1=1+1+1=3= 1 - (-1) + 1 = 1 + 1 + 1 = 3.

Explanation: These evaluations directly use the properties derived in Section 1. This is where the specific nature of α\alpha and β\beta as roots of unity becomes critical.


8. Final Calculation

Substitute the evaluated terms back into the determinant expression: D=y[(y2+3)3]D = y \left[ (y^2 + 3) - 3 \right] D=y[y2]D = y \left[ y^2 \right] D=y3D = y^3


9. Tips and Common Mistakes

  • Recognize Roots of Unity: Immediately identify x2+x+1=0x^2+x+1=0 with ω\omega and ω2\omega^2. This is a common pattern in JEE problems.
  • Properties are Key: Memorize or be able to quickly derive the key properties like 1+ω+ω2=01+\omega+\omega^2=0, ω3=1\omega^3=1, and (ωω2)2=3(\omega-\omega^2)^2 = -3.
  • Strategic Operations: Don't just expand the determinant immediately. Look for row/column operations that simplify the matrix (e.g., creating common factors or zeros).
  • Algebraic Precision: Be careful with signs, especially when dealing with expressions like (αβ)2(\alpha-\beta)^2. A common mistake is to forget the negative sign.

10. Summary / Key Takeaway

This problem demonstrates how combining knowledge of complex numbers (roots of unity) with determinant properties can lead to an elegant solution. The key steps were:

  1. Identifying the roots α,β\alpha, \beta as ω,ω2\omega, \omega^2 and listing their properties.
  2. Using 1+α+β=01+\alpha+\beta=0 to simplify the determinant via column operations, extracting a common factor yy.
  3. Further simplification by creating zeros and expanding the determinant.
  4. Carefully substituting the properties of α,β\alpha, \beta to evaluate the resulting terms.

The final answer is y3\boxed{\text{y}^3}.

Practice More Matrices & Determinants Questions

View All Questions
Let and be the roots of the equation x 2 + x + 1 = 0. Then f... | JEE Main 2019 Matrices & Determinants | JEE Main - Mathematicon