CALCULUS 1 • APPLICATIONS OF DERIVATIVES: CONTEXTUAL

Solving Related Rates

Discover how the chain rule connects changing quantities in real-world scenarios involving time.

Historical Context & Motivation

Imagine watching a balloon inflate: its radius grows, but so does its volume — and those two rates of change are connected. In calculus, related rates problems ask you to find how fast one quantity changes when you know how fast another quantity changes. This idea goes back centuries to the very origins of calculus, when scientists needed to describe motion, growth, and change in precise mathematical terms.

1665
Newton's Fluxions
Isaac Newton developed his method of "fluxions" — his term for rates of change — to model planetary orbits and the motion of falling objects, laying the groundwork for related rates.
1684
Leibniz Publishes the Chain Rule
Gottfried Wilhelm Leibniz introduced the dy/dx notation and formalized the chain rule, the essential tool that links two rates of change through a shared variable.
1740s
Euler Applies Rates to Physics
Leonhard Euler used related-rate techniques extensively in fluid mechanics and astronomy, demonstrating their power in modeling complex physical systems.
1800s
Textbook Standardization
Related rates problems became a standard part of calculus education, with classic setups like the ladder problem and the filling-tank problem appearing in textbooks across Europe and the Americas.

The central question that related rates answers is: if two or more quantities are linked by an equation and each changes over time, how can we find the rate of change of one quantity from the rate of change of another? This question arises constantly in physics, engineering, biology, and economics — wherever multiple quantities evolve together.

Core Principles & Definitions

Before diving into problems, you need to understand the foundational ideas that make related rates work. Every related rates problem rests on the same underlying logic: two or more quantities depend on time, and an equation connects those quantities. When you differentiate that equation with respect to time using the chain rule, you produce a new equation that relates their rates of change.

1

Implicit Differentiation with Time

Every variable in the equation is treated as a function of time t. When you differentiate, each variable gets a d/dt applied through the chain rule, producing its rate of change.
2

The Linking Equation

You need a geometric or physical equation that connects the changing quantities — for example, the Pythagorean theorem, area formulas, or volume formulas.
3

Known vs. Unknown Rates

The problem gives you at least one rate (like how fast a radius grows) and asks for another rate (like how fast the area grows). Identifying these clearly is the first step.
4

Evaluate at a Specific Instant

After differentiating, you plug in the values of all variables at the particular moment described in the problem. Related rates answers are always for a specific instant in time.
KEY TAKEAWAY
Think of related rates like a chain of gears. When you turn one gear (change one quantity), the connected gear (the other quantity) must also turn. The chain rule is the mathematical "gear mechanism" that translates one rate of change into another. The linking equation tells you how the gears are connected.

Visual Explanation

The Classic Ladder Problem — Visualized

One of the most common related rates setups involves a ladder sliding down a wall. The diagram below shows a 10-foot ladder leaning against a vertical wall. As the base slides away from the wall, the top slides downward. The key insight is that the ladder length stays constant, so the Pythagorean theorem links the horizontal distance x, the vertical height y, and the fixed length L.

A ladder of fixed length L leans against a wall. As the base distance x(t) increases, the height y(t) decreases. The Pythagorean theorem links them, and differentiating with respect to time yields the related rates equation shown in amber.

Notice how the diagram captures all the essential information: the changing quantities x(t) and y(t), the constant quantity L, and the direction of each rate of change. Drawing a clear diagram like this is the single most important step in solving any related rates problem.

Mathematical Framework

The mathematical engine behind every related rates problem is implicit differentiation with respect to time. You start with an equation connecting two or more variables, treat every variable as a function of t, and apply the chain rule. Below are the key equations you will encounter most often.

CHAIN RULE (SINGLE VARIABLE)
d/dt [f(x)] = f′(x) · dx/dt
If x depends on t, then the derivative of any function of x with respect to t equals the derivative of that function with respect to x, multiplied by dx/dt.
PYTHAGOREAN RELATIONSHIP
x² + y² = L² → 2x(dx/dt) + 2y(dy/dt) = 0
Used when a right triangle has two changing sides. L is constant, so dL/dt = 0. Common in ladder and distance problems.
VOLUME OF A CONE
V = (1/3)πr²h → dV/dt = (1/3)π[2r(dr/dt)h + r²(dh/dt)]
Used when water fills or drains from a conical tank. If the cone has a fixed angle, you can often express r in terms of h (or vice versa) to reduce to one variable before differentiating.
AREA OF A CIRCLE
A = πr² → dA/dt = 2πr · (dr/dt)
Used for expanding or shrinking circular regions. Notice that dA/dt depends on both the current radius r and the rate at which the radius changes.
⚠️ Common Mistake
Do not substitute specific numerical values for changing quantities before you differentiate. You must differentiate first, then substitute. If you plug in numbers too early, you treat changing variables as constants and get dV/dt = 0 or similar incorrect results.

The Five-Step Strategy

Related rates problems can seem intimidating because the setups vary so much — balloons, ladders, shadows, cars. However, every single one follows the same structured approach. Memorize and apply these five steps, and you will be able to handle any related rates problem you encounter.

The five-step strategy flows left to right: draw a picture, identify known and unknown rates, write a linking equation, differentiate with respect to time, then substitute known values and solve. The boxes below list common formulas and critical reminders.
  1. Step 1 — Draw and label. Sketch the physical situation. Assign variable names to every quantity that changes. Mark any fixed constants.
  2. Step 2 — Identify rates. Write down which rate is given (e.g., dx/dt = 2 ft/s) and which rate you need to find (e.g., dy/dt = ?).
  3. Step 3 — Write the linking equation. Find an equation that connects all the changing quantities. Eliminate variables if possible using given geometric relationships.
  4. Step 4 — Differentiate with respect to t. Apply d/dt to both sides of the equation. Use the chain rule on every variable that depends on time.
  5. Step 5 — Substitute and solve. Plug in all known values at the specific instant described. Solve algebraically for the unknown rate.

Worked Example: The Expanding Balloon

A spherical balloon is being inflated so that its volume increases at a constant rate of 50 cm³/s. How fast is the radius increasing when the radius is 5 cm?

Expanding Balloon — Full Solution
1
Step 1 — Draw and LabelSketch a sphere. The only changing quantities are the volume V and the radius r. Both are functions of time t. There are no other relevant variables.
2
Step 2 — Identify RatesWe are given that dV/dt = 50 cm³/s (the rate air is pumped in). We want to find dr/dt when r = 5 cm.
3
Step 3 — Write the Linking EquationThe volume of a sphere is V = (4/3)πr³. This equation connects V and r.
V = (4/3)πr³
4
Step 4 — Differentiate with Respect to tApply d/dt to both sides. The chain rule gives us dV/dt = (4/3)π · 3r² · (dr/dt). Simplifying, we get dV/dt = 4πr²(dr/dt). Notice that the 3 from the power rule cancels with the 1/3 in the coefficient.
dV/dt = 4πr² · (dr/dt)
5
Step 5 — Substitute and SolveSubstitute dV/dt = 50 and r = 5: 50 = 4π(5²)(dr/dt) = 4π(25)(dr/dt) = 100π(dr/dt). Solve for dr/dt: dr/dt = 50/(100π) = 1/(2π) ≈ 0.159 cm/s.
dr/dt = 1/(2π) ≈ 0.159 cm/s
Sanity Check
Does the answer make sense? The radius is growing at about 0.16 cm per second, which is slower than the volume growth rate of 50 cm³/s. This is reasonable because the surface area of the balloon (4πr²) spreads the incoming volume over a large area, so the radius changes slowly compared to the volume.

Common Pitfalls & How to Avoid Them

Even students who understand the five-step process can make errors that lead to wrong answers. The table below highlights the most frequent mistakes along with their corrections. Study these carefully — recognizing these patterns will save you time and frustration.

The five most common pitfalls in related rates problems
Common PitfallWhat Goes WrongHow to Fix It
Substituting too earlyPlugging in r = 5 before differentiating turns r into a constant, so dr/dt disappears.Always differentiate first, then substitute numerical values.
Forgetting the chain ruleWriting d/dt[r²] = 2r instead of 2r(dr/dt). The missing dr/dt makes the equation dimensionally wrong.Attach a d(variable)/dt factor every time you differentiate a variable that depends on t.
Wrong linking equationUsing an area formula when the problem involves volume, or using a 2D relationship for a 3D scenario.Re-read the problem carefully. Make sure the equation matches the geometry described.
Sign errorsA rate can be negative if the quantity is decreasing. Forgetting the negative sign flips the answer.If something is shrinking or decreasing, its rate must be negative. Check that the sign of your answer is physically reasonable.
Missing variable eliminationThe differentiated equation has too many unknowns because a geometric relationship wasn't used to eliminate a variable.Look for similar triangles, cone proportions, or other constraints that let you reduce variables before differentiating.
KEY TAKEAWAY
Think of the differentiation step like taking a photo with a motion-blur effect: everything stays in motion (as variables) during the differentiation. Only after the "photo" is taken (after d/dt is applied) do you "freeze" the scene by plugging in specific values. If you freeze too early, you lose all the motion information.

Connection to Advanced Topics

Related rates is your first real encounter with how calculus models the physical world. The same ideas extend into much more powerful territory as you advance in mathematics. The table below shows how related rates connects to concepts you may study later.

How related rates concepts extend into advanced mathematics
Concept in This LessonAdvanced ExtensionWhere You'll See It
Chain rule with one variableMultivariable chain rule with partial derivativesCalculus 3 / Multivariable Calculus
Implicit differentiation with respect to tImplicit functions and the implicit function theoremReal Analysis / Advanced Calculus
Rates of change at an instantDifferential equations describing continuous changeDifferential Equations / Physics
Geometric linking equationsConstraint equations in optimization and Lagrange multipliersCalculus 3 / Engineering

In physics and engineering, related rates appear everywhere. Electrical engineers use them to find how current changes as voltage varies across a circuit. Biologists use them to model how the surface area of a growing cell relates to its volume. Economists use similar reasoning to connect marginal cost to production rates. Mastering related rates now gives you a flexible problem-solving tool that will serve you in virtually any quantitative field.

🔭 Looking Ahead
If you go on to study differential equations, you will recognize related rates as the simplest case: an equation involving derivatives that you solve at a single instant. Differential equations take the next step by asking you to solve for entire functions — not just rates at one moment, but the behavior of a system over all time.

Practice Problems

Work through these five problems in order. They progress from conceptual understanding to multi-step calculations. Try each one on paper before reading the answer.

PROBLEM 1CONCEPTUAL
A circular oil spill is expanding on the surface of a lake. Both the radius and the area of the spill are increasing over time. Explain in your own words why the rate at which the area grows depends not only on how fast the radius is increasing, but also on the current size of the radius.
PROBLEM 2BASIC CALCULATION
A square's side length is increasing at a rate of 3 cm/s. How fast is the area of the square increasing when the side length is 10 cm?
PROBLEM 3INTERMEDIATE
A 13-foot ladder leans against a vertical wall. The base of the ladder slides away from the wall at 2 ft/s. How fast is the top of the ladder sliding down the wall when the base is 5 feet from the wall?
PROBLEM 4APPLIED
Water is poured into a conical tank at 8 m³/min. The tank has a height of 12 m and a top radius of 4 m (so the ratio of radius to height is always r/h = 1/3). How fast is the water level rising when the water is 6 m deep?
PROBLEM 5CRITICAL THINKING
Two cars start from the same intersection. Car A drives north at 30 mph, and Car B drives east at 40 mph. At what rate is the distance between the two cars increasing after 2 hours? Then explain: will this rate ever equal exactly 50 mph, and why or why not?

Lesson Summary

Related rates problems connect two or more changing quantities through a linking equation — typically a geometric formula like the Pythagorean theorem, a volume formula, or an area formula. You solve them using a consistent five-step strategy: draw and label, identify known and unknown rates, write the linking equation, differentiate with respect to time using the chain rule, and finally substitute known values to solve for the unknown rate.

The most critical rule is to never substitute numerical values before differentiating — doing so eliminates the rate of change you need to find. Always check that the sign of your answer makes physical sense: negative rates indicate decreasing quantities. Related rates is a foundational application of derivatives that extends into differential equations, multivariable calculus, and every branch of science and engineering.

Varsity Tutors • Calculus 1 • Solving Related Rates