# Vectors

> Edexcel International GCSE Mathematics A · 4MA1 2016 Spec Higher Tier
> Source: https://www.owlsprep.com/study/edexcel-igcse-math-a-s5-vectors/

This guide covers all Higher Tier vector content for Edexcel IGCSE Maths A (4MA1), including notation, operations, magnitude calculations, resultants and basic geometric proofs.

**Prerequisites:** [Pythagoras' theorem for right-angled triangles](https://www.owlsprep.com/study/edexcel-igcse-math-a-s2-pythagoras/); [Basic 2D coordinate geometry](https://www.owlsprep.com/study/edexcel-igcse-math-a-s2-coordinate-geometry/)

## Learning objectives

- Define vectors as quantities with both magnitude and direction
- Use standard vector notation including column vectors, bold type and arrow notation
- Perform scalar multiplication, addition and subtraction of 2D vectors
- Calculate the modulus (magnitude) of a vector using Pythagoras' theorem
- Find resultant vectors for geometric journeys
- Apply vector methods to solve simple geometric proof problems

## Vectors: Definition and Standard Notation

**Vector** — A quantity that has both magnitude (size) and direction, unlike a scalar which only has magnitude.

*Example:* Displacement (distance plus direction) is a vector; distance alone is a scalar.

Three standard notations are used for vectors in your exam: **bold lowercase letters** ($\textbf{a}$, $\textbf{b}$), **arrow notation** for position vectors ($\textbackslash$vec{OA}$ for the vector from origin O to point A), and **column vectors** written as $\begin{pmatrix}x \ y$\text{\textbackslash}end{pmatrix} where $x$ is the horizontal component and $y$ the vertical component.

> **note**
>
> Always use correct notation in exams: never write a vector without bold type or an arrow, as this will be marked as a scalar.

**Worked example:** Write the vector representing a displacement of 4 units right and 2 units down in column vector form, and name two other valid notations for this vector.

1. 1. Horizontal component: right = positive $x$, so $x = 4$.
2. 2. Vertical component: down = negative $y$, so $y = -2$.
3. $$\begin{pmatrix}4 \\ -2\end{pmatrix}$$
4. 3. Other valid notations: bold $\textbf{v}$ or $\textbackslash$vec{OP}$ where $P$ is the point (4, -2) relative to origin $O$.

*Calculator:* allowed

## Vector Addition, Subtraction and Scalar Multiplication

**Scalar Multiple** — The vector formed by multiplying vector $\textbf{a}$ by scalar $k$. If $k < 0$, the direction of the vector is reversed, and magnitude scales by $|k|$.

*Notation:* $k\textbf{a}$

*Example:* If $\textbf{a} = \begin{pmatrix}2 \ 3$\text{\textbackslash}end{pmatrix}, then $3\textbf{a} = \begin{pmatrix}6 \ 9$\text{\textbackslash}end{pmatrix} and $-2\textbf{a} = \begin{pmatrix}-4 \ -6$\text{\textbackslash}end{pmatrix}.

To add or subtract column vectors, add or subtract corresponding components. For geometric vectors, use the triangle law: place the tail of the second vector at the head of the first, then the resultant connects the tail of the first to the head of the second.

> **Exam tip**
>
> When subtracting vectors, rewrite it as adding the negative scalar multiple: $\textbf{a} - \textbf{b} = \textbf{a} + (-1)\textbf{b}$ to avoid sign errors.

**Worked example:** Given $\textbf{a} = \begin{pmatrix}3 \\ -1\end{pmatrix}$ and $\textbf{b} = \begin{pmatrix}-2 \\ 5\end{pmatrix}$, calculate $2\textbf{a} - 3\textbf{b}$.

1. 1. Calculate $2\textbf{a}$ by multiplying each component of $\textbf{a}$ by 2:
2. $$2\mathbf{a} = \begin{pmatrix}2 \times 3 \\ 2 \times (-1)\end{pmatrix} = \begin{pmatrix}6 \\ -2\end{pmatrix}$$
3. 2. Calculate $3\textbf{b}$ by multiplying each component of $\textbf{b}$ by 3:
4. $$3\mathbf{b} = \begin{pmatrix}3 \times (-2) \\ 3 \times 5\end{pmatrix} = \begin{pmatrix}-6 \\ 15\end{pmatrix}$$
5. 3. Subtract $3\textbf{b}$ from $2\textbf{a}$ by subtracting corresponding components:
6. $$2\mathbf{a} - 3\mathbf{b} = \begin{pmatrix}6 - (-6) \\ -2 - 15\end{pmatrix} = \begin{pmatrix}12 \\ -17\end{pmatrix}$$

*Calculator:* allowed

## Calculating the Modulus (Magnitude) of a Vector

The magnitude (or modulus) of a vector is its length, written $|\textbf{a}|$ for vector $\textbf{a}$. For a column vector $\begin{pmatrix}x \ y$\text{\textbackslash}end{pmatrix}, use Pythagoras' theorem to calculate magnitude, as the components form the two shorter sides of a right-angled triangle.

$$|\mathbf{v}| = \sqrt{x^2 + y^2}$$

> **warning**
>
> Magnitude is always a non-negative scalar: square negative components correctly, e.g. $(-3)^2 = +9$, not $-9$.

**Worked example:** Calculate the magnitude of the vector $\textbf{v} = \begin{pmatrix}5 \\ -3\end{pmatrix}$, giving your answer to 2 decimal places.

1. 1. Identify $x = 5$, $y = -3$.
2. 2. Square each component: $x^2 = 5^2 = 25$, $y^2 = (-3)^2 = 9$.
3. 3. Sum the squares: $25 + 9 = 34$.
4. $$|\mathbf{v}| = \sqrt{34} \approx 5.83$$

*Calculator:* allowed

## Resultant Vectors and Simple Geometric Proofs

A resultant vector is the sum of two or more vectors, representing a single equivalent journey. For geometric problems, follow the path of given vectors to write expressions for unknown vectors: if you travel opposite to the direction of a given vector, multiply it by $-1$. Parallel vectors are scalar multiples of each other; collinear points lie on the same straight line, so the vector between them is a scalar multiple of another vector along the line.

> **Exam tip**
>
> For proof questions, always explicitly state that vectors are parallel *because* they are scalar multiples of each other to get full marks.

**Worked example:** In shape OABC, $\textbackslash$vec{OA} = 3$\textbf{a}$, $\textbackslash$vec{AB} = 2$\textbf{b}$, $\textbackslash$vec{BC} = $\textbf{c}$. Find (a) $\textbackslash$vec{OC}$, (b) $\textbackslash$vec{CA}$. Prove that AC is parallel to $\textbf{d} = \textbf{c} + 2\textbf{b}$.

1. 1a. Find $\textbackslash$vec{OC}$ by following the path $O \rightarrow A \rightarrow B \rightarrow C$:
2. $$\vec{OC} = \vec{OA} + \vec{AB} + \vec{BC} = 3\mathbf{a} + 2\mathbf{b} + \mathbf{c}$$
3. 1b. Find $\textbackslash$vec{CA}$ by following the path $C \rightarrow B \rightarrow A$, reversing vector signs for travel against their defined direction:
4. $$\vec{CA} = \vec{CB} + \vec{BA} = -\vec{BC} - \vec{AB} = -\mathbf{c} - 2\mathbf{b}$$
5. 2. Prove parallelism: rewrite $\textbackslash$vec{CA}$ as a scalar multiple of $\textbf{d}$:
6. $$\vec{CA} = -1(\mathbf{c} + 2\mathbf{b}) = -1\mathbf{d}$$
7. 3. Conclusion: Since $\textbackslash$vec{CA}$ is a scalar multiple of $\textbf{d}$, the two vectors are parallel.

*Calculator:* allowed

## Common pitfalls

- **Wrong:** Writing vectors without bold or arrow notation, e.g. writing $a$ instead of $\textbf{a}$ or $\textbackslash$vec{a}$.
  - Why it fails: Examiners mark unmarked letters as scalars, so you will lose marks for incorrect notation.
  - Correct: Always use bold lower case for named vectors, or arrow notation for position vectors between two points.
- **Wrong:** Making the vertical component of a column vector positive when displacement is down, or negative when up.
  - Why it fails: Standard convention uses positive $y$ for upwards direction, so incorrect signs give the wrong vector direction.
  - Correct: Follow coordinate rules: right = +$x$, left = -$x$, up = +$y$, down = -$y$.
- **Wrong:** Calculating magnitude as $\textbackslash$sqrt{x + y}$ instead of $\textbackslash$sqrt{x^2 + y^2}$, or incorrectly squaring negative components.
  - Why it fails: Magnitude uses Pythagoras' theorem, so incorrect squaring or addition gives a wrong length value.
  - Correct: Always square both components first, sum them, then take the positive square root.
- **Wrong:** Adding vectors by adding their magnitudes directly, ignoring direction.
  - Why it fails: Vectors have direction, so magnitudes only add if vectors point in exactly the same direction.
  - Correct: Add vectors component-wise for column vectors, or use the triangle law for geometric vectors.
- **Wrong:** Forgetting to reverse the sign of a vector when travelling against its defined direction in geometric problems.
  - Why it fails: Travelling from $B$ to $A$ is the opposite of travelling from $A$ to $B$, so the vector sign must be flipped.
  - Correct: If you travel opposite to the arrow of a given vector, multiply it by $-1$ before adding to your resultant.

## Cheatsheet

| Concept | Formula/Rule | Example |
| --- | --- | --- |
| Vector Notation | Bold $\textbf{a}$ / $\textbackslash$vec{OA}$ / $\begin{pmatrix}x \ y$\text{\textbackslash}end{pmatrix} | 2 right, 3 up = $\begin{pmatrix}2 \ 3$\text{\textbackslash}end{pmatrix} |
| Scalar Multiplication | $k\begin{pmatrix}x \ y$\text{\textbackslash}end{pmatrix} = $\begin{pmatrix}kx \ ky$\text{\textbackslash}end{pmatrix} | $2\begin{pmatrix}1 \ 4$\text{\textbackslash}end{pmatrix} = $\begin{pmatrix}2 \ 8$\text{\textbackslash}end{pmatrix} |
| Vector Addition | $\begin{pmatrix}x_1 \ y_1$\text{\textbackslash}end{pmatrix} + $\begin{pmatrix}x_2 \ y_2$\text{\textbackslash}end{pmatrix} = $\begin{pmatrix}x_1+x_2 \ y_1+y_2$\text{\textbackslash}end{pmatrix} | $\begin{pmatrix}3 \ 1$\text{\textbackslash}end{pmatrix} + $\begin{pmatrix}-2 \ 4$\text{\textbackslash}end{pmatrix} = $\begin{pmatrix}1 \ 5$\text{\textbackslash}end{pmatrix} |
| Magnitude (Modulus) | $\|\begin{pmatrix}x \ y$\text{\textbackslash}end{pmatrix}\| = $\textbackslash$sqrt{x^2 + y^2}$ | $\|\begin{pmatrix}3 \ -4$\text{\textbackslash}end{pmatrix}\| = 5 |
| Resultant Vectors | Sum of vectors along a path, flip sign if travelling opposite direction | $\textbackslash$vec{AC} = $\textbackslash$vec{AB} + $\textbackslash$vec{BC}$ |
| Parallel Vectors | Vectors are scalar multiples of each other | If $\textbf{a} = 2\textbf{b}$, $\textbf{a} \|\| \textbf{b}$ |

## What's next

Now you have mastered core vector concepts for Edexcel IGCSE Maths A Higher Tier, you can apply this knowledge to transformation geometry, where column vectors are used to describe translations of shapes on coordinate grids. You will also encounter vectors in high-mark problem-solving questions combining geometry and algebra, which often appear in Paper 2H and 4H. Make sure you practise past paper vector proof questions to get comfortable with justifying conclusions using vector rules, as many students lose marks here due to incomplete justification. Remember this topic is Higher Tier only, so Foundation students do not need to revise it.

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/edexcel-igcse-math-a-s5-vectors/
