Welcome, warriors of the JEE. Today, we are not just solving a matrix problem; we are peeling back the layers of algebraic elegance.
When you look at a matrix A=[mpnq] and a condition like ∣A−d(adj A)∣=0, it is easy to feel overwhelmed. But I want you to take a deep breath. This is not a test of your endurance; it is a test of your ability to see the hidden symmetry in the numbers.
Analyzing the Anatomy of the Matrix
We begin with the matrix A. Its determinant, d=mq−np, is the heartbeat of this problem.
The problem gives us a gift: $d
eq 0$. This is not just a condition; it is a permission slip. It tells us that we can divide by d later without fear.
Now, consider the adjoint. For a 2×2 matrix, the adjoint is a beautiful, simple transformation: swap the diagonal elements m and q, and negate the off-diagonal elements n and p.
Constructing the Beast
The expression A−d(adj A) looks intimidating, but let us break it down. We multiply the adjoint by the scalar d, which distributes to every element:
Now, we subtract this from A. The magic happens here. Look at the top-right element: n−(−dn)=n+dn=n(1+d).
Look at the bottom-left: p−(−dp)=p+dp=p(1+d). Suddenly, the factor (1+d) emerges like a lighthouse in the fog. We have transformed the matrix into:
The Determinant Dance
We are told the determinant of this new matrix is zero. So, we set the product of the diagonals minus the product of the off-diagonals to zero:
(m−dq)(q−dm)−[n(1+d)][p(1+d)]=0
This simplifies to:
Now, expand the first part: mq−dm2−dq2+d2mq. Grouping the terms, we get mq−d(m2+q2)+d2mq.
The Elegant Substitution
Remember our definition d=mq−np? This implies np=mq−d. This is the key that unlocks the door.
Substitute this into our equation:
mq−d(m2+q2)+d2mq−(mq−d)(1+d)2=0
Now, expand (mq−d)(1+d)2. It becomes (mq−d)(1+2d+d2)=mq+2dmq+d2mq−d−2d2−d3.
When we subtract this from our previous expression, the mq terms and the d2mq terms vanish into thin air. We are left with:
The Grand Finale
Factor out the −d from the first two terms:
Recognize the perfect square? m2+q2+2mq=(m+q)2. Our equation is now:
Since $d
eq 0$, we divide by d and rearrange to find:
We have arrived. It was not a battle of brute force, but a dance of substitution and simplification. You have mastered the logic. Keep this clarity, and no problem will ever be too complex for you.