IB Maths AI HL Vector Equations of Lines Paper 1 & 2 Parametric form ~7 min read

Equation of a Line in Parametric Form

Same line, different packaging. Take the vector equation r = a + λb and split it into its three components: x = x0 + λl, y = y0 + λm, z = z0 + λn. Each coordinate has its own equation, all sharing the same parameter λ.

📘 What you need to know

From vector form to parametric form

Write r = a + λb as (xyz) = (x0y0z0) + λ(lmn), then equate rows. Each row becomes one parametric equation.

Vector form → Parametric form (split into components) VECTOR FORM r = a + λb (x ; y ; z) = (−2 ; 1 ; 0) + λ(3 ; 1 ; −4) point a = (−2, 1, 0) direction b = (3, 1, −4) split PARAMETRIC FORMx = −2 + 3λ y = 1 + λ z = −4λ3 equations, same λ in all of them General pattern x = x₀ + λl y = y₀ + λm z = z₀ + λn (x₀, y₀, z₀) on the line · (l, m, n) direction
Same line, two presentations. The vector form on the left and the three parametric equations on the right contain exactly the same information — pick whichever is easier for the question.
Parametric form of a line x = x0 + λl,   y = y0 + λm,   z = z0 + λn (x0, y0, z0) = point on line · (l, m, n) = direction vector

From parametric to vector form

Reverse the process: stack the constants into a and stack the coefficients of λ into b. So x = 5 + 2λ, y = −1 − 3λ, z = 4λ becomes r = (5−10) + λ(2−34).

Why use parametric?  Finding where the line crosses x = 0 (or y = 0, z = 0) is one-line easy: set that component to 0, solve for λ, plug back into the other two. Same for intersecting a plane ax + by + cz = d — substitute the parametric equations and solve.

🧭 Recipe — parametric form

  1. Identify point & direction — (x0, y0, z0) on the line, (l, m, n) direction.
  2. Write three equationsx = x0 + λly = y0 + λmz = z0 + λn.
  3. To convert vector ⇒ parametric: split each component of r = a + λb.
  4. To convert parametric ⇒ vector: stack constants as a, coefficients of λ as b.
  5. To find a specific point: substitute a value of λ into all three.
  6. To find where the line crosses a plane (like z = 0): set that variable to the given value, solve for λ, substitute back.

Worked examples

WE 1

Parametric form from point & direction

Write the parametric form of the line through (−2, 1, 0) with direction vector (31−4).

vector form first r = (−210) + λ(31−4) split into 3 equations x = −2 + 3λ y = 1 + λ z = −4λ when y₀ = 0 in z, you just get z = −4λ (no constant term).
WE 2

Vector form from parametric

Convert the parametric equations x = 7 − 2λ, y = 3λ, z = −4 + λ into vector form.

stack constants → a a = (70−4) stack coefficients of λ → b b = (−231) r = (70−4) + λ(−231) no constant in y just means y₀ = 0.
WE 3

Parametric form through two points

Write the parametric form of the line through A(1, 2, −3) and B(4, 0, 1).

direction AB = OB − OA AB = (4−1, 0−2, 1−(−3)) = (3, −2, 4) use A as point on line x = 1 + 3λ y = 2 − 2λ z = −3 + 4λ check: λ = 0 → A(1, 2, −3) ✓    λ = 1 → B(4, 0, 1) ✓
WE 4

Where the line crosses the xy-plane

For the line x = 5 + 2λ, y = −1 + 3λ, z = 4 − 2λ, find the point where the line crosses the plane z = 0.

set z = 0 and solve for λ 4 − 2λ = 0 → λ = 2 substitute λ = 2 into x and y x = 5 + 2(2) = 9 y = −1 + 3(2) = 5 crosses xy-plane at (9, 5, 0) parametric form makes this trivial — one equation, one λ.
WE 5

Find λ from a known coordinate

The line x = 2 + λ, y = −4 + 2λ, z = 6 − λ passes through a point with y-coordinate equal to 10. Find the full coordinates of this point.

set y = 10 and solve for λ −4 + 2λ = 10 → 2λ = 14 → λ = 7 substitute λ = 7 x = 2 + 7 = 9 z = 6 − 7 = −1 point is (9, 10, −1)
WE 6

Intersection of two lines

Determine whether the lines  l1: x = 1 + λ, y = 2 + 2λ, z = λ  and  l2: x = 4 + μ, y = 8 − μ, z = 3 + 2μ  intersect, and if so find the point.

equate components — use different parameters x:  1 + λ = 4 + μ  ⇒  λ − μ = 3  …(1) y:  2 + 2λ = 8 − μ  ⇒  2λ + μ = 6  …(2) add (1) + (2) 3λ = 9 → λ = 3, then μ = 0 check z: 1 · λ vs 3 + 2μ z₁ = 3,  z₂ = 3 + 0 = 3 ✓ substitute λ = 3 into l₁ (1+3, 2+6, 3) = (4, 8, 3) lines intersect at (4, 8, 3) always verify with the third equation — if it fails, the lines are skew (don’t meet).

💡 Top tips

⚠ Common mistakes

Next up — Angle Between Two Lines. Once you have two lines (in vector or parametric form), the angle between them depends only on their direction vectors. Use the scalar product formula cos θ = (b1 · b2) / (|b1| |b2|), and take the absolute value to get the acute angle.

Need help with Vector Equations of Lines?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session →