How to Find the Distance Between a Point and a Plane

A straight line from point P onto a plane

The distance from a point P to a plane α is the straight line from the point down onto the plane. To find this distance, you can use the equation for the distance between a point and a plane.

Formula

Distance Between Point and Plane

The distance between a point P = (x1,y1,z1) and a plane α : ax + by + cz + d = 0 is

D = |ax1 + by1 + cz1 + d| a2 + b2 + c2 .

Example 1

You are given the point (2, 1, 3) and the plane 2x y + 2z = 9. In that case, a = 2, b = 1, c = 2, and d = 9. Put it into the formula and find the distance:

D = |2 2 1 1 + 2 3 9| 22 + (1 ) 2 + 22 = |4 1 + 6 9| 4 + 1 + 4 = |0| 9 = 0.

The point is actually in the plane! You can also find this out by inserting the coordinates of the point into the equation of the plane and see that both sides become 9.

Want to know more?Sign UpIt's free!