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

Question

If A=[2112],B=[1011],C=ABAT\mathrm{A}=\left[\begin{array}{cc}\sqrt{2} & 1 \\ -1 & \sqrt{2}\end{array}\right], \mathrm{B}=\left[\begin{array}{ll}1 & 0 \\ 1 & 1\end{array}\right], \mathrm{C}=\mathrm{ABA}^{\mathrm{T}} and X=ATC2 A\mathrm{X}=\mathrm{A}^{\mathrm{T}} \mathrm{C}^2 \mathrm{~A}, then detX\operatorname{det} \mathrm{X} is equal to :

Options

Solution

Key Concepts and Formulas

This problem can be efficiently solved by leveraging fundamental properties of determinants. The key properties we will use are:

  1. Determinant of a Product: For any two square matrices MM and NN of the same order, the determinant of their product is the product of their individual determinants: det(MN)=det(M)det(N)\operatorname{det}(MN) = \operatorname{det}(M) \operatorname{det}(N) This property extends to any number of matrices: det(M1M2Mk)=det(M1)det(M2)det(Mk)\operatorname{det}(M_1 M_2 \dots M_k) = \operatorname{det}(M_1) \operatorname{det}(M_2) \dots \operatorname{det}(M_k).

  2. Determinant of a Transpose: The determinant of a matrix is equal to the determinant of its transpose: det(MT)=det(M)\operatorname{det}(M^T) = \operatorname{det}(M)

  3. Determinant of a Power: For any positive integer kk, the determinant of a matrix raised to the power kk is the kk-th power of its determinant: det(Mk)=(det(M))k\operatorname{det}(M^k) = (\operatorname{det}(M))^k

  4. Determinant of a 2×22 \times 2 Matrix: For a 2×22 \times 2 matrix [abcd]\left[\begin{array}{ll} a & b \\ c & d \end{array}\right], its determinant is calculated as adbcad - bc.

Step-by-Step Solution

Step 1: Calculate the Determinants of Matrices A and B We begin by calculating the determinants of the given matrices AA and BB. This is a crucial first step because all subsequent calculations will rely on these fundamental values, using the determinant properties.

Given matrix AA: A=[2112]A=\left[\begin{array}{cc} \sqrt{2} & 1 \\ -1 & \sqrt{2} \end{array}\right] Using the 2×22 \times 2 determinant formula adbcad - bc: det(A)=(2)(2)(1)(1)=2(1)=2+1=3\operatorname{det}(A) = (\sqrt{2})(\sqrt{2}) - (1)(-1) = 2 - (-1) = 2 + 1 = 3

Given matrix BB: B=[1011]B=\left[\begin{array}{ll} 1 & 0 \\ 1 & 1 \end{array}\right] Using the 2×22 \times 2 determinant formula adbcad - bc: det(B)=(1)(1)(0)(1)=10=1\operatorname{det}(B) = (1)(1) - (0)(1) = 1 - 0 = 1

Step 2: Express det(C)\operatorname{det}(C) in terms of det(A)\operatorname{det}(A) and det(B)\operatorname{det}(B) Next, we need to find the determinant of matrix CC. Directly performing the matrix multiplication ABATABA^T would be lengthy and prone to errors. Instead, we strategically use the determinant properties to simplify this task.

We are given C=ABATC = ABA^T. Applying the determinant of a product property, det(M1M2M3)=det(M1)det(M2)det(M3)\operatorname{det}(M_1 M_2 M_3) = \operatorname{det}(M_1) \operatorname{det}(M_2) \operatorname{det}(M_3): det(C)=det(ABAT)=det(A)det(B)det(AT)\operatorname{det}(C) = \operatorname{det}(ABA^T) = \operatorname{det}(A) \operatorname{det}(B) \operatorname{det}(A^T) Now, applying the determinant of a transpose property, det(AT)=det(A)\operatorname{det}(A^T) = \operatorname{det}(A): det(C)=det(A)det(B)det(A)\operatorname{det}(C) = \operatorname{det}(A) \operatorname{det}(B) \operatorname{det}(A) Simplifying this expression: det(C)=(det(A))2det(B)\operatorname{det}(C) = (\operatorname{det}(A))^2 \operatorname{det}(B)

Step 3: Express det(X)\operatorname{det}(X) in terms of det(A)\operatorname{det}(A) and det(C)\operatorname{det}(C) Similarly, to find det(X)\operatorname{det}(X), we avoid direct matrix computation of X=ATC2AX = A^T C^2 A. This would involve squaring matrix CC (which is itself a product) and then performing further matrix multiplications, which is highly inefficient. We once again leverage determinant properties.

We are given X=ATC2AX = A^T C^2 A. Applying the determinant of a product property: det(X)=det(ATC2A)=det(AT)det(C2)det(A)\operatorname{det}(X) = \operatorname{det}(A^T C^2 A) = \operatorname{det}(A^T) \operatorname{det}(C^2) \operatorname{det}(A) Now, applying the determinant of a transpose property, det(AT)=det(A)\operatorname{det}(A^T) = \operatorname{det}(A), and the determinant of a power property, det(C2)=(det(C))2\operatorname{det}(C^2) = (\operatorname{det}(C))^2: det(X)=det(A)(det(C))2det(A)\operatorname{det}(X) = \operatorname{det}(A) (\operatorname{det}(C))^2 \operatorname{det}(A) Simplifying this expression: det(X)=(det(A))2(det(C))2\operatorname{det}(X) = (\operatorname{det}(A))^2 (\operatorname{det}(C))^2

Step 4: Substitute and Simplify the Expression for det(X)\operatorname{det}(X) At this stage, we have expressions for det(C)\operatorname{det}(C) and det(X)\operatorname{det}(X) in terms of other determinants. To find the numerical value of det(X)\operatorname{det}(X), we substitute the expression for det(C)\operatorname{det}(C) (from Step 2) into the expression for det(X)\operatorname{det}(X) (from Step 3). This step allows us to express det(X)\operatorname{det}(X) purely in terms of det(A)\operatorname{det}(A) and det(B)\operatorname{det}(B), whose numerical values we have already calculated.

From Step 2: det(C)=(det(A))2det(B)\operatorname{det}(C) = (\operatorname{det}(A))^2 \operatorname{det}(B) From Step 3: det(X)=(det(A))2(det(C))2\operatorname{det}(X) = (\operatorname{det}(A))^2 (\operatorname{det}(C))^2

Substitute the expression for det(C)\operatorname{det}(C) into the expression for det(X)\operatorname{det}(X): det(X)=(det(A))2((det(A))2det(B))2\operatorname{det}(X) = (\operatorname{det}(A))^2 \left( (\operatorname{det}(A))^2 \operatorname{det}(B) \right)^2 Now, carefully simplify the expression using exponent rules. Remember that (uv)k=ukvk(uv)^k = u^k v^k: det(X)=(det(A))2((det(A))2×2(det(B))2)\operatorname{det}(X) = (\operatorname{det}(A))^2 \left( (\operatorname{det}(A))^{2 \times 2} (\operatorname{det}(B))^2 \right) det(X)=(det(A))2((det(A))4(det(B))2)\operatorname{det}(X) = (\operatorname{det}(A))^2 \left( (\operatorname{det}(A))^4 (\operatorname{det}(B))^2 \right) Combine the powers of det(A)\operatorname{det}(A) (using aman=am+na^m a^n = a^{m+n}): det(X)=(det(A))2+4(det(B))2\operatorname{det}(X) = (\operatorname{det}(A))^{2+4} (\operatorname{det}(B))^2 det(X)=(det(A))6(det(B))2\operatorname{det}(X) = (\operatorname{det}(A))^6 (\operatorname{det}(B))^2

Step 5: Final Calculation Finally, we substitute the numerical values of det(A)\operatorname{det}(A) and det(B)\operatorname{det}(B) that we calculated in Step 1 into our simplified expression for det(X)\operatorname{det}(X).

We found: det(A)=3\operatorname{det}(A) = 3 det(B)=1\operatorname{det}(B) = 1

Substituting these values into det(X)=(det(A))6(det(B))2\operatorname{det}(X) = (\operatorname{det}(A))^6 (\operatorname{det}(B))^2: det(X)=(3)6(1)2\operatorname{det}(X) = (3)^6 (1)^2 det(X)=729×1\operatorname{det}(X) = 729 \times 1 det(X)=729\operatorname{det}(X) = 729

Common Mistakes & Tips

  • Incorrect Exponent Distribution: A common mistake is to incorrectly distribute the square in the expression (det(A)2det(B))2(\operatorname{det}(A)^2 \operatorname{det}(B))^2. Remember that (uv)k=ukvk(uv)^k = u^k v^k, so ((det(A))2det(B))2=((det(A))2)2(det(B))2=(det(A))4(det(B))2((\operatorname{det}(A))^2 \operatorname{det}(B))^2 = ((\operatorname{det}(A))^2)^2 (\operatorname{det}(B))^2 = (\operatorname{det}(A))^4 (\operatorname{det}(B))^2.
  • Avoid Direct Matrix Multiplication: The problem is designed to test your understanding of determinant properties. Attempting to perform actual matrix multiplications for CC and XX would be extremely time-consuming and prone to errors. Always look for opportunities to use determinant properties for simplification.
  • Careful with Transpose Property: Ensure you correctly apply det(MT)=det(M)\operatorname{det}(M^T) = \operatorname{det}(M). It's a fundamental property that simplifies expressions involving transposes.

Summary

This problem effectively demonstrates the power and efficiency of using fundamental determinant properties to solve complex matrix problems. By strategically applying the properties of determinants for products, transposes, and powers, we were able to express det(X)\operatorname{det}(X) solely in terms of det(A)\operatorname{det}(A) and det(B)\operatorname{det}(B), thus avoiding any cumbersome matrix multiplications. The final calculation involved simple exponentiation, yielding det(X)=729\operatorname{det}(X) = 729.

The final answer is 729\boxed{\text{729}}, which corresponds to option (B).

Practice More Matrices & Determinants Questions

View All Questions