Visual SolutionPYQ 2024 · Jan 29 Shift 1Standard
Question
Let A=[1000αβ0βα]A = \begin{bmatrix} 1 & 0 & 0 \\ 0 & \alpha & \beta \\ 0 & \beta & \alpha \end{bmatrix} and 2A3=221|2A|^3 = 2^{21} where α,βZ\alpha, \beta \in \mathbb{Z}. Then a value of α\alpha is:
(A)33
(B)55
(C)1717
(D)99
Solution Path
kA=knA|kA| = k^n|A| gives 2A=8(α2β2)=128|2A| = 8(\alpha^2 - \beta^2) = 128, so α2β2=16\alpha^2 - \beta^2 = 16. With (α,β)=(5,3)(\alpha,\beta) = (5,3), α=5\alpha = 5.
01Question Setup
1/4
Given A=[1000αβ0βα]A = \begin{bmatrix}1&0&0\\0&\alpha&\beta\\0&\beta&\alpha\end{bmatrix} with 2A3=221|2A|^3 = 2^{21}. Find α\alpha.
2A3=221|2A|^3 = 2^{21}
02Determinant of Scalar Multiple
2/4
Key property: kA=knA|kA| = k^n|A| for n×nn \times n matrix. So 2A=8A|2A| = 8|A|. Also A=α2β2|A| = \alpha^2 - \beta^2.
2A=8A|2A| = 8|A|
03Solve for AlphaKEY INSIGHT
3/4
2A3=2212A=128|2A|^3 = 2^{21} \Rightarrow |2A| = 128. Then 8A=1288|A| = 128, so A=16|A| = 16. Thus α2β2=16\alpha^2 - \beta^2 = 16, and (5,3)(5,3) works.
α2β2=16\alpha^2 - \beta^2 = 16
04Final Answer
4/4
α=5\alpha = 5 satisfies all conditions.
5\boxed{5}
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) →