kieth89
- 31
- 0
I was doing some course work earlier today and noticed that I've seen two different equations for a line in 3D space. Usually the equation I use is:
\vec r(t)=<x_{0}, y_{0}, z_{0}> + t<x, y, z>
You plug in the various points with what the problem provides. However, a few times I have seen a problem that uses the equation:
\vec r(t)=<x_{0}, y_{0}, z_{0}> + t<x-x_{0}, y-y_{0}, z-z_{0}>
How do I know which equation to use? Or are these equivalent?
Thanks!
\vec r(t)=<x_{0}, y_{0}, z_{0}> + t<x, y, z>
You plug in the various points with what the problem provides. However, a few times I have seen a problem that uses the equation:
\vec r(t)=<x_{0}, y_{0}, z_{0}> + t<x-x_{0}, y-y_{0}, z-z_{0}>
How do I know which equation to use? Or are these equivalent?
Thanks!