[Image of perpendicular distance from a point to a plane]
To find the perpendicular distance from a specific point to a given plane, we use a standard formula based on the plane’s normal vector.
Let the equation of the plane be
Ax+By+Cz+D=0
and let the given point be
P(x1,y1,z1).
Then the perpendicular distance d from the point P to the plane is
d=A2+B2+C2∣Ax1+By1+Cz1+D∣.
Here:
Ax1+By1+Cz1+D is obtained by substituting the coordinates of the point into the plane equation.
A2+B2+C2 is the magnitude of the normal vector (A,B,C) of the plane.
Absolute value is taken because distance is always non-negative.
Special Case
For the origin (0,0,0), the formula becomes
d=A2+B2+C2∣D∣.
Distance of a Point from a Plane (Vector Form)
Let the plane be written in vector form as
r⋅N=D,
where N is a normal vector to the plane.
Let the point have position vector a.
Then the perpendicular distance from the point to the plane is
d=∣N∣∣a⋅N−D∣.
This is exactly the vector analogue of the Cartesian formula.
Normal Form
If the plane is given in normal form
r⋅n^=p,
where n^ is a unit normal vector, then since ∣n^∣=1, the formula simplifies to
d=∣a⋅n^−p∣.
Distance Between Two Parallel Planes
Two parallel planes have the same normal direction. So their normal coefficients must first be made identical before applying the formula.
Let the two parallel planes be
π1:Ax+By+Cz+d1=0π2:Ax+By+Cz+d2=0
Then the perpendicular distance between them is
d=A2+B2+C2∣d1−d2∣.
This works because the numerator measures the difference along the normal direction, and the denominator normalizes by the length of the common normal vector.
Vector Form
If the planes are written as
r⋅N=d1andr⋅N=d2,
then the distance between them is
d=∣N∣∣d1−d2∣.
Foot of the Perpendicular and Image of a Point
A very important application of point-plane distance is finding the foot of the perpendicular and the image of a point in a plane.
Let the plane be
Ax+By+Cz+D=0
and the point be
P(x1,y1,z1).
Foot of the Perpendicular
The foot of the perpendicular from P to the plane lies on the line through P in the direction of the plane’s normal vector (A,B,C). So the normal line is
Ax−x1=By−y1=Cz−z1=λ.
A general point on this line is
(x1+Aλ,y1+Bλ,z1+Cλ).
Since the foot lies on the plane, we substitute these coordinates into the plane equation and solve for λ.
Image of a Point in a Plane
If Q is the foot of the perpendicular from P to the plane, and P′ is the image of P in the plane, then Q is the midpoint of PP′. Hence,
Qx=2x1+x′,Qy=2y1+y′,Qz=2z1+z′.
This gives the coordinates of the image point.
Example 1: Basic Cartesian Distance
Find the distance of the point (2,3,−5) from the plane x+2y−2z=9.
Solution:
Step 1: Rewrite the plane in the standard form Ax+By+Cz+D=0.
x+2y−2z−9=0
So,
A=1,B=2,C=−2,D=−9.
The point is
(x1,y1,z1)=(2,3,−5).
Step 2: Use the distance formula:
d=A2+B2+C2∣Ax1+By1+Cz1+D∣.
Substitute the values:
d=12+22+(−2)2∣1(2)+2(3)+(−2)(−5)−9∣.
Step 3: Simplify the numerator:
∣2+6+10−9∣=∣9∣=9.
Step 4: Simplify the denominator:
1+4+4=9=3.
Step 5: Compute the distance:
d=39=3.
Answer: 3 units.
Example 2: Vector Form Distance
Find the distance of a point having position vector 2i^−j^−4k^ from the plane r⋅(3i^−4j^+12k^)=9.
Solution:
Step 1: Identify the data.
Point position vector:
a=2i^−j^−4k^.
Plane normal vector:
N=3i^−4j^+12k^.
Constant:
D=9.
Step 2: Use the vector formula:
d=∣N∣∣a⋅N−D∣.
Step 3: Compute the dot product:
a⋅N=(2)(3)+(−1)(−4)+(−4)(12)=6+4−48=−38.
Step 4: Compute the magnitude of N:
∣N∣=32+(−4)2+122=9+16+144=169=13.
Step 5: Substitute:
d=13∣−38−9∣=13∣−47∣=1347.
Answer:47/13 units.
Example 3: Distance from the Origin
Find the distance of the plane 2x−3y+6z+14=0 from the origin.
Solution:
Step 1: The point is the origin (0,0,0).
For a plane
Ax+By+Cz+D=0,
the distance of the origin is
d=A2+B2+C2∣D∣.
Step 2: Identify the coefficients:
A=2,B=−3,C=6,D=14.
Step 3: Compute the denominator:
22+(−3)2+62=4+9+36=49=7.
Step 4: Compute the distance:
d=7∣14∣=2.
Answer: 2 units.
Example 4: Distance Between Parallel Planes
Find the distance between the parallel planes 2x−y+2z+3=0 and 4x−2y+4z+5=0.
Solution:
Step 1: The normals must be made identical before using the formula.
Divide the second plane by 2:
4x−2y+4z+5=0⟹2x−y+2z+25=0.
Step 2: Now the planes are
π1:2x−y+2z+3=0,π2:2x−y+2z+25=0.
Step 3: Use the formula for distance between parallel planes:
d=A2+B2+C2∣d1−d2∣.
Here,
d1=3,d2=25,A=2,B=−1,C=2.
So,
d=22+(−1)2+223−25.
Find the equation of the plane(s) parallel to the plane x−2y+2z−3=0 which are at a unit distance from the point (1,2,3).
Solution:
Step 1: Any plane parallel to
x−2y+2z−3=0
has the same normal coefficients. So its equation is of the form
x−2y+2z+d=0,
where d is to be found.
Step 2: The distance from (1,2,3) to this plane is 1. Use the point-plane distance formula:
1=12+(−2)2+22∣1(1)−2(2)+2(3)+d∣.
Step 3: Simplify:
1=1+4+4∣1−4+6+d∣=3∣3+d∣.
So,
∣3+d∣=3.
Step 4: Solve the absolute value equation:
3+d=3or3+d=−3.
Hence,
d=0ord=−6.
Step 5: Therefore the required planes are
x−2y+2z=0
and
x−2y+2z−6=0.
Answer:x−2y+2z=0 and x−2y+2z−6=0
Example 6: Foot of the Perpendicular
Find the coordinates of the foot of the perpendicular drawn from the origin to the plane 2x−3y+4z−6=0.
Solution:
Step 1: The normal vector to the plane is
(2,−3,4).
So the perpendicular from the origin to the plane lies along the line with direction ratios 2,−3,4.
Step 2: Equation of the normal line through the origin:
2x=−3y=4z=λ.
Hence a general point on the line is
Q(2λ,−3λ,4λ).
Step 3: Since Q lies on the plane, substitute into the plane equation:
2(2λ)−3(−3λ)+4(4λ)−6=0.
This gives
4λ+9λ+16λ−6=0,29λ=6,λ=296.
Step 4: Substitute back into coordinates:
x=2⋅296=2912,y=−3⋅296=−2918,z=4⋅296=2924.
Answer:(12/29,−18/29,24/29)
Example 7: Image of a Point in a Plane
Find the image of the point P(1,3,4) in the plane 2x−y+z+3=0.
Solution:
Step 1: The normal vector to the plane is
(2,−1,1).
So the perpendicular line through P(1,3,4) is
2x−1=−1y−3=1z−4=λ.
Hence a general point on this line is
Q(2λ+1,−λ+3,λ+4).
Step 2: Since Q is the foot of the perpendicular, it lies on the plane. Substitute into
2x−y+z+3=0.
So,
2(2λ+1)−(−λ+3)+(λ+4)+3=0.
Simplify:
4λ+2+λ−3+λ+4+3=0,6λ+6=0,λ=−1.
Step 3: Coordinates of the foot of the perpendicular are
Q=(2(−1)+1,−(−1)+3,−1+4)=(−1,4,3).
Step 4: Let the image point be P′(x′,y′,z′). Since Q is the midpoint of PP′, use midpoint formula:
−1=21+x′,4=23+y′,3=24+z′.
Solving:
x′=−3,y′=5,z′=2.
Answer:(−3,5,2)
Example 8: Locus based on Distance
Find the locus of a point which moves such that its distance from the plane x+y+z=1 is twice its distance from the plane x−y+z=2.
Solution:
Step 1: Let the moving point be
P(x,y,z).
Step 2: Distance from the first plane:
d1=12+12+12∣x+y+z−1∣=3∣x+y+z−1∣.
Step 3: Distance from the second plane:
d2=12+(−1)2+12∣x−y+z−2∣=3∣x−y+z−2∣.
Step 4: Given condition is
d1=2d2.
So,
3∣x+y+z−1∣=2⋅3∣x−y+z−2∣.
Cancel 3:
∣x+y+z−1∣=2∣x−y+z−2∣.
Step 5: Remove absolute values by taking both signs.
Case 1:x+y+z−1=2(x−y+z−2)x+y+z−1=2x−2y+2z−4x−3y+z−3=0.
Case 2:x+y+z−1=−2(x−y+z−2)x+y+z−1=−2x+2y−2z+43x−y+3z−5=0.
So the locus is the pair of planes:
x−3y+z−3=0
or
3x−y+3z−5=0.
Answer:x−3y+z−3=0 or 3x−y+3z−5=0
Example 9: Distance to the Intersection Point of a Line and a Plane
Find the distance of the point P(−1,−5,−10) from the point of intersection of the line r=2i^−j^+2k^+λ(3i^+4j^+2k^) and the plane r⋅(i^−j^+k^)=5.
Solution:
Step 1: Write a general point on the line:
r=(2+3λ)i^+(−1+4λ)j^+(2+2λ)k^.
So coordinates are
(2+3λ,−1+4λ,2+2λ).
Step 2: Substitute into the plane equation
r⋅(i^−j^+k^)=5.
Thus,
(2+3λ)(1)+(−1+4λ)(−1)+(2+2λ)(1)=5.
Simplify:
2+3λ+1−4λ+2+2λ=5,λ+5=5,λ=0.
Step 3: Therefore the point of intersection is obtained by putting λ=0:
Q=(2,−1,2).
Step 4: Now find the distance between
P(−1,−5,−10)andQ(2,−1,2).
Using the 3D distance formula,
PQ=(2−(−1))2+(−1−(−5))2+(2−(−10))2.
So,
PQ=32+42+122=9+16+144=169=13.
Answer: 13 units.
Example 10: Ratio of Distances / Division of a Segment by a Plane
Determine the ratio in which the plane 2x−3y+z=4 divides the line segment joining the points A(2,1,3) and B(3,−2,5).
Solution:
Step 1: First check whether either endpoint lies on the plane.
For point A(2,1,3),
2(2)−3(1)+3=4−3+3=4.
So point A lies on the plane.
For completeness, point B(3,−2,5) gives
2(3)−3(−2)+5=6+6+5=17=4.
So B does not lie on the plane.
Step 2: Since the plane passes through A, the plane meets the segment AB exactly at the endpoint A.
Therefore the segment is divided at A itself.
Step 3: In ratio language, this is a degenerate case and may be written as
0:1,
meaning the dividing point coincides with A.
Answer:0:1 (The plane passes through point A).
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.