The vector equation of a line — point plus direction
r = a + λd: start at a point a, then walk any distance along a direction d.
The key idea. A straight line is completely described by one point on it and its direction. In vector form:
- is the position vector of a known point on the line.
- is the direction vector — any vector pointing along the line.
- is a scalar parameter: as varies over all real numbers, traces out every point of the line.
Building the equation from two points. If a line passes through and , take as the position vector of and direction :
Direction is only fixed up to a scalar. and describe the same direction. Always reduce to simplest form, and remember two lines can share a direction (parallel) even when written with different multiples.
Cambridge tip. Read each component of as a separate parametric equation: , , . This is exactly what you compare when finding intersections.
- = point plus parameter times direction .
- Through two points: .
- Direction is fixed only up to a scalar multiple — simplify it.
See the full worked example for problem solving using equations of lines →