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

Question

Let A = \left[ {\matrix{ 1 & { - 2} & \alpha \cr \alpha & 2 & { - 1} \cr } } \right] and B = \left[ {\matrix{ 2 & \alpha \cr { - 1} & 2 \cr 4 & { - 5} \cr } } \right],\,\alpha \in C. Then the absolute value of the sum of all values of α\alpha for which det(AB) = 0 is :

Options

Solution

Key Concepts and Formulas

  1. Matrix Multiplication: If matrix AA has dimensions m×nm \times n and matrix BB has dimensions n×pn \times p, their product ABAB will be an m×pm \times p matrix. The element (AB)ij(AB)_{ij} is found by taking the dot product of the ii-th row of AA and the jj-th column of BB.
  2. Determinant of a 2×22 \times 2 Matrix: For a matrix M=[abcd]M = \left[ {\begin{matrix} a & b \\ c & d \\ \end{matrix} } \right], its determinant is given by det(M)=adbc\det(M) = ad - bc.
  3. Properties of Determinants: A matrix is singular if its determinant is zero. Also, if a common factor exists in any row or column of a determinant, it can be factored out.
  4. Sum of Roots of a Quadratic Equation: For a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 (where a0a \neq 0), the sum of its roots is given by b/a-b/a.

Step-by-Step Solution

Step 1: Determine the Dimensions of AB and Perform Matrix Multiplication

What we are doing: We need to find the product matrix ABAB first, as its determinant is required. Why we are doing it: The determinant property det(AB)=det(A)det(B)\det(AB) = \det(A)\det(B) is not applicable here because AA and BB are not square matrices. Thus, we must first calculate ABAB and then find its determinant.

Given matrices: A=[12αα21]A = \left[ {\begin{matrix} 1 & { - 2} & \alpha \\ \alpha & 2 & { - 1} \\ \end{matrix} } \right] This is a 2×32 \times 3 matrix.

B=[2α1245]B = \left[ {\begin{matrix} 2 & \alpha \\ { - 1} & 2 \\ 4 & { - 5} \\ \end{matrix} } \right] This is a 3×23 \times 2 matrix.

Since the number of columns in AA (3) equals the number of rows in BB (3), the product ABAB is defined. The resulting matrix ABAB will have dimensions 2×22 \times 2.

Let AB=[c11c12c21c22]AB = \left[ {\begin{matrix} c_{11} & c_{12} \\ c_{21} & c_{22} \\ \end{matrix} } \right]. We calculate each element:

  • c11=(1)(2)+(2)(1)+(α)(4)=2+2+4α=4+4αc_{11} = (1)(2) + (-2)(-1) + (\alpha)(4) = 2 + 2 + 4\alpha = 4 + 4\alpha (This is the dot product of the 1st row of A and the 1st column of B)
  • c12=(1)(α)+(2)(2)+(α)(5)=α45α=4α4c_{12} = (1)(\alpha) + (-2)(2) + (\alpha)(-5) = \alpha - 4 - 5\alpha = -4\alpha - 4 (This is the dot product of the 1st row of A and the 2nd column of B)
  • c21=(α)(2)+(2)(1)+(1)(4)=2α24=2α6c_{21} = (\alpha)(2) + (2)(-1) + (-1)(4) = 2\alpha - 2 - 4 = 2\alpha - 6 (This is the dot product of the 2nd row of A and the 1st column of B)
  • c22=(α)(α)+(2)(2)+(1)(5)=α2+4+5=α2+9c_{22} = (\alpha)(\alpha) + (2)(2) + (-1)(-5) = \alpha^2 + 4 + 5 = \alpha^2 + 9 (This is the dot product of the 2nd row of A and the 2nd column of B)

So, the product matrix ABAB is: AB=[4+4α4α42α6α2+9]AB = \left[ {\begin{matrix} {4 + 4\alpha} & { - 4\alpha - 4} \\ {2\alpha - 6} & {{\alpha ^2} + 9} \\ \end{matrix} } \right]

Step 2: Set the Determinant of AB to Zero

What we are doing: We are applying the determinant formula for a 2×22 \times 2 matrix to ABAB and setting it equal to zero, as given in the problem statement. Why we are doing it: The problem explicitly states that det(AB)=0\det(AB)=0, which will give us an equation in terms of α\alpha to solve.

Using the formula det[abcd]=adbc\det \left[ {\begin{matrix} a & b \\ c & d \\ \end{matrix} } \right] = ad - bc: det(AB)=(4+4α)(α2+9)(4α4)(2α6)=0\det(AB) = (4 + 4\alpha)({\alpha ^2} + 9) - (-4\alpha - 4)(2\alpha - 6) = 0

Step 3: Simplify and Solve the Equation for α\alpha

What we are doing: We will simplify the determinant equation to find the values of α\alpha. Why we are doing it: This step yields the specific values of α\alpha that make the determinant zero. We must be careful with algebraic manipulation.

Let's simplify the equation: Notice that 4+4α=4(1+α)4+4\alpha = 4(1+\alpha) and 4α4=4(1+α)-4\alpha-4 = -4(1+\alpha). Substituting these into the determinant expression: 4(1+α)4(1+α)2α6α2+9=0\left| {\begin{matrix} {4(1 + \alpha)} & {-4(1 + \alpha)} \\ {2\alpha - 6} & {{\alpha ^2} + 9} \\ \end{matrix} } \right| = 0

Now, we can factor out 4(1+α)4(1+\alpha) from the first row of the determinant. This simplifies the calculation significantly. 4(1+α)112α6α2+9=04(1 + \alpha) \left| {\begin{matrix} 1 & { - 1} \\ {2\alpha - 6} & {{\alpha ^2} + 9} \\ \end{matrix} } \right| = 0

Next, calculate the determinant of the remaining 2×22 \times 2 matrix: (1)(α2+9)(1)(2α6)=0(1)({\alpha ^2} + 9) - (-1)(2\alpha - 6) = 0 α2+9+2α6=0{\alpha ^2} + 9 + 2\alpha - 6 = 0 α2+2α+3=0{\alpha ^2} + 2\alpha + 3 = 0

So, the complete equation for α\alpha is: 4(1+α)(α2+2α+3)=04(1 + \alpha)({\alpha ^2} + 2\alpha + 3) = 0

This equation provides two cases for the values of α\alpha:

Case 1: From the linear factor 1+α=0    α=11 + \alpha = 0 \implies \alpha = -1

Case 2: From the quadratic factor α2+2α+3=0{\alpha ^2} + 2\alpha + 3 = 0 Since αC\alpha \in \mathbb{C} (complex numbers), we solve this quadratic equation. We can use the quadratic formula α=b±b24ac2a\alpha = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}. Here, a=1,b=2,c=3a=1, b=2, c=3. The discriminant D=b24ac=(2)24(1)(3)=412=8D = b^2 - 4ac = (2)^2 - 4(1)(3) = 4 - 12 = -8. α=2±82(1)=2±8i2=2±22i2\alpha = \frac{-2 \pm \sqrt{-8}}{2(1)} = \frac{-2 \pm \sqrt{8}i}{2} = \frac{-2 \pm 2\sqrt{2}i}{2} α=1±2i\alpha = -1 \pm \sqrt{2}i The two roots are α1=1+2i\alpha_1 = -1 + \sqrt{2}i and α2=12i\alpha_2 = -1 - \sqrt{2}i.

Alternatively, using the sum of roots property for the quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the sum of roots is b/a-b/a. For α2+2α+3=0{\alpha ^2} + 2\alpha + 3 = 0, the sum of roots is (2)/1=2-(2)/1 = -2.

Step 4: Calculate the Sum of all values of α\alpha and its Absolute Value

What we are doing: We are summing all the α\alpha values found in Step 3 and then taking the absolute value of that sum. Why we are doing it: This is what the question asks for.

The values of α\alpha for which det(AB)=0\det(AB)=0 are:

  • α=1\alpha = -1
  • α=1+2i\alpha = -1 + \sqrt{2}i
  • α=12i\alpha = -1 - \sqrt{2}i

Sum of all values of α=(1)+(1+2i)+(12i)\alpha = (-1) + (-1 + \sqrt{2}i) + (-1 - \sqrt{2}i) Sum of all values of α=11+2i12i\alpha = -1 - 1 + \sqrt{2}i - 1 - \sqrt{2}i Sum of all values of α=3\alpha = -3

Alternatively, using the sum of roots property for the quadratic: Sum of all values of α=(root from linear factor)+(sum of roots from quadratic factor)\alpha = (\text{root from linear factor}) + (\text{sum of roots from quadratic factor}) Sum of all values of α=(1)+(2)\alpha = (-1) + (-2) Sum of all values of α=3\alpha = -3

The absolute value of the sum is: 3=3|-3| = 3


Common Mistakes & Tips

  • Matrix Multiplication Errors: Be extremely careful with the "row by column" rule, especially with signs and carrying over terms. A single calculation error here will propagate through the entire problem.
  • Determinant Formula: Remember the adbcad-bc formula for 2×22 \times 2 determinants and the crucial minus sign between the products.
  • Algebraic Simplification: Always look for opportunities to factor common terms in determinants or equations. Factoring 4(1+α)4(1+\alpha) in Step 3 was key to avoiding a more complex cubic expansion.
  • Domain of Variables: Pay attention to the specified domain of α\alpha (here, αC\alpha \in \mathbb{C}). If α\alpha were restricted to real numbers, the quadratic factor would yield no solutions.
  • Sum of Roots Property: For polynomials, especially quadratics, using the sum of roots property (b/a-b/a) can be a quick and efficient way to find the sum without explicitly calculating individual complex roots.

Summary

We first calculated the product matrix ABAB by performing matrix multiplication. Then, we set the determinant of this 2×22 \times 2 matrix ABAB to zero. We simplified the resulting equation by factoring a common term 4(1+α)4(1+\alpha) from the determinant, which led to a product of a linear and a quadratic factor. Solving these factors yielded three values for α\alpha: one real root and two complex conjugate roots. Finally, we summed these values and took the absolute value of the sum to arrive at the final answer.

The final answer is 3\boxed{3}, which corresponds to option (A).

Practice More Matrices & Determinants Questions

View All Questions