Plane parametrization example
Example: Find a parametrization of (or a set of parametric equations for) the plane
A parametrization for a plane can be written as
where and are vectors parallel to the plane and is a point on the plane. The parameters and are real numbers. Any point on the plane is given by for some value of . Any value of corresponds to a point on the plane.
Note that is different from ; in fact, is the vector .
Solution method 1
To find a parametrization, we need to find two vectors parallel to the plane and a point on the plane. Finding a point on the plane is easy. We can choose any value for and and calculate from the equation for the plane. Let and , then equation (1) means that
A point on the plane is . (Clearly, there are many other choices.)
Now, we have to find two vectors parallel to the plane. A normal vector of the plane is . (Why?) So, we need to find two vectors and that are perpendicular to , i.e., we need and . If and , we need
and
There are many choices for and . In fact, we can choose any two components of or and use the above condition to specify the third component. To keep life simple, we set and . Then, by equation (2), we know that
We conclude that the vector is parallel to the plane.
We need to choose so that is not parallel to . To ensure this, we set and . Then, by equation (3), we know that
We conclude that the vector is parallel to the plane. (You should double check this for both and .)
We are finished. A parametrization for the plane is
Since , we could write this as
(If we had made different choices for , , , and , we would have come up with a different parametrization. Or, if we chose a different point, we would have come up with a different parametriaztion.)
Shortcut method
There is a quick way to come up with the particular parametrization I made above. Because I chose , , , and and chose the first two components of to be zero, we ended up wtih a parametrization where and . (Can you see why this is true?)
Since equation (1) can be written
we can plug in those values of and to determine that
Again, we end up with the parametrization
Question: will the shortcut method always work? (I.e., is there a reason to know the longer method?)