← Maths Advanced guides

NSWMaths Advanced

HSC Mathematics Advanced vectors (2024 syllabus, HSC 2027+ guide)

A complete guide to vectors in the new HSC Mathematics Advanced 2024 syllabus (first sat in HSC 2027). Vector arithmetic, geometry, scalar product, projections, and applications. With worked examples and exam-ready problem patterns.

Generated by Claude OpusReviewed by Better Tuition Academy10 min readNESA-MATH-ADV-VEC

Why vectors are in HSC Mathematics Advanced now

Vectors were previously only in Extension 1. The new 2024 syllabus (first HSC sat in 2027) moves them into Advanced as a core topic. If you are starting Year 11 in 2026 or later, vectors will be a major part of your Mathematics Advanced course and exam.

This is one of the most significant additions in the new syllabus. Around 10-15% of the Advanced exam paper will assess vector content. Getting comfortable with vector arithmetic, geometry, and applications is essential.

What a vector is

A vector has two components: a magnitude (length) and a direction.

In two dimensions, a vector can be written as a column vector:

u=(ab)\mathbf{u} = \begin{pmatrix} a \\ b \end{pmatrix}

or in component form using unit vectors:

u=ai+bj\mathbf{u} = a\mathbf{i} + b\mathbf{j}

where i=(1,0)\mathbf{i} = (1, 0) and j=(0,1)\mathbf{j} = (0, 1) are the standard unit vectors.

A vector is just a directed arrow on a page. Two arrows of the same length pointing the same way represent the same vector regardless of where they are drawn.

Vector arithmetic

Addition

Vectors add component-wise:

(ab)+(cd)=(a+cb+d)\begin{pmatrix} a \\ b \end{pmatrix} + \begin{pmatrix} c \\ d \end{pmatrix} = \begin{pmatrix} a+c \\ b+d \end{pmatrix}

Geometrically: place the tail of one vector at the head of the other; the sum vector goes from the start to the end. This is the tip-to-tail rule. Equivalently, complete the parallelogram with the two vectors as adjacent sides: the diagonal is their sum.

Scalar multiplication

Multiplying a vector by a scalar kk scales it:

k(ab)=(kakb)k \begin{pmatrix} a \\ b \end{pmatrix} = \begin{pmatrix} ka \\ kb \end{pmatrix}

If k>0k > 0, the direction is unchanged; if k<0k < 0, it reverses; if ∣k∣>1|k| > 1, the vector is longer; if ∣k∣<1|k| < 1, shorter.

Magnitude

The magnitude (length) of a vector u=(a,b)\mathbf{u} = (a, b) is:

∣u∣=a2+b2|\mathbf{u}| = \sqrt{a^2 + b^2}

This is just Pythagoras' theorem.

Unit vectors

A unit vector has magnitude 1. To find the unit vector in the direction of u\mathbf{u}:

u^=u∣u∣\hat{\mathbf{u}} = \frac{\mathbf{u}}{|\mathbf{u}|}

The scalar (dot) product

The scalar product of two vectors is a number (not a vector). Two equivalent definitions:

Component form. uβ‹…v=ac+bd\mathbf{u} \cdot \mathbf{v} = ac + bd where u=(a,b)\mathbf{u} = (a, b) and v=(c,d)\mathbf{v} = (c, d).

Geometric form. uβ‹…v=∣u∣∣v∣cos⁑θ\mathbf{u} \cdot \mathbf{v} = |\mathbf{u}||\mathbf{v}|\cos\theta where ΞΈ\theta is the angle between the vectors.

These two definitions agree. Setting them equal lets you solve for the angle:

cos⁑θ=uβ‹…v∣u∣∣v∣\cos\theta = \frac{\mathbf{u} \cdot \mathbf{v}}{|\mathbf{u}||\mathbf{v}|}

Key properties

  • Commutative. uβ‹…v=vβ‹…u\mathbf{u} \cdot \mathbf{v} = \mathbf{v} \cdot \mathbf{u}.
  • Distributive. uβ‹…(v+w)=uβ‹…v+uβ‹…w\mathbf{u} \cdot (\mathbf{v} + \mathbf{w}) = \mathbf{u} \cdot \mathbf{v} + \mathbf{u} \cdot \mathbf{w}.
  • Self-product. uβ‹…u=∣u∣2\mathbf{u} \cdot \mathbf{u} = |\mathbf{u}|^2.
  • Perpendicularity. Two vectors are perpendicular if and only if uβ‹…v=0\mathbf{u} \cdot \mathbf{v} = 0.

A worked example

Find the angle between u=(3,4)\mathbf{u} = (3, 4) and v=(1,2)\mathbf{v} = (1, 2).

Step 1: uβ‹…v=3β‹…1+4β‹…2=3+8=11\mathbf{u} \cdot \mathbf{v} = 3 \cdot 1 + 4 \cdot 2 = 3 + 8 = 11.

Step 2: ∣u∣=9+16=5|\mathbf{u}| = \sqrt{9 + 16} = 5. ∣v∣=1+4=5|\mathbf{v}| = \sqrt{1 + 4} = \sqrt{5}.

Step 3: cos⁑θ=1155=1155β‰ˆ0.9839\cos\theta = \frac{11}{5\sqrt{5}} = \frac{11}{5\sqrt{5}} \approx 0.9839.

Step 4: ΞΈ=cosβ‘βˆ’1(0.9839)β‰ˆ10.3Β°\theta = \cos^{-1}(0.9839) \approx 10.3Β°.

Vector projections

The scalar projection of u\mathbf{u} onto v\mathbf{v} is the component of u\mathbf{u} along the direction of v\mathbf{v}:

projvu=uβ‹…v∣v∣\text{proj}_{\mathbf{v}} \mathbf{u} = \frac{\mathbf{u} \cdot \mathbf{v}}{|\mathbf{v}|}

This is a number, possibly negative if u\mathbf{u} has a component opposite to v\mathbf{v}.

The vector projection is the actual projected vector:

projβ†’vu=uβ‹…v∣v∣2v=(uβ‹…vvβ‹…v)v\overrightarrow{\text{proj}}_{\mathbf{v}} \mathbf{u} = \frac{\mathbf{u} \cdot \mathbf{v}}{|\mathbf{v}|^2} \mathbf{v} = \left(\frac{\mathbf{u} \cdot \mathbf{v}}{\mathbf{v} \cdot \mathbf{v}}\right) \mathbf{v}

When projection appears

Projection problems test whether you can decompose a vector into components along and perpendicular to a given direction. Common contexts: physics-style problems (force along a slope), geometry (foot of a perpendicular from a point to a line), and proofs about angles.

Applications

The equation of a line in vector form

A line through the point a\mathbf{a} with direction vector d\mathbf{d} has parametric vector equation:

r(t)=a+td\mathbf{r}(t) = \mathbf{a} + t\mathbf{d}

where tt is a real parameter. As tt varies, r\mathbf{r} traces out every point on the line.

Geometry with vectors

Vector methods often produce shorter proofs than coordinate geometry. Common patterns:

  • Showing a quadrilateral is a parallelogram. Show that opposite sides are equal as vectors.
  • Showing two lines are perpendicular. Show their direction vectors satisfy d1β‹…d2=0\mathbf{d}_1 \cdot \mathbf{d}_2 = 0.
  • Finding the midpoint. The position vector of the midpoint of segment from a\mathbf{a} to b\mathbf{b} is 12(a+b)\frac{1}{2}(\mathbf{a} + \mathbf{b}).

A worked geometry example

Show that the diagonals of a rhombus are perpendicular.

Let the rhombus have vertices AA, BB, CC, DD with position vectors a\mathbf{a}, b\mathbf{b}, c\mathbf{c}, d\mathbf{d}, where all sides have equal length.

Diagonal ACAC has direction cβˆ’a\mathbf{c} - \mathbf{a}.
Diagonal BDBD has direction dβˆ’b\mathbf{d} - \mathbf{b}.

In a rhombus, sides are equal: ∣bβˆ’a∣=∣dβˆ’a∣|\mathbf{b} - \mathbf{a}| = |\mathbf{d} - \mathbf{a}|. By the parallelogram law (and using vector addition), one can show:

(cβˆ’a)β‹…(dβˆ’b)=0(\mathbf{c} - \mathbf{a}) \cdot (\mathbf{d} - \mathbf{b}) = 0

which means the diagonals are perpendicular. The vector proof is much cleaner than a coordinate proof.

Common vector traps

Confusing scalar and vector results. uβ‹…v\mathbf{u} \cdot \mathbf{v} is a number. kuk\mathbf{u} is a vector. Keep track.

Sign of the scalar product. A negative scalar product means the angle is obtuse (between 90Β° and 180Β°). A positive scalar product means acute. Zero means perpendicular.

Magnitude vs vector. When asked for "the projection", check whether the question wants the scalar (a number) or the vector (a vector quantity). They differ by a factor of v/∣v∣\mathbf{v}/|\mathbf{v}|.

Unit vector calculation. Forgetting to divide by the magnitude is a common slip. Always check that your candidate unit vector has length 1.

Direction vectors of lines vs position vectors of points. A line has a position vector (where it starts) and a direction vector (which way it goes). Mixing them is a 2-mark loss.

How vectors are examined in the new syllabus

In Section II of the HSC Mathematics Advanced paper (2024 syllabus):

  • Short questions (2-3 marks). Find the magnitude of a vector. Compute a scalar product. Test perpendicularity.
  • Medium questions (5-7 marks). Find the angle between two vectors. Compute a vector projection. Find the equation of a line in vector form.
  • Long extended-response questions (8-10 marks). Multi-part geometric problems using vector methods. Often combine vectors with other Advanced topics (e.g. calculus on a parametrised curve).

Practice strategy

For HSC Mathematics Advanced vectors (2024 syllabus students):

  • Term 2 of Year 12. Drill component arithmetic until it's automatic.
  • Term 3. Move to scalar product, projections, geometric applications.
  • Term 4. Past-paper-style practice. Most schools have built up a bank of vector questions in the new syllabus format.

Build the habit of drawing the vectors when you start a problem. Diagrams catch sign errors and direction mistakes that pure algebra hides.

In one sentence

Vectors in HSC Mathematics Advanced (2024 syllabus, HSC 2027+) are about decomposing two-dimensional quantities into components, computing scalar products to find angles or test perpendicularity, projecting one vector onto another, and using vector methods to prove geometric results more cleanly than coordinate geometry would allow.

  • vectors
  • hsc-maths-advanced
  • year-12
  • new-syllabus
  • 2024-syllabus
  • 2026
  • hsc-2027