A plane in three-dimensional space is determined by:
One point on the plane and a normal direction, or
Three non-collinear points, or
Three intercepts on the coordinate axes (in normal form).
We develop all three forms.
Normal (vector) form
A plane consists of points r such that the vector r−a is perpendicular to a given normal direction n:
(r−a)⋅n=0,
equivalently
r⋅n=a⋅n=d.
Here n is any non-zero normal vector, a is the position vector of any point on the plane, and d=a⋅n is a constant.
Cartesian (general) form
If n=(A,B,C) and r=(x,y,z), then r⋅n=d becomes
Ax+By+Cz=D.
The vector (A,B,C) is normal to the plane. Two planes are parallel iff their normal vectors are proportional; perpendicular iff normals are perpendicular.
Three-point form
A plane through three non-collinear points A,B,C with position vectors a,b,c. Any point r on the plane satisfies AR,AB,AC are coplanar:
[r−ab−ac−a]=0.
In Cartesian form, writing out the triple-product determinant:
x−x1x2−x1x3−x1y−y1y2−y1y3−y1z−z1z2−z1z3−z1=0.
The normal to such a plane is (b−a)×(c−a).
Intercept form
If a plane has x-, y-, z-intercepts a,b,c (i.e. it crosses the axes at (a,0,0), (0,b,0), (0,0,c)), then it has equation
ax+by+cz=1.
Useful for problems where intercepts are given.
Normal form (Hesse form)
If n^ is a unit normal to the plane and p≥0 is the perpendicular distance from the origin to the plane, then
r⋅n^=p.
The triple n^=(l,m,n) contains the direction cosines of the perpendicular from the origin.
To convert Ax+By+Cz=D to normal form: divide by A2+B2+C2 (with sign chosen so D/⋯≥0). Then p=∣D∣/A2+B2+C2 and direction cosines are A/⋯, etc.
Worked examples
Example 1. Find the equation of the plane through (1,2,−1) with normal n^=(2,1,1).
(r−a)⋅n=0⇒2(x−1)+(y−2)+(z+1)=0⇒2x+y+z=3.
Example 2. Find the plane through (1,0,0), (0,1,0), (0,0,1).
By intercept form (intercepts 1, 1, 1): x+y+z=1. (Or by three-point form: same answer.)
Example 3. Find the plane through (2,1,0), (3,−2,−2), (3,1,7).
AB=(1,−3,−2), AC=(1,0,7). Normal =AB×AC=i^11j^−30k^−27=i^(−21−0)−j^(7+2)+k^(0+3)=−21i^−9j^+3k^. Simplify to (−7,−3,1) or (7,3,−1). Through (2,1,0): 7(x−2)+3(y−1)−(z−0)=0, i.e. 7x+3y−z=17.
Example 4. Convert 2x−y+2z+6=0 to normal (Hesse) form.
Normal (2,−1,2), magnitude 4+1+4=3. Rewrite 2x−y+2z=−6, divide by −3 (sign flip to make RHS positive): −32x+31y−32z=2. Direction cosines (−2/3,1/3,−2/3), p=2.
Example 5. Find the plane parallel to x+2y−3z=5 and passing through (1,−1,2).
Same normal (1,2,−3). Plug in: 1−2−6=−7. So x+2y−3z=−7.
Example 6. Find the equation of a plane whose intercepts on the axes are 3,−2,4.
3x+−2y+4z=1⇒4x−6y+3z=12.
Try it yourself
Find the plane through (0,0,0) with normal (1,2,3).
Find the plane through (1,1,1), (2,−1,3), (0,1,2).
Find intercept form for 2x+3y+z=6.
Equation of the xy-plane?
Plane through the z-axis containing the point (2,3,4).
Convert x+y+z=3 to normal form.
Find λ if x+2y+3z=λ contains the point (1,2,0).
Plane parallel to 2x−y+z=0 at distance 3 from origin.
Plane through (1,0,−1) and parallel to r=(1,2,3)+t(1,1,0) and r=(2,1,0)+s(0,1,1) , i.e. containing two given direction vectors.
Find the equation of the plane through (2,−1,3), (1,2,−1), and parallel to the line 1x−1=2y=−1z+1.
Show that the planes x+2y−3z=5 and −3x−6y+9z=1 are parallel.
Plane that passes through origin and contains the line 2x−1=3y+1=−1z−2.
Convert vector equation r⋅(2i^−3j^+4k^)=5 to Cartesian.
Find the equation of the plane that perpendicularly bisects the segment from (1,2,3) to (3,−2,5).
Pitfalls and tricks
Normal vector determines a plane up to translation. The constant term encodes the plane's distance from origin (along the normal).
Three-point form uses the triple product to encode coplanarity.
Convert between forms freely. Cartesian is concise; vector is conceptually clean; intercept is handy when intercepts are given.
Normal form requires a unit normal and a non-negative distance. Adjust sign accordingly.
Parallel planes share a normal direction. Two planes are parallel iff their normal vectors are proportional.
Practice quiz
Quick check on this topic.
Quiz
Quick check : Equation of a plane
6 questions · pick the best answer
Q1
A plane needs
Q2
Plane r⋅n=d, with normal n and distance from origin p
Q3
Plane through (0,0,0) normal (1,2,3) in Cartesian form