# Rates of change in applied contexts other than motion

> AP Calculus BC · Contextual Applications of Differentiation
> Source: https://www.owlsprep.com/study/ap-calculus-bc-u4-rates-of-change-in-applied/

This guide applies the derivative interpretation as instantaneous rate of change to non-motion real-world contexts including economics, biology, chemistry, and geometry, with AP exam-focused worked examples and common trap avoidance.

**Prerequisites:** [Derivative definition and basic differentiation rules](https://www.owlsprep.com/study/ap-calculus-bc-basic-differentiation-rules/); [Chain rule for composite functions](https://www.owlsprep.com/study/ap-calculus-bc-chain-rule/)

## Learning objectives

- Interpret derivatives as instantaneous rates of change in non-motion applied contexts
- Calculate and interpret marginal rates for economic problems
- Find rates of change in biological and chemical contexts
- Calculate rates of change of geometric quantities with correct units and sign
- Translate verbal context into correct derivative expressions

## Core Concept: Derivative as Instantaneous Rate in Non-Motion Contexts

This topic extends the core interpretation of the derivative: $f'(x)$ is the instantaneous rate of change of $f$ with respect to $x$, to real-world scenarios that do not involve motion (motion-related velocity and acceleration are covered separately). This specific topic accounts for 2-4% of the total AP Calculus BC exam score, and is tested on both multiple-choice (MCQ) and free-response (FRQ) sections.

**Instantaneous Rate of Change** — The rate at which the output of a function $f(x)$ changes relative to a change in its input $x$, evaluated at a specific point $x$. Rate of change always has units of (output units) per (input unit).

*Notation:* $f'(x) = \frac{dy}{dx}$

- MCQ typically asks for interpretation of a derivative value or calculation of a rate
- FRQ usually includes this topic as a foundational step for longer multi-part problems connected to related rates, optimization, or differential equations
- The key skills tested are translation of context to derivatives, correct calculation, and contextual interpretation of results

## Marginal Analysis in Economics

Marginal analysis is one of the most common non-motion rate contexts tested on the AP exam. In economics, the term 'marginal' refers to the instantaneous rate of change of a total quantity with respect to the number of units produced or sold.

**Marginal Cost** — The rate of change of total production cost $C(q)$ with respect to quantity of units $q$, which approximates the cost of producing one additional unit at the current production level $q$.

*Notation:* $MC = C'(q)$

- Total revenue $R(q)$: marginal revenue $MR = R'(q)$, rate of change of total revenue with respect to quantity
- Total profit $P(q) = R(q) - C(q)$: marginal profit $MP = P'(q) = R'(q) - C'(q)$, rate of change of total profit with respect to quantity

**Worked example:** A small bakery has total daily cost (in dollars) of producing $q$ sourdough loaves given by $C(q) = 250 + 1.2q + 0.0015q^2$. (a) Find the marginal cost when producing 250 loaves. (b) Interpret your result in context.

1. By definition, marginal cost is the derivative of total cost with respect to quantity $q$.
2. Differentiate using the power rule:

   $$C'(q) = 1.2 + 0.003q$$
3. Evaluate at $q=250$:

   $$C'(250) = 1.2 + 0.003(250) = 1.95$$
4. Interpretation: When the bakery is already producing 250 loaves per day, the approximate additional cost of producing one more loaf is \$1.95.

**Worked example:** A small coffee shop sells specialty cold brew coffee. The weekly total cost (in dollars) to produce $q$ gallons of cold brew is given by $C(q) = 120 + 0.8q + 0.005q^2$, and the weekly total revenue from selling $q$ gallons is $R(q) = 4q - 0.001q^2$. (a) Find the marginal profit when producing and selling 150 gallons of cold brew. (b) Is profit increasing or decreasing at 150 gallons? (c) Approximate the change in profit if production increases from 150 to 152 gallons.

1. Marginal profit is $P'(q) = R'(q) - C'(q)$. Differentiate both functions:

   $$R'(q) = 4 - 0.002q, \quad C'(q) = 0.8 + 0.01q$$
2. Simplify and evaluate at $q=150$:

   $$P'(q) = 3.2 - 0.012q \\ P'(150) = 1.4$$
3. (a) Marginal profit at 150 gallons is 1.4 dollars per gallon. (b) Since $P'(150) > 0$, profit is increasing at 150 gallons: producing one additional gallon adds approximately \$1.40 to total profit.
4. (c) For a 2-gallon increase, approximate change in profit:

   $$\Delta P \approx P'(150) \cdot 2 = 2.80$$
5. Profit increases by approximately \$2.80.

> **Exam tip:** On AP FRQs, you will lose points if you only provide a numerical value without a contextual interpretation and correct units.

## Rates in Biological and Chemical Contexts

Another common non-motion context is the rate of change of quantities over time in biology, ecology, medicine, and chemistry. These scenarios almost always involve composite functions, so the chain rule is required for differentiation.

**Population Growth Rate** — The instantaneous rate of change of population size $P(t)$ at time $t$. A positive value means the population is growing, while a negative value means it is shrinking.

*Notation:* $P'(t) = \frac{dP}{dt}$

- Drug concentration $C(t)$: $C'(t)$ is the rate of change of concentration in the bloodstream; a negative value means the drug is being eliminated
- Chemical reaction rate: $C'(t)$ is the rate of change of reactant/product concentration over time

**Worked example:** The number of yeast cells in a fermentation culture $t$ hours after starting fermentation is modeled by $P(t) = 5000e^{0.25t}$ for $0 \leq t \leq 10$. What is the rate of change of the yeast population at $t=4$ hours? Include correct units.

1. We need $P'(4)$, the derivative of population with respect to time.
2. Apply the chain rule to differentiate:

   $$P'(t) = 5000e^{0.25t} \cdot 0.25 = 1250e^{0.25t}$$
3. Substitute $t=4$:

   $$P'(4) = 1250e^{0.25(4)} = 1250e^1 \approx 3398$$
4. The rate of change is approximately 3398 yeast cells per hour.

**Check your understanding**

Test your understanding with this AP-style multiple choice question:

1. The concentration of a drug in a patient's bloodstream $t$ hours after injection is given by $C(t) = \frac{0.18t}{t^2 + 1}$ milligrams per liter. Which of the following is closest to the rate of change of the concentration 3 hours after injection, in milligrams per liter per hour?

   - A) $-0.0096$
   - B) $-0.0144$
   - C) $0.0144$
   - D) $0.0324$

   *Why:* Apply the quotient rule to get $C'(t) = \frac{-0.18t^2 + 0.18}{(t^2+1)^2}$. Substituting $t=3$ gives $C'(3) = -\frac{1.44}{100} = -0.0144$.

> **Exam tip:** Always confirm the independent variable: if the question asks for rate of change with respect to time, your derivative must be with respect to $t$, not any other variable. Double-check for a missing chain rule factor.

## Rates of Change of Geometric Quantities

This context involves finding the rate of change of a geometric property (area, volume, perimeter) when one dimension changes over time. It is a foundational skill for related rates problems, covered later in this unit.

1. Write the formula for the geometric quantity in terms of the changing dimension
2. Differentiate both sides with respect to time $t$, applying the chain rule to any time-dependent variable
3. Substitute known values and solve for the unknown rate

**Worked example:** A spherical block of ice melts such that its radius decreases at a constant rate of 0.2 cm per hour, so $r(t) = 12 - 0.2t$ at time $t$ hours after melting starts. What is the rate of change of the surface area of the block at $t=25$ hours? Include units.

1. Surface area of a sphere is $S = 4\pi r^2$, where $r$ is a function of time $t$.
2. Differentiate with respect to $t$ using the chain rule:

   $$\frac{dS}{dt} = 8\pi r \cdot \frac{dr}{dt}$$
3. At $t=25$, $r = 12 - 0.2(25) = 7$ cm, and $\frac{dr}{dt} = -0.2$ cm per hour (negative because radius is decreasing).
4. Substitute values:

   $$\frac{dS}{dt} = 8\pi (7)(-0.2) = -11.2\pi \approx -35.19$$
5. The rate of change of surface area is approximately $-35.19$ cm² per hour.

**Worked example:** A cylindrical grain silo with a constant radius of 4 meters is being filled with grain at a rate of 15 cubic meters per hour. What is the rate of change of the height of the grain pile when the height of the grain is 10 meters? Include units and interpret your result.

1. Volume of a cylinder is $V = \pi r^2 h$. Radius is constant at $r=4$, so substitute to simplify:

   $$V = 16\pi h$$
2. Differentiate both sides with respect to time $t$:

   $$\frac{dV}{dt} = 16\pi \frac{dh}{dt}$$
3. We know $\frac{dV}{dt} = 15$ m³ per hour, so solve for $\frac{dh}{dt}$:

   $$\frac{dh}{dt} = \frac{15}{16\pi} \approx 0.30$$
4. When the grain is 10 meters high, the height of the grain is increasing at approximately 0.30 meters per hour. (The rate is constant because radius is fixed, so it does not depend on current height.)

> **Exam tip:** Always check that the sign of your result matches the context: if a quantity is decreasing, its rate of change must be negative. Do not drop the negative sign even if you describe the change in words.

## Common pitfalls

- **Wrong:** Interpreting marginal cost at $q=200$ as the cost of producing the 200th loaf
  - Why it fails: Students confuse the order of evaluation, mixing up what 'marginal at $q$' means
  - Correct: Always remember: marginal value at production level $q$ approximates the change in total when moving from $q$ to $q+1$, so it describes the additional unit after the current quantity
- **Wrong:** Forgetting the chain rule when differentiating a geometric quantity, e.g. writing $\frac{dV}{dt} = 4\pi r^2$ instead of $4\pi r^2 \frac{dr}{dt}$
  - Why it fails: Students treat $r$ as a constant instead of a function of time, confusing derivative with respect to $r$ vs derivative with respect to $t$
  - Correct: Every time you differentiate with respect to time, any variable that changes with time gets a chain rule factor of its derivative with respect to $t$
- **Wrong:** Leaving off units on the final answer, or writing the wrong units (e.g. 'dollars' instead of 'dollars per loaf' for marginal cost)
  - Why it fails: Students focus on getting the numerical value right and forget that rate of change always has units of output per input
  - Correct: Immediately after calculating the derivative, write units as (units of the function) per (units of the input variable)
- **Wrong:** Interpreting a positive derivative of population as meaning the population is large, instead of growing
  - Why it fails: Students confuse the value of the original function with the value of its derivative
  - Correct: Explicitly separate the two: $P(t)$ is the size of the population, $P'(t)$ is the rate of change of size—positive = increasing, negative = decreasing
- **Wrong:** Rounding intermediate steps when calculating the numerical value of a rate, leading to an incorrect final answer
  - Why it fails: Students round too early to save time, introducing unnecessary calculation error
  - Correct: Keep all decimals or exact terms until the final step, then round to the required number of decimal places (usually 2-3 for AP problems)

## Cheatsheet

| Category | Formula | Notes |
| --- | --- | --- |
| General instantaneous rate of change | $\frac{dy}{dx} = f'(x)$ | Rate of change of $y=f(x)$ w.r.t $x$, units = (y units) per (x unit) |
| Marginal Cost | $MC = C'(q)$ | $C(q)$ = total cost for $q$ units, approximates cost of 1 additional unit |
| Marginal Revenue | $MR = R'(q)$ | $R(q)$ = total revenue for $q$ units, approximates revenue of 1 additional unit |
| Marginal Profit | $MP = P'(q) = R'(q) - C'(q)$ | Approximates profit from 1 additional unit at current $q$ |
| Population growth rate | $\frac{dP}{dt} = P'(t)$ | $P(t)$ = population at time $t$, positive = growing, negative = shrinking |
| Drug concentration rate | $\frac{dC}{dt} = C'(t)$ | $C(t)$ = concentration at time $t$, negative = concentration decreasing |
| Sphere surface area rate | $\frac{dS}{dt} = 8\pi r \frac{dr}{dt}$ | Chain rule required when $r$ is a function of $t$ |
| Cylinder volume rate | $\frac{dV}{dt} = \pi r^2 \frac{dh}{dt}$ | Use when radius $r$ is constant, only $h$ changes over time |

## What's next

This topic is the foundational prerequisite for the next key topics in Unit 4: related rates and optimization, both of which rely on your ability to correctly interpret and calculate rates of change in non-motion contexts. Without mastering the skill of translating real-world context into derivative expressions and interpreting results, you will not be able to correctly set up related rates problems or interpret the extrema you find in optimization problems. Beyond Unit 4, this topic also builds the intuition for differential equations in Unit 7, where you model rates of change of quantities like population or concentration as functions of the quantity itself. Mastery of this topic makes those more advanced topics much more approachable.

- [Introduction to Related Rates](https://www.owlsprep.com/study/ap-calculus-bc-u4-introduction-to-related-rates/)
- [Solving Related Rates Problems](https://www.owlsprep.com/study/ap-calculus-bc-u4-solving-related-rates-problems/)
- [Local linearity and linearization](https://www.owlsprep.com/study/ap-calculus-bc-u4-local-linearity-and-linearization/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-calculus-bc-u4-rates-of-change-in-applied/
