The Beauty of Pattern Recognition
Welcome, fellow traveler on the path to JEE mastery. Today, we are not just solving a matrix problem; we are uncovering a hidden symmetry.
When you first look at the matrix
it might look like a standard, albeit slightly intimidating, grid of numbers. But I want you to see it as a transformation.
When we are asked to find A5, the instinct might be to dive into brute-force multiplication. But stop. Take a breath.
In the world of competitive physics and mathematics, brute force is rarely the intended path. Let us look for the rhythm in the numbers.
The First Step
Unveiling the Pattern
Instead of jumping to the fifth power, let us test the second power. We calculate A2=A⋅A.
When we multiply the first row by the first column, we get (cosθ)(cosθ)+(isinθ)(isinθ). This simplifies to cos2θ+i2sin2θ.
Since i2=−1, this becomes cos2θ−sin2θ. Does that ring a bell? It is the classic double-angle identity for cos2θ!
Now, look at the top-right element: (cosθ)(isinθ)+(isinθ)(cosθ)=2isinθcosθ. Again, we see the double-angle identity, this time for sin2θ.
So, A2 becomes
A2=(cos2θisin2θisin2θcos2θ)
The pattern is clear: the power of the matrix simply acts as a multiplier for the angle θ. By induction, we can confidently state that
An=(cosnθisinnθisinnθcosnθ)
The Final Evaluation
With our general form An in hand, finding A5 is trivial. We simply set n=5 to get
A5=(cos5θisin5θisin5θcos5θ)
Comparing this to the given matrix (acbd), we identify a=cos5θ, b=isin5θ, c=isin5θ, and d=cos5θ.
Now, we test the options. Option (A) claims a2−b2=21.
Let us check:
a2−b2=cos25θ−(isin5θ)2=cos25θ−(i2sin25θ)=cos25θ+sin25θ=1
Since $1
eq \frac{1}{2}$, we have found our false statement!
Why This Matters
I know that sometimes these problems feel like a series of hoops to jump through. But look at what we just did.
We took a complex-looking matrix, found its underlying geometric soul, and used that to dismantle the options with surgical precision.
This is the essence of the JEE Advanced mindset: observation, generalization, and verification. Keep practicing this, and you will find that even the most daunting problems start to reveal their secrets to you.