Skip to content

9231 · 1.6

Vectors — common mistakes

Common exam mistakes on 9231 Vectors. Learn what loses marks, then practise the topic with Examiner’s Ink.

Exam tip 1

For shortest distance problems, always clearly define your vectors: p1\mathbf{p}_1 and p2\mathbf{p}_2 (points on each line), and d1\mathbf{d}_1 and d2\mathbf{d}_2 (direction vectors). A common error is to mix up these vectors or use an incorrect connecting vector. Drawing a quick sketch can help you visualise the setup and avoid mistakes.

What is the difference between the scalar (dot) product and the vector (cross) product?

The scalar product, ab\mathbf{a} \cdot \mathbf{b}, results in a scalar (a number). It's calculated as abcosθ|\mathbf{a}||\mathbf{b}|\cos\theta and is useful for finding angles and projections. The vector product, a×b\mathbf{a} \times \mathbf{b}, results in a new vector that is perpendicular to both a\mathbf{a} and b\mathbf{b}. Its magnitude is absinθ|\mathbf{a}||\mathbf{b}|\sin\theta and is used to find areas and turning effects (moments).

Why is the volume of a tetrahedron $\frac{1}{6}$ of the scalar triple product, not $\frac{1}{3}$ like a pyramid?

The volume of a pyramid is 13×(base area)×(height)\frac{1}{3} \times (\text{base area}) \times (\text{height}). For a tetrahedron with edges a,b,c\mathbf{a}, \mathbf{b}, \mathbf{c} from one vertex, the base can be the triangle formed by b\mathbf{b} and c\mathbf{c}, which has area 12b×c\frac{1}{2}|\mathbf{b} \times \mathbf{c}|. The height is the projection of a\mathbf{a} onto the normal of this base. Combining these gives V=13×(12b×c)×(height)=16a(b×c)V = \frac{1}{3} \times (\frac{1}{2}|\mathbf{b} \times \mathbf{c}|) \times (\text{height}) = \frac{1}{6}|\mathbf{a} \cdot (\mathbf{b} \times \mathbf{c})|. The total factor is 13×12=16\frac{1}{3} \times \frac{1}{2} = \frac{1}{6}.