Intuition What this page is for
The parent note gave you the two definitions and a handful of examples. Here we build a map of every kind of question acceleration can throw at you, then work one example for each cell of that map. When you finish, no exam scenario should feel new — you will have seen its twin.
Before anything else, let me re-earn the two tools we use everywhere, in plain words:
Definition The two acceleration tools (in words)
Average acceleration a a v g : take the velocity at the end , subtract the velocity at the start , and divide by how much time passed. It only cares about the two endpoints.
a a v g = t f − t i v f − v i
Here v f means "final velocity" (the little arrow ontop says it's a vector — it has both a size and a direction), v i means "initial velocity", and t f − t i is the clock gap.
Instantaneous acceleration a : zoom the clock gap down to a single tick. It is the slope of the tangent line to the velocity–time graph at one instant, written d t d v (read: "the derivative of v with respect to time" — see Derivatives as rates of change ).
Every acceleration problem is one (or a blend) of these cells. The right-hand column names the example that covers it.
#
Case class
What makes it tricky
Covered by
A
Positive average, 1-D, speeding up
none — the friendly base case
Ex 1
B
Negative average (slowing down, still moving forward)
sign of a opposite to motion
Ex 2
C
Direction reversal (velocity flips sign, speed unchanged)
speed constant yet Δ v = 0
Ex 3
D
Instantaneous ≠ average (varying a )
derivative vs secant slope differ
Ex 4
E
Zero / degenerate input (Δ t → 0 , or v constant)
division by zero, undefined vs zero
Ex 5
F
2-D vector Δ v (turning corner)
must subtract vectors, not speeds
Ex 6
G
Constant speed, curved path (circular)
acceleration points sideways
Ex 7
H
Real-world word problem (units, hidden signs)
translate English → symbols
Ex 8
I
Exam twist (find when a = 0 from a position function)
second derivative + solve
Ex 9
Worked example Ex 1 — a train speeds up
A train goes from v i = 8 m/s to v f = 32 m/s in Δ t = 6 s , moving in one straight line.
Forecast: Speeding up in the direction of motion → do you expect a a v g positive or negative? Bigger or smaller than 5 ?
Write the definition. a a v g = Δ t v f − v i .
Why this step? Only endpoints and the clock gap enter an average — the messy middle is irrelevant.
Plug in. a a v g = 6 32 − 8 = 6 24 = 4 m/s 2 .
Why this step? Subtract start from end, divide by time.
Verify: Positive, as forecast (moving forward and speeding up). Units: s m/s = m/s 2 ✓. Check by "un-averaging": 8 + 4 × 6 = 32 = v f ✓.
Worked example Ex 2 — a cyclist brakes
A cyclist slows from v i = 15 m/s to v f = 3 m/s in Δ t = 4 s , still rolling forward. Take forward as + .
Forecast: Still moving forward, but slowing — will a a v g be positive or negative? (Hint: which way does the change in velocity point?)
a a v g = Δ t v f − v i = 4 3 − 15 .
Why this step? v f < v i , so the numerator is negative even though the bike still moves forward.
a a v g = 4 − 12 = − 3 m/s 2 .
Verify: Negative sign means the change in velocity points backward (a braking push), while the velocity itself still points forward. Sanity: 15 + ( − 3 ) ( 4 ) = 3 = v f ✓. Lesson: sign of a tells you the direction of the velocity change , not the direction of motion.
Worked example Ex 3 — a ball bounces straight back
A ball hits a wall at 20 m/s east and rebounds at 20 m/s west. Contact lasts 0.05 s . Take east as + .
Forecast: Speed is 20 before and after — is the acceleration zero? (Watch the trap.)
Write velocities with sign . v i = + 20 , v f = − 20 .
Why this step? West is the opposite direction, so it carries the opposite sign. Speed ignores sign; velocity does not.
a a v g = 0.05 − 20 − ( + 20 ) = 0.05 − 40 .
Why this step? The subtraction v f − v i is where the reversal shows up — the two 20's add in magnitude.
a a v g = − 800 m/s 2 .
Verify: Huge and negative (pointing west, toward the wall's push). Even though speed never changed, Δ v = − 40 m/s is large, so acceleration is large. This is the steel-manned mistake from the parent note made concrete: constant speed = zero acceleration.
Worked example Ex 4 — a rocket with rising acceleration
A rocket has velocity v ( t ) = 2 t 2 + 3 t (m/s). Find (a) the instantaneous acceleration at t = 3 s , and (b) the average acceleration over [ 0 , 3 ] s .
Forecast: Since the acceleration is increasing with time, will the average over [ 0 , 3 ] be bigger or smaller than the instantaneous value at the end t = 3 ?
Differentiate for instantaneous a . a ( t ) = d t d v = 4 t + 3 .
Why this step? Instantaneous acceleration is the tangent slope = derivative. Term-by-term: d t d 2 t 2 = 4 t , d t d 3 t = 3 .
Evaluate at the instant. a ( 3 ) = 4 ( 3 ) + 3 = 15 m/s 2 .
For the average, get endpoint velocities. v ( 0 ) = 0 , v ( 3 ) = 2 ( 9 ) + 3 ( 3 ) = 27 m/s .
Why this step? Average uses only endpoints (secant slope), so we need the two v values, not the derivative.
a a v g = 3 − 0 27 − 0 = 9 m/s 2 .
Verify: a a v g = 9 < a ( 3 ) = 15 , matching the forecast — because acceleration climbs, the end is steeper than the whole-interval average. See the tangent (red) vs secant (yellow) below.
Worked example Ex 5 — the edge cases
Consider two separate situations. (a) A car cruises at a perfectly steady 20 m/s for 10 s . (b) You try to compute a a v g over Δ t = 0 (same instant, twice).
Forecast: Which of these gives zero acceleration, and which gives something undefined ? They are not the same.
Case (a): v f = v i = 20 , so a a v g = 10 20 − 20 = 10 0 = 0 m/s 2 .
Why this step? Numerator is exactly zero, denominator is a real positive time → a genuine, well-defined zero .
Case (b): a a v g = 0 v ( t ) − v ( t ) = 0 0 .
Why this step? When Δ t = 0 the formula divides by zero — this is undefined , not zero. You cannot measure a "change over no time."
The resolution: to talk about an instant, you don't set Δ t = 0 ; you take the limit as Δ t → 0 (see the parent's Step 2). The 0 0 form is exactly why the derivative is a limit , not a plain division.
Verify: (a) gives 0 (defined). (b) is undefined until rescued by a limit. Two different "nothings" — never confuse them.
Worked example Ex 6 — a car rounds a right-angle bend
A car moves at 10 m/s east , then 2 s later moves at 10 m/s north (same speed). Find a a v g : its size and direction.
Forecast: Same speed before and after — but this is a 90° turn. Do you expect zero acceleration or not? Which compass direction should a a v g roughly point?
Write each velocity as components ( east , north ) . v i = ( 10 , 0 ) , v f = ( 0 , 10 ) .
Why this step? Vectors must be subtracted component-by-component; you cannot subtract speeds. See Vectors: addition and subtraction .
Subtract. Δ v = v f − v i = ( 0 − 10 , 10 − 0 ) = ( − 10 , 10 ) m/s .
Why this step? This Δ v points north-west — toward the inside of the turn, not along either velocity.
Divide by time. a a v g = Δ t Δ v = 2 ( − 10 , 10 ) = ( − 5 , 5 ) m/s 2 .
Magnitude. ∣ a a v g ∣ = ( − 5 ) 2 + 5 2 = 50 ≈ 7.07 m/s 2 .
Why this step? The size of a vector comes from the Pythagorean theorem on its components.
Verify: Direction ( − 5 , 5 ) is 45° north of west — pointing into the bend, as forecast. Speed unchanged yet ∣ a a v g ∣ ≈ 7.07 = 0 . Figure below shows the vector triangle.
Worked example Ex 7 — a stone on a string
A stone whirls in a circle of radius r = 2 m at constant speed v = 4 m/s . Find its instantaneous acceleration (magnitude and direction).
Forecast: Speed is constant, so is the acceleration zero? If not, where does it point — along the motion, or somewhere else?
Recall that in Uniform circular motion the speed is constant but the velocity vector keeps turning , so d t d v = 0 .
Why this step? Acceleration reacts to the change in the velocity vector , and here direction changes even though magnitude doesn't.
The centripetal (centre-pointing) acceleration has magnitude a = r v 2 .
Why this step? Geometry of the turning velocity vector (a small Δ v points toward the centre) gives this size — derived fully in the Uniform circular motion note.
Plug in. a = 2 4 2 = 2 16 = 8 m/s 2 , directed toward the centre.
Verify: Nonzero acceleration despite constant speed ✓. It points inward (perpendicular to velocity), so it changes direction, not speed. Figure shows the velocity (tangent) vs acceleration (inward).
Worked example Ex 8 — an airplane on the runway
"A jet touches down at 70 m/s and must stop within 14 s using reverse thrust. Assuming the deceleration is roughly constant, what average acceleration does the runway record, and is it within a comfortable − 6 m/s 2 limit?"
Forecast: "Stop" means final velocity is what number? Will the answer be negative? Bigger or smaller in size than 6 ?
Translate English to symbols. v i = 70 m/s , v f = 0 (stopped), Δ t = 14 s , forward = + .
Why this step? The hidden data is "v f = 0 " — "stop" is not a speed word you plug in blindly; it means the velocity becomes zero.
a a v g = 14 0 − 70 = 14 − 70 = − 5 m/s 2 .
Why this step? Slowing while moving forward → negative sign, as in Cell B.
Compare to the limit. ∣ − 5∣ = 5 < 6 .
Verify: − 5 m/s 2 is within the − 6 m/s 2 comfort limit ✓. Units check: s m/s = m/s 2 ✓. The negative sign is braking , exactly what reverse thrust does.
Worked example Ex 9 — "at what time is the acceleration zero?"
A particle's position is x ( t ) = t 3 − 9 t 2 + 15 t (m). At what time(s) is the instantaneous acceleration zero, and is it positive or negative before that instant?
Forecast: Acceleration is the second derivative of position. A cubic x → what shape is a ( t ) , and how many zeros should it have?
First derivative → velocity. v ( t ) = d t d x = 3 t 2 − 18 t + 15 .
Why this step? One derivative of position gives velocity (Derivatives as rates of change ).
Second derivative → acceleration. a ( t ) = d t d v = 6 t − 18 .
Why this step? Instantaneous acceleration is d t 2 d 2 x — differentiate velocity again. A cubic x → linear a → exactly one zero, matching the forecast.
Set a = 0 . 6 t − 18 = 0 ⇒ t = 3 s .
Sign before t = 3 : pick t = 0 , a ( 0 ) = 6 ( 0 ) − 18 = − 18 < 0 .
Why this step? Testing a point on one side tells you the acceleration is negative before the switch, positive after.
Verify: a ( 3 ) = 6 ( 3 ) − 18 = 0 ✓. For t < 3 acceleration is negative (velocity decreasing), for t > 3 positive (velocity increasing) — so t = 3 is where velocity bottoms out.
Recall Cover the answers and test yourself
Cell B (Ex 2) — cyclist slows 15 → 3 in 4 s, a a v g ? ::: − 3 m/s 2
Cell C (Ex 3) — ball + 20 → − 20 in 0.05 s, a a v g ? ::: − 800 m/s 2
Cell D (Ex 4) — v = 2 t 2 + 3 t ; a ( 3 ) and a a v g over [ 0 , 3 ] ? ::: 15 and 9 m/s 2
Cell E — why is a a v g over Δ t = 0 undefined not zero? ::: it is 0/0 , division by zero; only a limit rescues it
Cell F (Ex 6) — 90° turn at 10 m/s in 2 s, ∣ a a v g ∣ ? ::: 50 ≈ 7.07 m/s 2
Cell G (Ex 7) — stone, v = 4 , r = 2 , centripetal a ? ::: 8 m/s 2 toward centre
Cell I (Ex 9) — x = t 3 − 9 t 2 + 15 t , when is a = 0 ? ::: t = 3 s
Mnemonic The whole matrix in one line
"Sign, Speed, Spin, Squeeze." — mind the Sign (B), speed alone lies (C, G — Spin ), varying a splits average from instant (D), and to reach an instant you Squeeze the gap with a limit (E).