Find the distance from the point P(1,2,3) to the plane 2x−3y+6z=5.
Solution — Step by Step
For a point (x1,y1,z1) and plane ax+by+cz=d:
D=a2+b2+c2∣ax1+by1+cz1−d∣
a=2,b=−3,c=6,d=5. Point: (1,2,3).
Numerator: ∣2(1)−3(2)+6(3)−5∣=∣2−6+18−5∣=∣9∣=9.
Denominator: 4+9+36=49=7.
D=79
Final answer:D=79 units.
Why This Works
The formula comes from projecting the vector from any point on the plane to P onto the unit normal of the plane. The normal vector to ax+by+cz=d is (a,b,c), and dividing by its magnitude gives the unit normal.
The absolute value handles the case where the point is on either side of the plane — distance is always non-negative.
Alternative Method
Vector form. Plane: r⋅n=d with n=(2,−3,6). Position vector of P: p=(1,2,3).
D=∣n∣∣p⋅n−d∣=∣7∣∣9∣=79
Same.
Always normalise the plane equation if asked for “perpendicular distance in vector form” — divide both sides by ∣n∣ so that the right-hand side directly gives the signed distance.
Common Mistake
Students often forget the absolute value and get a negative distance, then panic. Distance is a magnitude — always positive. The sign of ax1+by1+cz1−d tells you which side of the plane the point is on, not the distance.
Another trap: writing the plane equation as 2x−3y+6z+5=0 (moving 5 to the LHS with sign flip) and then plugging d=5 — that double-counts. Either keep the form ax+by+cz=d with d=5, or use ax+by+cz+d′=0 with d′=−5 and compute ∣ax1+by1+cz1+d′∣.
Want to master this topic?
Read the complete guide with more examples and exam tips.