1.1.14 · D3Measurement, Vectors & Kinematics

Worked examples — Average velocity vs instantaneous velocity

2,780 words13 min readBack to topic

Before we compute anything, one reminder in plain words. Position = "where the thing is at time ." In one dimension we write just , a signed number: positive means one way (say, right/east), negative means the other way. Displacement 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:


The scenario matrix

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 baseline — build intuition Ex 1
B Motion in one direction, negative velocity sign of the answer Ex 2
C Reversal (turns around) avg speed; at turn Ex 3
D Zero displacement (round trip) but avg speed Ex 4
E Degenerate: interval shrinks to a point why the limit is needed at all Ex 5
F Instant from the definition (no shortcut) proving the derivative Ex 6
G Midpoint theorem for uniform acceleration Ex 7
H Real-world word problem (multi-leg trip) translating words → Ex 8
I Exam twist: given , find unknown time reverse-solving Ex 9
J Turning-point case, graph-read flat tangent, sign flip of Ex 10

We lean on Slope and tangent in calculus, Position-time graphs, Distance vs displacement and Equations of motion under uniform acceleration throughout.


Example 1 — Case A: steady motion, positive direction

Figure — the position line, its secant over (dashed coral), and the note that here secant = tangent, slope m/s:

Figure — Average velocity vs instantaneous velocity

Example 2 — Case B: negative velocity


Example 3 — Case C: motion that reverses

Figure — the parabola dipping to , the zero-slope secant over (dashed), the flat tangent (mint) at the turn , and the two equal -m legs (butter):

Figure — Average velocity vs instantaneous velocity

Example 4 — Case D: pure round trip (zero displacement)


Example 5 — Case E: the degenerate interval (why we need the limit)

Figure — the parabola with three secants from (coral , butter , mint ) collapsing onto the dashed tangent of slope :

Figure — Average velocity vs instantaneous velocity

Example 6 — Case F: instantaneous velocity straight from the definition


Example 7 — Case G: the midpoint theorem (uniform acceleration)


Example 8 — Case H: real-world multi-leg word problem


Example 9 — Case I: exam twist, solve for the unknown


Example 10 — Case J: turning point read off a graph

Figure — height vs time, the flat top marked at (), rising leg labelled , falling leg , launch and landing at :

Figure — Average velocity vs instantaneous velocity

Recall Which cell trips people up most?

Case I (exam twist) ::: because the temptation to write 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 (flat tangent), even though the object is otherwise moving. State the universal law relating the two averages. ::: average speed, because path length ; equality only when motion never reverses.


Connections