Distance from point to plane example

Example

Find the distance from the point P = (4,4, 3) to the plane 2x 2y + 5z + 8 = 0. (This is pictured in the distance to plane CVT in its original view, which you can restore by pressing Home).

Solution: We use formula (2) from the distance to plane reading. From the equation for the plane we substitute A = 2, B = 2, C = 5, D = 8. From the point P, we substitute x1 = 4, y1 = 4, and z1 = 3. The distance from P to the plane is

d = |2 4 + (2) (4) + 5 3 + 8| 22 + (2)2 + 52 = 39 33 6.8