Animated Solution for Mathematics - Three Dimensional Geometry: A plane which is perpendicular to two planes 2x−2y+z=0 and x−y+2z=4, passes through (1,−2,1). The distance of the plane from the point (1,2,2) is
Select Answer:
Visualized Solution
Identify Given Planes and Normals
Plane 1: 2x−2y+z=0
Normal n1=(2,−2,1)
Plane 2: x−y+2z=4
Normal n2=(1,−1,2)
Condition for Perpendicularity
Required plane P is perpendicular to P1 and P2.
Normal n of P must be perpendicular to both n1 and n2.
Therefore, n is parallel to n1×n2.
Setting up the Cross Product
n=n1×n2
n=i^21j^−2−1k^12
Expanding the Determinant (i-component)
i^ component=i^[(−2)(2)−(1)(−1)]
=i^[−4+1]=−3i^
Expanding the Determinant (j and k components)
−j^ component=−j^[(2)(2)−(1)(1)]=−3j^
k^ component=k^[(2)(−1)−(−2)(1)]=0k^
n=−3i^−3j^+0k^
Simplifying the Normal Vector
n=−3(i^+j^)
Direction ratios can be scaled.
Let's take the simplified normal n=(1,1,0).
Equation of the Plane (Point-Normal Form)
Point-Normal form: A(x−x1)+B(y−y1)+C(z−z1)=0
Given point on plane: (1,−2,1)
Normal vector: (1,1,0)
Substituting Values into Plane Equation
1(x−1)+1(y−(−2))+0(z−1)=0
Finalizing the Plane Equation
x−1+y+2=0
x+y+1=0
The Target Point and Distance
Target Point: Q(1,2,2)
We need the perpendicular distance from Q to the plane x+y+1=0.
Perpendicular Distance Formula
Distance d=A2+B2+C2∣Ax1+By1+Cz1+D∣
Substituting into Distance Formula
Plane: 1x+1y+0z+1=0
Point: (1,2,2)
d=12+12+02∣1(1)+1(2)+0(2)+1∣
Calculating the Distance
Numerator: ∣1+2+0+1∣=4
Denominator: 1+1+0=2
d=24
Final Answer
Rationalizing: d=24×22=242
d=22
Final Answer: 22
00:00 / 00:00
The Sigma Insight: Equation of a Plane
Solution Diagram
Analyzing the Setup
Imagine you are standing in a vast 3D coordinate system. You are given two planes, P1 and P2, and you are tasked with finding a third plane that is perpendicular to both.
This is a classic JEE Advanced challenge that tests your ability to visualize vectors in space. Let us break this down step by step.
Extracting the Normals
Every plane has a soul, and that soul is its normal vector. For the first plane, 2x−2y+z=0, the coefficients of x,y, and z reveal the normal vector n1=(2,−2,1).
Similarly, for the second plane, x−y+2z=4, the normal vector is n2=(1,−1,2). These vectors are the compasses of our planes; they tell us exactly which way the planes are facing.
The Magic of the Cross Product
We need a new plane that is perpendicular to both P1 and P2. Geometrically, this means the normal vector of our new plane, let us call it n, must be perpendicular to both n1 and n2.
This is the perfect moment to deploy the cross product. The cross product n=n1×n2 is the mathematical key that unlocks a vector perpendicular to two others. We set up the determinant:
n=i^21j^−2−1k^12
Expanding this carefully, we calculate the components:
The i^ component is (−2)(2)−(1)(−1)=−4+1=−3.
The j^ component is −((2)(2)−(1)(1))=−(4−1)=−3.
The k^ component is (2)(−1)−(−2)(1)=−2+2=0.
Thus, our normal vector is n=−3i^−3j^+0k^.
Simplifying and Building the Plane
We have n=(−3,−3,0). As we discussed, we can scale this vector to make our lives easier. Dividing by −3, we get a much friendlier normal vector: n=(1,1,0).
Now, we use the point-normal form of a plane: A(x−x0)+B(y−y0)+C(z−z0)=0. Given the point (1,−2,1), we substitute:
1(x−1)+1(y−(−2))+0(z−1)=0
This simplifies beautifully to x−1+y+2=0, or x+y+1=0. This is the equation of our required plane.
The Final Distance
The last step is to find the distance from the point (1,2,2) to our plane x+y+1=0. We use the standard perpendicular distance formula:
d=A2+B2+C2∣Ax1+By1+Cz1+D∣
Substituting our values, we get:
d=12+12+02∣1(1)+1(2)+0(2)+1∣
The numerator becomes ∣1+2+0+1∣=4, and the denominator is 2. So, d=24.
Rationalizing this, we multiply by 22 to get d=242=22.
The final distance is 22. Through the power of vector algebra, we have navigated 3D space to find the exact distance.