Intuition What this page is for
The parent note built the ideas . This page hunts down every kind of situation those ideas can appear in — every sign, every zero, every trap — and works each one fully. The goal: after this page, no velocity question can surprise you, because you have already seen its shape .
Before we compute anything, one reminder in plain words. Position r ( t ) = "where the thing is at time t ." In one dimension we write just x ( t ) , a signed number: positive means one way (say, right/east), negative means the other way. Displacement Δ x = x ( end ) − x ( start ) is the net arrow from start to finish. Two operations give us velocity:
Speed is a different animal, and because Cases C, D, H, I lean on it, we pin it down now:
h vs Δ t
In limits we shrink the time window. Whether we call that window Δ t or h is purely a naming choice : both mean "a small time gap that we let go to zero." This page uses Δ t by default and h where it keeps the algebra shorter — they are interchangeable.
Every velocity problem is one (or a blend) of these case classes . The table lists them; each row is claimed by an example below.
#
Case class
What makes it tricky
Covered by
A
Motion in one direction, positive x
baseline — build intuition
Ex 1
B
Motion in one direction, negative velocity
sign of the answer
Ex 2
C
Reversal (turns around)
∥ v a v g ∥ = avg speed; v = 0 at turn
Ex 3
D
Zero displacement (round trip)
v a v g = 0 but avg speed = 0
Ex 4
E
Degenerate : interval shrinks to a point
why the limit is needed at all
Ex 5
F
Instant v from the definition (no shortcut)
proving the derivative
Ex 6
G
Midpoint theorem for uniform acceleration
v a v g = v ( t mi d )
Ex 7
H
Real-world word problem (multi-leg trip)
translating words → Δ x , Δ t
Ex 8
I
Exam twist : given v a v g , find unknown time
reverse-solving
Ex 9
J
Turning-point case, graph-read
flat tangent, sign flip of v
Ex 10
We lean on Slope and tangent in calculus , Position-time graphs , Distance vs displacement and Equations of motion under uniform acceleration throughout.
A runner's position is x ( t ) = 4 t (metres, seconds) for 0 ≤ t ≤ 5 . Find v a v g on [ 0 , 5 ] and v ( t ) .
Forecast: the position is a straight line. Guess: will v a v g and the instantaneous v be the same number?
x ( 0 ) = 0 , x ( 5 ) = 20 . Why this step? We need the two endpoints to build the secant.
v a v g = 5 − 0 20 − 0 = 4 m/s. Why divide by 5? That's Δ t = 5 − 0 , giving "metres per second."
v ( t ) = d t d ( 4 t ) = 4 m/s. Why constant? The slope of a straight line never changes.
Verify: Units are m/s ✓. Since the graph is a line, secant = tangent everywhere, so v a v g = v ( t ) = 4 . Forecast confirmed. This is the baseline: constant velocity means average and instantaneous agree.
Figure — the position line, its secant over [ 0 , 5 ] (dashed coral), and the note that here secant = tangent, slope 4 m/s :
A drone's position is x ( t ) = 10 − 3 t (metres). Find v a v g on [ 0 , 2 ] and v ( t ) . What does the sign mean?
Forecast: the drone starts at x = 10 and x decreases . Guess the sign of v before computing.
x ( 0 ) = 10 , x ( 2 ) = 10 − 6 = 4 . Why? Endpoints for the secant.
Δ x = 4 − 10 = − 6 m. Why negative? It moved toward smaller x (leftward).
v a v g = 2 − 6 = − 3 m/s. Why keep the minus? Velocity is a vector; the sign is the direction.
v ( t ) = d t d ( 10 − 3 t ) = − 3 m/s. Why? Slope of a downward line.
Verify: Speed = ∣ v ∣ = 3 m/s ✓. The negative sign tells us "moving in the − x direction," exactly matching that x shrank. See Distance vs displacement : distance travelled is + 6 m, displacement is − 6 m.
x ( t ) = t 2 − 4 t (metres) on [ 0 , 4 ] . Find v a v g on [ 0 , 4 ] , the total distance, the average speed , and the instant the particle turns around.
Forecast: the parabola dips down then comes back. Guess: will ∣ v a v g ∣ equal the average speed here?
v ( t ) = d t d ( t 2 − 4 t ) = 2 t − 4 . Why first? The turning point is where v = 0 .
v = 0 ⇒ 2 t − 4 = 0 ⇒ t = 2 s. Why? At the reversal the tangent is flat (see Slope and tangent in calculus ).
Endpoints: x ( 0 ) = 0 , x ( 4 ) = 16 − 16 = 0 . So Δ x = 0 . Why does this matter? Net displacement is zero even though it moved a lot.
v a v g = 4 0 = 0 m/s. Why zero? It ended where it started.
Distance: from t = 0 to 2 it goes to x ( 2 ) = 4 − 8 = − 4 (moved 4 m). From t = 2 to 4 it returns to 0 (another 4 m). Total = 8 m. Why split at t = 2 ? Distance must add path lengths of each unidirectional leg.
Average speed = 4 8 = 2 m/s (using the definition above). Why differs from v a v g ? Speed uses path length; velocity uses net arrow.
Verify: ∣ v a v g ∣ = 0 ≤ 2 = avg speed ✓ (an instance of the universal law ∣ v a v g ∣ ≤ avg speed). Turning point at t = 2 : x = − 4 is the lowest point of the parabola ✓.
Figure — the parabola dipping to x = − 4 , the zero-slope secant over [ 0 , 4 ] (dashed), the flat tangent (mint) at the turn t = 2 , and the two equal 4 -m legs (butter) :
You cycle 300 m north in 60 s, pause 0 s, then 300 m south in 40 s. Find v a v g and average speed for the whole trip.
Forecast: you're home again. Guess v a v g before reading on.
Net displacement = + 300 − 300 = 0 m. Why? North and south cancel as a vector sum.
Total time = 60 + 40 = 100 s. Why add? Time always accumulates.
v a v g = 100 0 = 0 m/s. Why zero even though you moved? Velocity only sees start-to-end.
Total distance = 300 + 300 = 600 m. Why add magnitudes? Distance ignores direction (average-speed definition above).
Average speed = 100 600 = 6 m/s. Why nonzero? Path length is real regardless of returning.
Verify: v a v g = 0 , avg speed = 6 m/s, and 0 ≤ 6 ✓. This is the classic "averages hide the journey."
For x ( t ) = t 2 , try to get the velocity at t = 3 by using v a v g on the interval [ 3 , 3 ] . What happens, and how does the limit rescue us?
Forecast: guess what Δ t Δ x does when the two times are the same.
Try [ 3 , 3 ] : Δ x = x ( 3 ) − x ( 3 ) = 0 and Δ t = 3 − 3 = 0 . So v a v g = 0 0 . Why is this useless? 0/0 is undefined — a single instant has no interval to average over.
Instead shrink a tiny window [ 3 , 3 + h ] , where h is our small time gap (same role as Δ t ). x ( 3 + h ) − x ( 3 ) = ( 3 + h ) 2 − 9 = 6 h + h 2 . Why keep h = 0 ? Only then can we divide.
v a v g = h 6 h + h 2 = 6 + h . Why cancel h ? Legal because h = 0 before the limit.
Let h → 0 : v ( 3 ) = 6 m/s. Why now allowed to set h = 0 ? The awkward 0/0 is gone; 6 + h is perfectly defined at h = 0 .
Verify: Shortcut v ( t ) = 2 t , so v ( 3 ) = 6 ✓. The limit is precisely the tool that turns a forbidden 0/0 into a real number — the whole reason instantaneous velocity is a derivative .
Figure — the parabola x = t 2 with three secants from t = 3 (coral h = 1.2 , butter h = 0.6 , mint h = 0.2 ) collapsing onto the dashed tangent of slope 6 :
x ( t ) = 2 t 3 (metres). Find v ( t ) using only the limit definition, then evaluate at t = 1 .
Forecast: the power rule predicts 6 t 2 . Let's prove it honestly. (We use Δ t here; it plays the exact role h did in Example 5.)
x ( t + Δ t ) = 2 ( t + Δ t ) 3 = 2 ( t 3 + 3 t 2 Δ t + 3 t Δ t 2 + Δ t 3 ) . Why expand fully? We must isolate what survives division.
Subtract x ( t ) = 2 t 3 : numerator = 6 t 2 Δ t + 6 t Δ t 2 + 2Δ t 3 . Why? The 2 t 3 terms cancel.
Divide by Δ t : 6 t 2 + 6 t Δ t + 2Δ t 2 . Why legal? Δ t = 0 pre-limit.
Δ t → 0 : v ( t ) = 6 t 2 . Why do the last two terms vanish? Each still carries a Δ t factor.
v ( 1 ) = 6 ( 1 ) 2 = 6 m/s.
Verify: Power rule: d t d ( 2 t 3 ) = 6 t 2 ✓; v ( 1 ) = 6 ✓. Matches Acceleration as derivative of velocity machinery.
Under constant acceleration x ( t ) = 2 t 2 + t (so a is constant). Show that v a v g on [ 2 , 6 ] equals v at the midpoint t = 4 .
Forecast: the parent note claimed this is a theorem , not luck. Predict v a v g and v ( 4 ) separately, then compare.
x ( 2 ) = 8 + 2 = 10 , x ( 6 ) = 72 + 6 = 78 . Why? Endpoints.
v a v g = 6 − 2 78 − 10 = 4 68 = 17 m/s. Why divide by 4? Δ t = 4 s.
v ( t ) = d t d ( 2 t 2 + t ) = 4 t + 1 . Why linear? Constant acceleration ⇒ velocity grows linearly.
Midpoint t mi d = 2 2 + 6 = 4 . v ( 4 ) = 16 + 1 = 17 m/s. Why check the midpoint? For a linear v ( t ) , its average over an interval sits exactly at the middle time.
Why the midpoint rule holds in general. Whenever velocity is linear, v ( t ) = m t + c (here m = 4 , c = 1 ). Why start from a linear v ? Constant acceleration means v changes by equal amounts in equal times — that is precisely the graph of a straight line. Average velocity is the total displacement over Δ t ; why bring in displacement? because v a v g = Δ x /Δ t by definition, and total displacement is the area under the v ( t ) graph (this area-equals-displacement fact comes from Equations of motion under uniform acceleration — velocity accumulated over time is distance covered). So over [ p , q ] ,
v a v g = q − p 1 ∫ p q ( m t + c ) d t = q − p 1 [ 2 m t 2 + c t ] p q = 2 m ( p + q ) + c .
Why this average-value formula? Dividing the area ∫ p q v d t by the width q − p is exactly "total displacement over total time" — the definition of v a v g written with an integral. Meanwhile v at the midpoint is v ( 2 p + q ) = m ⋅ 2 p + q + c = 2 m ( p + q ) + c — identical . So the equality is forced for any linear v ( t ) , i.e. any uniform acceleration.
Verify: 17 = 17 ✓, and the general formula gives 2 4 ( 2 + 6 ) + 1 = 16 + 1 = 17 ✓.
A commuter drives 12 km east in 15 min, stops 5 min at a light (no motion), then 8 km west in 10 min. Find (a) average velocity and (b) average speed for the whole journey, in km/h.
Forecast: the stop adds time but no distance. Guess whether it raises or lowers the averages.
Net displacement = + 12 − 8 = + 4 km (east). Why signed sum? East + , west − .
Total time = 15 + 5 + 10 = 30 min. Why include the stop? Time keeps ticking even at rest.
Convert to hours by the ratio-of-units method: 30 min × 60 min 1 h = 60 30 h = 0.5 h . Why this trick? Multiplying by a fraction equal to 1 (60 min 1 h ) cancels the "min" unit and leaves "h."
v a v g = 0.5 h 4 km = 8 km/h east. Why the direction? Δ x > 0 means net eastward.
Total distance = 12 + 8 = 20 km. Why add magnitudes? Path length (average-speed definition).
Average speed = 0.5 20 = 40 km/h.
Verify: 8 ≤ 40 ✓ (an instance of ∣ v a v g ∣ ≤ avg speed). The 5 -min stop lowered both averages by inflating Δ t while adding zero distance and zero displacement.
A train has constant v a v g = 25 m/s over a straight track and covers a displacement of 1500 m. It then, on a second leg, must average 30 m/s over 600 m. Find each leg's time and the overall average velocity.
Forecast: overall average is not ( 25 + 30 ) /2 . Guess whether the true answer is above or below 27.5 .
Leg 1 time: t 1 = v a v g Δ x = 25 1500 = 60 s. Why rearrange? From v = Δ x /Δ t , isolate Δ t .
Leg 2 time: t 2 = 30 600 = 20 s. Why same formula? Same definition, second leg.
Total displacement = 1500 + 600 = 2100 m; total time = 60 + 20 = 80 s. Why add each? Both legs run in the same direction , so their displacement arrows point the same way and simply add (no cancellation); time always accumulates leg after leg.
Overall v a v g = 80 2100 = 26.25 m/s. Why not 27.5 ? Averaging velocities is wrong; you must divide total displacement by total time, which weights each leg by the time it took, not equally.
Verify: 26.25 m/s lies between 25 and 30 , closer to 25 because more time was spent on the slower leg (60 s vs 20 s) ✓. This is exactly the [!mistake] the parent note warned about.
A ball thrown up has x ( t ) = 20 t − 5 t 2 (metres, taking up as + ). Find when v = 0 (the top), the velocity just before and just after, and confirm v a v g over the whole flight from launch to landing.
Forecast: at the very top the ball is momentarily still. Guess whether v a v g over the full up-and-down flight is zero.
v ( t ) = d t d ( 20 t − 5 t 2 ) = 20 − 10 t . Why? Slope of the position parabola.
Top: v = 0 ⇒ 20 − 10 t = 0 ⇒ t = 2 s. Why? Flat tangent = the reversal instant.
Just before (t = 1.9 ): v = 20 − 19 = + 1 m/s (still rising). Just after (t = 2.1 ): v = 20 − 21 = − 1 m/s (falling). Why signs flip? Direction reverses through the turning point, even though at t = 2 exactly v = 0 .
Landing: x = 0 ⇒ 20 t − 5 t 2 = 0 ⇒ t ( 20 − 5 t ) = 0 ⇒ t = 4 s. Why the other root? t = 0 is launch; t = 4 is landing.
Full-flight displacement = x ( 4 ) − x ( 0 ) = 0 − 0 = 0 , so v a v g = 4 0 = 0 m/s.
Verify: v changes sign + → − passing through 0 at t = 2 ✓ (dispelling the myth "v can't be 0 while moving"). v a v g = 0 over the round-trip flight, matching Case D ✓.
Figure — height x ( t ) = 20 t − 5 t 2 vs time, the flat top marked at t = 2 (v = 0 ), rising leg labelled v > 0 , falling leg v < 0 , launch and landing at x = 0 :
Recall Which cell trips people up most?
Case I (exam twist) ::: because the temptation to write ( v 1 + v 2 ) /2 is strongest there; the fix is total displacement over total time , which time-weights the legs.
In Case C and Case J, what is the instantaneous velocity at the turning instant? ::: exactly 0 (flat tangent), even though the object is otherwise moving.
State the universal law relating the two averages. ::: ∣ v a v g ∣ ≤ average speed, because path length ≥ ∣ displacement ∣ ; equality only when motion never reverses.
Mnemonic Scenario checklist
"Sign, Turn, Zero, Limit." Check the sign (direction), watch for a turn (where v = 0 ), test if displacement is zero (round trip), and when an instant is asked, reach for the limit /derivative. And remember the guardrail: ∣ v a v g ∣ ≤ average speed, always.