§ 01What Is a Related Rates Problem?
You know how fast one quantity is changing. The question is: how fast is some other quantity changing at the same moment?
Here is the key idea. Two quantities (call them x and y) are related by some equation, for example the Pythagorean theorem, the volume formula for a cone, or the area formula for a circle. Because they are related by an equation, their rates of change with respect to time are also related. Differentiating both sides of the equation implicitly with respect to time t creates a new equation connecting dx/dt and dy/dt.
Related rates problems appear constantly in physics, engineering, and economics: a ladder sliding down a wall, water draining from a tank, a shadow lengthening across the ground, a balloon expanding as air is pumped in. The calculus is always the same; only the geometry changes.
The symbol dx/dt is read as "the rate of change of x with respect to time": in plain English, how fast x is growing or shrinking at a particular moment. A positive rate means the quantity is increasing; a negative rate means it is decreasing.
§ 02The 5-Step Strategy
Every related rates problem follows the same logical skeleton. Internalise these five steps and no scenario can surprise you.
The 5-Step Method for Related Rates
- Draw and label a diagram. Sketch the situation. Assign variable names to every quantity that changes with time. Record any given numerical values: but keep changing quantities as variables for now.
- Identify the rates. Write down which rate(s) you are given (e.g. dV/dt = −3 m³/min) and which rate you must find (e.g. dh/dt = ?).
- Write an equation relating the variables. Use geometry (Pythagoras, area, volume formulas) or another relevant relationship to write a single equation that connects all the changing quantities. This equation must be always true, not just at the moment you care about.
- Differentiate both sides with respect to time t. Use implicit differentiation. Every variable gets a d/dt; apply the chain rule wherever a variable appears.
- Substitute the known values and solve. Now (and only now) substitute in the given numerical values (rates and measurements at the instant of interest). Solve for the unknown rate.
§ 03Worked Examples
Ten fully solved problems, from the classic ladder problem to a shadow lengthening across the ground.
A stone is dropped into a still pond and creates a circular ripple. The radius of the ripple is increasing at 4 cm/s. How fast is the area of the circle increasing when the radius is 10 cm?
Let r = radius (cm), A = area (cm²). Given: dr/dt = 4. Find: dA/dt when r = 10.
A 5 m ladder leans against a vertical wall. The base is sliding away from the wall at 0.5 m/s. How fast is the top of the ladder sliding down the wall when the base is 3 m from the wall?
x = distance from wall (base), y = height on wall (top)
Let x = distance of base from wall, y = height of top on wall. Given: dx/dt = 0.5, ladder length = 5. Find: dy/dt when x = 3.
The negative sign confirms the top is moving downward: exactly what we expect.
Water drains from an inverted conical tank at 2 m³/min. The tank has height 6 m and top radius 3 m. How fast is the water level falling when the water is 4 m deep?
Let h = depth of water, r = radius of water surface. The cone's proportions give r/h = 3/6, so r = h/2.
Air is pumped into a spherical balloon at 100 cm³/s. How fast is the radius increasing when the radius is 5 cm?
Car A travels north at 60 km/h and car B travels east at 80 km/h, both heading toward the same intersection. When A is 0.3 km away and B is 0.4 km away, how fast is the distance between them decreasing?
An aircraft flies horizontally at an altitude of 2 km and a speed of 400 km/h directly over an observer. How fast is the angle of elevation increasing when the aircraft is 2 km away horizontally?
A cube's side length is increasing at 3 cm/s. How fast is the volume increasing when the side is 8 cm?
A person 1.8 m tall walks away from a 4.5 m street lamp at 1.2 m/s. How fast is the tip of their shadow moving along the ground?
The tip of the shadow is at distance x + s from the lamp. By similar triangles:
4.5/(x + s) = 1.8/sA cylindrical tank of radius 2 m is being filled with water at 5 m³/min. How fast is the water level rising?
(radius is constant at 2 m)
A kite is at a constant altitude of 80 m and drifts horizontally at 5 m/s. How fast is the string (from a fixed point on the ground directly below the launch) being let out when 100 m of string has been released?
§ 04Common Mistakes
§ 05Practice Quiz — 10 Questions
Apply the 5-step method. Enter numerical answers (accept ±0.01). Show working to reveal full solutions.
The radius of a circle grows at 3 cm/s. How fast is the area growing (cm²/s) when r = 5 cm? Enter your answer in terms of π, enter the coefficient of π only (e.g. for 60π enter 60).
- A = πr²
- dA/dt = 2πr · dr/dt = 2π(5)(3) = 30π cm²/s
A 10 m ladder has its base sliding away at 2 m/s. How fast is the top sliding down (m/s) when the base is 6 m from the wall? (Give a positive number for the speed.)
- x² + y² = 100 → y = 8 when x = 6
- 2x·dx/dt + 2y·dy/dt = 0
- 2(6)(2) + 2(8)(dy/dt) = 0 → dy/dt = −24/16 = −3/2
- Speed = 1.5 m/s downward
Air is pumped into a sphere at 50 cm³/s. How fast is the radius increasing (cm/s, to 3 d.p.) when r = 3 cm? Use π ≈ 3.14159.
- dV/dt = 4πr²·dr/dt
- 50 = 4π(9)·dr/dt = 36π·dr/dt
- dr/dt = 50/(36π) = 25/(18π) ≈ 0.442 cm/s
A conical tank has height 9 m and top radius 3 m. Water drains at 6 m³/min. How fast is the depth falling (m/min, 3 d.p.) when h = 3 m?
- r = h/3, so V = (1/3)π(h/3)²h = πh³/27
- dV/dt = (π/9)h²·dh/dt
- At h = 3: −6 = (π/9)(3²)·dh/dt = π·dh/dt
- dh/dt = −6/π
- Speed ≈ 1.910 m/min
A cylindrical tank with radius 4 m is filled at 12 m³/min. How fast does the water level rise? Give answer to 2 d.p. (m/min).
- V = 16πh → dV/dt = 16π·dh/dt
- 12 = 16π·dh/dt → dh/dt = 12/(16π) = 3/(4π) ≈ 0.239 m/min
A cube's side grows at 2 cm/s. How fast is the surface area growing (cm²/s) when the side is 6 cm?
- S = 6s² → dS/dt = 12s·ds/dt
- dS/dt = 12(6)(2) = 144 cm²/s
A ladder problem gives the equation x² + y² = L² where L is the constant ladder length. After differentiating with respect to t, what do you get?
In a related rates problem you are told to find dA/dt. Which of these is the correct first step?
A 2 m tall person walks at 1 m/s away from a 5 m lamp. Using similar triangles, the shadow length s = (2/3)x where x is distance from lamp. How fast is the shadow tip moving (m/s)?
- Tip = x + s = (5/3)x
- d(tip)/dt = (5/3)·dx/dt = (5/3)(1) = 5/3 ≈ 1.667 m/s
A kite flies at fixed altitude 60 m and drifts horizontally at 4 m/s. When 100 m of string is out, how fast is string being paid out (m/s, 2 d.p.)?
- L² = x² + 3600. When L = 100: x = √(10000 − 3600) = √6400 = 80.
- 2(100)·dL/dt = 2(80)(4) = 640
- dL/dt = 640/200 = 3.2 m/s
§ 06What to Study Next
Related rates sit at the intersection of implicit differentiation, geometry, and real-world modelling. To consolidate and extend this topic, work through these closely related pages:
- Implicit Differentiation, the core technique underlying every related rates problem.
- Optimisation, another powerful application: finding the maximum or minimum of a quantity subject to constraints.
- Linearisation and Differentials, differentials (dx, dy) let you estimate how much one quantity changes when another changes by a small amount.
- Newton's Method, uses derivatives to solve equations numerically, another key application of differentiation.