We discuss how to find implicit and explicit formulas for planes.
With our modern outlook, we think of slope as being synonymous with lines and derivatives. In single variable calculus, the derivative is the slope of the tangent line. However, this identification of “slope” as being the “key-player” is something of a new idea. Before calculus, people were often interested in finding normal lines to curves. While this might seem odd at first, consider this: A line is the set of all points normal to some vector. Check it out:
From this we see that if \(\vec {p}=\vector {x_0,y_0}\) is a point (denoted by a vector) on the line, and our normal vector is \(\vec {n}=\vector {a,b}\), then
is an implicit formula for the line. This means that if points \((x,y)\) make the equation above true, then those points are on the line. As we will see, a nearly identical implicit formula defines a plane.
1 Implicit planes
We would like to know the implicit formula for a plane. Remember an implicit function in \(\R ^3\) is one of the form:
Here the dot product saves the day. Recall that if \(\vec {n} = \vector {a,b,c}\) is any vector, and \(\vec {x}= \vector {x,y,z}\), then the equation
is solved by all vectors \(\vec {x}\) that are orthogonal to \(\vec {n}\). We plotted several such vectors below:
From this we see that
gives the formula for a plane. Since \(\vec {0} = \vec {x}\) is a solution, this plane must pass through the origin. If we want our plane to be located anywhere in space, we must know a point on the plane, call it \(\vec {p}=\vector {x_0,y_0,z_0}\). Putting this together, we can now see:
If you know
- a vector \(\vec {n} = \vector {a,b,c}\) and
- a point (given by a vector) \(\vec {p} = \vector {x_0,y_0,z_0}\)
then,
\begin{align*} \vec {n}\dotp (\vec {x}-\vec {p}) &= 0\\ \vector {a,b,c}\dotp (\vector {x,y,z}-\vector {x_0,y_0,z_0})&=0\\ a(x-x_0) + b(y-y_0) + c(z-z_0) &= 0 \end{align*}is an implicit equation for a plane passing through the point \((x_0,y_0,z_0)\) with normal vector \(\vec {n}\).
Normal vectors not only allow us to define equations for planes but also they help us describe properties of planes.
2 Parametric planes
Given any two nonzero vectors in \(\R ^3\), \(\vec {v}\) and \(\vec {w}\), such that
we can produce a parametric formula for a plane by writing
where \(\vec {p}\) is a vector whose “tip” is on the plane, and \(\vec {v}\) and \(\vec {w}\) are in the plane.
The vector-valued formula for a plane
is very similar to our formula for a line,
where \(\vec {v}\) is a vector that points in the direction of the line, both represent linear relationships, and hence we use similar notation for both.
Now that we have two methods of graphing planes, let’s use both of the representations at once!