Skip to main content
SingaporeMathsSyllabus dot point

What is a vector, and how do we add vectors and multiply them by a number?

Represent a vector as a column vector, add and subtract vectors, and multiply a vector by a scalar

A focused answer to the N(A)-Level Mathematics outcome on vectors. Column vector notation, adding and subtracting vectors, scalar multiples, and finding the magnitude of a vector.

Generated by Claude Opus 4.88 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

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

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to write a vector as a column vector, add and subtract vectors, and multiply a vector by a number (a scalar). A vector carries both size and direction, which makes it perfect for describing movements on a grid. This is a gentle introduction, kept to two dimensions.

The answer

What a vector is

A vector has both a magnitude (size) and a direction. A movement of "33 right and 22 up" is a vector. We write it as a column vector, with the across-component on top and the up-component below:

a=(32)\mathbf{a} = \begin{pmatrix} 3 \\ 2 \end{pmatrix}

The top number is the change in xx and the bottom number is the change in yy. A negative top means moving left; a negative bottom means moving down.

Adding and subtracting vectors

To add or subtract vectors, combine the top components together and the bottom components together:

(32)+(14)=(46),(57)βˆ’(23)=(34)\begin{pmatrix} 3 \\ 2 \end{pmatrix} + \begin{pmatrix} 1 \\ 4 \end{pmatrix} = \begin{pmatrix} 4 \\ 6 \end{pmatrix}, \qquad \begin{pmatrix} 5 \\ 7 \end{pmatrix} - \begin{pmatrix} 2 \\ 3 \end{pmatrix} = \begin{pmatrix} 3 \\ 4 \end{pmatrix}

Adding vectors is like making one journey and then another: the result is the single vector from start to finish.

Multiplying by a scalar

Multiplying a vector by a number multiplies each component by that number:

2(31)=(62)2 \begin{pmatrix} 3 \\ 1 \end{pmatrix} = \begin{pmatrix} 6 \\ 2 \end{pmatrix}

The new vector points the same way but is twice as long. A negative scalar reverses the direction as well as scaling.

The magnitude of a vector

The magnitude (length) of a vector is found with Pythagoras, just like the distance between two points:

∣(xy)∣=x2+y2\left| \begin{pmatrix} x \\ y \end{pmatrix} \right| = \sqrt{x^2 + y^2}

So the vector (34)\begin{pmatrix} 3 \\ 4 \end{pmatrix} has magnitude 9+16=5\sqrt{9 + 16} = 5.

Examples in context

Example 1. A movement on a map. Walking 55 east then 33 north is the vector (53)\begin{pmatrix} 5 \\ 3 \end{pmatrix}. If you then walk (2βˆ’1)\begin{pmatrix} 2 \\ -1 \end{pmatrix}, your total displacement is the sum (72)\begin{pmatrix} 7 \\ 2 \end{pmatrix}. Adding vectors gives the single straight-line journey from start to finish.

Example 2. Equal and parallel vectors. The vector (21)\begin{pmatrix} 2 \\ 1 \end{pmatrix} and the vector (42)\begin{pmatrix} 4 \\ 2 \end{pmatrix} point the same way, because the second is 22 times the first. A scalar multiple always produces a parallel vector, which is how we test whether two vectors are parallel.

Try this

  • Cue. Find (25)+(3βˆ’1)\begin{pmatrix} 2 \\ 5 \end{pmatrix} + \begin{pmatrix} 3 \\ -1 \end{pmatrix}. Combine components: (54)\begin{pmatrix} 5 \\ 4 \end{pmatrix}.
  • Cue. Find 4(1βˆ’2)4 \begin{pmatrix} 1 \\ -2 \end{pmatrix}. Scale both: (4βˆ’8)\begin{pmatrix} 4 \\ -8 \end{pmatrix}.
  • Cue. Find the magnitude of (512)\begin{pmatrix} 5 \\ 12 \end{pmatrix}. Compute 25+144=169=13\sqrt{25 + 144} = \sqrt{169} = 13.

Exam-style practice questions

Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Original3 marksGiven a=(31)\mathbf{a} = \begin{pmatrix} 3 \\ 1 \end{pmatrix} and b=(βˆ’14)\mathbf{b} = \begin{pmatrix} -1 \\ 4 \end{pmatrix}, find a+b\mathbf{a} + \mathbf{b} and aβˆ’b\mathbf{a} - \mathbf{b}.
Show worked answer β†’

Add and subtract the matching components separately.

a+b=(3+(βˆ’1)1+4)=(25)\mathbf{a} + \mathbf{b} = \begin{pmatrix} 3 + (-1) \\ 1 + 4 \end{pmatrix} = \begin{pmatrix} 2 \\ 5 \end{pmatrix}.

aβˆ’b=(3βˆ’(βˆ’1)1βˆ’4)=(4βˆ’3)\mathbf{a} - \mathbf{b} = \begin{pmatrix} 3 - (-1) \\ 1 - 4 \end{pmatrix} = \begin{pmatrix} 4 \\ -3 \end{pmatrix}.

What markers reward: combining the top components together and the bottom components together, and care with the signs (especially subtracting the negative βˆ’1-1). Mixing the rows is the usual error.

Original3 marksA vector is v=(68)\mathbf{v} = \begin{pmatrix} 6 \\ 8 \end{pmatrix}. Find (a) the vector 3v3\mathbf{v} and (b) the magnitude of v\mathbf{v}.
Show worked answer β†’

(a) Multiply each component by 33: 3v=(1824)3\mathbf{v} = \begin{pmatrix} 18 \\ 24 \end{pmatrix}.

(b) The magnitude uses Pythagoras: ∣v∣=62+82=36+64=100=10|\mathbf{v}| = \sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10.

What markers reward: multiplying both components by the scalar, and the magnitude formula (square the components, add, square-root). Multiplying only the top component is a common slip.

Related dot points