planes

What are planes

In math, planes are not flying objects. They are flat surfaces on a 3D graph.

Most planes, as well as other 3D objects are described by a equation for zz in terms of xx and yy:

z=cx+ky+n z = cx + ky + n

Where cc, kk and nn are constants.

However, they can also be described in other ways too.


Here's an example of a plane in three space:

Notice how there is two independent variables xx and yy instead of only xx to obtain zz.

Vector equation of a plane

The vector equation of a plane is similar to that of a line, however, since it is a plane, we need two vectors instead of one to describe it.

r=r0+sa+tbor(x, y, z)=(x0, y0, z0)+s(a1, a2, a3)+t(b1, b2, b3) \vec {r} = \vec {r_0} + s \vec {a} + t \vec {b} \quad \newline {or} \newline (x, \ y, \ z) = (x_0, \ y_0, \ z_0) + s(a_1, \ a_2, \ a_3) + t(b_1, \ b_2, \ b_3)

Where:

  • s,tR s, t \in \mathbb {R}

  • r=(x, y, z) \vec {r} = (x, \ y, \ z) is a position vector at any point on the plane.

  • r0=(x0, y0, z0) \vec {r_0} = (x_0, \ y_0, \ z_0) is a position vector at some point on the plane.

  • a=(a1, a2, a3) \vec {a} = (a_1, \ a_2, \ a_3) is a direction vector parallel to the plane.

  • b=(b1, b2, b3) \vec {b} = (b_1, \ b_2, \ b_3) is another direction vector parallel to the plane.


Here's what all the vectors look like compared to the plane:

Parametric equation of a plane

Similar to the parametric equations of a line, you can also obtain the parametric equations of a plane:

x=x0+sa1+tb1y=y0+sa2+tb2z=z0+sa3+tb3 x = x_0 + s a_1 + t b_1 \newline y = y_0 + s a_2 + t b_2 \newline z = z_0 + s a_3 + t b_3

Again, these equations are used to determine the separate coordinate values:

Cartesian equation of a plane

Planes also have a cartesion (or scalar) equation form. The coefficients on the variables also denote a normal (or orthogonal) vector to the plane.

Ax+By+Cz+D=0 Ax + By + Cz + D = 0

So, its non-zero normal vector would be n=(A, B, C) \vec {n} = (A, \ B, \ C) .


Again, here's a video to demonstrate what it looks like: