Historical Context & Motivation
For centuries, mathematicians described lines and planes using coordinate equations — systems of variables like x, y, and z linked by algebraic relationships. While this Cartesian approach works well in two dimensions, describing objects in three-dimensional space quickly becomes cumbersome. Vector geometry arose from the desire to represent lines and planes using a more compact, direction-focused language — one that makes 3D geometry feel as natural as pointing your finger in a direction and walking forward.
The central question this topic addresses is: How can we describe a line or a plane in 3D space using just a point and a direction? Instead of juggling multiple coordinate equations, vector forms let you specify where something is, which way it points, and how far along it you've traveled — all in a single elegant expression.
Core Principles & Definitions
Before diving into equations, you need to be comfortable with a handful of foundational ideas. Each of these builds on your existing knowledge of vectors — adding, scaling, and interpreting them geometrically — and extends it into the language of lines and planes.
Position Vector
Direction Vector
Normal Vector
Parameter (λ or t)
Scalar (Dot) Product Connection
Visual Explanation — Lines in 3D
Look at the diagram above. The position vector a anchors you at a specific point A on the line. From there, the direction vector d tells you which way the line extends. By multiplying d by different values of the parameter λ, you generate every point on the line. Positive λ moves you forward along the direction; negative λ moves you backward. The resulting expression r = a + λd is the vector equation of the line — a single compact formula that replaces the two separate Cartesian equations you'd need in 3D.
Mathematical Framework
Vector Equation of a Line
In component form, if a = (a₁, a₂, a₃) and d = (d₁, d₂, d₃), then the vector equation expands to three parametric equations:
Vector Equation of a Plane
Detailed Breakdown — Understanding Planes
A plane in three-dimensional space is a flat, infinite surface — imagine a perfectly flat sheet of glass extending forever in every direction. While a line needs only one direction vector, a plane is defined by its orientation, which is captured by a single normal vector that stands perpendicular to every direction within the plane. The diagram below illustrates how the normal vector relates to the plane and to position vectors of points on it.
The key geometric insight is this: any vector that lies within the plane must be perpendicular to the normal. Since r − a connects two points on the plane, it lies entirely within the plane. The perpendicularity condition is expressed by the dot product equaling zero: (r − a) · n = 0. Distributing the dot product and rearranging gives r · n = a · n, the scalar product form of the plane equation.
Worked Example
Comparing Line & Plane Representations
You may wonder: why bother learning vector forms when you already know Cartesian equations? The table below highlights the strengths and limitations of each representation, helping you choose the right tool for each problem.
| Feature | Vector Form | Cartesian Form |
|---|---|---|
| Number of equations (line in 3D) | One vector equation: r = a + λd | Two simultaneous equations relating x, y, z |
| Finding a specific point | Substitute any λ value — quick and direct | Choose one variable, solve for the other two — more steps |
| Direction of a line | Read directly from the direction vector d | Must extract from coefficients |
| Normal of a plane | Read directly from n in r · n = D | Read from coefficients of x, y, z (equally direct) |
| Best suited for... | 3D geometry, angles between lines/planes, parametric problems | Algebraic substitution, graphing in 2D |
Connection to Advanced Topics
The introductory concepts of vector lines and planes form the foundation for a rich collection of further topics in AHL 3.7 and beyond. Once you're comfortable writing and interpreting these equations, you'll be ready to tackle problems involving angles, intersections, and distances — all of which rely on the same core ideas of position vectors, direction vectors, and normal vectors.
| This Lesson (Intro) | Next Steps (AHL 3.7 continued) |
|---|---|
| Write vector equation of a line through two points | Find the angle between two lines using dot product of direction vectors |
| Write equation of a plane given a point and normal | Find the angle between a line and a plane, or between two planes |
| Understand parameterisation (λ slides along a line) | Find the intersection point of a line and a plane by solving for λ |
| Recognise the normal vector from a Cartesian plane equation | Determine whether two lines are parallel, intersecting, or skew |
Beyond the IB syllabus, vector descriptions of lines and planes are the backbone of linear algebra at university, computer graphics (ray tracing in video games uses exactly the intersection of a line with a plane), and physics (describing trajectories and electromagnetic field boundaries). Mastering these basics now gives you a serious head start.
Practice Problems
Lesson Summary
A vector equation of a line takes the form r = a + λd, where a is the position vector of a known point, d is the direction vector, and λ is a real-valued parameter that slides you along the line. To find d when two points A and B are given, simply compute d = b − a.
A vector equation of a plane uses the scalar product form r · n = a · n, where n is the normal vector perpendicular to the plane. Expanding this yields the Cartesian form n₁x + n₂y + n₃z = D. The normal vector can be read directly from the coefficients in the Cartesian equation. These compact vector forms are the foundation for solving angles, intersections, and distance problems in 3D geometry throughout AHL 3.7.