IB Maths AA HL
Topic 3 ā Geometry & Trigonometry
Paper 1 & 2
~6 min read
HL only
Equation of a Line in Parametric Form
Same line as r = a + Ī»b, just split into three scalar equations ā one each for x, y, and z. The parameter Ī» stays the same across all three; the equations are coupled by it.
š What you need to know
- Parametric form: x = x0 + λl, y = y0 + λm, z = z0 + λn (formula booklet).
- (x0, y0, z0) is a known point on the line.
- li + mj + nk is a direction vector along the line.
- Same Ī» in all three ā it’s a single parameter sliding the point along the line.
- Convert from vector form: read off the components of a and b straight into the three equations.
- Convert to vector form: stack x0, y0, z0 as a and l, m, n as b.
- Point on line: substitute the coordinates into all three equations and check one Ī» works for all.
The parametric form
Parametric equation of a line
x = x0 + λl , y = y0 + λm , z = z0 + λn
Each equation says how one coordinate changes with Ī». Plug a value of Ī» into all three ā that gives you a point on the line. Different Ī» ā different point.
Converting between vector and parametric
Vector form
r = a + λb
one compact equation with three components
Parametric form
x = x0 + λl
y = y0 + λm
z = z0 + λn
three scalar equations, same Ī»
The conversion is mechanical: a = (x0, y0, z0) and b = (l, m, n). No algebra needed ā just read the components row by row.
š§ Recipe ā write a line in parametric form
- Identify the point: extract (x0, y0, z0) from the question (a point on the line).
- Identify the direction: extract (l, m, n) ā given as a vector or compute as b ā a if two points.
- Write three equations: x = x0 + λl, y = y0 + λm, z = z0 + λn.
- Check at Ī» = 0: should give back (x0, y0, z0) ā quick sanity check.
- If asked, simplify the direction by a common factor (optional, doesn’t change the line).
Worked examples
WE 1Convert from vector form to parametric form
The line l has vector equation r = (5, ā3, 2) + Ī»(1, 4, ā2). Write down the parametric form of l.
Read off components: a = (5, ā3, 2), b = (1, 4, ā2)
Apply x = xā + Ī»l, y = yā + Ī»m, z = zā + Ī»n
x = 5 + Ī»; y = ā3 + 4Ī»; z = 2 ā 2Ī»
no calculation needed ā just transcribe the components into three equations
WE 2Parametric form given a point and a direction
Find the parametric form of the equation of the line passing through the point (1, ā4, 6) with direction vector 2i ā 3j + 5k.
Point: (xā, yā, zā) = (1, ā4, 6)
Direction: (l, m, n) = (2, ā3, 5)
x = 1 + 2Ī»; y = ā4 ā 3Ī»; z = 6 + 5Ī»
at Ī» = 0 this gives (1, ā4, 6) ā
WE 3Parametric form through two points
Find the parametric form of the equation of the line passing through A(2, 5, ā1) and B(8, ā1, 3).
Step 1: Direction AB = B ā A
AB = (8ā2, ā1ā5, 3ā(ā1)) = (6, ā6, 4)
Step 2: Simplify direction by 2 (optional)
Use (3, ā3, 2)
Step 3: Use A as the anchor point
x = 2 + 3Ī»; y = 5 ā 3Ī»; z = ā1 + 2Ī»
simplifying the direction is fine ā same line, just re-scales Ī»
WE 4Convert from parametric to vector form
A line has parametric equations x = 4 ā Ī», y = 2Ī», z = ā3 + 5Ī». Write the equation of the line in vector form.
Read off the constant terms ā xā, yā, zā
xā = 4, yā = 0, zā = ā3 ā a = (4, 0, ā3)
Read off the coefficients of Ī» ā l, m, n
l = ā1, m = 2, n = 5 ā b = (ā1, 2, 5)
r = (4, 0, ā3) + Ī»(ā1, 2, 5)
y = 2Ī» has no constant ā that means yā = 0
WE 5Check if a point lies on a parametric line
Determine whether the point P(10, ā5, 10) lies on the line with parametric equations x = 1 + 3Ī», y = ā2 ā Ī», z = 4 + 2Ī».
Substitute coordinates into each equation and solve for Ī»
x: 10 = 1 + 3Ī» ā Ī» = 3
y: ā5 = ā2 ā Ī» ā Ī» = 3 ā
z: 10 = 4 + 2Ī» ā Ī» = 3 ā
P lies on the line (Ī» = 3)
all three give the same Ī» ā point is on the line
WE 6Find the point on a line for a given parameter value
The line l has parametric equations x = ā2 + 4Ī», y = 7 ā 3Ī», z = 1 + Ī». Find the coordinates of the point on l when Ī» = ā1.
Substitute Ī» = ā1 into each equation
x = ā2 + 4(ā1) = ā6
y = 7 ā 3(ā1) = 10
z = 1 + (ā1) = 0
Point (ā6, 10, 0)
negative Ī» just walks the line in the opposite direction from the anchor
š” Top tips
- Use the same Ī» in all three equations ā they’re coupled by the parameter.
- Constants give the point; coefficients of Ī» give the direction.
- If y = 2Ī», then y0 = 0 ā don’t miss the implicit zero.
- Sanity check at Ī» = 0: you should land on (x0, y0, z0).
- Simplify direction by a common factor when possible ā cleaner answer, same line.
ā Common mistakes
- Using a different Ī» in each equation ā they must share one parameter.
- Sign errors with negative coefficients ā y = 7 ā 3Ī» means the y-direction component is ā3, not 3.
- Mixing up “constant” with “coefficient”. In x = 1 + 3Ī»: 1 is the point, 3 is the direction.
- Concluding “on the line” after one equation works ā must verify all three.
- Forgetting y0 = 0 when an equation is just y = (something)Ī» with no constant.
Next: Equation of a Line in Cartesian Form. Take the parametric equations, rearrange each to make Ī» the subject, then set them all equal: x ā x0l = y ā y0m = z ā z0n. The third “form” of the same line.
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 ā