IB Maths AA HL
Topic 3 โ Geometry & Trigonometry
Paper 1 & 2
~7 min read
HL only
Coincident, Parallel, Intersecting & Skew Lines
In 3D, two lines can do four things: coincide (sit on top of each other), be parallel, intersect at a point, or be skew (neither parallel nor crossing). The classification rests on two checks โ direction vectors, then a point.
๐ What you need to know
- Parallel: direction vectors are scalar multiples (b1 = kb2).
- Coincident: parallel AND any point on one line lies on the other.
- Intersecting: not parallel; one value of ฮป and one of ฮผ satisfies all three component equations.
- Skew: not parallel AND don’t intersect โ only possible in 3D.
- Test for skew vs intersecting: solve two component equations for ฮป, ฮผ; check the third โ if consistent, intersect; if not, skew.
- Intersection point: substitute ฮป (or ฮผ) back into its line equation.
- Use different parameters (ฮป and ฮผ) โ they’re independent variables, one per line.
The four cases
| Case | Direction vectors | Common point? |
|---|
| Coincident | scalar multiples | infinitely many (same line) |
| Parallel | scalar multiples | none |
| Intersecting | not scalar multiples | exactly one |
| Skew | not scalar multiples | none |
Decision flow: first ask “are the directions parallel?” If yes โ coincident or parallel (test a point). If no โ intersecting or skew (test the system of equations).
Step 1 โ directions parallel?
Parallel test
b1 = kb2 for some scalar k
Compare the components in pairs: x-ratio, y-ratio, z-ratio. If all three are equal to one constant k โ parallel. If any disagrees โ not parallel.
If parallel, take any point from one line (its anchor a1) and check whether it lies on the other line. Lies on it โ coincident; doesn’t โ strictly parallel.
Step 2 โ intersect or skew?
For non-parallel lines, set the two vector equations equal (with different parameters ฮป and ฮผ):
Solve componentwise
a1 + ฮปb1 = a2 + ฮผb2
This gives three linear equations in ฮป and ฮผ. Solve any two โ then verify the values satisfy the third. Consistent โ lines intersect; inconsistent โ skew.
๐งญ Recipe โ classify two lines in 3D
- Compare direction vectors: are they scalar multiples?
- If parallel, take an anchor of one line and test if it lies on the other โ coincident (yes) or parallel only (no).
- If not parallel, set vector equations equal (use ฮป and ฮผ) and write three component equations.
- Solve any two for ฮป and ฮผ; substitute into the third.
- If the third equation is satisfied โ intersecting (compute the point). If not โ skew.
Worked examples
WE 1Show two lines are parallel
Show that the lines r1 = (2, โ3, 1) + ฮป(2, โ4, 6) and r2 = (5, 1, โ2) + ฮผ(1, โ2, 3) are parallel.
Compare direction vectors
bโ = (2, โ4, 6); bโ = (1, โ2, 3)
Check if bโ is a scalar multiple of bโ
bโ = 2 ร bโ = 2(1, โ2, 3) = (2, โ4, 6) โ
Lines are parallel
we don’t yet know whether they’re coincident โ would need a point check
WE 2Show two lines are coincident
Show that the lines r1 = (1, 2, โ1) + s(2, 1, โ3) and r2 = (5, 4, โ7) + t(โ4, โ2, 6) are coincident.
Step 1: Check direction vectors are scalar multiples
bโ = (โ4, โ2, 6) = โ2 ร (2, 1, โ3) = โ2 bโ โ
Step 2: Check anchor of lโ, (5, 4, โ7), lies on lโ
x: 5 = 1 + 2s โ s = 2
y: 4 = 2 + s โ s = 2 โ
z: โ7 = โ1 โ 3s โ s = 2 โ
Same line โ coincident
parallel + shared point = coincident; without the point check it could just be parallel
WE 3Show two lines intersect and find the intersection
Show that the lines r1 = (3, 3, 0) + ฮป(1, 2, โ1) and r2 = (1, 9, โ8) + ฮผ(2, โ1, 3) intersect, and find the point of intersection.
Step 1: Directions (1, 2, โ1) and (2, โ1, 3) โ not scalar multiples โ not parallel
Step 2: Set rโ = rโ component-wise
x: 3 + ฮป = 1 + 2ฮผ โ ฮป โ 2ฮผ = โ2 … (1)
y: 3 + 2ฮป = 9 โ ฮผ โ 2ฮป + ฮผ = 6 … (2)
z: โฮป = โ8 + 3ฮผ โ ฮป + 3ฮผ = 8 … (3)
Step 3: Solve (1) and (2)
From (1): ฮป = 2ฮผ โ 2; sub into (2): 5ฮผ = 10 โ ฮผ = 2, ฮป = 2
Step 4: Check (3): 2 + 3(2) = 8 โ
Step 5: Sub ฮป = 2 into rโ
rโ = (3+2, 3+4, 0โ2) = (5, 7, โ2)
Intersect at (5, 7, โ2)
always verify with the third equation โ and double-check by substituting ฮผ into rโ
WE 4Show two lines are skew
Show that the lines r1 = (1, 0, 2) + ฮป(2, 1, โ1) and r2 = (3, โ2, 5) + ฮผ(1, โ1, 2) are skew.
Step 1: Directions (2, 1, โ1) and (1, โ1, 2) โ not scalar multiples โ not parallel
Step 2: Set rโ = rโ
x: 1 + 2ฮป = 3 + ฮผ โ 2ฮป โ ฮผ = 2 … (1)
y: ฮป = โ2 โ ฮผ โ ฮป + ฮผ = โ2 … (2)
z: 2 โ ฮป = 5 + 2ฮผ โ ฮป + 2ฮผ = โ3 … (3)
Step 3: Solve (1) + (2): 3ฮป = 0 โ ฮป = 0, ฮผ = โ2
Step 4: Check (3): 0 + 2(โ2) = โ4 โ โ3 โ
Inconsistent โ lines are skew
not parallel and don’t intersect โ only possible in 3D
WE 5Distinguish parallel from coincident
Determine whether the lines r1 = (2, 1, โ3) + s(1, โ2, 4) and r2 = (5, 4, 1) + t(2, โ4, 8) are parallel, coincident, or neither.
Step 1: Check directions
bโ = (2, โ4, 8) = 2(1, โ2, 4) = 2bโ โ โ parallel
Step 2: Check if (5, 4, 1) lies on lโ
x: 5 = 2 + s โ s = 3
y: 4 = 1 โ 2s โ s = โ3/2 โ
Different s values โ (5, 4, 1) is NOT on lโ
Parallel but not coincident
if the directions match but the anchor of one line isn’t on the other, the lines run side by side
WE 6Find a value that makes two lines parallel
The lines r1 = (2, โ1, 5) + ฮป(3, k, 6) and r2 = (1, 4, โ2) + ฮผ(2, โ4, 4) are parallel. Find the value of k.
Step 1: For parallel, bโ = cยทbโ for some scalar c
(3, k, 6) = c(2, โ4, 4)
Step 2: Use the known components to find c
x: 3 = 2c โ c = 3/2
z: 6 = 4c โ c = 3/2 โ (consistent)
Step 3: Apply c to the y-component
k = โ4c = โ4 ร (3/2) = โ6
k = โ6
always verify c is the same from two known components before solving for the unknown
๐ก Top tips
- Use different parameters for the two lines (ฮป and ฮผ) โ same parameter would force them to be coupled.
- Skew is impossible in 2D โ only ever a 3D answer.
- Always verify the third equation when solving the intersection system โ that’s the test.
- For parallel lines, the simplest check is whether one line’s anchor lies on the other.
- Not all “scalar multiples” use positive scalars: (2, โ4, 6) is parallel to (โ1, 2, โ3) via k = โ2.
โ Common mistakes
- Using the same parameter for both lines โ must be ฮป and ฮผ.
- Stopping at “directions are scalar multiples” and calling the lines coincident โ they could just be parallel.
- Forgetting to check the third equation when finding intersection โ without that check, you can’t distinguish intersect from skew.
- Calling lines “intersecting” because the paths cross in 2D โ in 3D, the lines may cross visually in a sketch but pass at different “heights”.
- Sign errors when rearranging the three component equations into ฮปโฮผ standard form.
Next: Angle Between Two Lines. Once you know two lines aren’t parallel, the natural follow-up is “what angle do they make?” โ found from the scalar product of their direction vectors. Same formula as the angle between two vectors: cosฮธ = (b1 ยท b2) / (|b1| |b2|).
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 โ