Vectors (ME-V1)

NSWMaths Extension 1Syllabus dot point

How do we add, subtract and scale two-dimensional vectors, and how do we find their magnitudes?

Perform vector arithmetic with vectors in the plane, including component and column-vector notation, and find the magnitude and unit vector

A focused answer to the HSC Maths Extension 1 dot point on vector arithmetic. Component form, addition, subtraction, scalar multiplication, magnitude, unit vectors, and the standard notation conventions, with worked examples.

Generated by Claude OpusReviewed by Better Tuition Academy8 min answer

Have a quick question? Jump to the Q&A page

What this dot point is asking

NESA wants you to be fluent with two-dimensional vectors: their notation (column and component), addition, subtraction, scalar multiplication, magnitude (length), and the unit vector in a given direction.

The answer

Notation

A two-dimensional vector a\mathbf{a} has horizontal component a1a_1 and vertical component a2a_2. Common notations:

a=(a1a2)=a1i+a2j=(a1,a2),\mathbf{a} = \begin{pmatrix} a_1 \\ a_2 \end{pmatrix} = a_1 \mathbf{i} + a_2 \mathbf{j} = (a_1, a_2),

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

Vector addition and subtraction

a+b=(a1+b1a2+b2),ab=(a1b1a2b2).\mathbf{a} + \mathbf{b} = \begin{pmatrix} a_1 + b_1 \\ a_2 + b_2 \end{pmatrix}, \qquad \mathbf{a} - \mathbf{b} = \begin{pmatrix} a_1 - b_1 \\ a_2 - b_2 \end{pmatrix}.

Geometrically, a+b\mathbf{a} + \mathbf{b} is the diagonal of the parallelogram with sides a\mathbf{a} and b\mathbf{b} (head-to-tail). ab\mathbf{a} - \mathbf{b} goes from the head of b\mathbf{b} to the head of a\mathbf{a} when both start at the origin.

Scalar multiplication

For a scalar λ\lambda and vector a\mathbf{a},

λa=(λa1λa2).\lambda \mathbf{a} = \begin{pmatrix} \lambda a_1 \\ \lambda a_2 \end{pmatrix}.

Geometrically, λa\lambda \mathbf{a} is parallel to a\mathbf{a} (same direction if λ>0\lambda > 0, opposite if λ<0\lambda < 0) with magnitude λa|\lambda| |\mathbf{a}|.

Magnitude

The magnitude (length) of a\mathbf{a} is

a=a12+a22.|\mathbf{a}| = \sqrt{a_1^2 + a_2^2}.

This follows from Pythagoras' theorem on the right triangle with legs a1a_1 and a2a_2.

For a vector PQ\mathbf{PQ} from point P=(p1,p2)P = (p_1, p_2) to point Q=(q1,q2)Q = (q_1, q_2),

PQ=QP=(q1p1q2p2),PQ=(q1p1)2+(q2p2)2.\mathbf{PQ} = Q - P = \begin{pmatrix} q_1 - p_1 \\ q_2 - p_2 \end{pmatrix}, \qquad |\mathbf{PQ}| = \sqrt{(q_1 - p_1)^2 + (q_2 - p_2)^2}.

Unit vector

The unit vector in the direction of a\mathbf{a} (assumed non-zero) is

a^=1aa.\hat{\mathbf{a}} = \frac{1}{|\mathbf{a}|} \mathbf{a}.

By construction a^=1|\hat{\mathbf{a}}| = 1.

Vector laws

Vector addition is commutative (a+b=b+a\mathbf{a} + \mathbf{b} = \mathbf{b} + \mathbf{a}) and associative ((a+b)+c=a+(b+c)(\mathbf{a} + \mathbf{b}) + \mathbf{c} = \mathbf{a} + (\mathbf{b} + \mathbf{c})).

Scalar multiplication distributes over addition: λ(a+b)=λa+λb\lambda (\mathbf{a} + \mathbf{b}) = \lambda \mathbf{a} + \lambda \mathbf{b}.

These mirror the laws for real numbers and let you manipulate vector expressions algebraically.

Past exam questions, worked

Real questions from past NESA papers on this dot point, with our answer explainer.

2022 HSC Q52 marksIf a=(34)\mathbf{a} = \begin{pmatrix} 3 \\ -4 \end{pmatrix}, find a|\mathbf{a}| and the unit vector in the direction of a\mathbf{a}.
Show worked answer →

Magnitude: a=32+(4)2=9+16=25=5|\mathbf{a}| = \sqrt{3^2 + (-4)^2} = \sqrt{9 + 16} = \sqrt{25} = 5.

Unit vector: a^=1aa=15(34)=(3/54/5)\hat{\mathbf{a}} = \frac{1}{|\mathbf{a}|} \mathbf{a} = \frac{1}{5} \begin{pmatrix} 3 \\ -4 \end{pmatrix} = \begin{pmatrix} 3/5 \\ -4/5 \end{pmatrix}.

Markers reward the Pythagorean magnitude calculation, the explicit scaling by 1a\frac{1}{|\mathbf{a}|}, and the components of the unit vector.

Related dot points