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

Question

If B = \left[ {\matrix{ 5 & {2\alpha } & 1 \cr 0 & 2 & 1 \cr \alpha & 3 & { - 1} \cr } } \right] is the inverse of a 3 × 3 matrix A, then the sum of all values of α\alpha for which det(A) + 1 = 0, is :

Options

Solution

Detailed Solution

This problem combines concepts from matrices and determinants, specifically focusing on the relationship between a matrix and its inverse. We'll use the fundamental property of determinants of inverse matrices and then apply determinant calculation and quadratic equation solving techniques.


Key Concept: Determinant of an Inverse Matrix

The most crucial concept for this problem is the relationship between the determinant of an invertible matrix AA and the determinant of its inverse, A1A^{-1}. This relationship is given by: det(A1)=1det(A)\det(A^{-1}) = \frac{1}{\det(A)} This formula is valid provided that det(A)0\det(A) \neq 0, which must be true for AA to be invertible and thus for its inverse BB to exist.


Problem Breakdown

We are given a 3×33 \times 3 matrix BB and told that it is the inverse of another 3×33 \times 3 matrix AA. This means B=A1B = A^{-1}. The matrix BB contains an unknown parameter α\alpha: B=[52α1021α31]B = \left[ {\begin{matrix} 5 & {2\alpha} & 1 \\ 0 & 2 & 1 \\ \alpha & 3 & { - 1} \\ \end{matrix} } \right] We are also given a condition involving the determinant of AA: det(A)+1=0\det(A) + 1 = 0. Our goal is to find the sum of all possible values of α\alpha that satisfy these conditions.


Step-by-Step Solution

Step 1: Determine the value of det(A)\det(A)

  • We are given the condition det(A)+1=0\det(A) + 1 = 0.
  • To find det(A)\det(A), we simply rearrange this equation: det(A)=1\det(A) = -1
  • Why this step? This is our starting point. Knowing the numerical value of det(A)\det(A) is essential because it allows us to use the key concept to find the numerical value of det(B)\det(B).

Step 2: Relate det(B)\det(B) to det(A)\det(A) and find det(B)\det(B)

  • We are given that B=A1B = A^{-1}.
  • Using the key concept mentioned above, we can write the relationship between their determinants: det(B)=det(A1)=1det(A)\det(B) = \det(A^{-1}) = \frac{1}{\det(A)}
  • Now, substitute the value of det(A)=1\det(A) = -1 (found in Step 1) into this equation: det(B)=11=1\det(B) = \frac{1}{-1} = -1
  • Why this step? This step establishes the specific numerical value that the determinant of matrix BB must equal. Our next task will be to calculate det(B)\det(B) in terms of α\alpha and then equate it to this numerical value to form an equation for α\alpha.

Step 3: Calculate det(B)\det(B) in terms of α\alpha

  • The matrix BB is: B=[52α1021α31]B = \left[ {\begin{matrix} 5 & {2\alpha} & 1 \\ 0 & 2 & 1 \\ \alpha & 3 & { - 1} \\ \end{matrix} } \right]
  • We will calculate the determinant of BB by expanding along the first row. The general formula for expanding a 3×33 \times 3 determinant abcdefghi\left| {\begin{matrix} a & b & c \\ d & e & f \\ g & h & i \\ \end{matrix} } \right| along the first row is a(eifh)b(difg)+c(dheg)a(ei - fh) - b(di - fg) + c(dh - eg).
  • Applying this formula to matrix BB: det(B)=521312α01α1+102α3\det(B) = 5 \left| {\begin{matrix} 2 & 1 \\ 3 & { - 1} \end{matrix} } \right| - 2\alpha \left| {\begin{matrix} 0 & 1 \\ \alpha & { - 1} \end{matrix} } \right| + 1 \left| {\begin{matrix} 0 & 2 \\ \alpha & 3 \end{matrix} } \right|
  • Now, we calculate each 2×22 \times 2 determinant:
    • First term: 5×((2)(1)(1)(3))=5×(23)=5×(5)=255 \times ((2)(-1) - (1)(3)) = 5 \times (-2 - 3) = 5 \times (-5) = -25
    • Second term: 2α×((0)(1)(1)(α))=2α×(0α)=2α×(α)=2α2-2\alpha \times ((0)(-1) - (1)(\alpha)) = -2\alpha \times (0 - \alpha) = -2\alpha \times (-\alpha) = 2\alpha^2
    • Third term: 1×((0)(3)(2)(α))=1×(02α)=2α1 \times ((0)(3) - (2)(\alpha)) = 1 \times (0 - 2\alpha) = -2\alpha
  • Summing these results, we get the expression for det(B)\det(B): det(B)=25+2α22α\det(B) = -25 + 2\alpha^2 - 2\alpha det(B)=2α22α25\det(B) = 2\alpha^2 - 2\alpha - 25
  • Why this step? This step provides an algebraic expression for det(B)\det(B) in terms of α\alpha. By equating this expression to the numerical value of det(B)\det(B) found in Step 2, we can form an equation to solve for α\alpha.

Step 4: Form and Solve the Quadratic Equation for α\alpha}

  • From Step 2, we know that det(B)\det(B) must be equal to 1-1.
  • From Step 3, we found that det(B)=2α22α25\det(B) = 2\alpha^2 - 2\alpha - 25.
  • Equating these two expressions for det(B)\det(B): 2α22α25=12\alpha^2 - 2\alpha - 25 = -1
  • To solve this quadratic equation, we first rearrange it into the standard form aα2+bα+c=0a\alpha^2 + b\alpha + c = 0: 2α22α25+1=02\alpha^2 - 2\alpha - 25 + 1 = 0 2α22α24=02\alpha^2 - 2\alpha - 24 = 0
  • We can simplify this quadratic equation by dividing all terms by 2: α2α12=0\alpha^2 - \alpha - 12 = 0
  • Why this step? This step translates the determinant equality into a standard algebraic equation. Solving this equation will give us the possible values of α\alpha that satisfy all the given conditions.

Step 5: Find the Sum of all Values of α\alpha

  • The quadratic equation we need to solve is α2α12=0\alpha^2 - \alpha - 12 = 0.
  • This equation is in the standard form aα2+bα+c=0a\alpha^2 + b\alpha + c = 0, where a=1a=1, b=1b=-1, and c=12c=-12.
  • According to Vieta's formulas, for a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the sum of its roots (values of xx) is given by ba-\frac{b}{a}.
  • In our case, the sum of all values of α\alpha is: Sum of α=ba=(1)1=1\text{Sum of } \alpha = - \frac{b}{a} = - \frac{(-1)}{1} = 1
  • Why this step? The question specifically asks for the sum of the values of α\alpha, not the individual values. Vieta's formulas provide an efficient way to find this sum directly from the coefficients of the quadratic equation without needing to factorize it or use the quadratic formula to find the roots individually.

Important Tips and Common Mistakes

  1. Determinant Calculation Accuracy: Carefully expand the determinant, paying close attention to signs and arithmetic. A common mistake is an error in multiplying or subtracting terms, especially with negative numbers or variables.
  2. Correct Determinant Property: Ensure you use det(A1)=1det(A)\det(A^{-1}) = \frac{1}{\det(A)} correctly. Do not confuse it with det(A1)=det(A)\det(A^{-1}) = -\det(A) or other incorrect relationships.
  3. Algebraic Manipulation: Be meticulous when rearranging the equation into standard quadratic form. Sign errors are frequent when moving terms across the equality.
  4. Vieta's Formulas: Remember Vieta's formulas for quadratic equations. For ax2+bx+c=0ax^2 + bx + c = 0, the sum of roots is b/a-b/a and the product of roots is c/ac/a. Using these can save significant time compared to finding individual roots and then summing them.

Summary and Key Takeaway

This problem demonstrates a typical application of determinant properties in JEE Mathematics. By leveraging the relationship det(A1)=1det(A)\det(A^{-1}) = \frac{1}{\det(A)}, we could translate the condition on matrix AA into a condition on matrix BB. Calculating det(B)\det(B) in terms of α\alpha led to a quadratic equation, whose roots represented the possible values of α\alpha. Finally, Vieta's formulas provided an elegant way to find the sum of these values directly.

The final answer is 1\boxed{1}.

Practice More Matrices & Determinants Questions

View All Questions