Next: About this document ...
Up: lab_template
Previous: lab_template
Subsections
In three dimensions an equation with variables raised to the first power is a plane. Therefore to deal with lines, other equation forms must be used. By definition a line in three dimensions is the intersection of two planes. For example a line can be given as
Other methods of writing the same line can be used. By solving, the same line written symmetrically is
or parametrically
Looking again at the equations the plane equation is:
Note that the vector
is the normal (perpendicular) vector to the plane. The symmetric line is:
Note that
is a point on the line and the vector
is parallel to the line. Finally the parametric line is:
Knowing these facts and knowing which form to work with will help in solving three-dimensional problems.
To assist you, there is a worksheet associated with this lab that
contains examples similar to some of the exercises. You can
copy that worksheet to your home directory with the following command,
which must be run in a terminal window, not in Maple.
cp /math/calclab/MA1024/lines_and_planes.mws My_Documents
Once you have read through the exercises, start up Maple, load the worksheet, and go through it carefully. Then you can start working on the exercises.
- Find the distance from the point
to the plane
.
Remember that distance is always considered the perpendicular path. As a hint first find the intersection of this perpendicular line to the plane and then use the distance formula.
Plot the perpedicular line and the plane.
- Find the line parallel to the intersection of the two planes
and
and passing through the point
.
As a hint start with the normal vectors to the planes.
Plot the two planes and the parallel line.
Next: About this document ...
Up: lab_template
Previous: lab_template
Jane E Bouchard
2006-10-11