How do we resolve one vector along the direction of another, and what do the scalar and vector projections measure geometrically?
Compute the projection of one vector onto another, distinguishing the scalar projection from the vector projection, and resolve a vector into parallel and perpendicular components
A focused answer to the HSC Maths Extension 2 dot point on vector projection. The scalar projection as a signed length, the vector projection formula, resolving a vector into components parallel and perpendicular to another, with verified worked examples.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
NESA wants you to project one vector onto the direction of another. You must compute the scalar projection (a signed number measuring how much of points along ), the vector projection (the actual vector component of along ), and use these to split into a part parallel to and a part perpendicular to .
The scalar projection
Given vectors and with , the scalar projection of onto measures the signed length of the shadow casts on the line through . Since , the scalar projection is
It is positive when the angle between the vectors is acute, zero when they are perpendicular, and negative when is obtuse. The sign carries genuine information about direction.
The vector projection
The vector projection is the scalar projection multiplied by the unit vector in the direction of , namely . Thus
This is a vector, parallel to , representing the component of lying along . Its magnitude equals the absolute value of the scalar projection, and its direction is along (or against it, when the scalar projection is negative).
Resolving a vector into components
Every vector can be split into a part parallel to and a part perpendicular to :
The perpendicular component is genuinely perpendicular to : checking the scalar product,
This decomposition is the foundation for finding the distance from a point to a line and for resolving forces in mechanics.
Geometric meaning
The vector projection answers the question: if I slide straight down onto the line carrying , where does it land? The scalar projection answers: how far along that line, and in which direction? Because both depend only on the direction of and not its length, scaling leaves the projection of onto it unchanged.
Exam-style practice questions
Practice questions written in the style of NESA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
2024 HSC3 marksThe vector a is (1, 2, 3) and the vector b is (2, 0, -4). (i) Find (a . b / (b . b)) b. (ii) Show that a - (a . b / (b . b)) b is perpendicular to b.Show worked answer →
The expression (a . b / (b . b)) b is the vector projection of a onto b; subtracting it from a leaves the component of a perpendicular to b.
Part (i). Compute the dot products:
a . b = (1)(2) + (2)(0) + (3)(-4) = 2 + 0 - 12 = -10.
b . b = (2)^2 + 0^2 + (-4)^2 = 4 + 0 + 16 = 20.
So a . b / (b . b) = -10/20 = -1/2, and the projection is
(-1/2)(2, 0, -4) = (-1, 0, 2).
Part (ii). The perpendicular component is
a - (-1, 0, 2) = (1 - (-1), 2 - 0, 3 - 2) = (2, 2, 1).
Check it is perpendicular to b by taking the dot product:
(2, 2, 1) . (2, 0, -4) = (2)(2) + (2)(0) + (1)(-4) = 4 + 0 - 4 = 0.
Since the dot product is 0, a - (a . b / (b . b)) b is perpendicular to b.
Mark notes: part (i) 1 mark for the projection (-1, 0, 2). Part (ii): 1 mark for the perpendicular component (2, 2, 1), 1 mark for showing its dot product with b is 0.
2021 HSC1 marksConsider the two non-zero complex numbers z and w as vectors. Which of the following expressions is the projection of z onto w? A. (Re(z times conjugate of w)/|w|^2) w. B. (z/|w|) w. C. Re(z/w) w. D. (Re(z)/|w|^2) w.Show worked answer →
The vector projection of one vector onto another is (dot product divided by the squared length of the target) times the target: proj = ((z . w)/(w . w)) w.
When complex numbers are treated as vectors, the dot product z . w equals Re(z times conjugate of w), and w . w = |w|^2.
Substituting gives proj = (Re(z times conjugate of w)/|w|^2) w, which is option A.
Options B, C and D do not give a real scalar multiple equal to the projection coefficient (Re(z times conjugate of w))/|w|^2, so they are incorrect.
The answer is A.