Sign in
12thPass logo
New chatPYQ LibraryDoubtsRank report
Sign in to see Recents

Your guest activity stays on this device

Sign in to save progress →
Sign in

Matrices and Determinants question

2024 · 5 Apr · Shift 2 · Q45
Guest · filters and generic practice availableBrowsing as a guest · PYQ filters and generic practice are available. Sign in only for personalised features and saved progress.
  1. PYQ Library
  2. /JEE Main
  3. /Mathematics
  4. /Matrices and Determinants
  5. /2024 · 5 Apr · Shift 2 · Q45

Matrices and Determinants question

2024 · 5 Apr · Shift 2 · Q45

JEE MainMathematicsMatrices and DeterminantsMCQ+4 / −1
Let αβeq0\alpha \beta eq 0αβeq0 and A=[βα3ααβ−βα2α]A=\left[\begin{array}{rrr}\beta & \alpha & 3 \\ \alpha & \alpha & \beta \\ -\beta & \alpha & 2 \alpha\end{array}\right]A=​βα−β​ααα​3β2α​​. If B=[3α−93α−α7−2α−2α5−2β]B=\left[\begin{array}{rrr}3 \alpha & -9 & 3 \alpha \\ -\alpha & 7 & -2 \alpha \\ -2 \alpha & 5 & -2 \beta\end{array}\right]B=​3α−α−2α​−975​3α−2α−2β​​ is the matrix of cofactors of the elements of AAA, then det⁡(AB)\operatorname{det}(A B)det(AB) is equal to :
  1. A
    64
  2. B
    343
  3. C
    125
  4. D
    216
View written solutionFree

Correct answer: D

  1. Since BBB is the matrix of cofactors of AAA, we use the standard identity

A (adj A)=(det⁡A)I.A\,(\text{adj }A)= (\det A)I.A(adj A)=(detA)I.

The adjugate matrix is the transpose of the cofactor matrix. Hence, whether BBB is given as cofactor matrix or its transpose, we have

det⁡(AB)=det⁡(A)det⁡(B).\det(AB)=\det(A)\det(B).det(AB)=det(A)det(B).

Also, for a 3×33\times 33×3 matrix,

det⁡(cofactor matrix)=det⁡(adj A)=(det⁡A)2.\det(\text{cofactor matrix})=\det(\text{adj }A)= (\det A)^{2}.det(cofactor matrix)=det(adj A)=(detA)2.

Therefore,

det⁡(AB)=det⁡(A)det⁡(B)=det⁡(A)⋅(det⁡A)2=(det⁡A)3.\det(AB)=\det(A)\det(B)=\det(A)\cdot (\det A)^2=(\det A)^3.det(AB)=det(A)det(B)=det(A)⋅(detA)2=(detA)3.

So we only need det⁡A\det AdetA.


  1. Compute det⁡A\det AdetA using the first row:
\beta & \alpha & 3\\ \alpha & \alpha & \beta\\ -\beta & \alpha & 2\alpha \end{bmatrix}.$$ Thus,

\det A= \beta\begin{vmatrix} \alpha & \beta\ \alpha & 2\alpha \end{vmatrix} -\alpha\begin{vmatrix} \alpha & \beta\ -\beta & 2\alpha \end{vmatrix} +3\begin{vmatrix} \alpha & \alpha\ -\beta & \alpha \end{vmatrix}.

Nowevaluateeachminor: Now evaluate each minor: Nowevaluateeachminor:

\begin{vmatrix} \alpha & \beta\ \alpha & 2\alpha \end{vmatrix} =2\alpha^2-\alpha\beta=\alpha(2\alpha-\beta),

\begin{vmatrix} \alpha & \beta\ -\beta & 2\alpha \end{vmatrix} =2\alpha^2+\beta^2,

\begin{vmatrix} \alpha & \alpha\ -\beta & \alpha \end{vmatrix} =\alpha^2+\alpha\beta=\alpha(\alpha+\beta).

Hence, Hence, Hence,

\det A=eta\alpha(2\alpha-\beta)-\alpha(2\alpha^2+\beta^2)+3\alpha(\alpha+\beta).

This looks messy, so instead we use the given cofactor matrix $B$ to determine $\alpha,\beta$. --- 3. Since $B$ is the cofactor matrix of $A$, compare entries of $B$ with actual cofactors of $A$. Given $$B=\begin{bmatrix} 3\alpha & -9 & 3\alpha\\ -\alpha & 7 & -2\alpha\\ -2\alpha & 5 & -2\beta \end{bmatrix}.$$ Now compute some cofactors of $A$. ### Cofactor $C_{12}$

C_{12}=(-1)^{1+2}\begin{vmatrix} \alpha & \beta\ -\beta & 2\alpha \end{vmatrix} =-(2\alpha^2+\beta^2).

From $B$, this equals $-9$. So, $$2\alpha^2+\beta^2=9. \qquad (1)$$ ### Cofactor $C_{22}$

C_{22}=\begin{vmatrix} \beta & 3\ -\beta & 2\alpha \end{vmatrix} =2\alpha\beta+3\beta=\beta(2\alpha+3).

From $B$, this equals $7$. So, $$\beta(2\alpha+3)=7. \qquad (2)$$ ### Cofactor $C_{32}$

C_{32}=(-1)^{3+2}\begin{vmatrix} \beta & 3\ \alpha & \beta \end{vmatrix} =-(\beta^2-3\alpha)=3\alpha-\beta^2.

From $B$, this equals $5$. Thus, $$3\alpha-\beta^2=5. \qquad (3)$$ --- 4. Solve for $\alpha,\beta$. From (3), $$\beta^2=3\alpha-5.$$ Substitute into (1): $$2\alpha^2+(3\alpha-5)=9$$ $$2\alpha^2+3\alpha-14=0.$$ Factor: $$2\alpha^2+3\alpha-14=(2\alpha+7)(\alpha-2)=0.$$ So, $$\alpha=2 \quad \text{or} \quad \alpha=-\frac72.$$ Now use (2). If $\alpha=2$, then from (3): $$\beta^2=6-5=1 \Rightarrow \beta=\pm1.$$ Using (2): $$\beta(4+3)=7 \Rightarrow 7\beta=7 \Rightarrow \beta=1.$$ So one solution is $$\alpha=2,\quad \beta=1.$$ If $\alpha=-\frac72$, then $$\beta^2=3\left(-\frac72\right)-5=-\frac{31}{2},$$ impossible over reals. Hence rejected. Therefore, $$\alpha=2,\quad \beta=1.$$ --- 5. Now substitute into $A$: $$A=\begin{bmatrix} 1 & 2 & 3\\ 2 & 2 & 1\\ -1 & 2 & 4 \end{bmatrix}.$$ Compute its determinant:

\det A = 1\begin{vmatrix}2&1\2&4\end{vmatrix} -2\begin{vmatrix}2&1\-1&4\end{vmatrix} +3\begin{vmatrix}2&2\-1&2\end{vmatrix}.

Thatis, That is, Thatis,

\det A = 1(8-2)-2(8+1)+3(4+2) =6-18+18=6.

Thus, $$\det A=6.$$ --- 6. Therefore, $$\det(AB)=(\det A)^3=6^3=216.$$ So the correct option is $$\boxed{216}.$$
PreviousNext

More from Matrices and Determinants

  • For α,β∈R and a natural number n, let Ar​=​r2r3r−2​123​2n2​+αn2−β2n(3n−1)​​​. Then 2A10​−A8​…2024 · MCQ
  • Let αβγ=45;α,β,γ∈R. If x(α,1,2)+y(1,β,2)+z(2,3,γ)=(0,0,0) for some x,y,z∈R,xyzeq0, then 6α+4β+γ is equal to ​…2024 · Numerical
  • If A is a square matrix of order 3 such that det(A)=3 and det(adj(−4adj(−3adj(3adj((2 A)−1)))))=2m3n…2024 · MCQ
  • If the system of equations ​2x+7y+λz=33x+2y+5z=4x+μy+32z=−1​ has infinitely many solutions, then (λ−μ) is equal to ​ :2024 · Numerical
  • Let A=​210​a35​01b​​. If A3=4A2−A−21I, where I is the identity matrix of order 3×3, then 2a+3b is equal to2024 · MCQ
  • Let A=[21​−11​]. If the sum of the diagonal elements of A13 is 3n, then n is equal to ​.2024 · Numerical
  • If αeqa,βeqb,γeqc and ​αaa​bβb​ccγ​​=0…2024 · MCQ
  • If the system of equations x+4y−z=λ,7x+9y+μz=−3,5x+y+2z=−1 has infinitely many solutions, then (2μ+3λ) is equal to :2024 · MCQ