If A=[2−112],B=[1101],C=ABAT and X=ATC2A, then detX 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:
Determinant of a Product: For any two square matrices M and N of the same order, the determinant of their product is the product of their individual determinants:
det(MN)=det(M)det(N)
This property extends to any number of matrices: det(M1M2…Mk)=det(M1)det(M2)…det(Mk).
Determinant of a Transpose: The determinant of a matrix is equal to the determinant of its transpose:
det(MT)=det(M)
Determinant of a Power: For any positive integer k, the determinant of a matrix raised to the power k is the k-th power of its determinant:
det(Mk)=(det(M))k
Determinant of a 2×2 Matrix: For a 2×2 matrix [acbd], its determinant is calculated as ad−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 A and B. This is a crucial first step because all subsequent calculations will rely on these fundamental values, using the determinant properties.
Given matrix A:
A=[2−112]
Using the 2×2 determinant formula ad−bc:
det(A)=(2)(2)−(1)(−1)=2−(−1)=2+1=3
Given matrix B:
B=[1101]
Using the 2×2 determinant formula ad−bc:
det(B)=(1)(1)−(0)(1)=1−0=1
Step 2: Express det(C) in terms of det(A) and det(B)
Next, we need to find the determinant of matrix C. Directly performing the matrix multiplication ABAT would be lengthy and prone to errors. Instead, we strategically use the determinant properties to simplify this task.
We are given C=ABAT.
Applying the determinant of a product property, det(M1M2M3)=det(M1)det(M2)det(M3):
det(C)=det(ABAT)=det(A)det(B)det(AT)
Now, applying the determinant of a transpose property, det(AT)=det(A):
det(C)=det(A)det(B)det(A)
Simplifying this expression:
det(C)=(det(A))2det(B)
Step 3: Express det(X) in terms of det(A) and det(C)
Similarly, to find det(X), we avoid direct matrix computation of X=ATC2A. This would involve squaring matrix C (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=ATC2A.
Applying the determinant of a product property:
det(X)=det(ATC2A)=det(AT)det(C2)det(A)
Now, applying the determinant of a transpose property, det(AT)=det(A), and the determinant of a power property, det(C2)=(det(C))2:
det(X)=det(A)(det(C))2det(A)
Simplifying this expression:
det(X)=(det(A))2(det(C))2
Step 4: Substitute and Simplify the Expression for det(X)
At this stage, we have expressions for det(C) and det(X) in terms of other determinants. To find the numerical value of det(X), we substitute the expression for det(C) (from Step 2) into the expression for det(X) (from Step 3). This step allows us to express det(X) purely in terms of det(A) and det(B), whose numerical values we have already calculated.
From Step 2: det(C)=(det(A))2det(B)
From Step 3: det(X)=(det(A))2(det(C))2
Substitute the expression for det(C) into the expression for det(X):
det(X)=(det(A))2((det(A))2det(B))2
Now, carefully simplify the expression using exponent rules. Remember that (uv)k=ukvk:
det(X)=(det(A))2((det(A))2×2(det(B))2)det(X)=(det(A))2((det(A))4(det(B))2)
Combine the powers of det(A) (using aman=am+n):
det(X)=(det(A))2+4(det(B))2det(X)=(det(A))6(det(B))2
Step 5: Final Calculation
Finally, we substitute the numerical values of det(A) and det(B) that we calculated in Step 1 into our simplified expression for det(X).
We found:
det(A)=3det(B)=1
Substituting these values into det(X)=(det(A))6(det(B))2:
det(X)=(3)6(1)2det(X)=729×1det(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. Remember that (uv)k=ukvk, so ((det(A))2det(B))2=((det(A))2)2(det(B))2=(det(A))4(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 C and X 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). 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) solely in terms of det(A) and det(B), thus avoiding any cumbersome matrix multiplications. The final calculation involved simple exponentiation, yielding det(X)=729.
The final answer is 729, which corresponds to option (B).