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

Question

Let αβ0\alpha \beta \neq 0 and A=[βα3ααββα2α]A=\left[\begin{array}{rrr}\beta & \alpha & 3 \\ \alpha & \alpha & \beta \\ -\beta & \alpha & 2 \alpha\end{array}\right]. If B=[3α93αα72α2α52β]B=\left[\begin{array}{rrr}3 \alpha & -9 & 3 \alpha \\ -\alpha & 7 & -2 \alpha \\ -2 \alpha & 5 & -2 \beta\end{array}\right] is the matrix of cofactors of the elements of AA, then det(AB)\operatorname{det}(A B) is equal to :

Options

Solution

This problem requires a strong understanding of matrix properties, particularly those involving cofactors, adjoints, and determinants. We will leverage the relationships between these concepts to solve for unknown variables and ultimately determine the required determinant.

Key Concepts and Formulas

  1. Cofactor Matrix: For a matrix A=[aij]A = [a_{ij}], the cofactor matrix, let's call it CC, has elements CijC_{ij} where Cij=(1)i+jMijC_{ij} = (-1)^{i+j} M_{ij}. MijM_{ij} is the minor of aija_{ij} (the determinant of the submatrix obtained by deleting the ii-th row and jj-th column).
  2. Adjoint Matrix: The adjoint of a matrix AA, denoted as adj(A)\operatorname{adj}(A), is the transpose of its cofactor matrix. That is, adj(A)=CT\operatorname{adj}(A) = C^T.
  3. Fundamental Matrix Property: For any square matrix AA, Aadj(A)=det(A)IA \cdot \operatorname{adj}(A) = \operatorname{det}(A) \cdot I, where II is the identity matrix of the same order as AA.
  4. Determinant of a Product: For two square matrices XX and YY of the same order, det(XY)=det(X)det(Y)\operatorname{det}(XY) = \operatorname{det}(X) \cdot \operatorname{det}(Y).
  5. Determinant of a Transpose: For any square matrix MM, det(MT)=det(M)\operatorname{det}(M^T) = \operatorname{det}(M).
  6. Determinant of a Scalar Multiple of Identity: For an n×nn \times n identity matrix II and a scalar kk, det(kI)=kn\operatorname{det}(kI) = k^n.
  7. Determinant of Cofactor Matrix: If CC is the cofactor matrix of an n×nn \times n matrix AA, then det(C)=(det(A))n1\operatorname{det}(C) = (\operatorname{det}(A))^{n-1}. This follows directly from ACT=det(A)IA \cdot C^T = \operatorname{det}(A) \cdot I, taking determinants on both sides: det(A)det(CT)=(det(A))ndet(A)det(C)=(det(A))n\operatorname{det}(A) \cdot \operatorname{det}(C^T) = (\operatorname{det}(A))^n \Rightarrow \operatorname{det}(A) \cdot \operatorname{det}(C) = (\operatorname{det}(A))^n. If det(A)0\operatorname{det}(A) \neq 0, then det(C)=(det(A))n1\operatorname{det}(C) = (\operatorname{det}(A))^{n-1}.

Step 1: Understand the Given Information and Establish Key Relationships

We are given two 3×33 \times 3 matrices: A=[βα3ααββα2α]A=\left[\begin{array}{rrr}\beta & \alpha & 3 \\ \alpha & \alpha & \beta \\ -\beta & \alpha & 2 \alpha\end{array}\right] B=[3α93αα72α2α52β]B=\left[\begin{array}{rrr}3 \alpha & -9 & 3 \alpha \\ -\alpha & 7 & -2 \alpha \\ -2 \alpha & 5 & -2 \beta\end{array}\right] We are told that BB is the matrix of cofactors of the elements of AA. This means that each element BijB_{ij} in matrix BB is equal to the cofactor CijC_{ij} of the corresponding element aija_{ij} in matrix AA. Therefore, BB is the cofactor matrix of AA.

Our goal is to find det(AB)\operatorname{det}(AB). Using the property of determinant of a product, det(AB)=det(A)det(B)\operatorname{det}(AB) = \operatorname{det}(A) \cdot \operatorname{det}(B). So, we need to find det(A)\operatorname{det}(A) and det(B)\operatorname{det}(B).

Step 2: Determine the Values of α\alpha and β\beta

To find det(A)\operatorname{det}(A) and det(B)\operatorname{det}(B), we first need to determine the specific values of α\alpha and β\beta. We can do this by calculating selected cofactors of AA and equating them to the corresponding elements in BB. We are given that αβ0\alpha \beta \neq 0.

Let's calculate a few cofactors of AA:

  1. Cofactor C31C_{31} (for element a31=βa_{31}=-\beta): C31=(1)3+1det[α3αβ]=1(αβ3α)=αβ3αC_{31} = (-1)^{3+1} \det \left[\begin{array}{cc}\alpha & 3 \\ \alpha & \beta\end{array}\right] = 1 \cdot (\alpha \cdot \beta - 3 \cdot \alpha) = \alpha \beta - 3 \alpha From matrix BB, the element B31=2αB_{31} = -2\alpha. Equating C31C_{31} with B31B_{31}: αβ3α=2α\alpha \beta - 3 \alpha = -2 \alpha αβα=0\alpha \beta - \alpha = 0 α(β1)=0\alpha (\beta - 1) = 0 Since it is given that αβ0\alpha \beta \neq 0, it implies α0\alpha \neq 0. Therefore, we must have β1=0\beta - 1 = 0, which gives us β=1\boxed{\beta = 1}.

  2. Cofactor C32C_{32} (for element a32=αa_{32}=\alpha): C32=(1)3+2det[β3αβ]=1(ββ3α)=(β23α)C_{32} = (-1)^{3+2} \det \left[\begin{array}{cc}\beta & 3 \\ \alpha & \beta\end{array}\right] = -1 \cdot (\beta \cdot \beta - 3 \cdot \alpha) = -(\beta^2 - 3\alpha) From matrix BB, the element B32=5B_{32} = 5. Equating C32C_{32} with B32B_{32}: (β23α)=5-(\beta^2 - 3\alpha) = 5 β23α=5\beta^2 - 3\alpha = -5 Now, substitute the value β=1\beta = 1 into this equation: (1)23α=5(1)^2 - 3\alpha = -5 13α=51 - 3\alpha = -5 3α=6-3\alpha = -6 α=2\boxed{\alpha = 2}

We have found α=2\alpha=2 and β=1\beta=1. Self-check: Let's verify these values with one more cofactor comparison, for example, C11C_{11}. C11=(1)1+1det[αβα2α]=1(α2αβα)=2α2αβC_{11} = (-1)^{1+1} \det \left[\begin{array}{cc}\alpha & \beta \\ \alpha & 2 \alpha\end{array}\right] = 1 \cdot (\alpha \cdot 2\alpha - \beta \cdot \alpha) = 2\alpha^2 - \alpha\beta From matrix BB, the element B11=3αB_{11} = 3\alpha. Equating C11C_{11} with B11B_{11}: 2α2αβ=3α2\alpha^2 - \alpha\beta = 3\alpha Substitute α=2\alpha=2 and β=1\beta=1: 2(2)2(2)(1)=3(2)2(2)^2 - (2)(1) = 3(2) 2(4)2=62(4) - 2 = 6 82=68 - 2 = 6 6=66 = 6 The values α=2\alpha=2 and β=1\beta=1 are consistent.

Step 3: Calculate det(A)\operatorname{det}(A)

Now that we have α=2\alpha=2 and β=1\beta=1, we can write matrix AA explicitly: A=[123221124]A=\left[\begin{array}{rrr}1 & 2 & 3 \\ 2 & 2 & 1 \\ -1 & 2 & 4\end{array}\right] Let's calculate its determinant using cofactor expansion along the first row: det(A)=1det[2124]2det[2114]+3det[2212]\operatorname{det}(A) = 1 \cdot \det \left[\begin{array}{cc}2 & 1 \\ 2 & 4\end{array}\right] - 2 \cdot \det \left[\begin{array}{cc}2 & 1 \\ -1 & 4\end{array}\right] + 3 \cdot \det \left[\begin{array}{cc}2 & 2 \\ -1 & 2\end{array}\right] =1(2412)2(241(1))+3(222(1))= 1 \cdot (2 \cdot 4 - 1 \cdot 2) - 2 \cdot (2 \cdot 4 - 1 \cdot (-1)) + 3 \cdot (2 \cdot 2 - 2 \cdot (-1)) =1(82)2(8+1)+3(4+2)= 1 \cdot (8 - 2) - 2 \cdot (8 + 1) + 3 \cdot (4 + 2) =1(6)2(9)+3(6)= 1 \cdot (6) - 2 \cdot (9) + 3 \cdot (6) =618+18= 6 - 18 + 18 det(A)=6\operatorname{det}(A) = 6

Step 4: Calculate det(B)\operatorname{det}(B)

We know that BB is the cofactor matrix of AA. For an n×nn \times n matrix, the determinant of its cofactor matrix is given by det(B)=(det(A))n1\operatorname{det}(B) = (\operatorname{det}(A))^{n-1}. In this case, n=3n=3. So, det(B)=(det(A))31=(det(A))2\operatorname{det}(B) = (\operatorname{det}(A))^{3-1} = (\operatorname{det}(A))^2. Using the value det(A)=6\operatorname{det}(A) = 6: det(B)=(6)2=36\operatorname{det}(B) = (6)^2 = 36

Step 5: Calculate det(AB)\operatorname{det}(AB)

Finally, we use the property of the determinant of a product: det(AB)=det(A)det(B)\operatorname{det}(AB) = \operatorname{det}(A) \cdot \operatorname{det}(B) Substitute the values we found: det(AB)=636\operatorname{det}(AB) = 6 \cdot 36 det(AB)=216\operatorname{det}(AB) = 216


Tips for Success / Common Pitfalls

  • Cofactor vs. Adjoint: Remember that the cofactor matrix is not the adjoint matrix. The adjoint matrix is the transpose of the cofactor matrix. adj(A)=BT\operatorname{adj}(A) = B^T.
  • Determinant Properties: Be familiar with the properties of determinants, especially det(XY)=det(X)det(Y)\operatorname{det}(XY) = \operatorname{det}(X)\operatorname{det}(Y) and det(kI)=kn\operatorname{det}(kI) = k^n.
  • Sign Errors: When calculating cofactors, be careful with the (1)i+j(-1)^{i+j} term.
  • Condition αβ0\alpha \beta \neq 0: Always pay attention to given conditions. This condition was crucial for deducing β1=0\beta-1=0 from α(β1)=0\alpha(\beta-1)=0.
  • Verification: After finding α\alpha and β\beta, it's good practice to verify them with another cofactor calculation or by checking if det(A)0\operatorname{det}(A) \neq 0 (which it isn't, 606 \neq 0).

Summary / Key Takeaway

This problem effectively tests your understanding of the definitions of cofactor and adjoint matrices, and their deep connection to the determinant of a matrix. The key steps involved:

  1. Using the definition of the cofactor matrix to establish equations for unknown variables.
  2. Solving for these variables.
  3. Calculating the determinant of the original matrix.
  4. Applying the property det(Cofactor Matrix of A)=(det(A))n1\operatorname{det}(\text{Cofactor Matrix of A}) = (\operatorname{det}(A))^{n-1}.
  5. Finally, using the determinant product rule det(AB)=det(A)det(B)\operatorname{det}(AB) = \operatorname{det}(A)\operatorname{det}(B).

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

Practice More Matrices & Determinants Questions

View All Questions