Study Guide

Vectors (CIE IGCSE 0580 Extended)

MathematicsΒ· E7.2, E7.3, E7.4Β· 25 min read

1. Vector Notation and Column Vectorsβ˜…β˜…β˜†β˜†β˜†β± 5 min

βœ“ Calculator OK

πŸ“˜ Definition

Vector

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

Example:

A translation 3 units right and 2 units up is written as .

Vectors describe movement between two points. The notation refers to the vector that takes you from point A to point B. Bold lowercase letters (e.g. ) 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. 1

    Calculate horizontal displacement:

  2. 2

    Calculate vertical displacement:

  3. 3

    Write the result as a column vector:

  4. 4
    (βˆ’32)\begin{pmatrix}-3 \\ 2\end{pmatrix}

2. Vector Operationsβ˜…β˜…β˜…β˜†β˜†β± 7 min

βœ“ Calculator OK

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 and , calculate .

  1. 1

    First calculate by multiplying both components of by 2:

  2. 2
    2a=2Γ—(4βˆ’1)=(8βˆ’2)2\mathbf{a} = 2 \times \begin{pmatrix}4 \\ -1\end{pmatrix} = \begin{pmatrix}8 \\ -2\end{pmatrix}
  3. 3

    Next calculate by multiplying both components of by 3:

  4. 4
    3b=3Γ—(βˆ’25)=(βˆ’615)3\mathbf{b} = 3 \times \begin{pmatrix}-2 \\ 5\end{pmatrix} = \begin{pmatrix}-6 \\ 15\end{pmatrix}
  5. 5

    Subtract from by subtracting corresponding components:

  6. 6
    2aβˆ’3b=(8βˆ’(βˆ’6)βˆ’2βˆ’15)=(14βˆ’17)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.

3. Vector Magnitude and Position Vectorsβ˜…β˜…β˜…β˜†β˜†β± 6 min

βœ“ Calculator OK

πŸ“˜ Definition

Magnitude of a Vector

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

Example:

For , .

Position vectors describe the location of a point relative to the origin O(0,0). The position vector of point A is written as or , with components equal to the coordinates of A. To find the vector between two points A and B, use the rule: .

πŸ“ Worked Example

Point A has position vector , point B has position vector . Calculate the magnitude of .

  1. 1

    First calculate :

  2. 2
    ABβƒ—=(5βˆ’2βˆ’1βˆ’3)=(3βˆ’4)\vec{AB} = \begin{pmatrix}5 - 2 \\ -1 - 3\end{pmatrix} = \begin{pmatrix}3 \\ -4\end{pmatrix}
  3. 3

    Substitute into the magnitude formula:

  4. 4
    ∣ABβƒ—βˆ£=32+(βˆ’4)2=9+16=25=5|\vec{AB}| = \sqrt{3^2 + (-4)^2} = \sqrt{9 + 16} = \sqrt{25} = 5

4. Parallelism, Collinearity and Ratio Proofsβ˜…β˜…β˜…β˜…β˜…β± 9 min

βœ“ Calculator OK

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: for some constant

  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 , , . Prove A, B, C are collinear, and find the ratio AB:BC.

  1. 1

    First calculate :

  2. 2
    ABβƒ—=(4βˆ’18βˆ’2)=(36)\vec{AB} = \begin{pmatrix}4 - 1 \\ 8 - 2\end{pmatrix} = \begin{pmatrix}3 \\ 6\end{pmatrix}
  3. 3

    Next calculate :

  4. 4
    BCβƒ—=(6βˆ’412βˆ’8)=(24)\vec{BC} = \begin{pmatrix}6 - 4 \\ 12 - 8\end{pmatrix} = \begin{pmatrix}2 \\ 4\end{pmatrix}
  5. 5

    Show one vector is a scalar multiple of the other:

  6. 6
    AB⃗=32×BC⃗\vec{AB} = \frac{3}{2} \times \vec{BC}
  7. 7

    State the collinearity conditions: and are parallel, and share the common point B, so A, B, C are collinear.

  8. 8

    The ratio AB:BC equals the scalar multiple ratio, so .

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.

5. Common Pitfalls

Wrong move:

Mixing up point order when calculating vectors, e.g. writing instead of

Why:

This reverses the vector direction, leading to sign errors and incorrect results for parallelism and collinearity proofs

Correct move:

Always follow the rule:

Wrong move:

Forgetting the square root when calculating magnitude, e.g. writing

Why:

Magnitude is the length of the vector, which requires Pythagoras' theorem including the square root

Correct move:

Write the full magnitude formula explicitly before substituting values

Wrong move:

Only proving vectors are parallel, and skipping the common point condition for collinearity

Why:

Parallel vectors do not automatically lie on the same line, so this is a frequent mark deduction on Paper 4

Correct move:

End every collinearity proof with the line: "Vectors are parallel and share common point X, so points are collinear"

Wrong move:

Writing column vectors as horizontal pairs e.g. instead of vertical columns

Why:

The exam board specifically expects column vector notation for this topic, and you may lose marks for incorrect formatting

Correct move:

Always write vectors in vertical column form unless explicitly asked for a coordinate pair

Wrong move:

Using out-of-scope techniques like dot product or 3D vector rules

Why:

These methods are not in the CIE 0580 syllabus, and markers will not award marks for unapproved techniques

Correct move:

Only use scalar multiples, standard vector operations and the magnitude formula outlined in the syllabus

6. Quick Reference Cheatsheet

Concept

Formula / Rule

Exam Reminder

Column Vector

Positive = right/up, negative = left/down

Vector Operations

Component-wise add/subtract/scalar multiply

Show all intermediate steps for partial marks

Magnitude

Leave as surd if exact answer is required

Vector Between Points

Order matters: end point minus start point

Parallel Vectors

for

The value of gives the length ratio

Collinearity Proof

  1. Parallel vectors 2. Common point

State both conditions explicitly for full marks

7. Frequently Asked

Do I need to write vectors in bold in the exam?

You can either write vectors in bold, or add an arrow above the letter (e.g. ) to distinguish them from scalar values. Markers accept both notations for CIE 0580 Extended.

Can I use dot product for collinearity proofs?

No, dot product is out of scope for CIE IGCSE 0580. Use the method of showing one vector is a scalar multiple of the other for parallelism, plus a common point for collinearity, to earn full marks.

Going deeper

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.