Academy
Formulas/maths/3d Geometry/General Equation of a Plane

General Equation of a Plane

Every first-degree equation in x, y, z represents a plane in 3D. The normal to the plane has direction ratios (a, b, c). The vector form is r·n = −d where n = (a, b, c).
Derivation

A plane in 3D is determined by a point A(a)A(\mathbf{a}) on it and a normal vector n\mathbf{n} perpendicular to it.

For any point P(r)P(\mathbf{r}) on the plane, AP=ra\overrightarrow{AP} = \mathbf{r}-\mathbf{a} is perpendicular to n\mathbf{n}:

(ra)n=0    rn=an=d(\mathbf{r}-\mathbf{a})\cdot\mathbf{n} = 0 \implies \mathbf{r}\cdot\mathbf{n} = \mathbf{a}\cdot\mathbf{n} = d

Writing n=(a,b,c)\mathbf{n} = (a, b, c) and r=(x,y,z)\mathbf{r} = (x, y, z):

ax+by+cz=dorax+by+cz+d=0ax+by+cz = d \quad \text{or} \quad ax+by+cz+d' = 0

The normal direction is (a,b,c)(a, b, c): Any plane perpendicular to a given direction has its equation determined by that direction and one point.

Special planes:

EquationPlane
z=0z = 0xy-plane
x=kx = kPlane parallel to yz-plane
ax+by=0ax+by = 0Plane through z-axis

How many conditions determine a plane? One plane through three non-collinear points (three conditions). One plane through a line with a given normal (one condition beyond the line). The general equation has 4 parameters (a:b:c:d)(a:b:c:d) — one is a scaling factor, so 3 independent parameters → 3 conditions needed.