Navigation: Wiki Home > Skills > Instantaneous Velocity from the Derivative
When you glance at your car's speedometer, it doesn't show your average speed over the trip. It shows how fast you're going right now - at this exact instant.
But what does "speed at an instant" even mean? An instant has no duration, so how can there be a rate of change?
This is precisely what the derivative captures. The instantaneous velocity is the limit of average velocities over shorter and shorter time intervals.
| Property | Value |
|---|---|
| Section | Stewart 2.1 |
| Course | MATH161 |
| Difficulty | Intermediate |
| Time | ~15 minutes |
If an object moves along a straight line, its position function $s = f(t)$ tells us where it is at time $t$.
| Quantity | Symbol | Meaning | Relationship |
|---|---|---|---|
| Position | $s = f(t)$ | Where the object is | Given function |
| Velocity | $v(t) = f'(t)$ | How fast and which direction | Derivative of position |
| Speed | $\|v(t)\|$ | How fast (no direction) | Absolute value of velocity |
Average velocity over $[a, a+h]$: $$v_{\text{avg}} = \frac{f(a+h) - f(a)}{h} = \frac{\text{change in position}}{\text{change in time}}$$
Instantaneous velocity at $t = a$: $$\boxed{v(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h} = f'(a)}$$
The instantaneous velocity is what the average velocity approaches as the time interval shrinks to zero.
Position s(t)
│
│ ●───── At time t = a, position is s(a)
│ /│
│ / │ After time h, position is s(a+h)
│ / │
│ / │
│ ●────┘
│
└──────────────────── t
a a+h
Average velocity = slope of this secant line
Instantaneous velocity = slope of tangent at t = a
| Velocity | Motion |
|---|---|
| $v(t) > 0$ | Moving in positive direction (often "right" or "up") |
| $v(t) < 0$ | Moving in negative direction (often "left" or "down") |
| $v(t) = 0$ | Momentarily at rest (may be changing direction) |
A common position function for objects falling under gravity (in meters, seconds):
$$s(t) = s_0 + v_0 t - \frac{1}{2}gt^2$$
where $g \approx 9.8$ m/s² on Earth, $s_0$ is initial height, and $v_0$ is initial velocity.
For an object dropped from rest at height $h$: $$s(t) = h - 4.9t^2$$
The derivative gives velocity: $$v(t) = -9.8t$$
(Negative because downward is the negative direction.)
A ball is thrown upward with position function $s(t) = 40t - 5t^2$ meters, where $t$ is in seconds.
(a) Find the average velocity over the interval $[1, 3]$.
(b) Is the instantaneous velocity at $t = 2$ the same as, greater than, or less than this average?
A particle moves along a line with position $s(t) = t^3 - 6t$ meters at time $t$ seconds.
Use the limit definition to find the instantaneous velocity at $t = 2$.
A ball is thrown upward from ground level with position function $s(t) = 24t - 4t^2$ meters.
(a) Use the limit definition to find a formula for $v(t)$.
(b) At what time does the ball reach its maximum height?
(c) What is the maximum height?
A stone is dropped from a bridge 80 meters above a river. Its height above the water is $h(t) = 80 - 5t^2$ meters after $t$ seconds.
(a) How long does it take the stone to hit the water?
(b) What is the velocity of the stone when it hits the water?
(c) What is the speed when it hits the water?
Object A moves with position $s_A(t) = t^2 + 2t$ and Object B moves with position $s_B(t) = 3t + 1$ (both in meters, with $t$ in seconds).
(a) At what time(s) do the objects have the same position?
(b) At what time(s) do the objects have the same velocity?
(c) Is there a time when one object passes the other? If so, which object is moving faster at that moment?
A ball is thrown upward. At the instant when the ball reaches its maximum height, what is true?
(A) The velocity is positive and decreasing
(B) The velocity is zero
(C) The velocity is negative
(D) The velocity is undefined
The Speedometer Reading: Think of instantaneous velocity as what a perfect speedometer would show at each instant. The speedometer doesn't care how fast you were going a second ago or will be going a second from now - it shows your velocity right now.
Mathematically, we can't measure an instant directly, but we can see what average velocities approach as we measure over shorter and shorter intervals.
Looking back:
Looking ahead:
Real-world connections:
| Previous | Up | Next |
|---|---|---|
| Tangent Lines | Skills Index | Rates of Change |
Last updated: 2026-01-22