Analyzing the Setup
Imagine you are standing in a three-dimensional room. You have three sheets of glass—three planes—defined by the equations:
αx+y+z=1
x+αy+z=1
x+y+αz=β
Your goal is to find where these planes meet. In the world of JEE, this is not just algebra; it is geometry in motion.
The Gatekeeper
The Determinant Δ
Before we dive into the specific cases, we must consult the gatekeeper: the determinant of the coefficient matrix, Δ. This value tells us everything about the nature of the intersection.
We construct our determinant from the coefficients of x, y, and z:
Expanding this carefully, we avoid common traps. Using the property of determinants, we add all rows to the first row, which reveals a common factor of (α+2). Factoring the remaining quadratic, we arrive at the elegant result:
This tells us that the system behaves uniquely whenever $\alpha
eq 1$ and $\alpha
eq -2$. When α hits these values, the system becomes singular, and the geometry changes.
The Detective Work
Testing the Options
Now, we act as detectives, testing each scenario provided in the options.
For the case where α=2 and β=−1, we calculate:
Since $\Delta
eq 0$, the system must have a unique solution. If an option claims "infinitely many solutions" for these parameters, it is a direct contradiction.
For the case where α=2 and β=1, we sum the equations:
(2x+y+z)+(x+2y+z)+(x+y+2z)=1+1+1
This simplifies to 4(x+y+z)=3, or x+y+z=43. This is perfectly consistent.
For the case where α=1 and β=1, the equations collapse into x+y+z=1. All three planes are identical; they are the same plane. Thus, we have infinitely many solutions.
For the case where α=−2 and β=1, the system becomes:
−2x+y+z=1
x−2y+z=1
x+y−2z=1
Summing these gives 0=3, a classic contradiction. Therefore, no solution exists.
The Takeaway
Mathematics is about patterns. By understanding the determinant Δ, we didn't just solve a problem; we mapped the behavior of a system.
Whether it is a unique point, a line, or a plane, the algebra never lies. Keep practicing, keep visualizing, and remember: every equation tells a story.