The foot of the perpendicular from P(x₁,y₁,z₁) to plane ax+by+cz+d=0. The perpendicular from P has direction (a,b,c) (the normal); substitute the parametric point into the plane equation to find the parameter.
Let P(x1,y1,z1) and plane ax+by+cz+d=0.
The perpendicular from P to the plane has direction (a,b,c) — the normal direction. Parametric form:
(x,y,z)=(x1+at,y1+bt,z1+ct)
From the distance derivation: t=−a2+b2+c2ax1+by1+cz1+d.
The foot F(xF,yF,zF):
axF−x1=byF−y1=czF−z1=−a2+b2+c2ax1+by1+cz1+d
Let k=−a2+b2+c2ax1+by1+cz1+d. Then:
xF=x1+ak,yF=y1+bk,zF=z1+ck
Verification: F must satisfy the plane equation — substitute (xF,yF,zF) and confirm it equals zero.