Parametrization of a line
A line is determined by two points and . The following interactive Concept-Visualization Tool (CVT) illustrates this simple idea (the main purpose of this first CVT is to get you used to manipulating them). As mentioned in the CVT intro, you can drag with the mouse either the red or the green points around to change the line. Dragging elsewhere rotates the picture.
We want to write an equation for the line. However, since we are in three dimensions, we can’t write a single equation like to describe the line. (If you don’t believe me, check out this page.) Instead, we’ll write a parametrization for the line.
Before we continue, we need to change our perspective about the line. First, rather than thinking of a line being determined by two points, we’ll think of it as being determined by a point and a vector parallel to the line. (The vector could simply be the vector from the point to the point .)
Second, we’ll think of the point as the endpoint of a vector with tail at the origin. We could visualize the new perspective with the following CVT. It’s essentially identical to the above CVT. You can drag the tips of the arrows to change the line and rotate the whole figure by dragging in other places.
Unfortunately, I haven’t figured out a good way to draw vectors with arrowheads so that the arrowheads are always visible. So, I’ll tend to draw vectors with dots for arrowheads because that works more consistently, as follows.
Let (pictured in blue below) be a vector that represents another point on the line. (We will refer to the point as being the endpoint of the vector when its tail is fixed at the origin.) The point is on the line if the vector from to (i.e, , pictured in cyan below) is parallel to (in green). In the CVT below, you can change be dragging it, but it is constrained to be on the line. (Since is on the line, the vector is always parallel to , although sometimes both vectors don’t show up as the CVT doesn’t show overlapping vectors well). Recall that you can press Home to restore the CVT to its original perspective.
What does it mean for two vectors to be parallel? (Note that we use the term “parallel” to include what you might think of as anti-parallel, meaning pointing in opposite directions.) Two vectors are parallel if one vector can be expressed as a scalar multiple of the other. So, is parallel to if and only if for some . We usually write this as .
The idea of the parametrization is that as the parameter sweeps through all real numbers, sweeps out the line. In the last CVT on this page, we’ve changed the perspective so that now you control by moving the point on the slider. To make visualization a little easier, we show only the endpoints of the vectors and . Note that you can no longer move directly (attempting to drag the blue point will just rotate the whole figure). You control the position of through changing with the slider.
Notice that when , then . And when , is on top of the endpoint of vector , which is at position .
If you want something more concrete, you can see examples of finding the parametrization of a line.