The Geometry of Intersection
A Journey Through 3D Space
Imagine you are standing in a vast, empty room. In front of you, two massive, flat sheets of glass—our planes P1 and P2—are slicing through each other. Where they meet, they create a sharp, perfectly straight line known as the 'line of intersection.'
Now, imagine you need to place a third sheet of glass—our required plane—such that it is hinged exactly on that line of intersection, and it must also touch a specific point A(1,4,−3) floating in the air. This is the essence of the problem we are solving today.
The Power of the 'Family of Planes'
In the world of JEE Advanced, we don't just solve problems; we look for the most elegant path. When you see a plane passing through the intersection of two others, your mind should immediately jump to the 'Family of Planes' concept.
Think of it as a 'pencil of planes'—a collection of all possible planes that share the same hinge. The equation is beautifully simple: P1+λP2=0. Here, λ is the 'magic parameter.' By changing λ, you are essentially rotating your plane around the line of intersection until it hits the target point A.
Setting the Stage
Let's write down our machinery. We have:
Applying our formula, the equation of our required plane is:
(3x−2y+4z−7)+λ(x+5y−2z+9)=0
This equation represents the entire family of planes passing through the intersection. But we need the one specific plane that contains point A(1,4,−3). If the plane passes through A, then the coordinates of A must satisfy the equation.
The Calculation
Precision is Key
First, let's substitute x=1,y=4,z=−3 into our equation and evaluate the first bracket:
3(1)−2(4)+4(−3)−7=3−8−12−7=−24
Now, evaluate the second bracket:
1+5(4)−2(−3)+9=1+20+6+9=36
Our equation now simplifies to a linear equation in λ:
Solving for λ is straightforward:
The Final Assembly
Now that we have our λ=32, we plug it back into our family equation:
(3x−2y+4z−7)+32(x+5y−2z+9)=0
To make this look clean, let's multiply the entire equation by 3 to clear the fraction:
3(3x−2y+4z−7)+2(x+5y−2z+9)=0
Expanding these brackets gives us:
(9x−6y+12z−21)+(2x+10y−4z+18)=0
Combining like terms, we get:
The Final Trap
Here is where many students stumble. The question asks us to match our equation to the form αx+βy+γz+3=0. Our constant term is −3, but the required form has +3.
We must multiply our entire equation by −1 to align them:
Now, by comparing coefficients, we find α=−11,β=−4, and γ=−8. The final step is to calculate the sum α+β+γ:
And there you have it! The final answer is -23. We navigated the geometry, used the powerful family of planes, avoided the constant-term trap, and arrived at the solution.