IB Maths AA HL
Topic 3 โ Geometry & Trigonometry
Paper 1 & 2
~8 min read
HL only
Shortest Distances with Planes
The shortest distance from a point to a plane is always the perpendicular distance โ measured along a line in the direction of the plane’s normal. Same idea applies for parallel planes and parallel-to-plane lines: pick any point on one and find its perpendicular distance to the other.
๐ What you need to know
- Shortest distance from a point to a plane = perpendicular distance.
- Method (line method): build a line through the point in the direction of the plane’s normal, find its intersection with the plane, then compute |ฮปn|.
- Direct formula: distance = |n ยท p โ d| / |n|, where p is the point and the plane is n ยท r = d.
- For a parallel-to-plane line: pick any point on the line, find its distance to the plane.
- For two parallel planes: pick any point on one, find its distance to the other.
- Shortcut for parallel planes with the same normal n: distance = |d1 โ d2| / |n|.
- Always check parallel first when the problem involves a line and a plane (or two planes) โ otherwise the perpendicular distance idea doesn’t apply.
Two methods
Line method
d = |ฮปn|
build a line through P in direction n, find ฮป at intersection
Direct formula
d = |n ยท p โ d||n|
substitute the point into the LHS, divide by |n|
Both give the same answer. The line method is what most mark schemes show. The direct formula is faster โ useful for quick calculations and finding unknowns.
Special cases
| Setup | Approach |
|---|
| Point and plane | line method or direct formula |
| Line parallel to plane | pick any point on line, treat as point-to-plane |
| Two parallel planes | pick any point on one, treat as point-to-plane |
| Line crosses plane | distance = 0 (they intersect) |
๐งญ Recipe โ shortest distance from a point to a plane (line method)
- Identify the normal n from the plane.
- Write a line through P perpendicular to the plane: r = p + ฮปn.
- Substitute the parametric form into the plane equation.
- Solve for ฮป.
- Distance = |ฮป| ร |n|.
Worked examples
WE 1Shortest distance from a point to a plane
Find the shortest distance from the point P(5, 0, 3) to the plane 2x โ y + 2z = 7.
Step 1: Normal n = (2, โ1, 2); |n| = 3
Step 2: Line through P perpendicular to plane
r = (5, 0, 3) + ฮป(2, โ1, 2)
Step 3: Substitute into plane equation
2(5+2ฮป) โ (0โฮป) + 2(3+2ฮป) = 7
10 + 4ฮป + ฮป + 6 + 4ฮป = 7
16 + 9ฮป = 7 โ ฮป = โ1
Step 4: Distance = |ฮป| ร |n| = 1 ร 3
Distance = 3
verify with direct formula: |2(5) โ 0 + 2(3) โ 7|/3 = |9|/3 = 3 โ
WE 2Shortest distance from the origin to a plane
Find the shortest distance from the origin O to the plane 6x + 2y โ 3z = 14.
Step 1: Normal n = (6, 2, โ3); |n| = โ(36+4+9) = โ49 = 7
Step 2: Line through O perpendicular to plane
r = ฮป(6, 2, โ3)
Step 3: Substitute
6(6ฮป) + 2(2ฮป) โ 3(โ3ฮป) = 14
36ฮป + 4ฮป + 9ฮป = 49ฮป = 14 โ ฮป = 2/7
Step 4: Distance = (2/7) ร 7
Distance = 2
direct formula: |0 โ 14|/7 = 2 โ same answer, faster
WE 3Shortest distance from a line parallel to a plane
Show that the line r = (3, 4, 2) + s(2, 1, โ2) is parallel to the plane x + 2y + 2z = 6, and find the shortest distance between them.
Step 1: Check parallel: b ยท n = (2)(1) + (1)(2) + (โ2)(2) = 0 โ
Step 2: Pick anchor P = (3, 4, 2) on line
Step 3: Direct formula for distance from P to plane
|n ยท P โ d| = |3 + 8 + 4 โ 6| = 9
|n| = โ(1+4+4) = 3
Distance = 9/3 = 3
since the line is parallel, every point on it is the same distance from the plane
WE 4Shortest distance between two parallel planes
Find the shortest distance between the parallel planes ฮ 1: 2x โ y + 2z = 9 and ฮ 2: 2x โ y + 2z = โ3.
Step 1: Same normal (2, โ1, 2) โ planes parallel โ
Step 2: Use parallel-plane shortcut
distance = |dโ โ dโ| / |n|
|n| = โ(4+1+4) = 3
|9 โ (โ3)| / 3 = 12/3
Distance = 4
long way: pick (5, 1, 0) on ฮ โ; line method gives ฮป = โ4/3, distance = 4 โ
WE 5Find a coordinate so a point is at a given distance from a plane
Find the values of k for which the point P(k, 0, 1) is at a distance of 3 from the plane 2x + y โ 2z = 5.
Step 1: Direct formula sets up the equation
|2k + 0 โ 2(1) โ 5| / 3 = 3
|2k โ 7| = 9
Step 2: Two cases from absolute value
2k โ 7 = 9 โ k = 8
2k โ 7 = โ9 โ k = โ1
k = 8 or k = โ1
two solutions because P can be 3 units on either side of the plane
WE 6Shortest distance from a point to a plane in vector form
Find the shortest distance from the point P(2, 3, โ1) to the plane ฮ : r = (1, 0, 0) + ฮป(1, 1, 0) + ฮผ(0, 1, 1).
Step 1: Find normal n = b ร c
i: (1)(1) โ (0)(1) = 1
j: โ[(1)(1) โ (0)(0)] = โ1
k: (1)(1) โ (1)(0) = 1
n = (1, โ1, 1); |n| = โ3
Step 2: Find d = n ยท a
d = (1)(1) + (โ1)(0) + (1)(0) = 1
Cartesian: x โ y + z = 1
Step 3: Direct formula
|n ยท P โ d| = |2 โ 3 + (โ1) โ 1| = |โ3| = 3
Distance = 3/โ3 = โ3
converting to Cartesian form first makes the distance calculation faster
๐ก Top tips
- Direct formula is faster: distance = |n ยท p โ d| / |n| โ use it for quick calculations.
- Parallel planes shortcut: distance = |d1 โ d2| / |n|, but only if the LHS coefficients match exactly.
- For vector-form planes, convert to Cartesian first (find n = b ร c) before applying the distance formula.
- Always take absolute value of the numerator โ distances are non-negative.
- Sanity check: a distance of 0 means the point is ON the plane.
โ Common mistakes
- Forgetting absolute value in the numerator โ gives a signed distance, which can be negative.
- Using the position vector a as the normal for vector-form planes โ must take b ร c.
- Forgetting to divide by |n| โ the formula gives distance, not just the dot product.
- Applying the parallel-plane shortcut to non-parallel planes โ coefficients must match (or be the same scalar multiple, with constants scaled accordingly).
- Mixing up the line method’s ฮป with distance โ distance = |ฮป| ร |n|, not just |ฮป|.
That closes Vector Planes โ and Topic 3 of the AA HL syllabus. Up next is Topic 4: Statistics & Probability. The geometry intuition you’ve built (vectors, projections, perpendicularity) will reappear in unexpected places โ correlation as a kind of “angle” between data vectors, regression as a projection. Different language, same structural ideas.
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 โ