Visual SolutionPYQ 2024 · Jan (1 Feb) Shift 1Standard
Question
If A=[2112]A = \begin{bmatrix} \sqrt{2} & 1 \\ -1 & \sqrt{2} \end{bmatrix}, B=[1011]B = \begin{bmatrix} 1 & 0 \\ 1 & 1 \end{bmatrix}, C=ABATC = ABA^T and X=ATC2AX = A^TC^2A, then detX\det X is equal to:
(A)243243
(B)729729
(C)2727
(D)891891
Solution Path
A=3|A|=3, B=1|B|=1. C=ABAT=9|C|=|ABA^T|=9. X=ATC2A=3×81×3=729|X|=|A^T|\cdot|C|^2\cdot|A| = 3 \times 81 \times 3 = 729.
01Question Setup
1/4
Given A,BA, B matrices, C=ABATC = ABA^T, X=ATC2AX = A^TC^2A. Find det(X)\det(X).
Find det(X)\det(X)
02Base Determinants
2/4
A=(2)(2)(1)(1)=2+1=3|A| = (\sqrt{2})(\sqrt{2}) - (1)(-1) = 2 + 1 = 3. B=1|B| = 1. Then C=ABAT=3×1×3=9|C| = |A| \cdot |B| \cdot |A^T| = 3 \times 1 \times 3 = 9.
A=3,  B=1,  C=9|A| = 3, \; |B| = 1, \; |C| = 9
03Determinant Product RuleKEY INSIGHT
3/4
X=ATC2A=ATC2A=3×81×3=729|X| = |A^T C^2 A| = |A^T| \cdot |C|^2 \cdot |A| = 3 \times 81 \times 3 = 729.
X=3×92×3=729|X| = 3 \times 9^2 \times 3 = 729
04Final Answer
4/4
The determinant product rule avoids multiplying the actual matrices.
det(X)=729\det(X) = \boxed{729} - Answer (B)
Concepts from this question1 concepts unlocked

Determinant Product Rule

EASY

det(AB) = det(A) × det(B). Also det(Aᵀ) = det(A) and det(kA) = kⁿ det(A) for n×n matrix.

AB=AB,AT=A,kA=knA|AB| = |A| \cdot |B|, \quad |A^T| = |A|, \quad |kA| = k^n|A|

JEE loves chained matrix products like det(ABA^T). This rule avoids explicit multiplication entirely.

Product of matricesTranspose determinantScalar multiplication
Practice (21 Qs) →