The Geometry of Intersecting Planes
Imagine you are standing in a vast, three-dimensional room. You have three large, flat sheets of glass—these are our planes.
The equations 3x+3y+2z=9, 3x+2y+2z=9, and x−y+4z=8 represent these planes. Our mission is to determine how these three planes interact.
Do they collide at a single, precise point in space? Do they meet along a common line? Or do they perhaps never meet at all?
The Heartbeat of the System
The Determinant
To unlock the secret of these planes, we turn to the coefficient matrix. We extract the coefficients of x,y, and z to form our matrix:
This determinant, Δ, is the heartbeat of our system. If $\Delta
eq 0$, the planes are guaranteed to intersect at exactly one unique point.
Let's calculate it by expanding along the first row:
Δ=3(8−(−2))−3(12−2)+2(−3−2)
Since Δ=−10, and $-10
eq 0$, we have mathematically confirmed that the system has a unique solution. The planes meet at one single point in space.
The Elegance of Elimination
Now that we know a unique solution exists, we need to find it. While we could use Cramer's Rule for all variables, there is a much more elegant path.
Look at the first two equations:
1) 3x+3y+2z=9
2) 3x+2y+2z=9
If we subtract equation (2) from equation (1), the 3x and 2z terms vanish into thin air!
(3x+3y+2z)−(3x+2y+2z)=9−9
Just like that, we have our first coordinate! With y=0, our system collapses into a simple 2D problem.
Substituting y=0 into equations (2) and (3):
From (2): 3x+2z=9
From (3): x+4z=8⟹x=8−4z
Substituting x=8−4z into 3x+2z=9 gives us:
Finally, finding x is a breeze:
Our unique intersection point is (α,β,γ)=(2,0,1.5).
Debunking the Trap
In JEE Advanced, never assume the first option you find is the only one to check. Option (3) suggests a condition: α+β2+γ3=12.
Let's test our point (2,0,1.5):
2+02+(1.5)3=2+0+3.375=5.375
Since $5.375
eq 12$, option (3) is clearly a trap. We have successfully navigated the complexity, verified our result, and confirmed that the system has a unique solution.
Keep this level of rigor in your practice, and you will master the art of the JEE!