1.1.16 · D3Measurement, Vectors & Kinematics

Worked examples — Equations of motion (SUVAT) — derivations from calculus

2,627 words12 min readBack to topic

The scenario matrix

Before working anything, here is the full map. We split every SUVAT problem into case classes — a case class just means "a genuinely different flavour of problem", one that needs a different trick or watch-out. A degenerate input means one of the five quantities is set to a special value (like or ) that makes some terms vanish. The last column names the example that covers each row.

# Case class What makes it different Sign / edge trap Example
A Speeding up, all positive none — the "easy" base case Ex 1
B Slowing to a stop , ends at opposes , so is negative Ex 2
C Start from rest (degenerate input: a -term vanishes) the -terms vanish Ex 3
D Reversal: up then down , passes through displacement ≠ distance; sign flips mid-flight Ex 4
E Two roots for quadratic has two solutions which root is physical? Ex 5
F Limiting value / acceleration shrinks toward zero (degenerate input) formulas must reduce to constant-speed motion Ex 6
G Real-world word problem must extract SUVAT letters from prose choose positive direction first Ex 7
H Exam twist: two phases accelerate, then brake SUVAT applies per phase, not across Ex 8

We work every row below.


Case A — the base case (all positive)


Case B — braking to a stop


Case C — starting from rest (degenerate input )


Case D — the reversal (displacement ≠ distance)

This is the trap that catches the most people, so it gets a figure.


Case E — two roots: which time is physical?


Case F — limiting behaviour ()


Case G — extracting SUVAT from a word problem


Case H — the exam twist: two phases


Recall Which cell is which?

Speeding up all-positive is cell ::: A (Ex 1). The cell where displacement differs from distance is ::: D (Ex 4, thrown up). The cell producing two valid times for the same height is ::: E (Ex 5). When , reduces to ::: (cell F). "Accelerate then brake" needs SUVAT applied ::: once per phase (cell H).


Connections