Analyzing the Setup
Imagine you are standing in a vast, three-dimensional space. You have three planes, each defined by a simple linear equation: x+ay=0, az+y=0, and ax+z=0.
Because these equations have no constant terms on the right side, they are what we call a homogeneous system. Geometrically, this means every single one of these planes passes directly through the origin (0,0,0).
In a typical scenario, these three planes would intersect at a single point: the origin itself. This is the 'trivial solution' (0,0,0).
However, the problem asks for the condition under which the system has infinite solutions. For this to happen, the planes must align in such a way that they intersect along an entire common line.
The Determinant
The Gatekeeper of Solutions
To find when this system has infinite solutions, we need to look at the coefficient matrix A. We extract the coefficients of x,y, and z from our equations to build our matrix:
For a homogeneous system to have non-trivial (infinite) solutions, the determinant of this matrix must be zero. The determinant measures the 'volume' spanned by the row vectors; if it is zero, the vectors are linearly dependent, meaning the planes are not independent.
We set Δ=∣A∣=0 and prepare for the expansion.
The Algebraic Journey
Expanding the determinant along the first row is a straightforward process. We take the first element, 1, and multiply it by the determinant of the remaining 2×2 matrix, which is (1⋅1−0⋅a).
Then, we subtract the second element, a, multiplied by its minor, (0⋅1−a⋅a). The third term is 0, so it vanishes:
Simplifying this, we get 1−a(−a2)=0, which leads us to the elegant equation:
This is the heart of the problem. We are looking for the value of a that satisfies a3=−1. Taking the real cube root, we find a=−1.
Conclusion
The Beauty of Alignment
When a=−1, the system is no longer just three random planes; it becomes a perfectly aligned structure where the planes intersect along a common line.
We have successfully navigated the algebra and visualized the geometry. Remember, in JEE Advanced, it is rarely just about the calculation; it is about understanding the why behind the math.
You have just mastered the condition for infinite solutions in a homogeneous system. Keep this logic in your toolkit—it will serve you well in many more problems to come!