Animated Solution for Mathematics - Three Dimensional Geometry: Let the plane passing through the point (−1,0,−2) and perpendicular to each of the planes 2x+y−z=2 and x−y−z=3 be ax+by+cz+8=0. Then the value of a+b+c is equal to:
Welcome, fellow explorers of the 3D realm! Today, we are tackling a classic JEE Advanced problem that tests not just your algebraic skills, but your ability to visualize the architecture of space.
We are tasked with finding the equation of a plane that passes through a specific point P(−1,0,−2) and stands perpendicular to two other planes. It sounds daunting, but let's break it down into a beautiful, logical journey.
The DNA of a Plane
Every plane in 3D space has a unique identifier: its normal vector. Think of the normal vector as the plane's DNA, as it tells you exactly how the plane is oriented.
For Plane 1, given by 2x+y−z=2, the coefficients of x,y, and z give us its normal vector, n1=(2,1,−1).
Similarly, for Plane 2, x−y−z=3, the normal vector is n2=(1,−1,−1). These vectors are the keys to our solution.
The Perpendicularity Engine
Here is the core geometric insight: if our target plane is perpendicular to Plane 1 and Plane 2, then its normal vector n must be perpendicular to both n1 and n2.
In the language of vectors, we need a vector that is orthogonal to two given vectors. This is the exact definition of the cross product, so we calculate n=n1×n2.
Calculating each component carefully: for i^, we have −1−1=−2. For j^, we have −(−2+1)=−(−1)=1. For k^, we have −2−1=−3.
Thus, our normal vector is n=−2i^+j^−3k^.
Constructing the Plane
Now that we have our normal vector n=(−2,1,−3) and the point P(−1,0,−2), we use the point-normal form of a plane equation: A(x−x1)+B(y−y1)+C(z−z1)=0.
Substituting our values, we get:
−2(x−(−1))+1(y−0)−3(z−(−2))=0
−2(x+1)+y−3(z+2)=0
−2x−2+y−3z−6=0
−2x+y−3z−8=0
The Final Polish
The problem asks for the form ax+by+cz+8=0. Our current equation has a constant of −8.
To fix this, we multiply the entire equation by −1 to get 2x−y+3z+8=0. Comparing this to the target form, we identify a=2,b=−1, and c=3.
The final step is to calculate the sum a+b+c=2−1+3=4.
And there you have it! By visualizing the geometric relationship and carefully executing the vector algebra, we have unlocked the solution. Keep practicing this spatial visualization—it is the secret to mastering 3D geometry in JEE Advanced!