CALCULUS 1 • APPLICATIONS OF DERIVATIVES: CONTEXTUAL

Non-Motion Rates of Change — Rates of Change in Applied Concepts Other Than Motion

Derivatives measure how any quantity changes over time — from population growth to cooling coffee.

Historical Context & Motivation

When most students first encounter derivatives, they learn about velocity and acceleration — how position changes over time. But the creators of calculus had far broader ambitions. Isaac Newton and Gottfried Wilhelm Leibniz developed calculus not just to describe falling apples, but to model any quantity that changes continuously. From the spread of disease to the cooling of molten iron, the derivative captures the instantaneous rate at which one variable responds to another.

Throughout the centuries that followed, scientists and economists realized that the same mathematical tool — the derivative — could describe how populations grow, how chemical reactions proceed, how heat dissipates, and how investments compound. In each case, the core question is identical: "How fast is this quantity changing right now?"

1687
Newton's Principia
Newton publishes his laws of motion, showing that rates of change govern the physical world — not just motion, but forces, heat, and fluid flow.
1701
Newton's Law of Cooling
Newton proposes that the rate of heat loss of a body is proportional to the temperature difference between the body and its surroundings — one of the first non-motion rate models.
1798
Malthusian Population Model
Thomas Malthus argues that population grows at a rate proportional to its current size, laying the groundwork for exponential growth models described by derivatives.
1864
Chemical Kinetics
Cato Guldberg and Peter Waage formalize the law of mass action, using rates of change to describe how quickly chemical reactions proceed.
1900s
Modern Applications Flourish
Derivatives become essential in economics (marginal cost and revenue), biology (tumor growth), and engineering (signal processing), proving that calculus extends far beyond motion.

The central question this lesson addresses is: how do we use derivatives to model and interpret rates of change in contexts that have nothing to do with distance, velocity, or acceleration? By the end, you will be able to set up, compute, and interpret derivatives in scenarios involving temperature, population, economics, volume, and more.

Core Principles & Definitions

At its heart, a rate of change tells you how one quantity responds when another quantity shifts. In motion problems, you track position over time. In non-motion problems, you might track temperature over time, cost over units produced, or concentration over time. The derivative is the universal tool for all of these scenarios.

1

The Derivative as a Rate

If y = f(x), then dy/dx measures the instantaneous rate at which y changes per unit change in x. This applies regardless of what y and x represent.
2

Units Tell the Story

The units of a derivative are always [units of output] / [units of input]. For example, if T(t) is temperature in °C and t is time in minutes, then dT/dt has units °C/min.
3

Sign Interpretation

A positive derivative means the quantity is increasing. A negative derivative means it is decreasing. Zero means the quantity is momentarily constant.
4

Context Is Everything

The same mathematical expression can have completely different meanings depending on context. Always state what the derivative represents in the language of the problem — dollars per item, people per year, liters per second, etc.
KEY TAKEAWAY
Think of the derivative as a speedometer for anything — not just a car. A thermometer that could tell you "the coffee is cooling at 2°C per minute right now" is reporting a derivative. A fitness tracker that says "you burned 8 calories per minute during that sprint" is also reporting a derivative. Whenever you hear "per" in a rate, you are in derivative territory.

Visual Explanation — Rates Across Different Contexts

The diagram below shows three different non-motion scenarios plotted on the same type of graph. In each case, the slope of the tangent line at any point gives the instantaneous rate of change. Notice how the same geometric idea — slope — carries completely different physical meaning depending on the axes.

Three non-motion scenarios showing how the slope of the tangent line represents the instantaneous rate of change in each context. The dashed lines are tangent lines whose slopes equal the derivative at the marked points.

In the left panel, the temperature curve slopes downward, so dT/dt is negative — the coffee is cooling. In the center panel, the population curve slopes upward with increasing steepness, meaning dP/dt is positive and growing — the population accelerates. In the right panel, the cost curve rises as production increases, and the slope dC/dx at any point tells a manufacturer the marginal cost — how much it costs to produce one additional unit at that level of production.

Mathematical Framework

The mathematics behind non-motion rates of change is identical to what you already know from basic differentiation. The difference is in interpretation. Below are the key equations and models you will encounter most often in applied rate-of-change problems.

GENERAL RATE OF CHANGE
Rate = dy/dx = lim(Δx→0) [f(x + Δx) − f(x)] / Δx
Here y = f(x) is any function — not necessarily position. The variable x could be time, quantity produced, or any independent variable. The rate dy/dx measures the instantaneous change in y per unit change in x.
NEWTON'S LAW OF COOLING
dT/dt = −k(T − Tₛ)
T = temperature of the object (°C), Tₛ = temperature of the surroundings (°C), k = positive cooling constant, t = time. The negative sign indicates that when T > Tₛ, the object cools (dT/dt < 0).
EXPONENTIAL GROWTH / DECAY
dP/dt = rP → P(t) = P₀eʳᵗ
P = population (or quantity), r = growth rate constant (positive for growth, negative for decay), P₀ = initial population, t = time. The rate of change is proportional to the current amount.
MARGINAL COST
C'(x) = dC/dx ≈ C(x + 1) − C(x)
C(x) = total cost of producing x items. C'(x) = marginal cost = the approximate cost of producing one more item when you are already producing x items. Units: dollars per item.
💡 Reading the Units
A reliable trick for interpreting any derivative: write out its units as a fraction. If V(t) is volume in liters and t is time in seconds, then dV/dt has units liters per second. This immediately tells you the physical meaning — the rate at which the tank is filling or draining.

Detailed Breakdown — Common Application Areas

Non-motion rate-of-change problems appear across many disciplines. The table below categorizes the most common types you will see on exams and in real-world modeling. Each row shows the function, its derivative, the units, and what the derivative tells you.

Common non-motion rate-of-change applications
ContextFunctionDerivativeUnits of DerivativeMeaning
TemperatureT(t)dT/dt°C / minRate of heating or cooling
PopulationP(t)dP/dtpeople / yearRate of population growth or decline
EconomicsC(x) or R(x)C'(x) or R'(x)$ / itemMarginal cost or marginal revenue
VolumeV(t)dV/dtL / secRate of filling or draining
Chemistry[A](t)d[A]/dtmol/L per secRate of reaction (concentration change)
Area / GeometryA(r)dA/drcm² / cmHow area changes as radius grows
A water tank scenario illustrating three phases: filling (dV/dt > 0), full (dV/dt ≈ 0), and draining (dV/dt < 0). The sign and steepness of the curve directly translate to the sign and magnitude of the derivative.

In the water-tank graph above, the volume increases steeply during Phase A — the derivative dV/dt is large and positive. At the peak, the curve flattens and dV/dt equals zero, meaning the volume is momentarily constant. During Phase C, the tank drains and the slope becomes negative. This same pattern of positive, zero, and negative derivatives appears in temperature, population, and economics problems.

Worked Example — Cooling Coffee

Let's work through a complete non-motion rate-of-change problem from start to finish. A cup of coffee is poured at 90°C and placed in a 20°C room. Its temperature at time t minutes is modeled by:

COFFEE TEMPERATURE MODEL
T(t) = 20 + 70e^(−0.05t)
T(t) = temperature in °C, t = time in minutes, 20 = room temperature, 70 = initial temperature difference.

Problem: Find how fast the coffee is cooling at t = 10 minutes, and interpret your answer.

Finding the Rate of Cooling at t = 10 min
1
Step 1 — Identify the Function and GoalWe have T(t) = 20 + 70e^(−0.05t). We need dT/dt, the instantaneous rate of change of temperature with respect to time, evaluated at t = 10.
2
Step 2 — Differentiate T(t)Using the chain rule: the derivative of 20 is 0, and the derivative of 70e^(−0.05t) is 70 × (−0.05) × e^(−0.05t).
dT/dt = −3.5e^(−0.05t)
3
Step 3 — Substitute t = 10Plug in t = 10: dT/dt = −3.5e^(−0.05 × 10) = −3.5e^(−0.5).
4
Step 4 — Evaluate the ExponentialUsing e^(−0.5) ≈ 0.6065:
dT/dt ≈ −3.5 × 0.6065 ≈ −2.12 °C/min
5
Step 5 — Interpret the ResultThe negative sign means the temperature is decreasing. At t = 10 minutes, the coffee is cooling at approximately 2.12°C per minute. Notice that this rate is slower than the initial cooling rate of dT/dt|_{t=0} = −3.5 °C/min because the temperature difference between the coffee and the room has decreased.
At t = 10 min, the coffee cools at about 2.12°C per minute.
INTERPRETATION MATTERS
On an exam, simply writing "−2.12" is usually not enough. You must state: "At t = 10 minutes, the temperature of the coffee is decreasing at a rate of approximately 2.12°C per minute." Always include the sign interpretation, the units, and the context.

Average vs. Instantaneous Rates of Change

In applied problems, you may be asked for either an average rate of change or an instantaneous rate of change. It is crucial to know the difference, because they answer different questions and require different calculations.

Average vs. Instantaneous Rates of Change
FeatureAverage Rate of ChangeInstantaneous Rate of Change
Formula[f(b) − f(a)] / (b − a)f'(a) = lim(h→0) [f(a+h) − f(a)] / h
Geometric meaningSlope of the secant line between two pointsSlope of the tangent line at a single point
What it tells youOverall change across an intervalHow fast the quantity is changing at one moment
Example"The coffee cooled 30°C over 20 min → avg 1.5°C/min""At t = 10, the coffee is cooling at 2.12°C/min"
Requires calculus?No — just arithmeticYes — requires the derivative
KEY TAKEAWAY
Imagine tracking your phone's battery over an hour. The average rate of change is like saying "my battery dropped 20% in 60 minutes, so about 0.33% per minute on average." The instantaneous rate is like catching the exact moment you opened a power-hungry game and the battery was draining at 1.5% per minute. The derivative captures that precise, moment-by-moment drain.

Connection to Related Rates and Differential Equations

Non-motion rate-of-change problems are the gateway to two major topics you will encounter later in calculus: related rates and differential equations. Understanding how a single rate works in context prepares you for situations where multiple rates interact simultaneously.

How single-rate problems connect to advanced topics
FeatureThis Lesson (Single Rate)Related Rates (Calc 1)Differential Equations (Calc 2+)
What you findOne derivative, one contextHow two or more rates connect via chain ruleThe original function from an equation involving its derivative
Typical question"How fast is the coffee cooling at t = 10?""If the radius grows at 2 cm/s, how fast does the area change?""Given dT/dt = −k(T − 20), find T(t)."
Key skillDifferentiate and interpretImplicit differentiation with respect to timeSolve (integrate) the equation to find the function

Think of this lesson as building block number one. Once you are comfortable finding and interpreting a single derivative in context, you are ready to tackle problems where multiple quantities change at the same time (related rates), and eventually problems where you are given a rate equation and need to reverse-engineer the original function (differential equations). The interpretive skills you practice here — reading units, sign analysis, and contextual explanation — carry forward into every one of those future topics.

Practice Problems

PROBLEM 1CONCEPTUAL
A function P(t) models the population of a town, where t is in years. At t = 5, P'(5) = −120. Explain in a complete sentence what this tells you about the town's population.
PROBLEM 2BASIC CALCULATION
The total cost of producing x widgets is C(x) = 0.01x³ − 0.6x² + 15x + 200. Find the marginal cost when 20 widgets are being produced. Include units.
PROBLEM 3INTERMEDIATE
A bacterial colony's mass in grams is modeled by M(t) = 5e^(0.03t), where t is in hours. (a) Find the rate of growth at t = 24 hours. (b) At what time is the mass growing at exactly 0.3 grams per hour?
PROBLEM 4APPLIED
A water tank is being filled. The volume of water at time t minutes is V(t) = 200(1 − e^(−0.1t)) liters. (a) What is the rate of flow at t = 0? (b) At t = 5 minutes? (c) What happens to the rate of flow as t → ∞, and why does that make physical sense?
PROBLEM 5CRITICAL THINKING
A company's revenue is R(x) = 50x − 0.5x² and its cost is C(x) = 10x + 100, where x is units sold. Profit is P(x) = R(x) − C(x). (a) Find the marginal profit P'(x). (b) For what value of x is marginal profit zero? (c) Explain why this value of x maximizes profit, connecting the derivative's sign change to the company's decision-making.

Lesson Summary

The derivative is not just a tool for motion — it is a universal measure of instantaneous rate of change for any continuously varying quantity. Whether you are analyzing temperature cooling (dT/dt in °C/min), population growth (dP/dt in people/year), marginal cost (dC/dx in $/unit), or volume flow (dV/dt in L/min), the process is always the same: differentiate the function, substitute the given input value, and interpret the result with correct units and sign.

The sign of the derivative tells you whether the quantity is increasing (positive) or decreasing (negative). The magnitude tells you how rapidly the change is occurring. And the units (output units divided by input units) anchor your answer in the physical context of the problem. Mastering these interpretive skills prepares you for related rates, optimization, and differential equations — the next chapters in your calculus journey.

Varsity Tutors • Calculus 1 • Non-Motion Rates of Change