Analyzing the Setup
Imagine you are standing before a complex matrix equation. It looks intimidating, doesn't it? A 3×3 matrix A filled with variables, and an equation involving adjoints and transposes that seems to stretch across the page.
But here is the secret: in the world of JEE Advanced, complexity is often just a mask for elegance. Let us peel back that mask together.
The condition provided is:
det(adj(2A−AT)⋅adj(A−2AT))=28
The Power of Properties
The first instinct might be to start calculating the adjoints. Stop! That is the trap. Instead, let us use the properties of determinants.
We know that det(PQ)=det(P)⋅det(Q) and det(adj(M))=(det(M))n−1. Since our matrix is 3×3, n=3, so det(adj(M))=(det(M))2.
This transforms our equation into something much more manageable:
det(2A−AT)2⋅det(A−2AT)2=28
The Symmetry of Transposes
Now, look at the two terms inside the determinants: 2A−AT and A−2AT. If we let M=2A−AT, then A−2AT=−(2A−AT)=−M.
Using the property
det(kM)=kndet(M), we find that:
det(−M)=(−1)3det(M)=−det(M)
When we plug this back into our equation, the negative sign disappears because of the squaring:
det(M)2⋅(−det(M))2=det(M)4=28
This simplifies beautifully to det(M)=±4.
The Final Calculation
Now we must find the actual matrix
M=2A−AT. Computing
2A and
AT is straightforward, and subtracting them gives us:
Expanding this determinant along the second row (a clever choice because of the zeros!) gives us:
−1(1−(−3α))=−1−3α
Setting this equal to ±4, we get two potential values for α. Since α>0, we reject −5/3 and accept α=1.
Finally, we calculate
det(A) with
α=1:
det(A)=1(0−1)−2(2−0)+1(1−0)=−1−4+1=−4
The question asks for (det(A))2, so (−4)2=16. We have navigated the complexity and arrived at the truth.