# Vectors in Mechanics

> Edexcel International A-Level Mathematics · Edexcel IAL M1 (2018 Issue 3 spec)
> Source: https://www.owlsprep.com/study/edexcel-ial-math-m1-vectors-in-mechanics/

This guide covers all 2D vector content required for Edexcel IAL Mathematics Mechanics 1 (M1). You will learn to manipulate vectors, calculate resultants, and apply vector concepts to forces, motion and displacement problems.

**Prerequisites:** [Basic Pythagoras' theorem and SOHCAHTOA trigonometry for right-angled triangles](https://www.owlsprep.com/study/edexcel-ial-maths-gcse-trigonometry/); [Understanding of scalar vs vector quantities](https://www.owlsprep.com/study/edexcel-ial-maths-m1-scalar-vector-basics/)

## Learning objectives

- Calculate magnitude and direction of 2D vectors using i, j notation
- Resolve vectors into perpendicular components and compute resultants
- Apply vectors to solve problems involving displacement, velocity, acceleration and forces in a plane
- Use constant vector velocity and acceleration formulae correctly for IAL M1 questions

## 2D Vector Basics: Magnitude, Direction and i,j Notation

All vectors in M1 are 2-dimensional, represented using perpendicular unit vectors $\boldsymbol{i}$ (horizontal, right) and $\boldsymbol{j}$ (vertical, up). A vector written as $x\boldsymbol{i} + y\boldsymbol{j}$ has x-component $x$ and y-component $y$.

**Vector Magnitude and Direction** — The magnitude of a vector $\boldsymbol{v} = x\boldsymbol{i} + y\boldsymbol{j}$ is calculated using Pythagoras' theorem. Direction is given as an angle relative to a reference axis (usually the positive horizontal axis).

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

**Worked example:** Calculate the magnitude and direction of the vector $\boldsymbol{v} = 3\boldsymbol{i} + 4\boldsymbol{j}$. Give direction to 1 decimal place, relative to the positive horizontal axis.

1. Step 1: Calculate magnitude using Pythagoras:
2. $$|\boldsymbol{v}| = \sqrt{3^2 + 4^2} = \sqrt{25} = 5$$
3. Step 2: Calculate direction using arctangent of (y-component / x-component):
4. $$\theta = \arctan\left(\frac{4}{3}\right) = 53.1^\circ$$
5. Final answer: Magnitude = 5, direction = 53.1° above positive horizontal axis

> **tip**
>
> Always state the reference axis for direction in exam answers, as marks are awarded for explicit context.

*Calculator:* allowed

## Vector Resolution and Resultant Calculation

Resolving a vector means splitting it into perpendicular i and j components. To find the resultant of multiple vectors, add their i components together and their j components together separately.

**Vector Resolution** — A vector of magnitude $|\boldsymbol{v}|$ at angle $\theta$ to the positive horizontal axis has components $|\boldsymbol{v}|\cos\theta$ (i) and $|\boldsymbol{v}|\sin\theta$ (j).

**Worked example:** Two forces act on a particle: $\boldsymbol{F_1} = 2\boldsymbol{i} + 5\boldsymbol{j}$ N and $\boldsymbol{F_2} = 4\boldsymbol{i} - 1\boldsymbol{j}$ N. Find the resultant force $\boldsymbol{R}$ and its magnitude to 3 significant figures.

1. Step 1: Add i components of the two forces:
2. $$x = 2 + 4 = 6$$
3. Step 2: Add j components of the two forces:
4. $$y = 5 + (-1) = 4$$
5. Step 3: Write resultant vector:
6. $$\boldsymbol{R} = 6\boldsymbol{i} + 4\boldsymbol{j} \text{ N}$$
7. Step 4: Calculate magnitude:
8. $$|\boldsymbol{R}| = \sqrt{6^2 + 4^2} = \sqrt{52} = 7.21 \text{ N (3 sf)}$$

*Calculator:* allowed

## Vectors for Displacement, Velocity and Acceleration

All motion quantities in M1 can be represented as vectors. For constant velocity, velocity is change in displacement over time. For constant acceleration, acceleration is change in velocity over time. No calculus is used for these calculations in M1.

**Constant Vector Motion Formulae** — For constant velocity $\boldsymbol{v}$: $\boldsymbol{s} = \boldsymbol{s_0} + \boldsymbol{v}t$, where $\boldsymbol{s}$ is final displacement, $\boldsymbol{s_0}$ is initial displacement, $t$ is time. For constant acceleration $\boldsymbol{a}$: $\boldsymbol{v} = \boldsymbol{u} + \boldsymbol{a}t$, where $\boldsymbol{u}$ is initial velocity, $\boldsymbol{v}$ is final velocity.

**Worked example:** A particle has initial velocity $\boldsymbol{u} = 2\boldsymbol{i} + 3\boldsymbol{j}$ m/s, and accelerates at $\boldsymbol{a} = 1\boldsymbol{i} - 0.5\boldsymbol{j}$ m/s² for 4 seconds. Find the final velocity of the particle.

1. Step 1: Use the constant acceleration formula for vectors:
2. $$\boldsymbol{v} = \boldsymbol{u} + \boldsymbol{a}t$$
3. Step 2: Substitute values:
4. $$\boldsymbol{v} = 2\boldsymbol{i} + 3\boldsymbol{j} + 4(1\boldsymbol{i} - 0.5\boldsymbol{j})$$
5. Step 3: Expand and simplify components:
6. $$\boldsymbol{v} = 2\boldsymbol{i} + 3\boldsymbol{j} + 4\boldsymbol{i} - 2\boldsymbol{j} = 6\boldsymbol{i} + 1\boldsymbol{j} \text{ m/s}$$

*Calculator:* allowed

## Exam-Style Vector Problem Solving

Most exam vector questions combine resolution, resultant calculation and motion formulae. Start every problem by sketching a quick vector diagram to confirm direction of components before calculating values.

**Worked example:** A hiker walks 10 km at 30° above the positive horizontal axis, then walks 8 km at 60° below the positive horizontal axis. Find the total displacement vector of the hiker, to 3 significant figures.

1. Step 1: Resolve first displacement into components:
2. $$\boldsymbol{s_1} = 10\cos30^\circ \boldsymbol{i} + 10\sin30^\circ \boldsymbol{j} = 8.66\boldsymbol{i} + 5\boldsymbol{j} \text{ km}$$
3. Step 2: Resolve second displacement into components (note negative sine value for downward angle):
4. $$\boldsymbol{s_2} = 8\cos(-60^\circ) \boldsymbol{i} + 8\sin(-60^\circ) \boldsymbol{j} = 4\boldsymbol{i} - 6.93\boldsymbol{j} \text{ km}$$
5. Step 3: Add components to find total displacement:
6. $$\boldsymbol{s_{total}} = (8.66 + 4)\boldsymbol{i} + (5 - 6.93)\boldsymbol{j} = 12.7\boldsymbol{i} - 1.93\boldsymbol{j} \text{ km (3 sf)}$$

> **Exam tip:** Edexcel examiners award 1 mark for correctly resolving each vector into i and j components, even if your final answer is wrong. Always write down each resolution step clearly to pick up method marks.

*Calculator:* allowed

## Common pitfalls

- **Wrong:** Forgetting to state direction relative to a reference axis when asked for vector direction
  - Why it fails: Mark schemes require explicit reference to a reference axis (e.g. positive horizontal, North) to award full marks
  - Correct: Always write direction as e.g. "53° above the positive horizontal axis" or "27° clockwise from North"
- **Wrong:** Using calculus to differentiate/integrate vectors for velocity/displacement
  - Why it fails: Calculus of vectors is out of scope for M1, all problems use constant velocity/acceleration so linear ratio formulae only are required
  - Correct: Use $\boldsymbol{v} = \Delta \boldsymbol{s}/\Delta t$ for constant velocity, $\boldsymbol{v} = \boldsymbol{u} + \boldsymbol{a}\Delta t$ for constant acceleration
- **Wrong:** Mixing up sine and cosine when resolving vector components
  - Why it fails: The component adjacent to the angle uses cosine, opposite uses sine, swapping gives incorrect values
  - Correct: Label the angle between the vector and the x-axis, confirm adjacent = $|v|\cos\theta$, opposite = $|v|\sin\theta$ before calculating
- **Wrong:** Forgetting negative signs for components pointing left or down
  - Why it fails: $\boldsymbol{i}$ is positive right, $\boldsymbol{j}$ is positive up, so vectors pointing opposite directions have negative components
  - Correct: Assign sign convention at the start of every problem, check component signs align with direction
- **Wrong:** Calculating magnitude by adding components directly instead of using Pythagoras
  - Why it fails: Vector components are perpendicular, arithmetic sum does not give the correct resultant length
  - Correct: Always calculate magnitude as $\sqrt{(i\text{ component})^2 + (j\text{ component})^2}$

## Cheatsheet

| Concept | Formula / Rule | Units (where applicable) |
| --- | --- | --- |
| Magnitude of vector $\boldsymbol{v} = x\boldsymbol{i} + y\boldsymbol{j}$ | $\|\boldsymbol{v}\| = \sqrt{x^2 + y^2}$ | N, m/s, m, m/s² |
| Resolve vector of magnitude $\|\boldsymbol{v}\|$ at angle $\theta$ to x-axis | $\boldsymbol{v} = \|\boldsymbol{v}\|\cos\theta \boldsymbol{i} + \|\boldsymbol{v}\|\sin\theta \boldsymbol{j}$ | - |
| Resultant of vectors $\boldsymbol{v_1}, \boldsymbol{v_2}$ | $\boldsymbol{R} = (x_1+x_2)\boldsymbol{i} + (y_1+y_2)\boldsymbol{j}$ | Same as input vectors |
| Constant velocity motion | $\boldsymbol{s} = \boldsymbol{s_0} + \boldsymbol{v}t$ | m, m/s |
| Constant acceleration motion | $\boldsymbol{v} = \boldsymbol{u} + \boldsymbol{a}t$ | m/s, m/s² |

## What's next

Now that you have mastered vector basics for M1, you can apply these skills to a wide range of mechanics problems in your Edexcel IAL exam. Vectors are foundational for force equilibrium, projectile motion, and connected particle problems that make up the rest of the M1 syllabus. Be sure to practice mixing vector calculations with Newton's laws of motion, as this is a common high-mark question format on past papers. Remember that all M1 vector problems use constant acceleration or velocity, so you never need to use calculus for these questions. When solving exam problems, always start by sketching a quick vector diagram to confirm component directions before you perform calculations, as this will help you avoid sign errors and lost marks.

---

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-ial-math-m1-vectors-in-mechanics/
