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

The four cases

CaseDirection vectorsCommon point?
Coincidentscalar multiplesinfinitely many (same line)
Parallelscalar multiplesnone
Intersectingnot scalar multiplesexactly one
Skewnot scalar multiplesnone
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

  1. Compare direction vectors: are they scalar multiples?
  2. If parallel, take an anchor of one line and test if it lies on the other โ†’ coincident (yes) or parallel only (no).
  3. If not parallel, set vector equations equal (use ฮป and ฮผ) and write three component equations.
  4. Solve any two for ฮป and ฮผ; substitute into the third.
  5. If the third equation is satisfied โ†’ intersecting (compute the point). If not โ†’ skew.

Worked examples

WE 1

Show 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 2

Show 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 3

Show 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 4

Show 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 5

Distinguish 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 6

Find 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

โš  Common mistakes

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 โ†’