To find the equation of a line in the - plane, we need two pieces of information: a point and the slope. The slope conveys direction information. As vertical lines have an undefined slope, the following statement is more accurate:
To define a line, one needs a point on the line and the direction of the line.
This holds true for lines in space.
Let be a point in space, let be the vector with initial point at the origin and terminal point at (i.e., “points” to ), and let be a vector. Consider the points on the line through in the direction of .
Clearly one point on the line is ; we can say that the vector lies at this point on the line. To find another point on the line, we can start at and move in a direction parallel to . For instance, starting at and traveling one length of places one at another point on the line. Consider Figure 11.5.1 where certain points along the line are indicated.
The figure illustrates how every point on the line can be obtained by starting with and moving a certain distance in the direction of . That is, we can define the line as a function of :
(11.8) |
In many ways, this is not a new concept. Compare Equation (11.8) to the familiar “” equation of a line:
The equations exhibit the same structure: they give a starting point, define a direction, and state how far in that direction to travel.
Equation (11.8) is an example of a vector-valued function; the input of the function is a real number and the output is a vector. We will cover vector-valued functions extensively in the next chapter.
There are other ways to represent a line. Let and let . Then the equation of the line through in the direction of is:
The last line states the the values of the line are given by , the values are given by , and the values are given by . These three equations, taken together, are the parametric equations of the line through in the direction of .
Finally, each of the equations for , and above contain the variable . We can solve for in each equation:
assuming . Since is equal to each expression on the right, we can set these equal to each other, forming the symmetric equations of the line through in the direction of :
Each representation has its own advantages, depending on the context. We summarize these three forms in the following definition, then give examples of their use.
Consider the line in space that passes through in the direction of
The vector equation of the line is
The parametric equations of the line are
The symmetric equations of the line are
Give all three equations, as given in Definition 11.5.1, of the line through in the direction of . Does the point lie on this line?
SolutionWe identify the point with the vector . Following the definition, we have
the vector equation of the line is ;
the parametric equations of the line are
the symmetric equations of the line are
The first two equations of the line are useful when a value is given: one can immediately find the corresponding point on the line. These forms are good when calculating with a computer; most software programs easily handle equations in these formats. ††margin:
Does the point lie on the line? The graph in Figure 11.5.3 makes it clear that it does not. We can answer this question without the graph using any of the three equation forms. Of the three, the symmetric equations are probably best suited for this task. Simply plug in the values of , and and see if equality is maintained:
We see that does not lie on the line as it did not satisfy the symmetric equations.
Find the parametric equations of the line through the points and .
SolutionRecall the statement made at the beginning of this section: to find the equation of a line, we need a point and a direction. We have two points; either one will suffice. The direction of the line can be found by the vector with initial point and terminal point : .
The parametric equations of the line through in the direction of are:
A graph of the points and line are given in Figure 11.5.4. Note how in the given parameterization of the line, corresponds to the point , and corresponds to the point . This relates to the understanding of the vector equation of a line described in Figure 11.5.2. The parametric equations “start” at the point , and determines how far in the direction of to travel. When , we travel 0 lengths of ; when , we travel one length of , resulting in the point .
In the plane, two distinct lines can either be parallel or they will intersect at exactly one point. In space, given equations of two lines, it can sometimes be difficult to tell whether the lines are distinct or not (i.e., the same line can be represented in different ways). Given lines and , we have four possibilities: and are
the same line | they share all points; |
intersecting lines | share only 1 point; |
parallel lines | , no points in common; or |
skew lines | , no points in common. |
The next two examples investigate these possibilities.
Consider lines and , given in parametric equation form:
Determine whether and are the same line, intersect, are parallel, or skew.
SolutionWe start by looking at the directions of each line. Line has the direction given by and line has the direction given by . It should be clear that and are not parallel, hence and are not the same line, nor are they parallel. Figure 11.5.5 verifies this fact (where the points and directions indicated by the equations of each line are identified).
We next check to see if they intersect (if they do not, they are skew lines). To find if they intersect, we look for and values such that the respective , and values are the same. That is, we want and such that:
This is a relatively simple system of linear equations. Since the last equation is already solved for , substitute that value of into the equation above it:
A key to remember is that we have three equations; we need to check if satisfies the first equation as well:
It does not. Therefore, we conclude that the lines and are skew.
Consider lines and , given in parametric equation form:
Determine whether and are the same line, intersect, are parallel, or skew.
SolutionIt is obviously very difficult to simply look at these equations and discern anything. This is done intentionally. In the “real world,” most equations that are used do not have nice, integer coefficients.
We again start by deciding whether or not each line has the same direction. The direction of is given by and the direction of is given by . When it is not clear through observation whether two vectors are parallel or not, the standard way of determining this is by comparing their respective unit vectors. Using a calculator, we find:
The two vectors seem to be parallel (at least, their components are equal to 4 decimal places). In most situations, it would suffice to conclude that the lines are at least parallel, if not the same. One way to be sure is to rewrite and in terms of fractions, not decimals. We have
One can then find the magnitudes of each vector in terms of fractions, then compute the unit vectors likewise. After a lot of manual arithmetic (or after briefly using a computer algebra system), one finds that
We can now say without equivocation that these lines are parallel.
Are they the same line? The parametric equations for a line describe one point that lies on the line, so we know that the point lies on . To determine if this point also lies on , plug in the , and values of into the symmetric equations for :
The point lies on both lines, so we conclude they are the same line, just parameterized differently. Figure 11.5.6 graphs this line along with the points and vectors described by the parametric equations. Note how and are parallel, though point in opposite directions (as indicated by their unit vectors above).
Given a point and a line in space, it is often useful to know the distance from the point to the line. (Here we use the standard definition of “distance,” i.e., the length of the shortest line segment from the point to the line.) Identifying with the point , Figure 11.5.7 will help establish a general method of computing this distance .
From trigonometry, we know . We have a similar identity involving the cross product: Divide both sides of this latter equation by to obtain :
(11.9) |
It is also useful to determine the distance between lines, which we define as the length of the shortest line segment that connects the two lines (an argument from geometry shows that this line segments is perpendicular to both lines). Let lines and be given, as shown in Figure 11.5.8. To find the direction orthogonal to both and , we take the cross product: . The magnitude of the orthogonal projection of onto is the distance we seek:
Exercise 30 shows that this distance is 0 when the lines intersect. Note the use of the Scalar Triple Product:
The following Key Idea restates these two distance formulas.
Let be a point on a line that is parallel to . The distance from a point to the line is:
Let be a point on line that is parallel to , and let be a point on line parallel to , and let , where lines and are not parallel. The distance between the two lines is:
Find the distance from the point to the line
SolutionThe equation of the line gives us the point that lies on the line, hence . The equation also gives . Following Key Idea 11.5.1, we have the distance as
The point is approximately units from the line .
Find the distance between the lines
SolutionThese are the sames lines as given in Example 11.5.3, where we showed them to be skew. The equations allow us to identify the following points and vectors:
From Key Idea 11.5.1 we have the distance between the two lines is
The lines are approximately 5.334 units apart.
One of the key points to understand from this section is this: to describe a line, we need a point and a direction. Whenever a problem is posed concerning a line, one needs to take whatever information is offered and glean point and direction information. Many questions can be asked (and are asked in the exercises) whose answer immediately follows from this understanding.
Lines are one of two fundamental objects of study in space. The other fundamental object is the plane, which we study in detail in the next section. Many complex three dimensional objects are studied by approximating their surfaces with lines and planes.
To find an equation of a line, what two pieces of information are needed?
Two distinct lines in the plane can intersect or be .
Two distinct lines in space can intersect, be or be .
Use your own words to describe what it means for two lines in space to be skew.
In Exercises 5–14, write the vector, parametric and symmetric equations of the lines described.
Passes through , parallel to .
Passes through , parallel to .
Passes through and .
Passes through and .
Passes through , parallel to .
Passes through , parallel to .
In Exercises 15–22, determine if the described lines are the same line, parallel lines, intersecting or skew lines. If intersecting, give the point of intersection.
and
In Exercises 23–26, find the distance from the point to the line.
,
,
,
,
In Exercises 27–28, find the distance between the two lines.
Exercises 29–31 explore special cases of the distance formulas found in Key Idea 11.5.1.
Let be a point on the line . Show why the distance formula correctly gives the distance from the point to the line as .
Let lines and be intersecting lines. Show why the distance formula correctly gives the distance between these lines as .