← Skill tree MathScape MATH161

Average vs. Instantaneous Rate of Change

Reference: Stewart 2.7  •  Chapter: 2  •  Section: 7

Navigation: Wiki Home > Skills > Average vs. Instantaneous Rate of Change

Why Does "Rate of Change" Have Two Meanings?

When someone says "the temperature is changing at 3 degrees per hour," do they mean an average over the whole day, or the rate right now? The answer matters. The distinction between average and instantaneous rates of change is at the heart of what derivatives measure.

Think about driving: your trip computer shows "45 mph average" but your speedometer shows "52 mph right now." Both describe how fast you're going, but they answer different questions. The average tells you about the whole journey; the instantaneous tells you about this exact moment.

Calculus gives us a way to compute the instantaneous rate from the average, by taking limits.

Prerequisite Map

This skillAverage vs. Instantaneous Rate of Change

Quick Reference

Property Value
Concept Rates of Change
Chapter 2.7
Difficulty Intermediate
Time ~20 minutes

Key Concepts

The Two Types of Rate of Change

Type Formula What It Measures
Average rate $\displaystyle \frac{\Delta y}{\Delta x} = \frac{f(x_2) - f(x_1)}{x_2 - x_1}$ Change over an interval
Instantaneous rate $\displaystyle \frac{dy}{dx} = \lim_{\Delta x \to 0} \frac{\Delta y}{\Delta x}$ Change at a single point

The Definition

If $y = f(x)$, then the average rate of change of $y$ with respect to $x$ over the interval $[x_1, x_2]$ is:

$$\boxed{\text{Average rate} = \frac{f(x_2) - f(x_1)}{x_2 - x_1} = \frac{\Delta y}{\Delta x}}$$

The instantaneous rate of change at $x = x_1$ is:

$$\boxed{\text{Instantaneous rate} = \lim_{\Delta x \to 0} \frac{\Delta y}{\Delta x} = \frac{dy}{dx}}$$

This is the derivative, and it equals the slope of the tangent line at $x_1$.

Geometric Interpretation

    y
    │
    │              ·Q
    │           ·╱
    │        ·╱
    │     ·P╱
    │   ·  ╱    curve y = f(x)
    │     ╱
    │────────────────── x
         x₁    x₂

  Secant line PQ: slope = average rate of change
  As Q → P:  secant line → tangent line
             average rate → instantaneous rate

The average rate of change is the slope of the secant line between two points.

The instantaneous rate of change is the slope of the tangent line at one point.

The Limiting Process

As the interval shrinks:

$$[x_1, x_2] \to [x_1, x_1 + 0.1] \to [x_1, x_1 + 0.01] \to [x_1, x_1 + 0.001] \to \cdots$$

The secant slopes approach the tangent slope:

$$\frac{f(x_2) - f(x_1)}{x_2 - x_1} \to \frac{f(x_1 + 0.1) - f(x_1)}{0.1} \to \frac{f(x_1 + 0.01) - f(x_1)}{0.01} \to \cdots \to f'(x_1)$$

Units of Rate of Change

The rate of change $\frac{dy}{dx}$ always has units:

$$\text{units of rate} = \frac{\text{units of } y}{\text{units of } x}$$

Quantity $y$ Quantity $x$ Rate $dy/dx$
meters seconds m/s (velocity)
dollars items $/item (marginal cost)
kilograms meters kg/m (linear density)
population years people/year (growth rate)

Practice Problems

Level 1 Identify Average vs. Instantaneous

For each statement, identify whether it describes an average or instantaneous rate of change:

(a) "The car was traveling at 70 mph when the officer pulled it over."

(b) "The flight took 3 hours and covered 1500 miles."

(c) "At noon, the temperature was rising at 2°F per hour."

(d) "Between 2020 and 2025, the population grew by 5000 people per year."

Thought Process

Ask yourself: Does the statement refer to a single moment in time, or to an interval?

  • "At the moment when..." → instantaneous
  • "Over the interval..." or "between... and..." → average
Show Answer

(a) Instantaneous. This is the speed at one specific moment (when pulled over).

(b) Average. This describes the rate over the entire 3-hour flight: $\frac{1500 \text{ mi}}{3 \text{ hr}} = 500$ mph average.

(c) Instantaneous. "At noon" specifies a single moment.

(d) Average. The rate over a 5-year interval.

Level 2 Computing Average Rate

The population of a bacterial colony is given by $P(t) = 200 + 50t + 10t^2$ cells, where $t$ is in hours.

(a) Find the average rate of change from $t = 1$ to $t = 4$ hours.

(b) What are the units of your answer?

Thought Process

For average rate of change:

  1. Find $P(1)$ and $P(4)$
  2. Compute $\frac{P(4) - P(1)}{4 - 1}$

Units: population is in cells, time is in hours, so rate is cells/hour.

Show Answer

(a) $$P(1) = 200 + 50(1) + 10(1)^2 = 200 + 50 + 10 = 260 \text{ cells}$$ $$P(4) = 200 + 50(4) + 10(4)^2 = 200 + 200 + 160 = 560 \text{ cells}$$

Average rate of change: $$\frac{P(4) - P(1)}{4 - 1} = \frac{560 - 260}{3} = \frac{300}{3} = 100 \text{ cells/hour}$$

(b) The units are cells per hour (cells/hr).

The population grew at an average rate of $\boxed{100 \text{ cells/hour}}$ during hours 1 to 4.

Level 3 From Average to Instantaneous

Let $f(x) = x^2 + 3x$.

(a) Compute the average rate of change from $x = 2$ to $x = 2 + h$ (leave your answer in terms of $h$).

(b) Find the instantaneous rate of change at $x = 2$ by taking the limit as $h \to 0$.

Thought Process

(a) Average rate = $\frac{f(2+h) - f(2)}{h}$

  • Compute $f(2) = 4 + 6 = 10$
  • Compute $f(2+h) = (2+h)^2 + 3(2+h)$ and expand
  • Subtract and simplify

(b) Take the limit of your expression as $h \to 0$.

Show Answer

(a) First, $f(2) = 2^2 + 3(2) = 4 + 6 = 10$.

$$f(2+h) = (2+h)^2 + 3(2+h) = 4 + 4h + h^2 + 6 + 3h = 10 + 7h + h^2$$

Average rate of change: $$\frac{f(2+h) - f(2)}{h} = \frac{(10 + 7h + h^2) - 10}{h} = \frac{7h + h^2}{h} = \frac{h(7 + h)}{h} = 7 + h$$

(b) Instantaneous rate at $x = 2$: $$\lim_{h \to 0} (7 + h) = 7$$

The instantaneous rate of change at $x = 2$ is $\boxed{7}$.

Level 4 Estimating from a Table

The temperature $T$ (in °C) of a cooling cup of coffee is recorded:

$t$ (min) 0 5 10 15 20 25
$T$ (°C) 90 75 63 54 47 42

(a) Find the average rate of cooling from $t = 5$ to $t = 15$ minutes.

(b) Estimate the instantaneous rate of cooling at $t = 10$ minutes using data from both sides.

(c) Is the coffee cooling faster at $t = 5$ or at $t = 20$? Explain.

Thought Process

(a) Average rate = $\frac{T(15) - T(5)}{15 - 5}$

(b) For the instantaneous rate at $t = 10$:

  • Compute slope from $t = 5$ to $t = 10$ (left)
  • Compute slope from $t = 10$ to $t = 15$ (right)
  • Average them for a better estimate

(c) Compare cooling rates at different times. Look at how fast $T$ is dropping.

Show Answer

(a) Average rate from $t = 5$ to $t = 15$: $$\frac{T(15) - T(5)}{15 - 5} = \frac{54 - 75}{10} = \frac{-21}{10} = -2.1 \text{ °C/min}$$

(b) Estimate at $t = 10$:

Left slope (from $t = 5$ to $t = 10$): $$\frac{63 - 75}{10 - 5} = \frac{-12}{5} = -2.4 \text{ °C/min}$$

Right slope (from $t = 10$ to $t = 15$): $$\frac{54 - 63}{15 - 10} = \frac{-9}{5} = -1.8 \text{ °C/min}$$

Average estimate: $$\frac{-2.4 + (-1.8)}{2} = -2.1 \text{ °C/min}$$

The instantaneous rate at $t = 10$ is approximately $\boxed{-2.1 \text{ °C/min}}$.

(c) Rate at $t = 5$ (using $t = 0$ to $t = 5$): $$\frac{75 - 90}{5 - 0} = \frac{-15}{5} = -3 \text{ °C/min}$$

Rate at $t = 20$ (using $t = 15$ to $t = 20$): $$\frac{47 - 54}{20 - 15} = \frac{-7}{5} = -1.4 \text{ °C/min}$$

The coffee is cooling faster at $t = 5$ ($-3$ °C/min) than at $t = 20$ ($-1.4$ °C/min). This makes physical sense: hotter objects lose heat faster (Newton's Law of Cooling).

Level 5 Average Rate Equals Instantaneous Rate

For $f(x) = x^2$:

(a) Find the average rate of change from $x = a$ to $x = b$.

(b) The Mean Value Theorem says there exists some $c$ in $(a, b)$ where the instantaneous rate equals the average rate. Find this value of $c$ in terms of $a$ and $b$.

(c) What is special about where $c$ is located in the interval $[a, b]$?

Thought Process

(a) Average rate = $\frac{b^2 - a^2}{b - a}$. Factor the numerator using difference of squares.

(b) The instantaneous rate at $x = c$ is $f'(c) = 2c$. Set this equal to your average rate and solve for $c$.

(c) Look at where $c$ falls relative to $a$ and $b$. Is it the midpoint? Closer to one end?

Show Answer

(a) Average rate of change: $$\frac{f(b) - f(a)}{b - a} = \frac{b^2 - a^2}{b - a} = \frac{(b-a)(b+a)}{b - a} = b + a$$

(b) The instantaneous rate at $x = c$ is: $$f'(c) = 2c$$

Setting instantaneous = average: $$2c = a + b$$ $$c = \frac{a + b}{2}$$

(c) The value $c = \frac{a+b}{2}$ is exactly the midpoint of the interval $[a, b]$.

This is a special property of quadratic functions: the instantaneous rate equals the average rate at the midpoint. For other functions (like $x^3$ or $e^x$), the Mean Value Theorem still guarantees such a $c$ exists, but it won't be at the midpoint.

CCI-Style Conceptual Questions

Level 3 Conceptual: Secant to Tangent

The graph shows $y = f(x)$ with points $P$ and $Q$ marked.

    y
    │      Q
    │     ·
    │    ·
    │   ·
    │  P
    │ ·
    └──────── x

As $Q$ moves closer to $P$ along the curve, what happens to the secant line $PQ$?

(A) It becomes vertical (B) It approaches the tangent line at $P$ (C) Its slope approaches zero (D) It rotates away from the curve

Thought Process

The secant line connects two points on the curve. As those points get closer together, the secant line "settles" onto the curve at a single point. What line touches the curve at exactly one point?

Show Answer

(B) It approaches the tangent line at $P$

This is the geometric meaning of the derivative: the limit of secant slopes is the tangent slope.

Level 3 Conceptual: Interpreting the Limit

Which statement best describes what $\displaystyle\lim_{h \to 0} \frac{f(3+h) - f(3)}{h} = 5$ means?

(A) $f(3) = 5$

(B) The average rate of change from $x = 3$ to $x = 8$ is 5

(C) The tangent line at $x = 3$ has slope 5

(D) The function increases by 5 units at $x = 3$

Thought Process

The limit $\lim_{h \to 0} \frac{f(a+h) - f(a)}{h}$ is the definition of the derivative $f'(a)$. What does the derivative represent geometrically?

Show Answer

(C) The tangent line at $x = 3$ has slope 5

The limit defines $f'(3) = 5$, which is the instantaneous rate of change at $x = 3$. Geometrically, this is the slope of the tangent line.

  • (A) confuses the derivative with the function value
  • (B) describes an average rate, not instantaneous
  • (D) misinterprets what "rate of change" means

Mastery Checklist

Mental Model

The Zoom Lens:

Imagine looking at a curvy road on a map. Zoomed out, you see the whole winding path: that is like average rate of change over a long interval.

Now zoom in closer and closer to one point. The curve looks straighter and straighter. When you are zoomed in infinitely close, the curve looks like a straight line. That straight line is the tangent, and its slope is the instantaneous rate of change.

The derivative is what you get when you "zoom in all the way."


Connections

Looking back:

Looking ahead:

The Big Picture: This skill is the conceptual bridge between algebra (difference quotients) and calculus (derivatives). The derivative does not just measure slope. It measures how fast things change. Physics, economics, biology, and chemistry all use this same idea.


Previous Up Next
Instantaneous Velocity Skills Index Rectilinear Motion

Last updated: 2026-01-22