Use vectors in three dimensions, compute scalar (dot) and vector (cross) products, find angles between vectors, scalar and vector projections, and apply these to geometric problems and the equations of lines and planes
A focused answer to the QCE Specialist Mathematics Unit 3 dot point on three-dimensional vectors. Covers component form, magnitude, the dot product and angle between vectors, scalar and vector projections, the cross product and its geometric meaning, and the vector and parametric equations of lines, with a verified worked example and the projection sign trap.
✦ Generated by Claude Opus 4.7·6 min answer·
Reviewed by: AI editorial process; not yet individually human-reviewed
QCAA wants you to work with vectors in three dimensions: write them in component form, find magnitudes and unit vectors, compute dot and cross products, find angles and projections, and use vectors to describe lines and to solve geometric problems. This is heavily assessed in IA2 and the external assessment, where setting up the right product for the question is the key decision.
The answer
Component form and magnitude
A vector in three dimensions is written a=a1i+a2j+a3k or as a column. Its magnitude is
∣a∣=a12+a22+a32.
A unit vector in the direction of a is a^=∣a∣a. The vector from point A to point B is AB=b−a, the position vector of B minus that of A.
The dot (scalar) product
The dot product produces a scalar:
a⋅b=a1b1+a2b2+a3b3=∣a∣∣b∣cosθ,
where θ is the angle between the vectors. Rearranging gives the angle:
cosθ=∣a∣∣b∣a⋅b.
If a⋅b=0 and neither vector is zero, the vectors are perpendicular. The dot product is the tool for angles and perpendicularity.
Scalar and vector projections
The scalar projection of a onto b is the signed length of the shadow of a along b:
scalar proj=∣b∣a⋅b.
The vector projection multiplies this by the unit vector b^:
vector proj=(∣b∣2a⋅b)b.
The scalar projection is negative when the angle is obtuse, which the sign of a⋅b captures automatically.
The cross (vector) product
The cross product produces a vector perpendicular to both inputs:
a×b=ia1b1ja2b2ka3b3.
Its magnitude is ∣a×b∣=∣a∣∣b∣sinθ, which equals the area of the parallelogram spanned by a and b. The direction follows the right-hand rule. The cross product is the tool for finding a normal vector and for areas.
Equations of lines
A line through point A with position vector a and direction d has vector equation
r=a+td,t∈R.
Splitting into components gives the parametric equations x=a1+td1, y=a2+td2, z=a3+td3. Two lines are parallel when their direction vectors are scalar multiples, and they intersect when a single pair (t,s) satisfies all three component equations.