Analyzing the Setup
Imagine you are standing before a complex system of equations. Your instinct might be to dive in, calculate every element, and solve for A, B, and C individually.
But in the world of JEE Advanced, the most elegant path is rarely the one that requires the most arithmetic. Today, we are going to unravel a matrix problem that rewards insight over brute force.
The Commutativity Trap
We are given B=(I+A)−1 and A+C=I. The first thing we must do is understand the relationship between A and B.
By the definition of an inverse, we know that B(I+A)=(I+A)B=I. If we expand this, we get B+BA=B+AB=I.
By subtracting B from both sides, we arrive at the beautiful realization that BA=AB. This means A and B commute, which is the key that unlocks the entire problem.
The Transformation of C
Next, we look at C. We are told A+C=I, which means C=I−A.
Now, we want to evaluate CB. Substituting our expression for C, we get CB=(I−A)B=B−AB.
Similarly, for BC, we have BC=B(I−A)=B−BA. Because we already established that AB=BA, it follows that B−AB=B−BA.
Therefore, CB=BC. This is a massive simplification; we do not need to find B or C individually. We simply need to know that CB is equal to the matrix BC, which is already given to us as:
Solving the System
Now, the problem becomes a simple system of linear equations. We have:
[1−1−52][x1x2]=[12−6]
This translates to two linear equations:
1) x1−5x2=12
2) −x1+2x2=−6
If we add these two equations together, the x1 terms cancel out perfectly, leaving us with −3x2=6, which means x2=−2.
Substituting x2=−2 into the second equation, we get −x1+2(−2)=−6, which simplifies to −x1−4=−6, or −x1=−2, so x1=2.
The Final Result
The question asks for the sum x1+x2. With x1=2 and x2=−2, the sum is:
By looking for the underlying structure of the matrices rather than getting lost in the algebra, we have arrived at the answer of 0 with elegance and precision. Keep this mindset for your exams—always look for the property that simplifies the problem before you start calculating!