Academy
Formulas/maths/3d Geometry/Normal Form of a Plane

Normal Form of a Plane

Plane at perpendicular distance p from the origin, with unit normal (l, m, n) where l²+m²+n²=1 and p > 0. To convert ax+by+cz+d=0: divide by ±√(a²+b²+c²) choosing sign so p > 0.
Derivation

Let ON=pON = p be the perpendicular from the origin OO to the plane, with n^=(l,m,n)\hat{n} = (l,m,n) being the unit normal (l2+m2+n2=1l^2+m^2+n^2=1) in the direction of ONON.

The foot of perpendicular is N=pn^=(pl,pm,pn)N = p\hat{n} = (pl, pm, pn).

For any point P(r)P(\mathbf{r}) on the plane, NPn^\overrightarrow{NP} \perp \hat{n}, so:

(rpn^)n^=0    rn^=p(\mathbf{r}-p\hat{n})\cdot\hat{n} = 0 \implies \mathbf{r}\cdot\hat{n} = p lx+my+nz=plx+my+nz = p

Converting from general to normal form: Given ax+by+cz+d=0ax+by+cz+d=0:

Divide by ±a2+b2+c2\pm\sqrt{a^2+b^2+c^2} choosing the sign so that p>0p > 0:

ax+by+cz±a2+b2+c2=d±a2+b2+c2\frac{ax+by+cz}{\pm\sqrt{a^2+b^2+c^2}} = \frac{-d}{\pm\sqrt{a^2+b^2+c^2}}

So l=a/a2+b2+c2l = a/\sqrt{a^2+b^2+c^2}, m=b/a2+b2+c2m = b/\sqrt{a^2+b^2+c^2}, n=c/a2+b2+c2n = c/\sqrt{a^2+b^2+c^2}, and p=d/a2+b2+c2p = |d|/\sqrt{a^2+b^2+c^2} — which is exactly the distance-from-origin formula.