The basic idea: you describe a generic point on the line by giving its position
vector with respect to the coordinate system you're using. So if (x, y,
z) is a point on the line, its position vector is
r =
xi + yj + zk,
and you look for a vector equation involving r to
characterize the line.
This approach also works in 2-space: a point (x, y) has position vector r = xi + yj, and you need a vector equation involving r to characterize the line. So, as a bonus, using vectors gives you another method of describing lines in 2-space.
We'll then look at some examples of how to find lines, and a physical interpretation of the direction vector of a line.
Using Vectors to Describe Lines | |||||
Introduction | The vector form of a line | The parametric form of a line | The symmetric form of a line | Finding lines | Uniform linear motion |