← Hub FP1 · 06 · Vectors 0%
Paper 1 · Further Pure 1 ✦

Vectors in Three Dimensions

One new tool — the vector product — turns every 3-D geometry question into arithmetic. Lines, planes, angles, distances, and the two lines that never meet.

Syllabus 1.6Assumes: scalar product & line equations (9709 P3)MF19 gives a·b only

What the examiner expects you to do

§1 The vector product

◆ Two descriptions of the same thing

Geometric: 𝐚×𝐛=|𝐚||𝐛|sinθ𝐧^, where 𝐧^ is the unit vector perpendicular to both, in the right-hand-rule sense.

Component: for 𝐚=a1𝐢+a2𝐣+a3𝐤 and 𝐛=b1𝐢+b2𝐣+b3𝐤,

𝐚×𝐛=(a2b3a3b2)𝐢+(a3b1a1b3)𝐣+(a1b2a2b1)𝐤.

The reliable way to write that down is the determinant layout:

𝐚×𝐛=|𝐢𝐣𝐤a1a2a3b1b2b3|,

expanded along the top row with the ++ signs — so the 𝐣 component carries a minus, which is where the second component's reversed order comes from.

◇ Properties you will actually use
  • 𝐚×𝐛 is perpendicular to both 𝐚 and 𝐛 — this is why it produces normals to planes.
  • 𝐛×𝐚=(𝐚×𝐛): the order matters (unlike the scalar product).
  • 𝐚×𝐛=𝟎 exactly when 𝐚 and 𝐛 are parallel (including when one is zero).
  • |𝐚×𝐛| is the area of the parallelogram spanned by 𝐚 and 𝐛 — a useful picture of what the magnitude means.
✎ Worked example — and how to check it in one line

With 𝐚=2𝐢+𝐣𝐤 and 𝐛=𝐢+3𝐣+2𝐤:

𝐚×𝐛=((1)(2)(1)(3))𝐢+((1)(1)(2)(2))𝐣+((2)(3)(1)(1))𝐤=5𝐢5𝐣+5𝐤.

Always check with two dot products: 𝐚(5,5,5)=1055=0 ✓ and 𝐛(5,5,5)=515+10=0 ✓. If either is non-zero you have made an arithmetic slip — and you have found it in five seconds.

§2 Planes — three forms, one object

◆ The three forms and how to move between them
FormLooks likeRead off
Parametric𝐫=𝐚+λ𝐛+μ𝐜a point 𝐚 and two directions in the plane
Scalar product𝐫𝐧=pthe normal 𝐧
Cartesianax+by+cz=dthe normal is 𝐧=(a,b,c), and d=p
  • Parametric ⟶ the other two: take 𝐧=𝐛×𝐜, then p=𝐚𝐧.
  • Scalar ⟷ Cartesian: they are the same statement — writing 𝐫=(x,y,z) turns 𝐫(a,b,c)=d into ax+by+cz=d.
  • Cartesian ⟶ parametric: solve for one variable and let the other two be parameters.
✎ Worked example — the plane through three points

Find the Cartesian equation of the plane through A(1,0,2), B(2,1,0), C(0,3,1).

Two directions in the plane: AB=(1,1,2) and AC=(1,3,1). A normal is their vector product:

𝐧=AB×AC=((1)(1)(2)(3), (2)(1)(1)(1), (1)(3)(1)(1))=(5,3,4).

Then d=𝐧𝐚=5(1)+3(0)+4(2)=13, so the plane is

5x+3y+4z=13.

Check all three points: A: 5+0+8=13B: 10+3+0=13C: 0+9+4=13 ✓ — that is three free marks of insurance.

§3 Does the line meet the plane?

◆ Two dot products settle it completely

For the line 𝐫=𝐚+λ𝐝 and the plane 𝐫𝐧=p:

𝐝𝐧𝐚𝐧Conclusion
0anythingthe line crosses the plane at exactly one point
=0=pthe line lies in the plane
=0pthe line is parallel to the plane and never meets it

The logic is simply that 𝐝𝐧=0 means the line runs perpendicular to the normal, i.e. along the plane's direction; then one point decides whether it is in the plane or beside it.

✎ Worked example — finding the point of intersection

Where does 𝐫=(1,0,2)+λ(1,2,1) meet 2xy+3z=5?

Here 𝐧=(2,1,3) and 𝐝𝐧=22+3=30, so there is exactly one intersection. Substitute the parametric coordinates (1+λ, 2λ, 2+λ) into the plane:

2(1+λ)2λ+3(2+λ)=5  8+3λ=5  λ=1.

So the point is (0,2,1). Check: 2(0)(2)+3(1)=5

✎ Worked example — the two degenerate cases

Same plane 2xy+3z=5, so 𝐧=(2,1,3).

  • 𝐫=(1,1,1)+μ(1,2,0): 𝐝𝐧=22+0=0 and 𝐚𝐧=21+3=45. Parallel, never meets.
  • 𝐫=(1,0,1)+μ(1,2,0): 𝐝𝐧=0 and 𝐚𝐧=20+3=5=p. The line lies in the plane.

Identical directions; only the starting point differs. Always test both dot products.

§4 Angles — and the one that uses sine

◆ Three formulas, one of them different
two lines:cosθ=|𝐝1𝐝2||𝐝1||𝐝2|,two planes:cosθ=|𝐧1𝐧2||𝐧1||𝐧2|, line and plane: sinθ=|𝐝𝐧||𝐝||𝐧| 

The modulus signs give the acute angle, which is what is wanted unless the question says otherwise.

⚠ Why the line-and-plane one is a sine

The formula measures the angle between the line and the normal, not the plane. The angle to the plane is 90 minus that, and cos(90θ)=sinθ. Writing cos here is the single most common error in the whole topic — and it is worth several marks a year.

✎ Worked examples

Two planes 2xy+3z=5 and x+y+z=1: 𝐧1=(2,1,3), 𝐧2=(1,1,1), so

cosθ=|21+3|143=442  θ=51.9 (1 d.p.).

Line and plane, 𝐝=(1,2,1) and 2xy+3z=5:

sinθ=|22+3|614=384  θ=19.1 (1 d.p.).

§5 Distances, feet of perpendiculars, and the line where two planes meet

◆ Distance from a point to a plane

For the point (x0,y0,z0) and the plane ax+by+cz=d:

distance=|ax0+by0+cz0d|a2+b2+c2.

Substitute the point into the plane, see how far the answer misses d, and divide by |𝐧|.

✎ Worked example — foot of the perpendicular (and the distance for free)

Find the foot of the perpendicular from P(4,1,2) to 2xy+3z=5, and the distance.

Travel from P along the normal: the line 𝐫=(4,1,2)+t(2,1,3). Substitute into the plane:

2(4+2t)(1t)+3(2+3t)=5  1+14t=5  t=27.

So the foot is (327, 57, 87). Check it is on the plane: 64757247=357=5

The distance is the length of that step, |t||𝐧|=2714=2147. The formula agrees: |8165|14=414=21471.069. ✓

◆ The line of intersection of two planes

The line lies in both planes, so its direction is perpendicular to both normals:

𝐝=𝐧1×𝐧2.

For a point on it, set one variable to a convenient value (usually z=0) and solve the two Cartesian equations simultaneously.

✎ Worked example

Find the line of intersection of 2xy+3z=5 and x+y+z=1.

𝐝=(2,1,3)×(1,1,1)=((1)(1)(3)(1), (3)(1)(2)(1), (2)(1)(1)(1))=(4,1,3).

Put z=0: 2xy=5 and x+y=1. Adding gives 3x=6, so x=2, y=1. Hence

𝐫=(2,1,0)+t(4,1,3).

Check: (2,1,0) satisfies both planes ✓, and 𝐝𝐧1=81+9=0, 𝐝𝐧2=4+1+3=0

If setting z=0 gives an inconsistent or degenerate pair, the line is parallel to the plane z=0 — just set a different variable to zero instead.

§6 Skew lines: shortest distance and the common perpendicular

◇ What "skew" means

Two lines in 3-D are skew if they are neither parallel nor intersecting — they pass by each other at different heights. Test: 𝐝1×𝐝2𝟎 (not parallel) and the lines have no common point.

◆ Shortest distance

For 𝐫=𝐚1+λ𝐝1 and 𝐫=𝐚2+μ𝐝2:

shortest distance=|(𝐚2𝐚1)(𝐝1×𝐝2)||𝐝1×𝐝2|.

In words: project the gap between the two starting points onto the common normal direction. A bonus test comes free — if that numerator is 0 (and the lines are not parallel) the distance is zero, so the lines intersect.

Why that is the shortest distance

𝐧=𝐝1×𝐝2 is perpendicular to both lines, so it is the direction of the shortest crossing. Take any point on each line; the vector between them is 𝐚2𝐚1 plus something along 𝐝1 and 𝐝2. Those extra parts contribute nothing in the 𝐧 direction, because 𝐧𝐝1=𝐧𝐝2=0. So the separation measured along 𝐧^ is the same wherever you start:

d=|(𝐚2𝐚1)𝐧^|=|(𝐚2𝐚1)(𝐝1×𝐝2)||𝐝1×𝐝2|. 
◆ The common perpendicular — find the two feet

Let P=𝐚1+λ𝐝1 and Q=𝐚2+μ𝐝2 be the feet. PQ must be perpendicular to both directions, giving two linear equations in λ and μ:

PQ𝐝1=0,PQ𝐝2=0.

Solve them, get P and Q, and the common perpendicular is the line through P with direction 𝐝1×𝐝2 — equivalently, through P and Q.

✎ Worked example — the full skew-lines question

l1: 𝐫=(0,3,2)+λ(1,0,1) and l2: 𝐫=(1,1,2)+μ(0,1,1).

(a) The common normal direction.

𝐧=𝐝1×𝐝2=(1,0,1)×(0,1,1)=((0)(1)(1)(1), (1)(0)(1)(1), (1)(1)(0)(0))=(1,1,1).

It is not 𝟎, so the lines are not parallel.

(b) Shortest distance. With 𝐚2𝐚1=(1,4,0):

d=|(1)(1)+(4)(1)+(0)(1)|1+1+1=|3|3=3.

Non-zero, so the lines really are skew.

(c) The feet. P=(λ, 3, 2+λ) and Q=(1, 1+μ, 2+μ), so PQ=(1λ, μ4, μλ). The two perpendicularity conditions are

PQ(1,0,1)=1+μ2λ=0,PQ(0,1,1)=2μλ4=0.

From the first, μ=2λ1; substituting gives 3λ6=0, so λ=2 and μ=3. Hence

P=(2,3,4),Q=(1,2,5).

(d) The common perpendicular. PQ=(1,1,1), which is exactly 𝐧 ✓, and |PQ|=3, agreeing with part (b) ✓. An equation is

𝐫=(2,3,4)+t(1,1,1).

Those two checks — that PQ is parallel to 𝐧, and that its length matches the formula — catch essentially every arithmetic slip.

§7 Interactive: rotate the 3-D scene

Drag the view round to see what "skew" really looks like, and slide the lines apart. The panel computes the shortest distance from the formula and, separately, by directly minimising |PQ| over all λ and μ — if the two agree, the formula is doing what it claims.

line 1 / the line line 2 / the plane common perpendicular / foot

turn it round ✎

§8 Examiner traps & A* checklist

⚠ The eight most common mark-losers
  • Using cos for the angle between a line and a plane. It is sinθ=|𝐝𝐧|/(|𝐝||𝐧|).
  • Dropping the minus on the 𝐣 component of a vector product.
  • Computing 𝐛×𝐚 when the question wanted 𝐚×𝐛 — the sign flips.
  • Forgetting the modulus in a distance, and reporting a negative one.
  • Using the same parameter λ for both lines. They are independent — use λ and μ.
  • Concluding "skew" without checking the lines are not parallel first — 𝐝1×𝐝2=𝟎 means parallel, and then the skew formula is meaningless.
  • Answering "the shortest distance" when the question asked for an equation of the common perpendicular — you need the feet, not just the length.
  • Not dividing by |𝐧|: (𝐚2𝐚1)(𝐝1×𝐝2) on its own is a volume, not a distance.
★ Before you turn the page — the free checks
  • Dot your vector product with both original vectors: two zeros, or you have an error.
  • Substitute every given point back into any plane equation you produce.
  • Check PQ is parallel to 𝐝1×𝐝2 and that |PQ| equals your distance.

§9 Video explainers (curated)

§10 Check yourself

Score 0 / 5
Q1 · vector product

With 𝐚=(2,1,1) and 𝐛=(1,3,2), the vector product 𝐚×𝐛 is:

Solution

((1)(2)(1)(3), (1)(1)(2)(2), (2)(3)(1)(1))=(5,5,5). The distractor (5,5,5) is 𝐛×𝐚; (2,3,2) is the meaningless component-by-component product. Check: 𝐚(5,5,5)=0

Q2 · angle between a line and a plane

The acute angle θ between the line of direction (1,2,1) and the plane 2xy+3z=5 satisfies:

Solution

𝐝𝐧=22+3=3, |𝐝|=6, |𝐧|=14. Because the formula compares the line with the normal, the result is sinθ=|𝐝𝐧||𝐝||𝐧|=384, giving θ=19.1. Choosing cos here would give 70.9 — the angle to the normal, not to the plane.

Q3 · line and plane

The line 𝐫=(1,1,1)+μ(1,2,0) and the plane 2xy+3z=5:

Solution

𝐝𝐧=(1)(2)+(2)(1)+(0)(3)=0, so the line is not heading through the plane. Then 𝐚𝐧=21+3=45, so the starting point is not on the plane. Parallel, and never meets. (A line and a plane can never meet at exactly two points — if they share two points the whole line lies in the plane.)

Q4 · distance to a plane

The distance from P(4,1,2) to the plane 2xy+3z=5 is:

Solution

|2(4)(1)+3(2)5|22+(1)2+32=|4|14=414=21471.07. Dividing by 14 instead of 14 is the standard slip.

Q5 · full method — try it on paper first

l1: 𝐫=(1,2,3)+λ(1,0,1) and l2: 𝐫=(2,0,1)+μ(0,1,1).

(i) Show that l1 and l2 are skew. (ii) Find the shortest distance between them. (iii) Find an equation for their common perpendicular.

Solution

(i) First, not parallel:

𝐧=𝐝1×𝐝2=(1,0,1)×(0,1,1)=((0)(1)(1)(1), (1)(0)(1)(1), (1)(1)(0)(0))=(1,1,1)𝟎.

Next, no common point: equating the two position vectors gives 1+λ=2, so λ=1; and 2=μ from the y-components. But then the z-components need 3+λ=1+μ, i.e. 4=3, which is false. No solution, so the lines do not meet. Not parallel and non-intersecting ⟹ skew.

(ii) With 𝐚2𝐚1=(1,2,2):

d=|(1)(1)+(2)(1)+(2)(1)|1+1+1=|1|3=13=330.577.

(Non-zero, which confirms part (i) again.)

(iii) Let P=(1+λ, 2, 3+λ) on l1 and Q=(2, μ, 1+μ) on l2, so

PQ=(1λ, μ2, μλ2).

Perpendicular to both directions:

PQ(1,0,1)=μ2λ1=0,PQ(0,1,1)=2μλ4=0.

The first gives μ=2λ+1; substituting into the second gives 3λ2=0, so λ=23 and μ=73. Hence

P=(53, 2, 113),Q=(2, 73, 103),PQ=(13,13,13).

Check: PQ=13(1,1,1) is parallel to 𝐧 ✓, and |PQ|=319=13, matching part (ii) ✓

An equation for the common perpendicular is therefore

𝐫=(53, 2, 113)+t(1,1,1). 
FP1 · Topic 6 · Vectors