Planes in 3D Math Example 3

Follow the full solution, then compare it with the other examples linked below.

Example 3

medium
Find the distance from the point (3,โˆ’1,2)(3, -1, 2) to the plane 2x+yโˆ’2z=42x + y - 2z = 4.

Solution

  1. 1
    Distance formula: d=โˆฃAx0+By0+Cz0โˆ’DโˆฃA2+B2+C2d = \frac{|Ax_0 + By_0 + Cz_0 - D|}{\sqrt{A^2+B^2+C^2}} where the plane is Ax+By+Cz=DAx + By + Cz = D.
  2. 2
    d=โˆฃ2(3)+1(โˆ’1)+(โˆ’2)(2)โˆ’4โˆฃ4+1+4=โˆฃ6โˆ’1โˆ’4โˆ’4โˆฃ3=โˆฃโˆ’3โˆฃ3=1d = \frac{|2(3) + 1(-1) + (-2)(2) - 4|}{\sqrt{4+1+4}} = \frac{|6-1-4-4|}{3} = \frac{|-3|}{3} = 1.

Answer

d=1d = 1
The point-to-plane distance formula is analogous to the point-to-line distance formula in 2D. It projects the vector from any point on the plane to the given point onto the unit normal vector, yielding the perpendicular distance.

About Planes in 3D

A flat, infinite surface in 3D space described by ax+by+cz=dax + by + cz = d, where โŸจa,b,cโŸฉ\langle a, b, c \rangle is the normal vector.

Learn more about Planes in 3D โ†’

More Planes in 3D Examples