Skip to main content
SingaporeMathsSyllabus dot point

What is a vector, and how do we add, subtract and scale vectors in two dimensions?

Represent vectors in column form, add and subtract them and multiply by a scalar, and find the magnitude of a vector

A focused answer to the O-Level E-Maths outcome on two-dimensional vectors. Column-vector notation, addition and subtraction, scalar multiplication, and 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 represent vectors in column form, add and subtract them, multiply a vector by a scalar, and find a vector's magnitude. Vectors describe quantities with both size and direction, and at O-Level the arithmetic is done component by component.

The answer

What a vector is

A vector has both magnitude (size) and direction, unlike a scalar which has size only. In two dimensions a vector is written as a column:

v=(xy)\mathbf{v} = \begin{pmatrix} x \\ y \end{pmatrix}

where xx is the movement in the horizontal direction and yy the movement in the vertical direction.

Adding and subtracting vectors

Add or subtract vectors component by component, the top with the top and the bottom with the bottom:

(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, adding vectors places them nose to tail, and the result is the single vector from start to finish.

Multiplying by a scalar

Multiplying a vector by a number (scalar) multiplies each component:

k(xy)=(kxky)k\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} kx \\ ky \end{pmatrix}

This changes the vector's length by the factor kk and reverses its direction when kk is negative.

Magnitude

The magnitude (length) of a vector is found by Pythagoras from its components:

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

The magnitude is always a non-negative number, since it is a length.

The vector between two points

A vector linking two points is found by subtracting their position vectors, "destination minus origin". The vector from A(x1,y1)A(x_1, y_1) to B(x2,y2)B(x_2, y_2) is ABβ†’=(x2βˆ’x1y2βˆ’y1)\overrightarrow{AB} = \begin{pmatrix} x_2 - x_1 \\ y_2 - y_1 \end{pmatrix}, and its magnitude is the distance ABAB, which is exactly the distance formula in disguise. So from A(1,2)A(1, 2) to B(4,6)B(4, 6), the vector is (34)\begin{pmatrix} 3 \\ 4 \end{pmatrix} with magnitude 55. Remembering "tip minus tail" both gives the correct direction and ties vectors directly to the coordinate-geometry distance you already know.

Recognising parallel vectors

Two vectors are parallel when one is a scalar multiple of the other, b=ka\mathbf{b} = k\mathbf{a} for some number kk. So (23)\begin{pmatrix} 2 \\ 3 \end{pmatrix} and (46)\begin{pmatrix} 4 \\ 6 \end{pmatrix} are parallel because the second is twice the first, and a negative kk means they point in opposite directions. This test is the vector equivalent of equal gradients for parallel lines, and it lets you prove points are collinear: if AB→\overrightarrow{AB} is a scalar multiple of AC→\overrightarrow{AC}, then AA, BB and CC lie on one straight line. Checking for a common scalar factor is the standard way to detect parallel or collinear vectors.

Examples in context

Example 1. Displacement on a grid. Moving 33 east and 44 north is the vector (34)\begin{pmatrix} 3 \\ 4 \end{pmatrix}, whose magnitude 55 is the straight-line distance from start to finish. Vectors capture both how far and in which direction.

Example 2. Combining journeys. Two consecutive moves add as vectors, nose to tail, and the resultant is the single equivalent displacement. This is how navigation combines successive legs into a net change of position.

Try this

Q1. Find (25)+(3βˆ’1)\begin{pmatrix} 2 \\ 5 \end{pmatrix} + \begin{pmatrix} 3 \\ -1 \end{pmatrix}. [1 mark]

  • Cue. Add components: (54)\begin{pmatrix} 5 \\ 4 \end{pmatrix}.

Q2. Find 3(βˆ’24)3\begin{pmatrix} -2 \\ 4 \end{pmatrix}. [1 mark]

  • Cue. Multiply each component by 33: (βˆ’612)\begin{pmatrix} -6 \\ 12 \end{pmatrix}.

Q3. Find the magnitude of (86)\begin{pmatrix} 8 \\ 6 \end{pmatrix}. [2 marks]

  • Cue. 82+62=100=10\sqrt{8^2 + 6^2} = \sqrt{100} = 10.

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=(3βˆ’1)\mathbf{a} = \begin{pmatrix} 3 \\ -1 \end{pmatrix} and b=(βˆ’24)\mathbf{b} = \begin{pmatrix} -2 \\ 4 \end{pmatrix}, find 2a+b2\mathbf{a} + \mathbf{b} as a column vector.
Show worked answer β†’

First scale: 2a=(6βˆ’2)2\mathbf{a} = \begin{pmatrix} 6 \\ -2 \end{pmatrix}.

Then add componentwise: 2a+b=(6βˆ’2)+(βˆ’24)=(42)2\mathbf{a} + \mathbf{b} = \begin{pmatrix} 6 \\ -2 \end{pmatrix} + \begin{pmatrix} -2 \\ 4 \end{pmatrix} = \begin{pmatrix} 4 \\ 2 \end{pmatrix}.

Markers reward multiplying each component of a\mathbf{a} by 22 and adding the corresponding components of b\mathbf{b}.

Original3 marksA vector is v=(5βˆ’12)\mathbf{v} = \begin{pmatrix} 5 \\ -12 \end{pmatrix}. Find its magnitude.
Show worked answer β†’

The magnitude of a column vector (xy)\begin{pmatrix} x \\ y \end{pmatrix} is x2+y2\sqrt{x^2 + y^2}.

∣v∣=52+(βˆ’12)2=25+144=169=13|\mathbf{v}| = \sqrt{5^2 + (-12)^2} = \sqrt{25 + 144} = \sqrt{169} = 13.

Markers reward squaring both components, adding, and taking the square root to give a magnitude of 1313.

Related dot points