Module 4 · Lesson 4.1

The Derivative as Instantaneous Rate of Change

See the derivative as the slope of the tangent line at a single instant—the limiting value of secant slopes as the time gap shrinks to zero.

Intuition

Average speed over an interval is easy: distance divided by time. But what is the speed at one exact moment? That is the instantaneous rate of change. On a graph it is the slope of the unique line that just grazes the curve at that single point—the tangent line.

During a rocket launch the velocity changes every fraction of a second. The derivative of the altitude function at a chosen instant is precisely the acceleration the vehicle feels at that moment, the number engineers read from the telemetry.

Core concept

The derivative $f'(a)$ is the slope of the tangent to $y=f(x)$ at $x=a$. It is obtained by letting the gap $h$ in the difference quotient shrink to zero, so the secant becomes the tangent and the average rate becomes the instantaneous rate.

Function$f(x)=x^{2}$ at $x=1$
Secant $h=0.1$slope $=2.1$
Secant $h=0.01$slope $=2.01$
As $h\to 0$slope $\to 2$
Derivative$f'(1)=2$

Interactive Lab

Slide the gap $h$. The amber secant tilts toward the green tangent; the live slope readout approaches the true instantaneous rate $f'(a)=2a$.

Secant slope: 2.50 True $f'(a)$: 2.00
x y

Function $f(x)=x^{2}$. The green line is the true tangent whose slope equals $2a$. Shrink $h$ and the amber secant collapses onto that tangent—the geometric picture of the derivative.

Key Idea

$$ f'(a) = \lim_{h \to 0} \frac{f(a+h)-f(a)}{h} $$

The difference quotient is the slope of the secant between $x=a$ and $x=a+h$. Taking the limit as $h$ approaches zero turns that average rate into the instantaneous rate $f'(a)$, which is also the slope of the tangent line at the single point $(a,f(a))$.

$f'(a)$The derivative (instantaneous rate) at $x=a$
$a$The fixed instant or $x$-value of interest
$h$The vanishing gap between the two points on the curve
$\dfrac{f(a+h)-f(a)}{h}$Secant slope (average rate over the interval)

Think Further

  1. Why must we take a limit rather than simply plug $h=0$ into the difference quotient?
  2. In a rocket launch, if altitude is $s(t)$, what physical quantity is $s'(t)$ at the moment of max-Q?
  3. If the tangent line is horizontal at a point, what does that tell you about the instantaneous rate of change there?
Show suggested answers
  1. Substituting $h=0$ creates division by zero. The limit examines values arbitrarily close to zero without using zero itself.
  2. $s'(t)$ is the rocket's instantaneous vertical velocity at that moment.
  3. The instantaneous rate of change is zero, although the point is not necessarily a maximum or minimum.