AcademyVectors

Academy

Planes

Level 1 - Math II (Physics) topic page in Vectors.

Principle

An affine plane in \(\mathbb R^3\) is a flat two-dimensional set of points. It is described by one fixed point on the plane and two independent directions within the plane.

The vector equation of a plane starts at a reference position and moves by any real multiples of two non-parallel direction vectors. The Cartesian equation uses one normal vector perpendicular to every direction in the plane.

Notation

\(\Pi\)
a plane in three-dimensional space
\(A\)
a fixed reference point on the plane
\(\mathbf a\)
the position vector of A from the chosen origin
\(P\)
a variable point on the plane
\(\mathbf r\)
the position vector of P from the chosen origin
\(\mathbf b\)
a first non-zero direction vector lying in the plane
\(\mathbf c\)
a second non-zero direction vector lying in the plane, not parallel to \mathbf b
\(\lambda\)
a real parameter multiplying \mathbf b
\(\mu\)
a real parameter multiplying \mathbf c
\(\mathbf n\)
a normal vector perpendicular to the plane
\(\hat{\mathbf n}\)
a unit normal vector, equal to \mathbf n/|\mathbf n| when \mathbf n\ne\mathbf 0
\(d\)
the Cartesian constant in n_1x+n_2y+n_3z=d

If \(\mathbf r=(x,y,z)\) and \(\mathbf n=(n_1,n_2,n_3)\), then \(\mathbf n\cdot\mathbf r=n_1x+n_2y+n_3z\).

Method

Step 1: Choose a point on the plane

Choose any known point \(A\) on \(\Pi\). Write its position vector as \(\mathbf a\). If \(A=(a_1,a_2,a_3)\), then \(\mathbf a=(a_1,a_2,a_3)\).

Step 2: Form two non-parallel direction vectors

Choose two vectors \(\mathbf b\) and \(\mathbf c\) that lie in the plane. They must not be parallel, because parallel directions describe only one line of movement. The expression \(\lambda\mathbf b+\mu\mathbf c\) then gives every displacement from \(A\) to a point in the plane.

Step 3: Write the vector equation

Start from \(\mathbf a\), move \(\lambda\) copies of \(\mathbf b\), and move \(\mu\) copies of \(\mathbf c\):

Parametric plane equation
\[\mathbf r=\mathbf a+\lambda\mathbf b+\mu\mathbf c\]

The parameters \(\lambda\) and \(\mu\) run through all real numbers.

Step 4: Compute a normal vector

Use the cross product of the two direction vectors:

Normal vector
\[\mathbf n=\mathbf b\times\mathbf c\]

Because \(\mathbf b\) and \(\mathbf c\) are not parallel, \(\mathbf b\times\mathbf c\ne\mathbf 0\). This normal vector is perpendicular to both plane directions.

Step 5: Write the Cartesian equation

Every point \(P\) on the plane has displacement \(\mathbf r-\mathbf a\) from \(A\). That displacement lies in the plane, so it is perpendicular to \(\mathbf n\). Therefore \(\mathbf n\cdot(\mathbf r-\mathbf a)=0\), which gives

Cartesian plane equation
\[\mathbf n\cdot\mathbf r=\mathbf n\cdot\mathbf a\]

Rules

Parametric plane equation
\[\Pi:\quad\mathbf r=\mathbf a+\lambda\mathbf b+\mu\mathbf c,\quad \lambda,\mu\in\mathbb R,\quad \mathbf b\times\mathbf c\ne\mathbf 0\]
Cartesian plane equation
\[\mathbf n\cdot\mathbf r=d\]
Component Cartesian equation
\[n_1x+n_2y+n_3z=d\]
Cartesian constant
\[d=\mathbf n\cdot\mathbf a\]
Distance from the origin
\[|\hat{\mathbf n}\cdot\mathbf a|=\frac{|d|}{|\mathbf n|}\]

Why \(\mathbf n\cdot(\mathbf r-\mathbf a)=0\)

If \(P\) lies on \(\Pi\), then \(\mathbf r-\mathbf a\) is a displacement from the reference point \(A\) to another point in the plane. The two direction vectors span all such plane displacements, so for some real \(\lambda\) and \(\mu\),

Plane displacement
\[\mathbf r-\mathbf a=\lambda\mathbf b+\mu\mathbf c\]

Now use \(\mathbf n=\mathbf b\times\mathbf c\). Since a cross product is perpendicular to each input, \(\mathbf n\cdot\mathbf b=0\) and \(\mathbf n\cdot\mathbf c=0\).

Start with the plane displacement
\[\mathbf r-\mathbf a=\lambda\mathbf b+\mu\mathbf c\]
Dot both sides with the normal
\[\mathbf n\cdot(\mathbf r-\mathbf a)=\mathbf n\cdot(\lambda\mathbf b+\mu\mathbf c)\]
Distribute the dot product
\[\mathbf n\cdot(\mathbf r-\mathbf a)=\lambda(\mathbf n\cdot\mathbf b)+\mu(\mathbf n\cdot\mathbf c)\]
Use perpendicularity
\[\mathbf n\cdot(\mathbf r-\mathbf a)=\lambda\cdot0+\mu\cdot0\]
Simplify
\[\mathbf n\cdot(\mathbf r-\mathbf a)=0\]

From normal form to Cartesian form

Expand \(\mathbf n\cdot(\mathbf r-\mathbf a)=0\) without skipping the algebra:

Start with perpendicular displacement
\[\mathbf n\cdot(\mathbf r-\mathbf a)=0\]
Distribute over subtraction
\[\mathbf n\cdot\mathbf r-\mathbf n\cdot\mathbf a=0\]
Add \mathbf n\cdot\mathbf a to both sides
\[\mathbf n\cdot\mathbf r=\mathbf n\cdot\mathbf a\]
Name the constant
\[\mathbf n\cdot\mathbf r=d\]
Use components
\[n_1x+n_2y+n_3z=d\]

Distance from the origin

Let \(O\) be the origin. The signed perpendicular distance from \(O\) to the plane in the unit-normal direction is the projection of \(\mathbf a\) onto \(\hat{\mathbf n}\). Its physical distance is the absolute value:

Unit normal
\[\hat{\mathbf n}=\frac{\mathbf n}{|\mathbf n|}\]
Project \mathbf a onto the unit normal
\[\hat{\mathbf n}\cdot\mathbf a=\frac{\mathbf n}{|\mathbf n|}\cdot\mathbf a\]
Move the scalar outside the dot product
\[\hat{\mathbf n}\cdot\mathbf a=\frac{\mathbf n\cdot\mathbf a}{|\mathbf n|}\]
Use d=\mathbf n\cdot\mathbf a
\[\hat{\mathbf n}\cdot\mathbf a=\frac{d}{|\mathbf n|}\]
Take absolute value for distance
\[|\hat{\mathbf n}\cdot\mathbf a|=\frac{|d|}{|\mathbf n|}\]

Examples

Question
Find a Cartesian equation for the plane through
\[A=(1,0,0)\]
\[B=(2,1,0)\]
and
\[C=(1,1,2)\]
Answer
Use \(A\) as the reference point, so
\[\mathbf a=(1,0,0)\]
Form two direction vectors in the plane:
\[\mathbf b=\overrightarrow{AB}=B-A=(2,1,0)-(1,0,0)=(1,1,0)\]
and
\[\mathbf c=\overrightarrow{AC}=C-A=(1,1,2)-(1,0,0)=(0,1,2)\]
Compute
\[\mathbf n=\mathbf b\times\mathbf c\]
The first component is
\[b_2c_3-b_3c_2=1\cdot2-0\cdot1=2-0=2\]
The second component is
\[b_3c_1-b_1c_3=0\cdot0-1\cdot2=0-2=-2\]
The third component is
\[b_1c_2-b_2c_1=1\cdot1-1\cdot0=1-0=1\]
Thus
\[\mathbf n=(2,-2,1)\]
Now compute
\[d=\mathbf n\cdot\mathbf a=(2,-2,1)\cdot(1,0,0)=2\cdot1+(-2)\cdot0+1\cdot0=2+0+0=2\]
Therefore the Cartesian equation is
\[2x-2y+z=2\]

Checks

  • The direction vectors \(\mathbf b\) and \(\mathbf c\) must not be parallel; otherwise they do not span a plane.
  • Normal vectors are not unique: any non-zero scalar multiple of \(\mathbf n\) gives the same plane after the Cartesian constant is scaled by the same factor.
  • In \(n_1x+n_2y+n_3z=d\), the coefficients \(n_1\), \(n_2\), and \(n_3\) are the components of a normal vector.