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

Question

The sum of the real roots of the equation \left| {\matrix{ x & { - 6} & { - 1} \cr 2 & { - 3x} & {x - 3} \cr { - 3} & {2x} & {x + 2} \cr } } \right| = 0, is equal to :

Options

Solution

1. Understanding the Problem and Key Concepts

The problem asks for the sum of the real roots of a given equation involving a 3×33 \times 3 determinant set to zero. To solve this, we need to convert the determinant equation into a standard polynomial equation and then use a powerful tool called Vieta's formulas.

  • Determinant Expansion: For a 3×33 \times 3 matrix, say A=(abcdefghi)A = \begin{pmatrix} a & b & c \\ d & e & f \\ g & h & i \end{pmatrix}, its determinant can be expanded using the cofactor expansion method along any row or column. For example, expanding along the first row (R1R_1): \det(A) = a \cdot \left| {\matrix{ e & f \\ h & i \cr } } \right| - b \cdot \left| {\matrix{ d & f \\ g & i \cr } } \right| + c \cdot \left| {\matrix{ d & e \\ g & h \cr } } \right| Each 2×22 \times 2 determinant \left| {\matrix{ p & q \\ r & s \cr } } \right| is evaluated as psqrps - qr. Remember the alternating signs for the cofactors: (++)(+ - +) for R1R_1, (+)(- + -) for R2R_2, and (++)(+ - +) for R3R_3.

  • Vieta's Formulas: These formulas relate the coefficients of a polynomial equation to the sums and products of its roots. For a general cubic equation of the form ax3+bx2+cx+d=0ax^3 + bx^2 + cx + d = 0, if x1,x2,x3x_1, x_2, x_3 are its roots (real or complex), then:

    • Sum of the roots: x1+x2+x3=bax_1 + x_2 + x_3 = -\frac{b}{a}
    • Sum of the roots taken two at a time: x1x2+x2x3+x3x1=cax_1x_2 + x_2x_3 + x_3x_1 = \frac{c}{a}
    • Product of the roots: x1x2x3=dax_1x_2x_3 = -\frac{d}{a} Since a cubic equation with real coefficients always has at least one real root, and any complex roots appear in conjugate pairs, the sum of all roots (given by Vieta's formula) will be the sum of the real roots if all roots are real, or the sum of the one real root and the two complex conjugates if there are complex roots. In this problem, we are specifically asked for the sum of real roots. Once we find the polynomial, we can check if its roots are all real.

2. Step-by-Step Solution

Step 2.1: Write Down the Determinant Equation The given equation is: \left| {\matrix{ x & { - 6} & { - 1} \cr 2 & { - 3x} & {x - 3} \cr { - 3} & {2x} & {x + 2} \cr } } \right| = 0

Step 2.2: Expand the Determinant We will expand the determinant along the first row (R1R_1) because it's a straightforward approach and typically involves less complexity for the first element. The expansion follows the pattern a11C11+a12C12+a13C13a_{11}C_{11} + a_{12}C_{12} + a_{13}C_{13}, where CijC_{ij} is the cofactor. x \cdot \left| {\matrix{ { - 3x} & {x - 3} \cr {2x} & {x + 2} \cr } } \right| - (-6) \cdot \left| {\matrix{ 2 & {x - 3} \cr { - 3} & {x + 2} \cr } } \right| + (-1) \cdot \left| {\matrix{ 2 & { - 3x} \cr { - 3} & {2x} \cr } } \right| = 0

  • Explanation for signs:
    • The first term is xx (element a11a_{11}) times its minor, with a positive sign (since (1)1+1=+1(-1)^{1+1} = +1).
    • The second term is 6-6 (element a12a_{12}) times its minor, with a negative sign (since (1)1+2=1(-1)^{1+2} = -1). Hence, we have (6)-(-6), which simplifies to +6+6.
    • The third term is 1-1 (element a13a_{13}) times its minor, with a positive sign (since (1)1+3=+1(-1)^{1+3} = +1). Hence, we have +(1)+(-1), which simplifies to 1-1.

Step 2.3: Evaluate the 2×22 \times 2 Minors Now, we calculate the value of each 2×22 \times 2 determinant:

  • First Minor (M11M_{11}): M_{11} = \left| {\matrix{ { - 3x} & {x - 3} \cr {2x} & {x + 2} \cr } } \right| =(3x)(x+2)(x3)(2x)= (-3x)(x + 2) - (x - 3)(2x) =(3x26x)(2x26x)= (-3x^2 - 6x) - (2x^2 - 6x) =3x26x2x2+6x= -3x^2 - 6x - 2x^2 + 6x =(3x22x2)+(6x+6x)= (-3x^2 - 2x^2) + (-6x + 6x) =5x2= -5x^2

  • Second Minor (M12M_{12}): M_{12} = \left| {\matrix{ 2 & {x - 3} \cr { - 3} & {x + 2} \cr } } \right| =(2)(x+2)(x3)(3)= (2)(x + 2) - (x - 3)(-3) =(2x+4)(3x+9)= (2x + 4) - (-3x + 9) =2x+4+3x9= 2x + 4 + 3x - 9 =5x5= 5x - 5

  • Third Minor (M13M_{13}): M_{13} = \left| {\matrix{ 2 & { - 3x} \cr { - 3} & {2x} \cr } } \right| =(2)(2x)(3x)(3)= (2)(2x) - (-3x)(-3) =4x(9x)= 4x - (9x) =4x9x= 4x - 9x =5x= -5x

Step 2.4: Form the Cubic Equation Substitute the evaluated minors back into the expanded determinant equation from Step 2.2: x(5x2)+6(5x5)1(5x)=0x \cdot (-5x^2) + 6 \cdot (5x - 5) - 1 \cdot (-5x) = 0 Now, distribute and combine like terms to form the polynomial equation: 5x3+(30x30)+5x=0-5x^3 + (30x - 30) + 5x = 0 5x3+(30x+5x)30=0-5x^3 + (30x + 5x) - 30 = 0 5x3+35x30=0-5x^3 + 35x - 30 = 0 To simplify, we can divide the entire equation by 5-5: x37x+6=0x^3 - 7x + 6 = 0 This is a cubic equation of the form ax3+bx2+cx+d=0ax^3 + bx^2 + cx + d = 0. Comparing coefficients, we have:

  • a=1a = 1
  • b=0b = 0 (since there is no x2x^2 term)
  • c=7c = -7
  • d=6d = 6

Step 2.5: Apply Vieta's Formulas The sum of the roots of a cubic equation ax3+bx2+cx+d=0ax^3 + bx^2 + cx + d = 0 is given by ba-\frac{b}{a}. In our equation, x37x+6=0x^3 - 7x + 6 = 0: Sum of roots =ba=01=0= -\frac{b}{a} = -\frac{0}{1} = 0.

To confirm that these are real roots, we can factor the polynomial: By inspection, x=1x=1 is a root (137(1)+6=17+6=01^3 - 7(1) + 6 = 1 - 7 + 6 = 0). Using polynomial division or synthetic division, we can divide (x37x+6)(x^3 - 7x + 6) by (x1)(x-1): (x1)(x2+x6)=0(x-1)(x^2 + x - 6) = 0 Further factoring the quadratic: (x1)(x+3)(x2)=0(x-1)(x+3)(x-2) = 0 The roots are x=1,x=3,x=2x=1, x=-3, x=2. All these roots are real. The sum of these real roots is 1+(3)+2=01 + (-3) + 2 = 0.

3. Tips for Success and Common Mistakes

  • Sign Errors: The most common mistake in determinant expansion is getting the signs wrong for the cofactors. Remember the checkerboard pattern of signs: (+++++)\begin{pmatrix} + & - & + \\ - & + & - \\ + & - & + \end{pmatrix}.
  • Algebraic Errors: Be extremely careful when expanding products and combining like terms, especially with negative signs. Distribute thoroughly.
  • Vieta's Formulas: Ensure you remember the formulas correctly, especially the sign for the sum of roots (ba-\frac{b}{a}).
  • Double-Checking: If time permits, expanding the determinant using a different row or column can serve as a good double-check for your polynomial equation.

4. Conclusion By expanding the given 3×33 \times 3 determinant, we obtained the cubic equation x37x+6=0x^3 - 7x + 6 = 0. Using Vieta's formulas, the sum of the roots is given by ba-\frac{b}{a}, where b=0b=0 (the coefficient of x2x^2) and a=1a=1 (the coefficient of x3x^3). Therefore, the sum of the real roots is 00.

The final answer is 0\boxed{\text{0}}.

Practice More Matrices & Determinants Questions

View All Questions