Definition
A line in three-dimensional space is the set of all points that can be reached by starting at a point and moving any distance along a fixed direction vector .
Why It Matters
Precise 3D line modeling is the difference between a successful rendezvous in orbit and a collision; it provides the coordinate-free framework needed to navigate and build in the complex three-dimensional reality of our universe.
Core Concepts
-
Vector Equation: , where is the position vector of the fixed point and is a scalar parameter.
-
How to read: “The vector function r of t equals the vector r zero plus t times the vector v.”
-
Meaning: Start at , move along direction scaled by parameter —all points on the line.
-
Parametric Equations: . These describe the coordinates individually as functions of the parameter .
-
How to read: “The coordinate x equals x zero plus t v one, with similar linear forms for y and z.”
-
Meaning: Component form of the vector equation—each coordinate changes linearly with .
-
-
Distance from Point to Line: The distance from a point to a line passing through with direction is given by:
- How to read: “The distance d equals the magnitude of the cross product of vector P S and vector v, all divided by the magnitude of vector v.”
- Meaning / when to use: Cross product gives parallelogram area; dividing by yields perpendicular distance from point to line.