Animated Solution for Mathematics - Matrices and Determinants: Let P=139013001 and Q=[qij] be two 3×3 matrices such that Q−P5=I3. Then q32q21+q31 is equal to:
Select Answer:
Visualized Solution
Analyze Matrix P
Given matrix P=139013001
Observe that P is a lower triangular matrix with 1s on the main diagonal.
Key Takeaway: For matrices of the form I+X where X is strictly triangular, use the Binomial Theorem.
Nilpotency: Since X3=0, the expansion terminates early, simplifying the calculation of high powers.
00:00 / 00:00
The Sigma Insight: Algebraic Operations on Matrices
Analyzing the Setup
Imagine you are staring at matrix P=139013001 and the problem asks you to compute P5. Your first instinct might be to reach for your pen and start multiplying P×P×P×P×P.
Stop! That is the path to a headache and a potential calculation error. In the world of JEE Advanced, we don't brute-force; we look for the hidden structure.
Notice that P is a lower triangular matrix with 1s on the main diagonal. We can decompose P into P=I+X, where I is the identity matrix and:
X=039003000
By isolating the identity matrix, we have separated the 'static' part of the matrix from the 'active' part.
The Magic of Nilpotency
Now, let's investigate the behavior of X. When we calculate X2, we get:
X2=009000000
This is interesting, but watch what happens when we calculate X3=X2⋅X. Every single element becomes zero! This is the phenomenon of nilpotency.
Because X3=0, it follows that X4, X5, and all higher powers are also zero. We have turned a problem of infinite complexity into a finite, manageable one.
The Binomial Shortcut
Since I and X commute, we can apply the Binomial Theorem to expand P5=(I+X)5. The expansion is:
P5=I5+(15)I4X+(25)I3X2+(35)I2X3+…
Because X3 and all higher powers are zero, the entire series collapses into just three terms:
P5=I+5X+10X2
Now, we compute the pieces:
5X=015450015000,10X2=0090000000
Adding these to I, we get:
P5=1151350115001
The Final Assembly
The problem defines Q−P5=I3, which means Q=P5+I. Adding the identity matrix to our result for P5, we get:
Q=2151350215002
We need the ratio q32q21+q31. Substituting our values:
1515+135=15150=10
And there you have it! By recognizing the structure and leveraging the power of nilpotency, we solved a seemingly impossible matrix power problem in just a few elegant steps. The final answer is 10.