Ctrl+k

Calculate distances involving points, lines, and planes

Distance is understood as the minimum Euclidean length between geometric objects: point-to-point distance, the perpendicular distance from a point to a line or plane, and the separation of parallel lines or planes. Using coordinates, vector representations, and equations, a learner determines when intersecting objects have distance zero and identifies the common perpendicular for parallel or skew lines; the scope excludes higher-dimensional metric spaces and more advanced abstract or optimization-based treatments.

Detailed Explanation: Calculate distances involving points, lines, and planes

Distance means the shortest Euclidean length between two objects. For a point and a plane, the shortest segment is always perpendicular to the plane.

For a point (P(x0,y0,z0))(P(x_0,y_0,z_0)) and a plane

Ax+By+Cz+D=0,Ax+By+Cz+D=0,

the perpendicular distance is

d=∣Ax0+By0+Cz0+D∣A2+B2+C2.d=\frac{ \vert Ax_0+By_0+Cz_0+D \vert }{\sqrt{A^2+B^2+C^2}}.

The vector

n=⟨A,B,C⟩\mathbf n=\langle A,B,C\rangle

is a normal vector to the plane, so it gives the direction of the shortest path.

Worked example

Find the distance from

P(1,2,3)P(1,2,3)

to the plane

2x−y+2z−3=0.2x-y+2z-3=0.

Step 1: Identify the coefficients

Compare the plane with (Ax+By+Cz+D=0)(Ax+By+Cz+D=0):

A=2,B=−1,C=2,D=−3.A=2,\qquad B=-1,\qquad C=2,\qquad D=-3.

Step 2: Substitute the point’s coordinates

Calculate the numerator:

∣Ax0+By0+Cz0+D∣=∣2(1)−1(2)+2(3)−3∣. \vert Ax_0+By_0+Cz_0+D \vert = \vert 2(1)-1(2)+2(3)-3 \vert . =∣2−2+6−3∣=3.= \vert 2-2+6-3 \vert =3.

Step 3: Calculate the length of the normal vector

A2+B2+C2=22+(−1)2+22=9=3.\sqrt{A^2+B^2+C^2} = \sqrt{2^2+(-1)^2+2^2} = \sqrt{9}=3.

Step 4: Divide

d=33=1.d=\frac{3}{3}=1.

Therefore, the distance from PP to the plane is

1 unit.\boxed{1\text{ unit}}.

The shortest segment from PP to the plane follows the normal direction ⟨2,−1,2⟩\langle 2,-1,2\rangle. If a point already lies on the plane, substituting its coordinates gives 00, so its distance to the plane is 00. Similarly, intersecting lines or planes have distance 00; only separate parallel or skew objects have a positive distance.

Learn by doing: Calculate distances involving points, lines, and planes

Click a topic below to practice the foundational skills you'll need, learn the steps, or master this skill

Practice with unlimited practice problems

3D Space - Plane and Line - Scalar and Vector Equations to Closest Distance


    ?