Historical Context & Motivation
For centuries, mathematicians described lines and planes using traditional coordinate geometry — slope-intercept forms and systems of linear equations. These methods work well in two dimensions, but become cumbersome and sometimes inadequate when you move into three-dimensional space. The development of vector algebra provided an elegant and powerful alternative. Vectors let us encode both direction and position in a single mathematical object, making it far easier to describe geometric shapes in any number of dimensions.
The central question this topic addresses is: How can we describe lines and planes in three-dimensional space using a single, unified framework? Cartesian equations like y = mx + b are familiar, but they only handle lines in 2D easily. In 3D, a line can't be described by one simple equation — you need a system. Vectors solve this problem by packaging a point on the line plus a direction into one compact expression.
Core Principles & Definitions
Before diving into equations, you need to understand the building blocks. A position vector describes the location of a point relative to the origin. A direction vector tells you which way a line points. A normal vector is perpendicular to a surface and defines the orientation of a plane. These three types of vectors are the foundation of everything in this topic.
Position Vector
Direction Vector
Normal Vector
Parameter (λ or t)
Scalar (Dot) Product
Visual Explanation — Lines in 3D
The diagram above captures the key idea. Every point P on a line can be reached by starting at a known point A and traveling some distance along the direction vector d. The parameter λ controls how far you travel: positive values go one way, negative values go the other, and λ = 0 brings you right back to point A. This single equation r = a + λd replaces the need for separate x, y, and z equations, making it compact and versatile.
Mathematical Framework
Vector Equation of a Line
When you expand this vector equation using components, you get the parametric equations of the line. If the known point is A = (x₁, y₁, z₁) and the direction vector is d = (a, b, c), then the parametric form separates each coordinate.
By solving each parametric equation for λ and setting them equal, you obtain the Cartesian equation of a line in 3D.
Equations of a Plane
A plane requires a different approach. Instead of a direction vector, a plane is defined by a normal vector — a vector perpendicular to the plane. If n is the normal vector and a is the position vector of a known point on the plane, then any point r on the plane satisfies the condition that the vector (r − a) is perpendicular to n.
Planes — Visual Breakdown & Alternative Forms
There are two main ways to write the equation of a plane in vector form. The first uses the scalar product (dot product) form: r · n = a · n, which relies on the normal vector. The second is the parametric form: r = a + λd₁ + μd₂, which uses two non-parallel direction vectors lying in the plane. The IB syllabus focuses primarily on the scalar product form and the corresponding Cartesian equation.
A critical skill is converting between these forms. If you're given a Cartesian equation like 2x − 3y + z = 8, the normal vector is simply n = (2, −3, 1). To find a specific point on the plane, set two variables to zero: if x = 0 and y = 0, then z = 8, giving you the point (0, 0, 8). Conversely, if you have two direction vectors in the plane, you can find the normal vector by computing the cross product d₁ × d₂.
| Form | Equation | What You Need |
|---|---|---|
| Vector (line) | r = a + λd | A point on the line + a direction vector |
| Parametric (line) | x = x₁ + λa, y = y₁ + λb, z = z₁ + λc | Same — expanded into components |
| Cartesian (line) | (x−x₁)/a = (y−y₁)/b = (z−z₁)/c | Same — parameter λ eliminated |
| Scalar product (plane) | r · n = d | A normal vector + a point on the plane |
| Cartesian (plane) | ax + by + cz = d | Normal vector n = (a, b, c) + constant d |
| Parametric (plane) | r = a + λd₁ + μd₂ | A point + two non-parallel direction vectors in the plane |
Worked Example
Strengths & Limitations of Each Form
Each equation form has specific advantages. Knowing when to use which form is just as important as knowing how to write them. The vector form is ideal for conceptual understanding and for problems involving angles and intersections. The Cartesian form is often more convenient for substituting coordinates or solving systems of equations. The parametric form bridges the two and is especially useful when you need to describe motion along a line.
| Form | Strengths | Limitations |
|---|---|---|
| Vector (r = a + λd) | Compact; works in any dimension; direction is immediately visible; useful for finding angles between lines | Cannot directly substitute individual coordinates; harder to use when solving simultaneous equations |
| Parametric | Shows each coordinate separately; easy to find specific points by choosing λ; models motion over time | Less compact; the parameter must be consistent across all three equations |
| Cartesian (line) | No parameter needed; good for checking if a point lies on the line | Breaks down when a direction component is zero; less intuitive in higher dimensions |
| Cartesian (plane) | Normal vector read directly from coefficients; easy to solve systems; familiar form from algebra | Doesn't immediately show a point on the plane; direction vectors not visible |
| Scalar product (plane) | Shows perpendicularity condition clearly; elegant for angle calculations between planes | Requires familiarity with dot product; not always recognized by students initially |
Connections to Advanced Topics
The equations of lines and planes in this topic form the foundation for several advanced concepts you'll encounter later in the IB HL syllabus and in university mathematics. Understanding how lines and planes are described by vectors opens the door to solving intersection problems, computing distances, and analyzing angles in three-dimensional space.
| This Topic (AHL 3.11) | Advanced Extension |
|---|---|
| Vector equation of a line r = a + λd | Finding intersections of two lines, determining if lines are parallel, skew, or intersecting (AHL 3.12) |
| Cartesian equation of a plane ax + by + cz = d | Solving systems of three planes (AHL 1.16), Gaussian elimination, and analyzing unique, infinite, or no solutions |
| Normal vectors to planes | Angle between two planes (dihedral angle), angle between a line and a plane (AHL 3.12) |
| Scalar product form r · n = d | Distance from a point to a plane, reflection of a point in a plane — university-level linear algebra |
| Parametric form of a plane r = a + λd₁ + μd₂ | Parametric surfaces in multivariable calculus, computer graphics rendering |
In your IB exam, the most common follow-up questions involve finding where a line meets a plane (substitute the parametric equations of the line into the Cartesian equation of the plane), finding the angle between two lines (using the dot product of their direction vectors), and determining whether two lines are parallel, intersecting, or skew (neither parallel nor intersecting — a uniquely 3D phenomenon). Mastering the forms in this topic gives you the toolkit for all of these.
Practice Problems
Lesson Summary
In this lesson, you learned how to describe lines in three-dimensional space using the vector equation r = a + λd, where a is a position vector and d is a direction vector. You saw how to convert this into parametric equations (x = x₁ + λa, y = y₁ + λb, z = z₁ + λc) and the Cartesian form (x − x₁)/a = (y − y₁)/b = (z − z₁)/c by eliminating the parameter λ.
For planes, the key concept is the normal vector n, which is perpendicular to the plane. The scalar product form r · n = d and Cartesian form ax + by + cz = d are the two primary representations. The coefficients in the Cartesian equation directly give the components of the normal vector. Converting between vector, parametric, and Cartesian forms — for both lines and planes — is the essential skill tested in the IB HL exam for AHL 3.11.