How to Use Vectors in IGCSE Maths: Magnitude, Direction and Operations
Learning how to work with vectors in IGCSE Maths involves reading components correctly, combining vectors accurately, and using Pythagoras to calculate magnitudes. In IGCSE Maths, a vector is a quantity with both magnitude and direction, used to describe displacement, velocity and forces, as well as movement and transformations in geometry. This page acts as a central reference for the methods and notation expected in exam questions, supported by worked examples and structured practice.
Visualising a Vector
The vector \(\begin{pmatrix} 4 \\ 3 \end{pmatrix}\)
The vector \( \begin{pmatrix} 4 \\ 3 \end{pmatrix} \) moves 4 units right and 3 units up. Only its length and direction matter, not its starting point.
Adding Vectors Geometrically
Head-to-tail addition: \(\mathbf{a} + \mathbf{b}\)
To add vectors, place \(\mathbf{a}\) and \(\mathbf{b}\) head-to-tail. The vector from the start of \(\mathbf{a}\) to the end of \(\mathbf{b}\) is the resultant \(\mathbf{a} + \mathbf{b}\).
What Is a Vector?
A vector is a "movement instruction" that tells you how far to move and which way to move. In 2D we usually write vectors as a column vector \( \begin{pmatrix} x \\ y \end{pmatrix} \) (you may also see the shorthand \((x, y)\)). In 3D we use \( \begin{pmatrix} x \\ y \\ z \end{pmatrix} \).
Step-by-Step: Reading a Vector
- Horizontal component: \(x\) tells you how many units left/right.
- Vertical component: \(y\) tells you how many units up/down.
- Direction: positive \(x\) = right, negative \(x\) = left; positive \(y\) = up, negative \(y\) = down.
- Magnitude: for \( \mathbf{v} = \begin{pmatrix} x \\ y \end{pmatrix}, \) use Pythagoras: \[ |\mathbf{v}| = \sqrt{x^2 + y^2}. \]
Core Ideas
Worked Examples
💡 Example 1: Magnitude of a Vector
Question: Find the magnitude of \( \mathbf{v} = \begin{pmatrix} -6 \\ 8 \end{pmatrix}. \)
What's happening?
- Square each component separately (a negative squared is positive).
- Add the squared values.
- Take the square root to get the length.
Answer: \( |\mathbf{v}| = 10 \).
💡 Example 2: Adding Vectors
Question: Find the resultant of \( \mathbf{a} = \begin{pmatrix} 5 \\ -2 \end{pmatrix} \) and \( \mathbf{b} = \begin{pmatrix} -1 \\ 7 \end{pmatrix}. \)
What's happening?
- Add x-components together.
- Add y-components together.
- The resultant vector is \( \begin{pmatrix} 4 \\ 5 \end{pmatrix}. \)
Geometrically, the resultant is the diagonal when you place the vectors head-to-tail (as in the addition diagram above).
💡 Example 3: Scalar Multiplication
Question: Find \( -2\mathbf{v} \) if \( \mathbf{v} = \begin{pmatrix} 3 \\ -1 \end{pmatrix}. \)
What's happening?
- Multiply each component by \(-2\).
- The vector doubles in length.
- The negative sign reverses its direction.
Multiplying by a positive scalar stretches or shrinks the vector; a negative scalar also reverses its direction.
💡 Example 4: Unit Vector in the Same Direction
Question: Find the unit vector in the direction of \( \mathbf{v} = \begin{pmatrix} 5 \\ 12 \end{pmatrix}. \)
What's happening?
- Use the Pythagorean triple \(5,12,13\) to find the magnitude quickly.
- Divide each component by 13.
- The new vector has length 1 but keeps the same direction.
The result \( \begin{pmatrix} 5/13 \\ 12/13 \end{pmatrix} \) has magnitude 1 and points the same way as \( \mathbf{v} \): that is what "unit vector" means.
IGCSE Vector Notation You'll See in Questions
- Bold letters: \(\mathbf{a}, \mathbf{b}, \mathbf{v}\) are vectors. Scalars (ordinary numbers) are written in normal type like \(2, -3, k\).
- Column vectors: exam answers are usually expected in the form \( \begin{pmatrix} x \\ y \end{pmatrix} \), even if the question starts with \((x, y)\).
- Position vectors: the position vector of a point \(P\) is the vector from the origin \(O\) to \(P\), written \( \overrightarrow{OP} \).
- Vector \( \overrightarrow{AB} \): means "from \(A\) to \(B\)". If \(A\) has position vector \( \mathbf{a} \) and \(B\) has position vector \( \mathbf{b} \), then \( \overrightarrow{AB} = \mathbf{b} - \mathbf{a}. \)
- Parallel vectors: if \( \mathbf{b} = k\mathbf{a} \) for some non-zero scalar \(k\), then \(\mathbf{a}\) and \(\mathbf{b}\) are parallel and point along the same line.
- Algebra with \(\mathbf{a}\) and \(\mathbf{b}\): you'll often see questions like "Let \( \mathbf{a} = \begin{pmatrix} 2 \\ 3 \end{pmatrix}, \mathbf{b} = \begin{pmatrix} -1 \\ 4 \end{pmatrix} \). Find \(2\mathbf{a} + \mathbf{b}\)." Just work with the components.
🔑 Key Points
- A vector has both magnitude and direction.
- Component form \( \begin{pmatrix} x \\ y \end{pmatrix} \) tells you horizontal and vertical movement.
- Add and subtract vectors by combining components.
- Use Pythagoras to find magnitude: \( |\mathbf{v}| = \sqrt{x^2 + y^2}. \)
- Unit vectors have length 1 and show pure direction; parallel vectors are scalar multiples of each other.
⚠️ Common Pitfalls
- Forgetting to square each component when finding magnitude.
- Mixing up the order of components (accidentally writing \( (y, x) \)).
- Adding magnitudes instead of adding components.
- Forgetting that a negative scalar reverses direction.
- Dropping surds too early when an exact answer is required.
- Thinking \( \overrightarrow{AB} = \overrightarrow{BA} \): in fact \( \overrightarrow{BA} = -\overrightarrow{AB}. \)