IB Maths AA HL Topic 3 — Geometry & Trigonometry Paper 1 & 2 ~7 min read HL only

Intersections of Two Planes

Two non-parallel planes meet along a line (not a point) — like two pages of an open book joining at the spine. Two methods to find it: algebra (set one variable as Ī», solve for the others) or the cross product (n1 Ɨ n2 gives the line’s direction).

šŸ“˜ What you need to know

The three cases

CaseNormalsRHS scalingIntersection
Intersect along a linenot scalar multiples—a line
Parallel, distinctscalar multiplesRHS doesn’t matchnone
Same plane (coincident)scalar multiplesRHS scales by the same factorentire plane

Two methods for the intersection line

Algebra method
set one variable = Ī»
solve the 2Ɨ2 system for the other two variables in terms of Ī»
Cross product method
direction = n1 Ɨ n2
find one shared point by setting a variable to 0; combine into r = a + λb
Which to use: algebra is more reliable on the no-calculator paper. Cross product is faster if the resulting 2Ɨ2 system is easy to solve. Either method is correct.

🧭 Recipe — find line of intersection (algebra method)

  1. Confirm not parallel: check the normals aren’t scalar multiples.
  2. Set one variable = Ī» (any of x, y, z — pick whichever simplifies).
  3. Solve the two equations simultaneously for the other two variables in terms of Ī».
  4. Write parametric form: x = …, y = …, z = … (each in terms of Ī»).
  5. Stack into r = a + λb: read off the constants as the anchor and the λ-coefficients as the direction.

Worked examples

WE 1

Find the line of intersection (algebra method)

Find a vector equation of the line of intersection of the planes Ī 1: 3x āˆ’ y + z = 7 and Ī 2: x + y + 3z = 5.

Step 1: Normals (3, āˆ’1, 1) and (1, 1, 3) — not scalar multiples → not parallel āœ“ Step 2: Let z = Ī» 3x āˆ’ y = 7 āˆ’ Ī» … (1) x + y = 5 āˆ’ 3Ī» … (2) Step 3: Add (1) + (2) 4x = 12 āˆ’ 4Ī» → x = 3 āˆ’ Ī» Step 4: Sub into (2) y = 5 āˆ’ 3Ī» āˆ’ x = 5 āˆ’ 3Ī» āˆ’ (3 āˆ’ Ī») = 2 āˆ’ 2Ī» Step 5: Stack parametric → vector form r = (3, 2, 0) + Ī»(āˆ’1, āˆ’2, 1) verify at Ī» = 1: (2, 0, 1) → Π₁: 6 āˆ’ 0 + 1 = 7 āœ“; Ī ā‚‚: 2 + 0 + 3 = 5 āœ“
WE 2

Find the line of intersection (cross product method)

Find a vector equation of the line of intersection of the planes Ī 1: 2x + y āˆ’ z = 4 and Ī 2: x āˆ’ y + 2z = 5.

Step 1: Direction = n₁ Ɨ nā‚‚ i: (1)(2) āˆ’ (āˆ’1)(āˆ’1) = 1 j: āˆ’[(2)(2) āˆ’ (āˆ’1)(1)] = āˆ’5 k: (2)(āˆ’1) āˆ’ (1)(1) = āˆ’3 Direction b = (1, āˆ’5, āˆ’3) Step 2: Find a shared point — set z = 0 2x + y = 4;   x āˆ’ y = 5 Add: 3x = 9 → x = 3, y = āˆ’2 Step 3: Combine into vector form r = (3, āˆ’2, 0) + Ī»(1, āˆ’5, āˆ’3) verify: at point, 2(3) + (āˆ’2) āˆ’ 0 = 4 āœ“ and 3 āˆ’ (āˆ’2) + 0 = 5 āœ“
WE 3

Show two planes are parallel and do not intersect

Show that the planes Ī 1: 2x āˆ’ y + 3z = 4 and Ī 2: 4x āˆ’ 2y + 6z = 5 are parallel and do not intersect.

Step 1: Compare normal vectors n₁ = (2, āˆ’1, 3); nā‚‚ = (4, āˆ’2, 6) nā‚‚ = 2 Ɨ n₁ āœ“ → normals scalar multiples → parallel Step 2: Compare RHS For same plane, RHS would need to be 2 Ɨ 4 = 8, but Ī ā‚‚ has 5 8 ≠ 5 → planes are different Parallel and distinct — no intersection two parallel non-coincident planes never meet, so the line of intersection doesn’t exist
WE 4

Show two equations represent the same plane

Show that the equations 3x + 2y āˆ’ z = 5 and 6x + 4y āˆ’ 2z = 10 represent the same plane.

Step 1: Compare normals (6, 4, āˆ’2) = 2 Ɨ (3, 2, āˆ’1) āœ“ → parallel Step 2: Compare RHS 2 Ɨ 5 = 10 āœ“ → matches Both equations represent the same plane infinitely many points of “intersection” — every point of the plane satisfies both equations
WE 5

Find a value to make two planes parallel

Find the value of k for which the planes Ī 1: 2x āˆ’ y + 3z = 5 and Ī 2: 4x + ky + 6z = 7 are parallel. State whether they represent the same plane.

Step 1: For parallel, normals are scalar multiples (4, k, 6) = c Ɨ (2, āˆ’1, 3) Step 2: Use known components to find c From x: 4 = 2c → c = 2 From z: 6 = 3c → c = 2 āœ“ Step 3: Apply c to y-component k = āˆ’1 Ɨ c = āˆ’2 Step 4: Same plane check RHS would need to be 2 Ɨ 5 = 10, but Ī ā‚‚ has 7 k = āˆ’2; planes parallel but NOT the same plane parallel and distinct — no line of intersection
WE 6

Find the line of intersection, then verify a point lies on it

(a) Find a vector equation of the line of intersection of Ī 1: 2x + y + z = 5 and Ī 2: x āˆ’ y + 2z = 4. (b) Show that the point P(2, 0, 1) lies on this line.

Part (a): Algebra method, let x = Ī» y + z = 5 āˆ’ 2Ī» … (1) āˆ’y + 2z = 4 āˆ’ Ī» … (2) Add: 3z = 9 āˆ’ 3Ī» → z = 3 āˆ’ Ī» Sub (1): y = 5 āˆ’ 2Ī» āˆ’ (3 āˆ’ Ī») = 2 āˆ’ Ī» r = (0, 2, 3) + Ī»(1, āˆ’1, āˆ’1) Part (b): Test P(2, 0, 1) x: 0 + Ī» = 2 → Ī» = 2 y: 2 āˆ’ Ī» = 0 → Ī» = 2 āœ“ z: 3 āˆ’ Ī» = 1 → Ī» = 2 āœ“ P lies on the line (Ī» = 2) P also satisfies Π₁: 2(2)+0+1 = 5 āœ“ and Ī ā‚‚: 2āˆ’0+2 = 4 āœ“

šŸ’” Top tips

⚠ Common mistakes

Next: Angles Between a Line & a Plane. The angle between a line and a plane is the angle between the line and its projection onto the plane — found via cosāˆ’1 on the direction and the normal, then subtracted from 90° (or Ļ€/2). Same dot-product idea, with one extra step.

Need help with Vector Planes?

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

Book Free Session →