Gr 11 · Kinematics · Deep Study

Understanding Motion

This guide explains the why behind every kinematics concept — from what displacement really means to how to attack projectile problems systematically. Work through each section, try every checkpoint, then reveal the answer.

5 sections Worked examples with steps Checkpoint questions Intuition-first explanations
1
Displacement & Velocity
Why displacement and distance are not the same thing

When you travel somewhere, two different measurements describe your journey: how far you physically moved (distance), and where you ended up relative to where you started (displacement). These are often different — sometimes very different.

💭
Why does the distinction matter?
A runner who completes 4 laps of a 400 m track has run a distance of 1600 m. But their displacement is exactly 0 m — they are standing at the same point they started. If you want to know their average velocity, you use displacement (0 m), not distance (1600 m). Average velocity would be 0 m/s. Average speed, however, would be 1600 m divided by the total time — a very different number.
🔑
Core formulas:
Displacement: Δd = d_f − d_i
Average velocity: v_avg = Δd / Δt
Average speed: speed = total distance / total time
Always define your positive direction first. Every sign in the problem depends on it.
Displacement
Δd = d_f − d_i
Average velocity
v = Δd / Δt
Average speed
speed = dist / time
−4 −3 −2 −1 0 +1 +2 +3 +4 start end Δd = −3 m (displacement) distance = 5 m (path traveled)
Displacement vs Distance — same trip, two very different numbers
★ Easy
Finding average velocity
A car travels 300 m north in 12 s. Find its average velocity.
Show solution
1
Define positive direction and list knowns
Let north = positive (+)
Δd = +300 m, Δt = 12 s
2
Apply the formula
v = Δd / Δt = 300 / 12 = 25 m/s
3
Include direction (velocity is a vector)

Since the result is positive and north is our + direction, the velocity is northward.

Answer: v = 25 m/s north
★★ Intermediate
Velocity vs speed — direction reversal
A car drives 400 m east, then turns and drives 300 m west. Total time: 35 s. Find average velocity and average speed.
Show solution
1
Define positive direction
Let east = positive (+)
2
Find displacement
Δd = +400 + (−300) = +100 m east
3
Average velocity uses displacement
v_avg = 100 / 35 ≈ 2.86 m/s east
4
Average speed uses total distance
total distance = 400 + 300 = 700 m
speed = 700 / 35 = 20 m/s
Answer: velocity ≈ 2.86 m/s east  |  speed = 20 m/s
Checkpoint 1
a) An object travels 150 m in 6 s. Find its average velocity.
b) A runner moves at v = 18 m/s for 4.5 s. How far does she travel?
c) A person walks 5 km east, then 5 km west in 2 hours total. What is their average velocity? What is their average speed?

a) v = Δd / Δt = 150 / 6 = 25 m/s

b) Δd = v × Δt = 18 × 4.5 = 81 m

c) Displacement = 5 − 5 = 0 km. Average velocity = 0 / 2 h = 0 km/h. Total distance = 10 km. Average speed = 10 / 2 = 5 km/h. Same time, very different answers — because velocity uses displacement and speed uses distance.

2
Acceleration
Rate of change of velocity — not just speeding up

Acceleration is one of the most misunderstood concepts in kinematics. Most students think "acceleration means speeding up." But acceleration means any change in velocity — including slowing down, changing direction, or both at once.

💭
Why is slowing down still acceleration?
Acceleration measures the rate of change of velocity. If your velocity is changing — whether it is increasing, decreasing, or shifting direction — you are accelerating. A car braking from 30 m/s to 0 m/s has its velocity changing, so it has acceleration (a negative one, since it opposes the direction of motion). The word "deceleration" just means acceleration in the direction opposite to the object's motion. Physics uses one unified concept.
🔑
a = Δv / Δt = (v_f − v_i) / t
If the result is positive: acceleration is in the positive direction.
If the result is negative: acceleration is in the negative direction (opposing the + direction).
Units: m/s² (metres per second squared — velocity changing by X m/s every second).
velocity (m/s) time (s) 24 12 0 2 4 6 8 positive acceleration (slope upward) negative acceleration (deceleration)
Velocity-Time Graphs — Reading Acceleration: slope = acceleration; positive slope speeds up, negative slope slows down
Average acceleration
a = Δv / Δt = (v_f − v_i) / t
Units: m/s²    Vector quantity — direction matters
★ Easy
Positive acceleration from rest
A car starts from rest and reaches 27 m/s in 9 s. Find its acceleration.
Show solution
1
List knowns
v_i = 0 m/s (starts from rest)
v_f = 27 m/s
t = 9 s
2
Apply the formula
a = (v_f − v_i) / t = (27 − 0) / 9 = 27 / 9
3
State the result with units and direction
a = 3 m/s² (in the direction of motion)
Answer: a = 3 m/s²
★★ Intermediate
Negative acceleration (deceleration)
A car brakes from 30 m/s to 6 m/s in 4 s. Find the acceleration.
Show solution
1
List knowns (let forward = +)
v_i = +30 m/s
v_f = +6 m/s
t = 4 s
2
Calculate acceleration
a = (6 − 30) / 4 = −24 / 4 = −6 m/s²
3
Interpret the sign

The negative sign means the acceleration points backward (opposing forward motion). This is deceleration — the car is slowing down.

Answer: a = −6 m/s² (deceleration)
Checkpoint 2
a) An object's velocity changes from 5 m/s to 20 m/s in 5 s. Find the acceleration.
b) A car has a = −4 m/s² and starts at v₀ = 24 m/s. How long until it stops?
c) Explain why a car can be "accelerating" while slowing down.

a) a = (20 − 5) / 5 = 15 / 5 = 3 m/s²

b) v_f = 0 = v₀ + at → 0 = 24 + (−4)t → 4t = 24 → t = 6 s

c) Acceleration means the velocity is changing. When a car slows down, its velocity decreases — that is a change in velocity. Since a = Δv/Δt and Δv is non-zero, the car has acceleration (negative in this case, opposing its direction of travel). "Decelerating" is simply a word for negative acceleration — it is still acceleration in the physics sense.

3
UAM Equations
Five equations that unlock every constant-acceleration problem

When acceleration is constant, five kinematic equations connect the five variables: displacement (d), initial velocity (v₀), final velocity (v), acceleration (a), and time (t). In any problem you will know three of these and need to find one or two others.

💭
Why five equations?
Each equation links a different combination of four of the five variables. The trick is to identify which variable you are missing, then pick the equation that does not include it. For example, if you are not given time (t) and don't need it, use Equation 3 (v² = v₀² + 2ad) — time never appears in it.
Equation v₀ v a d t Eq 1: v = v₀ + at Eq 2: d = v₀t + ½at² Eq 3: v² = v₀² + 2ad Eq 4: d = ((v₀+v)/2) × t Eq 5: d = vt − ½at²
Which equation to use? (✓ = variable present, — = not in equation). Find the missing variable, then choose the equation where it is absent.
🔑
The five UAM equations:
1. v = v₀ + at
2. d = v₀t + ½at²
3. v² = v₀² + 2ad
4. d = ((v₀ + v) / 2) × t
5. d = vt − ½at²
These ONLY work when acceleration is constant.
Eq 1 — no d
v = v₀ + at
Eq 2 — no v
d = v₀t + ½at²
Eq 3 — no t
v² = v₀² + 2ad
Eq 4 — no a
d = ((v₀+v)/2) × t
Eq 5 — no v₀
d = vt − ½at²
★ Easy
Finding displacement from rest
An object starts from rest with a = 2.5 m/s² for 8 s. Find the displacement.
Show solution
1
List knowns and unknown
v₀ = 0, a = 2.5 m/s², t = 8 s
Find: d
2
Choose equation — v is unknown, not needed
Use Eq 2: d = v₀t + ½at²
3
Substitute and solve
d = (0)(8) + ½(2.5)(8²)
d = 0 + ½(2.5)(64)
d = ½ × 160 = 80 m
Answer: d = 80 m
★★ Intermediate
Finding acceleration — no time given
A car brakes from 25 m/s to rest over a distance of 62.5 m. Find the acceleration.
Show solution
1
List knowns and unknown
v₀ = 25 m/s, v = 0, d = 62.5 m
Find: a    (t is unknown and not needed)
2
Choose Eq 3 (no t in equation)
v² = v₀² + 2ad
3
Substitute and solve for a
0² = 25² + 2a(62.5)
0 = 625 + 125a
125a = −625
a = −5 m/s²
4
Interpret the sign

Negative acceleration means the car decelerates — makes sense, the car is slowing down.

Answer: a = −5 m/s²
Checkpoint 3
a) v₀ = 10 m/s, a = 3 m/s², t = 5 s. Find v and d.
b) An object is dropped from 45 m. How long does it take to land? (v₀ = 0, a = 9.8 m/s²)
c) Which UAM equation would you use if time (t) is unknown and not needed?

a) v = v₀ + at = 10 + 3(5) = 25 m/s
d = v₀t + ½at² = 10(5) + ½(3)(25) = 50 + 37.5 = 87.5 m

b) d = v₀t + ½at² → 45 = 0 + ½(9.8)t² → 45 = 4.9t² → t² = 9.18 → t ≈ 3.03 s

c) Equation 3: v² = v₀² + 2ad — this equation contains no t, so it is used whenever time is the missing/unwanted variable.

4
Motion Graphs
Reading slope and area to extract physical meaning

Motion graphs are powerful tools — each graph encodes kinematic information in its shape, slope, and the area beneath it. Mastering graphs means you can extract velocity, acceleration, and displacement from a visual without any equations.

💭
Why does slope give you the next quantity down?
Slope = rise/run = (change in y) / (change in x). On a d-t graph, that is Δd/Δt — the definition of velocity. On a v-t graph, it is Δv/Δt — the definition of acceleration. The graphs are connected: slope of d-t gives v-t; slope of v-t gives a-t. And area runs the other way: area under a-t gives change in velocity; area under v-t gives displacement.
🔑
The rules:
d-t graph: slope = velocity
v-t graph: slope = acceleration, area under curve = displacement
a-t graph: area under curve = change in velocity (Δv)
d–t graph d t constant v accelerating slope = velocity v–t graph v t area = displacement slope = acceleration a–t graph a t area = Δv constant a (horizontal)
The Three Motion Graphs — Slope and Area meanings: slope of d-t = v; slope of v-t = a; area under v-t = displacement; area under a-t = Δv
GraphShapeMeans
d-tStraight line, positive slopeConstant positive velocity
d-tHorizontal lineObject is stationary (v = 0)
d-tCurve (steepening)Accelerating (velocity increasing)
v-tStraight line, positive slopeConstant positive acceleration
v-tHorizontal lineConstant velocity (a = 0)
v-tLine crossing x-axisObject reverses direction
a-tHorizontal lineUniform (constant) acceleration
★ Easy
Area under a constant-velocity v-t graph
A v-t graph shows constant velocity = 15 m/s for 6 s. Find the displacement.
Show solution
1
Identify the shape under the graph

Constant 15 m/s for 6 s forms a rectangle on the v-t graph.

2
Area = displacement
Area = base × height = 6 s × 15 m/s = 90 m
Answer: displacement = 90 m
★★ Intermediate
Total displacement from a complex v-t graph
A v-t graph: velocity rises from 0 to 20 m/s over 5 s, stays at 20 m/s for 5 s, then drops to 0 over 4 s. Find total displacement.
Show solution
1
Segment 1 — triangle (0 to 5 s)
Area = ½ × base × height = ½ × 5 × 20 = 50 m
2
Segment 2 — rectangle (5 to 10 s)
Area = 5 × 20 = 100 m
3
Segment 3 — triangle (10 to 14 s)
Area = ½ × 4 × 20 = 40 m
4
Add all areas
Total displacement = 50 + 100 + 40 = 190 m
Answer: displacement = 190 m
Checkpoint 4
a) A d-t graph has a constant slope of 8 m/s for 4 s. What is the displacement?
b) A v-t graph is flat at 12 m/s for 3 s, then drops linearly to 0 m/s over 2 s. What is the total displacement?
c) What does a negative slope on a v-t graph tell you about the motion?

a) On a d-t graph, slope = velocity = 8 m/s. Displacement = 8 × 4 = 32 m (or read from the graph directly as change in d).

b) Rectangle: 12 × 3 = 36 m. Triangle: ½ × 2 × 12 = 12 m. Total = 36 + 12 = 48 m

c) A negative slope on a v-t graph means the acceleration is negative — the object is decelerating (slowing down if moving in the positive direction, or speeding up in the negative direction). If the line crosses the x-axis, the object momentarily stops and then moves in the opposite direction.

5
Projectile Motion
Two independent motions united by a single clock

A projectile is any object that has been given an initial velocity and then moves freely under gravity. The genius of solving these problems lies in one key insight: the horizontal and vertical motions are completely independent of each other. Gravity only pulls down — it has no effect on horizontal motion whatsoever.

💭
Why are horizontal and vertical independent?
Forces only affect motion in their own direction. Gravity pulls straight down, so it only accelerates the object downward — it cannot accelerate it sideways. With no horizontal force, horizontal velocity stays exactly constant throughout the flight. This is why a bullet fired horizontally and a bullet simply dropped from the same height hit the ground at the same time — they share identical vertical motion.
🔑
Split into x and y. Use time to connect them.
Horizontal: aₓ = 0, vₓ = constant = v₀ cos θ, x = vₓ · t
Vertical: aᵧ = −9.8 m/s² (up is +), vᵧ₀ = v₀ sin θ, vᵧ = vᵧ₀ − gt
The time of flight calculated from vertical equations is the same t used in horizontal equations.
θ v₀ range max height (vᵧ = 0 here) vₓ = constant aᵧ = −9.8 m/s²
Projectile Motion — Independent Horizontal and Vertical: vₓ stays constant throughout; gravity (aᵧ = −9.8 m/s²) acts downward at every point; time links both directions
Horizontal
aₓ = 0   vₓ = v₀cosθ   x = vₓt
Vertical (up = +)
aᵧ = −9.8 m/s²   vᵧ₀ = v₀sinθ
At peak height
vᵧ = 0   (horizontal vₓ unchanged)
★ Easy
Horizontal launch from a cliff
A ball is launched horizontally at 12 m/s from the top of a 20 m cliff. Find the time to land and the horizontal range.
Show solution
1
Identify: horizontal launch means vᵧ₀ = 0
vₓ = 12 m/s    vᵧ₀ = 0
Vertical drop: d = 20 m (downward, so +20 m if down is +)
2
Find time from vertical motion (let down = +)
d = v₀t + ½at²
20 = 0 + ½(9.8)t²
20 = 4.9t²
t² = 20/4.9 = 4.082
t ≈ 2.02 s
3
Use t to find horizontal range
x = vₓ × t = 12 × 2.02 ≈ 24.2 m
Answer: t ≈ 2.02 s  |  range ≈ 24.2 m
★★ Intermediate
Launch at an angle
A ball is kicked at 25 m/s at 37° above horizontal. Find the range and maximum height.
Show solution
1
Split initial velocity into components
vₓ = 25 cos 37° ≈ 25 × 0.799 ≈ 20 m/s
vᵧ₀ = 25 sin 37° ≈ 25 × 0.602 ≈ 15 m/s
2
Find time to peak (vᵧ = 0 at top)
0 = vᵧ₀ − g·t_up
t_up = 15 / 9.8 ≈ 1.53 s
Total time = 2 × t_up ≈ 3.06 s
3
Find horizontal range
x = vₓ × t_total = 20 × 3.06 ≈ 61.2 m
4
Find maximum height (use Eq 3 vertically)
vᵧ² = vᵧ₀² − 2g·h
0 = 15² − 2(9.8)h
0 = 225 − 19.6h
h = 225 / 19.6 ≈ 11.5 m
Answer: range ≈ 61.2 m  |  max height ≈ 11.5 m
Checkpoint 5
a) A ball is launched horizontally at 18 m/s from a height of 45 m. Find the time to land and the horizontal range.
b) A ball is launched at 30° above horizontal at 20 m/s. Find the maximum height reached.
c) Why does a horizontally launched ball and a ball simply dropped from the same height hit the ground at exactly the same time?

a) Vertical: 45 = ½(9.8)t² → t² = 45/4.9 = 9.18 → t ≈ 3.03 s
Range: x = 18 × 3.03 ≈ 54.5 m

b) vᵧ₀ = 20 sin 30° = 20 × 0.5 = 10 m/s
At peak: vᵧ = 0 → use v² = vᵧ₀² − 2gh → 0 = 100 − 19.6h → h = 100/19.6 ≈ 5.1 m

c) Horizontal and vertical motions are independent. Both balls have identical vertical motion: both start with vᵧ₀ = 0 (neither has an initial vertical velocity) and both experience the same gravitational acceleration downward. Since the vertical equations are identical for both, they take exactly the same time to fall the same vertical distance. The horizontal velocity of the launched ball has no effect on how quickly it falls.