← MathScape

Interpreting Rates of Change with Units

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

Navigation: Wiki Home > Skills > Interpreting Rates of Change with Units

Interpreting Rates of Change with Units

Rates of Change Are Everywhere

Velocity isn't the only rate of change we care about. In the real world, we constantly encounter questions like:

All of these are rates of change, and all of them are derivatives! The key is learning to interpret what the derivative means in context and to track units so your answers make physical sense.

Prerequisite Map

This skill
Rates of Change Interpretation

Quick Reference

Property Value
Section Stewart 2.1
Course MATH161
Difficulty Intermediate
Time ~15 minutes

Key Concepts

The General Rate of Change

If $y = f(x)$, then the instantaneous rate of change of $y$ with respect to $x$ at $x = a$ is:

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

This is the same definition as before - but now we interpret it more broadly than just "slope" or "velocity."

Units of the Derivative

The units of $f'(a)$ are always:

$$\boxed{\text{units of } f'(a) = \frac{\text{units of } y}{\text{units of } x}}$$

This is because the derivative is the limit of $\frac{\Delta y}{\Delta x}$.

If $y$ is measured in... And $x$ is measured in... Then $f'(x)$ has units...
meters seconds meters/second (velocity)
dollars items dollars/item (marginal cost)
bacteria hours bacteria/hour (growth rate)
degrees minutes degrees/minute (cooling rate)

Interpreting $f'(a) = k$

The statement "$f'(a) = k$" means:

"When $x = a$, the quantity $y$ is changing at a rate of $k$ [units of y] per [unit of x]."

Important: A positive derivative means $y$ is increasing; a negative derivative means $y$ is decreasing.

The Marginal Cost Example

If $C(x)$ = cost (in dollars) to produce $x$ items, then:

$$C'(x) = \text{marginal cost at production level } x$$

Interpretation: $C'(100) = 12$ means "when you're already producing 100 items, producing one more item costs approximately $12."

The marginal cost is the rate of change of cost with respect to quantity - it tells you how expensive it is to increase production right now.

Average vs. Instantaneous (General Case)

Quantity Formula Interpretation
Average rate of change $\frac{f(b) - f(a)}{b - a}$ Overall change divided by interval length
Instantaneous rate of change $f'(a)$ Rate at the exact moment $x = a$

The instantaneous rate is what the average rate approaches as the interval shrinks to zero.

Practice Problems

Level 1 Identifying Units

The population $P$ of a city (in thousands) is a function of time $t$ (in years since 2020).

What are the units of $P'(t)$? What does $P'(5) = 3.2$ mean in context?

Thought Process

Units of derivative = (units of output) / (units of input) = (thousands of people) / (years)

For the interpretation: at $t = 5$ (which is year 2025), the rate is 3.2 [units of P] per [unit of t].

Show Answer

Units: $P'(t)$ has units of thousands of people per year (or equivalently, people per year if we convert).

Interpretation: $P'(5) = 3.2$ means that in the year 2025 (5 years after 2020), the population is increasing at a rate of 3,200 people per year.

Level 2 Interpreting a Negative Rate

The amount of a radioactive substance (in grams) remaining after $t$ days is given by $A(t)$.

If $A'(10) = -0.5$, what does this tell you about the substance?

Thought Process

The derivative $A'(10)$ is negative. This tells us the quantity $A$ is decreasing at $t = 10$.

What are the units? (grams) / (days) = grams per day.

Put together: the amount is decreasing at a rate of 0.5 grams per day.

Show Answer

$A'(10) = -0.5$ means that 10 days after the measurement began, the substance is decaying at a rate of 0.5 grams per day.

The negative sign indicates the amount is decreasing - which makes sense for radioactive decay!

Level 3 Computing and Interpreting Rate of Change

The temperature $T$ (in °C) of a cup of coffee $t$ minutes after being poured is modeled by $T(t) = 20 + 60e^{-0.1t}$.

The table shows some values:

$t$ 0 5 10 15 20
$T(t)$ 80 56.5 42.1 33.4 28.1

(a) Estimate $T'(10)$ using the average rate of change over $[5, 15]$.

(b) Interpret your answer in context.

Thought Process

(a) Average rate over $[5, 15]$ = $\frac{T(15) - T(5)}{15 - 5}$

This gives an approximation to $T'(10)$ since 10 is the midpoint.

(b) The units are °C per minute. The sign tells us if the coffee is heating or cooling.

Show Answer

(a) Average rate of change over $[5, 15]$: $$\frac{T(15) - T(5)}{15 - 5} = \frac{33.4 - 56.5}{10} = \frac{-23.1}{10} = \boxed{-2.31 \text{ °C/min}}$$

(b) Interpretation: 10 minutes after being poured, the coffee is cooling at a rate of approximately 2.31°C per minute.

The negative rate makes sense: the coffee is losing heat to the surroundings.

Level 4 Marginal Cost Analysis

A company's cost function is $C(x) = 1000 + 8x + 0.01x^2$ dollars to produce $x$ units.

(a) Use the limit definition to find $C'(x)$.

(b) Find the marginal cost when $x = 200$ and interpret it.

(c) What is the actual cost of producing the 201st unit? Compare with your answer in (b).

Thought Process

(a) Use the h-form definition with general $x$.

(b) Evaluate $C'(200)$ and interpret: "the cost of producing one more unit when you're at 200 units."

(c) Actual cost of 201st unit = $C(201) - C(200)$. This should be close to but not exactly equal to $C'(200)$.

Show Answer

(a) Find $C'(x)$:

$$C'(x) = \lim_{h \to 0} \frac{C(x+h) - C(x)}{h}$$

$$= \lim_{h \to 0} \frac{[1000 + 8(x+h) + 0.01(x+h)^2] - [1000 + 8x + 0.01x^2]}{h}$$

$$= \lim_{h \to 0} \frac{8h + 0.01(2xh + h^2)}{h} = \lim_{h \to 0}\left(8 + 0.02x + 0.01h\right)$$

$$C'(x) = \boxed{8 + 0.02x}$$

(b) Marginal cost at $x = 200$: $$C'(200) = 8 + 0.02(200) = 8 + 4 = \$12 \text{ per unit}$$

Interpretation: When producing 200 units, the cost to produce one additional unit is approximately $12.

(c) Actual cost of the 201st unit: $$C(201) - C(200) = [1000 + 8(201) + 0.01(201)^2] - [1000 + 8(200) + 0.01(200)^2]$$

$$= [1000 + 1608 + 404.01] - [1000 + 1600 + 400] = 3012.01 - 3000 = \$12.01$$

The marginal cost ($12.00) is an excellent approximation to the actual cost ($12.01). The difference is only 1 cent!

Level 5 Estimating from Tabular Data

The national debt $D(t)$ (in trillions of dollars) at the end of year $t$ is given in the table:

Year $t$ 2016 2018 2020 2022 2024
$D(t)$ 19.6 21.5 27.0 30.9 34.2

(a) Estimate $D'(2020)$ using the symmetric difference quotient (average of rates from $[2018, 2020]$ and $[2020, 2022]$).

(b) Estimate $D'(2020)$ using the average rate over $[2018, 2022]$.

(c) Which estimate do you think is more accurate? Explain.

(d) Interpret your estimate in context.

Thought Process

(a) Symmetric difference quotient: average of left-side and right-side slopes.

  • Left slope: $\frac{D(2020) - D(2018)}{2}$
  • Right slope: $\frac{D(2022) - D(2020)}{2}$
  • Average these two.

(b) Average rate over $[2018, 2022]$ = $\frac{D(2022) - D(2018)}{4}$

(c) The symmetric method uses data closer to 2020; method (b) is equivalent to it algebraically (verify!).

(d) Units are trillions of dollars per year. Positive means debt is increasing.

Show Answer

(a) Symmetric difference quotient:

Left slope: $\frac{D(2020) - D(2018)}{2020 - 2018} = \frac{27.0 - 21.5}{2} = \frac{5.5}{2} = 2.75$ trillion/year

Right slope: $\frac{D(2022) - D(2020)}{2022 - 2020} = \frac{30.9 - 27.0}{2} = \frac{3.9}{2} = 1.95$ trillion/year

Average: $\frac{2.75 + 1.95}{2} = \boxed{2.35 \text{ trillion dollars/year}}$

(b) Average rate over $[2018, 2022]$: $$\frac{D(2022) - D(2018)}{2022 - 2018} = \frac{30.9 - 21.5}{4} = \frac{9.4}{4} = \boxed{2.35 \text{ trillion dollars/year}}$$

(c) Both methods give the same answer! This is not a coincidence - algebraically: $$\frac{1}{2}\left(\frac{D(a) - D(a-h)}{h} + \frac{D(a+h) - D(a)}{h}\right) = \frac{D(a+h) - D(a-h)}{2h}$$

Both methods are equivalent and should give reasonable estimates.

(d) Interpretation: In 2020, the national debt was increasing at a rate of approximately $2.35 trillion per year.

Note: The rate was higher in the first interval (2.75) than the second (1.95), possibly due to the pandemic spending surge followed by partial slowdown.

Conceptual Questions (CCI-Style)

Level 2 Comparing Rates of Change

The graph shows the amount $A$ of water (gallons) in a tank over time $t$ (hours).

A (gallons)
    │     ●───────────●
    │    /             \
    │   /               \
    │  /                 \
    │ ●                   ●
    │
    └─────────────────────── t (hours)
      0   1   2   3   4   5

At which time is the rate of change of water $A'(t)$ greatest (most positive)?

(A) $t = 0$ (B) $t = 1.5$ (C) $t = 3$ (D) $t = 4.5$

Thought Process

The rate of change $A'(t)$ is the slope of the tangent line.

  • Where is the graph rising most steeply? (Largest positive slope)
  • Where is it flat? (Slope = 0)
  • Where is it falling? (Negative slope)

The greatest positive rate is where the graph is climbing most steeply.

Show Answer

(A) $t = 0$

Looking at the graph:

  • At $t = 0$, the graph is rising steeply (large positive slope)
  • At $t = 1.5$ and $t = 3$, the graph is flat (slope = 0)
  • At $t = 4.5$, the graph is falling (negative slope)

The rate of change is greatest (most positive) at the beginning when the tank is filling fastest.

Mastery Checklist

Mental Model

The "Per" Relationship: Whenever you see "per" in real life, you're looking at a rate of change:

The derivative gives you the instantaneous version of any "per" relationship.


Connections

Looking back:

Looking ahead:


Previous Up Next
Instantaneous Velocity Skills Index The Derivative as a Function

Last updated: 2026-01-22