The Elegance of Matrix Symmetry
Welcome, fellow traveler on the JEE journey! Today, we are going to peel back the layers of a problem that looks like a daunting algebraic mess but is actually a beautiful exercise in the symmetry of matrix properties.
Imagine you are standing before a locked door. You have a key, but you don't know its shape. This problem is exactly like that—we are given a condition about a matrix A and a known matrix B, and we must unlock the identity of A2 without ever needing to solve for the individual elements of A one by one.
Phase 1
The Hidden Geometry of the Scalar Matrix
We are told that A⋅B is a scalar matrix, where B=[1023]. A scalar matrix is the simplest form of a square matrix—it is just a diagonal matrix where all diagonal elements are identical, like kI.
So, our starting point is the elegant equation AB=kI. This tells us that A is essentially a scaled version of the inverse of B. If we can find k2 and the inverse of B, the rest of the path clears up instantly.
Phase 2
The Power of Determinants
Now, let's look at the information provided: ∣3A∣=108. Many students fall into the trap of thinking ∣3A∣=3∣A∣.
But remember, when you multiply a matrix by a scalar c, you are multiplying every row by c. Since A is a 2×2 matrix, we have two rows, so ∣3A∣=32∣A∣=9∣A∣. With this, we find that ∣A∣=9108=12.
Next, we look at the product AB=kI. By taking the determinant of both sides, we get ∣AB∣=∣kI∣.
Using the multiplicative property of determinants, ∣A∣⋅∣B∣=k2∣I∣. Since ∣I∣=1, we have k2=∣A∣⋅∣B∣.
Calculating the determinant of B is straightforward: ∣B∣=(1)(3)−(0)(2)=3. Thus, k2=12×3=36. We have successfully captured the scalar constant without ever needing to know k itself!
Phase 3
The Final Transformation
We know AB=kI, which implies A=kB−1. Squaring both sides gives us A2=k2(B−1)2.
We already have k2=36, so we just need to compute (B−1)2. First, we find the inverse of B.
The adjoint of B is [30−21], and since ∣B∣=3, we have B−1=31[30−21].
Squaring this matrix, we get:
(B−1)2=91[30−21][30−21]=91[90−81]
Finally, we multiply this by our k2=36:
A2=36×91[90−81]=4[90−81]=[360−324]
The Takeaway
Look at that result! By relying on the properties of determinants and the relationship between inverses and scalar matrices, we avoided a mountain of tedious algebra.
The JEE Advanced isn't just about calculation; it's about recognizing the structure of the problem. Keep this mindset, and you will find that even the most intimidating problems have a path of least resistance. You've got this!