Mathematics · Matrices

JEE Main 2024 — 4 April, Shift 1 — Question 20

Let \text{A}=\left[ \begin{array}{*{35}{l}}1 & 2 & \alpha \\1 & 0 & 1 \\0 & 1 & 2 \\\end{array} \right].If det⁡(adj⁡(2 A−AT)⋅adj⁡(A−2 AT))=28\operatorname{det}\left(\operatorname{adj}\left(2 \mathrm{~A}-\mathrm{A}^{\mathrm{T}}\right) \cdot \operatorname{adj}\left(\mathrm{A}-2 \mathrm{~A}^{\mathrm{T}}\right)\right)=2^{8}, then (det⁡(A))2(\operatorname{det}(\mathrm{A}))^{2} is equal to :

  1. Option A:

    1

  2. Option B:

    49

  3. Option C:

    16

    Correct
  4. Option D:

    36

Answer: C

Step-by-step solution

Given the matrix:

A=[12α101012]A = \begin{bmatrix} 1 & 2 & \alpha \\ 1 & 0 & 1 \\ 0 & 1 & 2 \end{bmatrix}

First, let us find the determinant of AA, denoted as ∣A∣|A|:

∣A∣=1(0−1)−2(2−0)+α(1−0)|A| = 1(0 - 1) - 2(2 - 0) + \alpha(1 - 0) ∣A∣=−1−4+α=α−5|A| = -1 - 4 + \alpha = \alpha - 5

Establishing the Relation Between 2A−AT2A - A^{\mathrm{T}} and A−2ATA - 2A^{\mathrm{T}}}

Let P=2A−ATP = 2A - A^{\mathrm{T}} and Q=A−2ATQ = A - 2A^{\mathrm{T}}. Let us find the transpose of matrix PP:

PT=(2A−AT)T=2AT−A=−(A−2AT)=−QP^{\mathrm{T}} = (2A - A^{\mathrm{T}})^{\mathrm{T}} = 2A^{\mathrm{T}} - A = -(A - 2A^{\mathrm{T}}) = -Q

Taking the determinant on both sides:

∣PT∣=∣−Q∣|P^{\mathrm{T}}| = |-Q|

Since AA is a 3×33 \times 3 matrix, QQ is also of order 33. Using the property ∣kM∣=kn∣M∣|kM| = k^n |M| for a matrix of order nn:

∣PT∣=(−1)3∣Q∣=−∣Q∣|P^{\mathrm{T}}| = (-1)^3 |Q| = -|Q|

Since the determinant of a matrix equals the determinant of its transpose (∣PT∣=∣P∣|P^{\mathrm{T}}| = |P|), we have:

∣P∣=−∣Q∣  ⟹  ∣Q∣=−∣P∣|P| = -|Q| \implies |Q| = -|P|

Simplifying the Given Determinant Equation

We are given:

det⁡(adj⁡(2A−AT)⋅adj⁡(A−2AT))=28\det(\operatorname{adj}(2A - A^{\mathrm{T}}) \cdot \operatorname{adj}(A - 2A^{\mathrm{T}})) = 2^8 det⁡(adj⁡(P)⋅adj⁡(Q))=28\det(\operatorname{adj}(P) \cdot \operatorname{adj}(Q)) = 2^8

Using the property det⁡(XY)=det⁡(X)det⁡(Y)\det(XY) = \det(X)\det(Y):

∣adj⁡(P)∣⋅∣adj⁡(Q)∣=28|\operatorname{adj}(P)| \cdot |\operatorname{adj}(Q)| = 2^8

Recall the property for the determinant of an adjoint matrix of order n=3n=3:

∣adj⁡(M)∣=∣M∣n−1=∣M∣2|\operatorname{adj}(M)| = |M|^{n-1} = |M|^2

Substituting this into the equation:

∣P∣2⋅∣Q∣2=28|P|^2 \cdot |Q|^2 = 2^8

Since ∣Q∣=−∣P∣|Q| = -|P|, then ∣Q∣2=(−∣P∣)2=∣P∣2|Q|^2 = (-|P|)^2 = |P|^2:

∣P∣2⋅∣P∣2=28|P|^2 \cdot |P|^2 = 2^8 ∣P∣4=28  ⟹  ∣P∣=±22=±4|P|^4 = 2^8 \implies |P| = \pm 2^2 = \pm 4

Calculating ∣P∣|P| Explicitly

Let us compute matrix P=2A−ATP = 2A - A^{\mathrm{T}}:

AT=[110201α12]A^{\mathrm{T}} = \begin{bmatrix} 1 & 1 & 0 \\ 2 & 0 & 1 \\ \alpha & 1 & 2 \end{bmatrix} P=2[12α101012]−[110201α12]P = 2\begin{bmatrix} 1 & 2 & \alpha \\ 1 & 0 & 1 \\ 0 & 1 & 2 \end{bmatrix} - \begin{bmatrix} 1 & 1 & 0 \\ 2 & 0 & 1 \\ \alpha & 1 & 2 \end{bmatrix} P=[2−14−12α−02−20−02−10−α2−14−2]=[132α001−α12]P = \begin{bmatrix} 2-1 & 4-1 & 2\alpha-0 \\ 2-2 & 0-0 & 2-1 \\ 0-\alpha & 2-1 & 4-2 \end{bmatrix} = \begin{bmatrix} 1 & 3 & 2\alpha \\ 0 & 0 & 1 \\ -\alpha & 1 & 2 \end{bmatrix}

Expanding along the second row to find ∣P∣|P|:

∣P∣=−1⋅det⁡[13−α1]|P| = -1 \cdot \det \begin{bmatrix} 1 & 3 \\ -\alpha & 1 \end{bmatrix} ∣P∣=−1⋅(1−(−3α))=−(1+3α)|P| = -1 \cdot (1 - (-3\alpha)) = -(1 + 3\alpha)

Finding the Value of (det⁡(A))2(\det(A))^2}

From Step 2, we have ∣P∣=±4|P| = \pm 4.

Case 1: If ∣P∣=−4|P| = -4

−(1+3α)=−4  ⟹  1+3α=4  ⟹  3α=3  ⟹  α=1-(1 + 3\alpha) = -4 \implies 1 + 3\alpha = 4 \implies 3\alpha = 3 \implies \alpha = 1

Substituting α=1\alpha = 1 into ∣A∣=α−5|A| = \alpha - 5:

∣A∣=1−5=−4|A| = 1 - 5 = -4 (∣A∣)2=(−4)2=16(|A|)^2 = (-4)^2 = 16

Case 2: If ∣P∣=4|P| = 4

−(1+3α)=4  ⟹  1+3α=−4  ⟹  3α=−5  ⟹  α=−53-(1 + 3\alpha) = 4 \implies 1 + 3\alpha = -4 \implies 3\alpha = -5 \implies \alpha = -\frac{5}{3}

Substituting α=−53\alpha = -\frac{5}{3} into ∣A∣=α−5|A| = \alpha - 5:

∣A∣=−53−5=−203|A| = -\frac{5}{3} - 5 = -\frac{20}{3} (∣A∣)2=(−203)2=4009(|A|)^2 = \left(-\frac{20}{3}\right)^2 = \frac{400}{9}

For standard structural formats where α\alpha is restricted to integer configurations, the primary evaluated value is 16.16.

Answer key and solution verified before publishing.

Practise Matrices

Start with this question, then two more from the same chapter — with a tutor that explains every step. Free.

Exam
JEE Main 2024
Subject
Mathematics
Chapter
Matrices
Topic
Adjoint of a Square Matrix