Vectors Quizzes

Vectors Quiz 1

Difficulty: Foundation

Curriculum: GCSE

Start Quiz

Vectors Quiz 2

Difficulty: Higher

Curriculum: GCSE

Start Quiz

Introduction

Vectors are a key topic in GCSE Maths, providing a way to describe both magnitude and direction in a plane or space. Mastery of vectors allows students to solve problems involving displacement, velocity, and forces, as well as work with lines, points, and shapes using vector notation. Vectors appear in both foundation and higher-tier exams and provide a foundation for advanced studies in physics, engineering, and further mathematics.

Core Concepts

What is a Vector?

A vector is a quantity that has both magnitude (size) and direction. Vectors are often represented as arrows, where the length represents magnitude and the arrow points in the direction of the vector.

Vectors can be written in component form as:

$$ \mathbf{v} = \begin{pmatrix}x\\y\end{pmatrix} $$>

Here, \(x\) is the horizontal component, and \(y\) is the vertical component.

Position Vectors

The position vector of a point \(P(x, y)\) from the origin is written as:

$$ \mathbf{OP} = \begin{pmatrix}x\\y\end{pmatrix} $$>

It shows how to move from the origin to the point \(P\).

Vector Operations

  • Addition: $$ \mathbf{u} + \mathbf{v} = \begin{pmatrix}u_1\\u_2\end{pmatrix} + \begin{pmatrix}v_1\\v_2\end{pmatrix} = \begin{pmatrix}u_1+v_1\\u_2+v_2\end{pmatrix} $$
  • Subtraction: $$ \mathbf{u} - \mathbf{v} = \begin{pmatrix}u_1-v_1\\u_2-v_2\end{pmatrix} $$
  • Scalar multiplication: $$ k\mathbf{v} = k \begin{pmatrix}v_1\\v_2\end{pmatrix} = \begin{pmatrix}kv_1\\kv_2\end{pmatrix} $$

Magnitude of a Vector

The magnitude (length) of vector \(\mathbf{v} = \begin{pmatrix}x\\y\end{pmatrix}\) is:

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

Unit Vectors

A unit vector has magnitude 1 and shows direction:

$$ \hat{\mathbf{v}} = \frac{\mathbf{v}}{|\mathbf{v}|} $$>

Collinear Vectors

Vectors are collinear if one is a scalar multiple of the other:

$$ \mathbf{u} = k \mathbf{v} $$>

Applications in Geometry

  • Finding the midpoint: $$ M = \frac{\mathbf{a} + \mathbf{b}}{2} $$
  • Division of a line in a ratio: $$ P = \frac{m\mathbf{b} + n\mathbf{a}}{m+n} $$
  • Vectors along lines and shapes: to prove parallelism or collinearity.

Rules & Steps

1. Adding and Subtracting Vectors

  1. Write vectors in component form.
  2. Add or subtract corresponding components.
  3. Result is a new vector in component form.

2. Scalar Multiplication

  1. Multiply each component of the vector by the scalar.
  2. Direction is maintained if scalar > 0; reversed if scalar < 0.

3. Finding Magnitude

  1. Identify vector components \(x\) and \(y\).
  2. Use magnitude formula: \( |\mathbf{v}| = \sqrt{x^2 + y^2} \).
  3. Optional: Round to required accuracy.

4. Collinearity and Parallelism

  1. Check if vectors are scalar multiples of each other.
  2. If so, vectors are collinear (points lie on a line) or lines are parallel.

5. Midpoints and Ratios

  1. Midpoint: average corresponding components.
  2. Division in ratio \(m:n\): weighted average formula.

Worked Examples

  1. Addition: \(\mathbf{u} = \begin{pmatrix}3\\4\end{pmatrix}, \mathbf{v} = \begin{pmatrix}1\\-2\end{pmatrix}\) $$ \mathbf{u} + \mathbf{v} = \begin{pmatrix}3+1\\4+(-2)\end{pmatrix} = \begin{pmatrix}4\\2\end{pmatrix} $$
  2. Subtraction: \(\mathbf{u} - \mathbf{v} = \begin{pmatrix}3-1\\4-(-2)\end{pmatrix} = \begin{pmatrix}2\\6\end{pmatrix}\)
  3. Scalar multiplication: \(2\mathbf{v} = 2\begin{pmatrix}1\\-2\end{pmatrix} = \begin{pmatrix}2\\-4\end{pmatrix}\)
  4. Magnitude: \(|\mathbf{u}| = \sqrt{3^2 + 4^2} = \sqrt{25} = 5\)
  5. Collinear check: \(\mathbf{a} = \begin{pmatrix}2\\3\end{pmatrix}, \mathbf{b} = \begin{pmatrix}4\\6\end{pmatrix} \Rightarrow \mathbf{b} = 2\mathbf{a}\), collinear
  6. Midpoint: \(\mathbf{A} = \begin{pmatrix}1\\2\end{pmatrix}, \mathbf{B} = \begin{pmatrix}5\\6\end{pmatrix}\) $$ M = \frac{\mathbf{A} + \mathbf{B}}{2} = \begin{pmatrix}\frac{1+5}{2}\\\frac{2+6}{2}\end{pmatrix} = \begin{pmatrix}3\\4\end{pmatrix} $$
  7. Division in ratio 2:1: \(\mathbf{A} = \begin{pmatrix}1\\2\end{pmatrix}, \mathbf{B} = \begin{pmatrix}7\\8\end{pmatrix}\) $$ P = \frac{2\mathbf{B} + 1\mathbf{A}}{2+1} = \frac{\begin{pmatrix}14\\16\end{pmatrix} + \begin{pmatrix}1\\2\end{pmatrix}}{3} = \frac{\begin{pmatrix}15\\18\end{pmatrix}}{3} = \begin{pmatrix}5\\6\end{pmatrix} $$

Common Mistakes

  • Mixing up x and y components.
  • Forgetting to multiply all components by the scalar.
  • Incorrectly checking collinearity by only comparing one component.
  • Arithmetic errors when calculating midpoints or ratios.
  • Neglecting negative signs in vector operations.

Applications

  • Physics: displacement, velocity, and force vectors.
  • Engineering: navigation and structural analysis.
  • Computer graphics: movement, scaling, and positioning of objects.
  • Geometry: proving points lie on a line or lines are parallel.
  • Navigation and robotics: calculating paths and directions.

Strategies & Tips

  • Always write vectors in component form before performing operations.
  • Check each operation step carefully to avoid arithmetic errors.
  • Use diagrams to visualize vector addition, subtraction, and scalar multiplication.
  • For ratios, ensure the correct weighted average formula is applied.
  • Practice combining multiple vector operations in geometry problems.

Summary

Vectors are an essential part of GCSE Maths, allowing students to describe magnitude and direction, solve geometry problems, and model real-world scenarios. Understanding vector notation, addition, subtraction, scalar multiplication, magnitude, collinearity, midpoints, and ratios equips students to solve a wide range of problems accurately. Careful diagram labeling, step-by-step calculations, and consistent practice strengthen understanding and confidence. Attempt quizzes and exercises to consolidate your knowledge of vectors and enhance exam performance.