Animated Solution for Mathematics - Matrices and Determinants: Let A=[10110−3103101] and B=[10−i1], where i=−1. If M=ATBA, then the inverse of the matrix AM2023AT is
Formula: If P=[acbd], then P−1=ad−bc1[d−c−ba]
For our matrix: a=1,b=−2023i,c=0,d=1
Determinant: ad−bc=(1)(1)−(0)(−2023i)=1
Applying the Inverse Formula
Matrix: [10−2023i1]
Swap diagonal elements: 1 and 1 remain 1 and 1.
Change signs of off-diagonals: −2023i→2023i, 0→0.
Final Inverse: [102023i1]
00:00 / 00:00
The Sigma Insight: Algebraic Operations on Matrices
Analyzing the Setup
Welcome, future engineer! Today, we are going to dismantle a problem that, at first glance, looks like a nightmare of matrix multiplication.
You see M2023 and your heart might skip a beat. But in the world of JEE Advanced, whenever you see a high power of a matrix, it is never about brute force. It is always about finding a hidden structure, a pattern, or a symmetry that collapses the complexity into something beautiful.
The Orthogonal Revelation
The first step in any matrix problem is to inspect the players. We have matrix:
A=[10110−3103101]
Those fractions might look intimidating, but they are actually a massive hint. They are normalized! Whenever you see entries like these, your internal alarm should ring: "Check for orthogonality!"
Let us calculate AAT. When we perform the multiplication, the diagonal elements become:
101+109=1
The off-diagonal elements become:
10−3+103=0
We have discovered that AAT=I. This is the "Open Sesame" of our problem. It means A is an orthogonal matrix, and its inverse is simply its transpose, AT.
The Telescoping Magic
Now, let us look at M=ATBA. We need to find M2023. Let us test the waters with M2:
M2=(ATBA)(ATBA)
Look at the center of this expression. We have AAT. Because A is orthogonal, this middle section collapses into the identity matrix I.
Thus, M2=ATBIBA=ATB2A. Do you see the beauty here? The outer AT and A remain untouched, while the power is transferred entirely to the inner matrix B.
By induction, this pattern holds for any power k:
Mk=ATBkA
This is the "telescoping" effect—the inner terms vanish, leaving us with a much simpler structure.
The Reduction of the Target
Our target is the inverse of X=AM2023AT. Let us substitute our generalized formula for M2023 into this expression:
X=A(ATB2023A)AT
Now, group the terms:
X=(AAT)B2023(AAT)
Since AAT=I, this simplifies to X=I⋅B2023⋅I=B2023. The entire, terrifying expression has reduced down to just B2023.
The Pattern of B
We are left with finding B2023 where:
B=[10−i1]
Let us calculate B2:
B2=[10−i1][10−i1]=[10−2i1]
The pattern is clear! The power k simply multiplies the top-right entry. Therefore:
B2023=[10−2023i1]
The Final Inverse
The problem asks for the inverse of this result. For a 2×2 matrix P=[acbd], the inverse is:
ad−bc1[d−c−ba]
Here, the determinant is (1)(1)−(0)(−2023i)=1. The inverse is simply swapping the diagonal elements (which are both 1) and negating the off-diagonal elements.
Thus, the inverse of [10−2023i1] is:
[102023i1]
We have arrived at the solution. It wasn't about brute force; it was about seeing the symmetry. Keep this mindset, and no matrix will ever be too complex for you!