# Vectors (CIE IGCSE 0580 Extended)

> Mathematics · CIE IGCSE 0580 2025-2027
> Source: https://www.owlsprep.com/study/cie-0580-u7-vectors/

This guide covers all Extended-only vector content for CIE IGCSE 0580 (2025-2027 syllabi), including vector operations, magnitude, position vectors, and proofs for parallelism, collinearity and segment ratios.

**Prerequisites:** [Coordinate Geometry (CIE IGCSE 0580 Core)](https://www.owlsprep.com/study/cie-0580-u3-overview/)

## Learning objectives

- Represent translations as column vectors and use standard vector notation
- Perform vector addition, subtraction and scalar multiplication
- Calculate the magnitude of a 2D vector using Pythagoras' theorem
- Use position vectors to find the vector between two points
- Prove parallelism and collinearity of points, and calculate segment ratios

## Vector Notation and Column Vectors

**Vector** — A quantity with both magnitude (size) and direction, used to represent 2D translations.

*Notation:* $\vec{AB}, \mathbf{a}, \begin{pmatrix}x \\ y\end{pmatrix}$

*Example:* A translation 3 units right and 2 units up is written as $\begin{pmatrix}3 \\ 2\end{pmatrix}$.

Vectors describe movement between two points. The notation $\vec{AB}$ refers to the vector that takes you from point A to point B. Bold lowercase letters (e.g. $\mathbf{a}$) name generic vectors. Column vectors list horizontal (x, top) and vertical (y, bottom) displacement: positive values move right/up, negative values move left/down.

**Worked example:** Write the column vector for the translation that takes point P(2, 5) to point Q(-1, 7).

1. Calculate horizontal displacement: $x_Q - x_P = -1 - 2 = -3$
2. Calculate vertical displacement: $y_Q - y_P = 7 - 5 = 2$
3. Write the result as a column vector:
4. $$\begin{pmatrix}-3 \\ 2\end{pmatrix}$$

*Calculator:* allowed

## Vector Operations

Three core vector operations are tested in your exam: addition, subtraction, and multiplication by a scalar (single numerical value). All operations are performed component-wise on column vectors.

- To add/subtract vectors: add/subtract corresponding x and y components separately
- To multiply a vector by a scalar: multiply both x and y components by the scalar value

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

1. First calculate $2\mathbf{a}$ by multiplying both components of $\mathbf{a}$ by 2:
2. $$2\mathbf{a} = 2 \times \begin{pmatrix}4 \\ -1\end{pmatrix} = \begin{pmatrix}8 \\ -2\end{pmatrix}$$
3. Next calculate $3\mathbf{b}$ by multiplying both components of $\mathbf{b}$ by 3:
4. $$3\mathbf{b} = 3 \times \begin{pmatrix}-2 \\ 5\end{pmatrix} = \begin{pmatrix}-6 \\ 15\end{pmatrix}$$
5. Subtract $3\mathbf{b}$ from $2\mathbf{a}$ by subtracting corresponding components:
6. $$2\mathbf{a} - 3\mathbf{b} = \begin{pmatrix}8 - (-6) \\ -2 - 15\end{pmatrix} = \begin{pmatrix}14 \\ -17\end{pmatrix}$$

> **Exam tip:** Always show intermediate calculation steps for vector operations. Partial marks are awarded for correct component calculations even if your final answer is wrong.

*Calculator:* allowed

## Vector Magnitude and Position Vectors

**Magnitude of a Vector** — The length of a vector, calculated using Pythagoras' theorem for 2D column vectors.

*Notation:* $|\mathbf{a}|$

*Example:* For $\mathbf{a} = \begin{pmatrix}x \\ y\end{pmatrix}$, $|\mathbf{a}| = \sqrt{x^2 + y^2}$.

Position vectors describe the location of a point relative to the origin O(0,0). The position vector of point A is written as $\vec{OA}$ or $\mathbf{a}$, with components equal to the coordinates of A. To find the vector between two points A and B, use the rule: $\vec{AB} = \vec{OB} - \vec{OA} = \mathbf{b} - \mathbf{a}$.

**Worked example:** Point A has position vector $\mathbf{a} = \begin{pmatrix}2 \\ 3\end{pmatrix}$, point B has position vector $\mathbf{b} = \begin{pmatrix}5 \\ -1\end{pmatrix}$. Calculate the magnitude of $\vec{AB}$.

1. First calculate $\vec{AB} = \mathbf{b} - \mathbf{a}$:
2. $$\vec{AB} = \begin{pmatrix}5 - 2 \\ -1 - 3\end{pmatrix} = \begin{pmatrix}3 \\ -4\end{pmatrix}$$
3. Substitute into the magnitude formula:
4. $$|\vec{AB}| = \sqrt{3^2 + (-4)^2} = \sqrt{9 + 16} = \sqrt{25} = 5$$

> **tip**
>
> If the question asks for an exact magnitude, leave your answer in surd form (e.g. $\sqrt{13}$) instead of calculating a decimal value.

*Calculator:* allowed

## Parallelism, Collinearity and Ratio Proofs

This is the highest-weighted part of the vector topic on Paper 4. You will be asked to prove lines are parallel, points are collinear, or find the ratio of lengths along a line segment.

1. Two vectors are parallel if one is a non-zero scalar multiple of the other: $\vec{XY} = k\vec{PQ}$ for some constant $k \neq 0$
2. To prove collinearity: first show vectors between two pairs of points are parallel, then confirm the vectors share a common point
3. The ratio of lengths of parallel vectors equals the absolute value of the scalar multiple between them

**Worked example:** Points A, B, C have position vectors $\mathbf{a} = \begin{pmatrix}1 \\ 2\end{pmatrix}$, $\mathbf{b} = \begin{pmatrix}4 \\ 8\end{pmatrix}$, $\mathbf{c} = \begin{pmatrix}6 \\ 12\end{pmatrix}$. Prove A, B, C are collinear, and find the ratio AB:BC.

1. First calculate $\vec{AB} = \mathbf{b} - \mathbf{a}$:
2. $$\vec{AB} = \begin{pmatrix}4 - 1 \\ 8 - 2\end{pmatrix} = \begin{pmatrix}3 \\ 6\end{pmatrix}$$
3. Next calculate $\vec{BC} = \mathbf{c} - \mathbf{b}$:
4. $$\vec{BC} = \begin{pmatrix}6 - 4 \\ 12 - 8\end{pmatrix} = \begin{pmatrix}2 \\ 4\end{pmatrix}$$
5. Show one vector is a scalar multiple of the other:
6. $$\vec{AB} = \frac{3}{2} \times \vec{BC}$$
7. State the collinearity conditions: $\vec{AB}$ and $\vec{BC}$ are parallel, and share the common point B, so A, B, C are collinear.
8. The ratio AB:BC equals the scalar multiple ratio, so $3:2$.

> **Exam tip:** Always explicitly state both conditions for collinearity (parallel vectors + common point) to get full marks. Skipping either condition will lose you at least 1 mark per proof question.

*Calculator:* allowed

## Common pitfalls

- **Wrong:** Mixing up point order when calculating vectors, e.g. writing $\vec{AB} = \mathbf{a} - \mathbf{b}$ instead of $\mathbf{b} - \mathbf{a}$
  - Why it fails: This reverses the vector direction, leading to sign errors and incorrect results for parallelism and collinearity proofs
  - Correct: Always follow the rule: $\vec{XY} = \text{position vector of end point Y} - \text{position vector of start point X}$
- **Wrong:** Forgetting the square root when calculating magnitude, e.g. writing $|\mathbf{v}| = x^2 + y^2$
  - Why it fails: Magnitude is the length of the vector, which requires Pythagoras' theorem including the square root
  - Correct: Write the full magnitude formula $|\mathbf{v}| = \sqrt{x^2 + y^2}$ explicitly before substituting values
- **Wrong:** Only proving vectors are parallel, and skipping the common point condition for collinearity
  - Why it fails: Parallel vectors do not automatically lie on the same line, so this is a frequent mark deduction on Paper 4
  - Correct: End every collinearity proof with the line: "Vectors are parallel and share common point X, so points are collinear"
- **Wrong:** Writing column vectors as horizontal pairs e.g. $(x, y)$ instead of vertical columns
  - Why it fails: The exam board specifically expects column vector notation for this topic, and you may lose marks for incorrect formatting
  - Correct: Always write vectors in vertical column form unless explicitly asked for a coordinate pair
- **Wrong:** Using out-of-scope techniques like dot product or 3D vector rules
  - Why it fails: These methods are not in the CIE 0580 syllabus, and markers will not award marks for unapproved techniques
  - Correct: Only use scalar multiples, standard vector operations and the magnitude formula outlined in the syllabus

## Cheatsheet

| Concept | Formula / Rule | Exam Reminder |
| --- | --- | --- |
| Column Vector | $\begin{pmatrix}\Delta x \\ \Delta y\end{pmatrix}$ | Positive = right/up, negative = left/down |
| Vector Operations | Component-wise add/subtract/scalar multiply | Show all intermediate steps for partial marks |
| Magnitude | $\|\mathbf{v}\| = \sqrt{x^2 + y^2}$ | Leave as surd if exact answer is required |
| Vector Between Points | $\vec{AB} = \mathbf{b} - \mathbf{a}$ | Order matters: end point minus start point |
| Parallel Vectors | $\vec{AB} = k\vec{CD}$ for $k \neq 0$ | The value of $k$ gives the length ratio |
| Collinearity Proof | 1. Parallel vectors 2. Common point | State both conditions explicitly for full marks |

## What's next

Now that you have mastered Extended-level vector content for CIE IGCSE 0580, you are ready to tackle complex Paper 4 geometry problems that combine vectors with other transformation and coordinate geometry topics. Vectors are frequently tested in 5-7 mark questions on Paper 4, so focus especially on collinearity and ratio proofs, which are the highest-weighted sub-skills for this topic. Practice past paper vector questions to build your speed and confidence, and make sure you can apply these rules alongside other geometry concepts like similarity and circle theorems.

- [Transformations (CIE IGCSE 0580 Extended)](https://www.owlsprep.com/study/cie-0580-u7-transformations/)

---

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/cie-0580-u7-vectors/
