AP Calculus AB and BC

Related Rates: The 5-Step Method for Any Word Problem

Solve any related rates problem in five steps: draw and label a diagram, write an equation relating the variables, differentiate both sides with respect to time, substitute the given values, and solve for the unknown rate. Substitute numbers only after differentiating, never before.

How to Spot a Related Rates Problem

Related rates problems live in CED Topics 4.4 and 4.5, and they all share a signature: two or more quantities change together over time, you are told how fast one of them changes, and you are asked how fast another changes. Watch for the phrase how fast, for a rate given in units per second or per minute, and for a moving picture (a ladder sliding, a balloon inflating, water draining). If you can describe the scene as a short film rather than a frozen snapshot, it is almost certainly related rates.

The method-selection question students miss is telling related rates apart from optimization. Both are word problems dressed in geometry, but optimization asks for a largest or smallest value and sets a derivative equal to zero. Related rates asks for a rate at a single instant and never sets a derivative to zero. If the question ends in how fast or at what rate, you are finding the value of a derivative, not hunting for where it vanishes.

The engine underneath every related rates problem is the chain rule (CED CHA-3.D.1). Each quantity in the picture is secretly a function of time, so when you differentiate a geometric relationship with respect to tt, the chain rule attaches a rate factor like dxdt\frac{dx}{dt} or dhdt\frac{dh}{dt} to every variable. That single idea is why the whole technique works, and it is why we write everything in Leibniz notation: the notation keeps the with-respect-to-tt visible at every step.

The 5-Step Method

Every related rates problem, no matter how the scene is dressed up, yields to the same five steps. Run them in order and you never have to improvise.

  1. Draw and label. Sketch the situation and assign a letter to every quantity that changes. Immediately write down the rate you know and the rate you want in derivative form, for example dxdt=2\frac{dx}{dt} = 2 and find dydt\frac{dy}{dt}.
  2. Find a governing equation. Write one equation that ties your variables together: a geometry formula, the Pythagorean theorem, similar triangles, or a trig ratio. This is the step that rewards knowing your area and volume formulas cold.
  3. Differentiate both sides with respect to tt. Treat every variable as a function of time, so the chain rule attaches a rate factor to each. This is implicit differentiation applied to time.
  4. Substitute the known values. Only now do you plug in the instantaneous numbers, the position or length or radius at the moment in question, along with the given rate.
  5. Solve and interpret. Isolate the unknown rate, attach correct units, and read the sign. A negative rate means the quantity is shrinking.

Substitute Only After You Differentiate

The one rule that saves the most points

Differentiate first, substitute second. If you plug the instant's numbers into the equation before you differentiate, you freeze a moving variable into a constant, and its derivative collapses to zero. The result is a wrong answer that looks clean, which makes it hard to catch on a timed exam.

Here is the trap in slow motion. In the ladder problem below, the base sits 55 ft from the wall at the instant we care about. If you write x=5x = 5 in the equation x2+y2=169x^2 + y^2 = 169 first, then xx is no longer a variable, dxdt\frac{dx}{dt} disappears, and you have thrown away the very rate you were given. Differentiate while xx is still a live variable, and only then set x=5x = 5.

There is one honest exception, and it trips people the other way. A relationship that holds at every instant, not just the one in question, can be substituted before differentiating. In the cone problem, similar triangles give r=h2r = \frac{h}{2} at all times, so replacing rr before differentiating is not only legal, it is the standard move that reduces two variables to one. The test is simple: if a value is true forever (a fixed ratio, a constant length), substitute it early; if it is true only at this instant (say h=4h = 4 right now), it must wait until after you differentiate.

Three smaller mistakes cost the rest of the points. First, forgetting a chain rule factor when you differentiate a squared or cubed variable. Second, mixing units, such as leaving a radius in centimeters while a rate is in meters. Third, answering the wrong question: the problem may ask for the rate the area grows while you solved for the rate the radius grows. Re-read the final sentence of the prompt before you box your answer.

Worked examples

Worked example

Ladder Sliding Down a Wall

A 13 ft ladder leans against a vertical wall. The base is pulled away from the wall at a constant 2 ft/s. How fast is the top of the ladder sliding down the wall at the moment the base is 5 ft from the wall?

  1. Draw and label. Let xx be the distance from the wall to the base and yy the height of the top on the wall. The ladder length is fixed at 1313 ft. We are given dxdt=2\frac{dx}{dt} = 2 ft/s and want dydt\frac{dy}{dt} when x=5x = 5.
  2. Find a governing equation. The wall, the ground, and the ladder form a right triangle, so the Pythagorean theorem relates the variables: x2+y2=132=169x^2 + y^2 = 13^2 = 169.
  3. Differentiate both sides with respect to tt. Every variable carries a chain rule factor: 2xdxdt+2ydydt=02x\frac{dx}{dt} + 2y\frac{dy}{dt} = 0. Dividing by 22 gives xdxdt+ydydt=0x\frac{dx}{dt} + y\frac{dy}{dt} = 0.
  4. Find the missing length, then substitute. When x=5x = 5, the Pythagorean relation gives y=16925=144=12y = \sqrt{169 - 25} = \sqrt{144} = 12. Now substitute x=5x = 5, y=12y = 12, and dxdt=2\frac{dx}{dt} = 2: (5)(2)+(12)dydt=0(5)(2) + (12)\frac{dy}{dt} = 0.
  5. Solve and interpret. From 10+12dydt=010 + 12\frac{dy}{dt} = 0 we get dydt=1012=56\frac{dy}{dt} = -\frac{10}{12} = -\frac{5}{6} ft/s. The negative sign confirms the height is decreasing, so the top slides down at 56\frac{5}{6} ft/s, about 0.830.83 ft/s.

The top of the ladder slides down at 5/6 ft/s (about 0.83 ft/s); the negative sign shows the height is decreasing.

Worked example

Water Filling a Conical Tank

Water flows into an inverted cone (vertex down) at 3 cubic feet per minute. The tank is 12 ft tall with a radius of 6 ft at the top. How fast is the water level rising when the water is 4 ft deep?

  1. Draw and label. Let VV be the volume of water, hh its depth, and rr the radius of the water's surface. We are given dVdt=3\frac{dV}{dt} = 3 ft³/min and want dhdt\frac{dh}{dt} when h=4h = 4.
  2. Find a governing equation. The water itself forms a cone, so its volume is V=13πr2hV = \frac{1}{3}\pi r^2 h.
  3. Reduce to one variable using a constant relationship. The water cone is similar to the tank, so rh=612=12\frac{r}{h} = \frac{6}{12} = \frac{1}{2}, giving r=h2r = \frac{h}{2} at every instant. Because this holds at all times, substitute it now, before differentiating: V=13π(h2)2h=13πh24h=π12h3V = \frac{1}{3}\pi\left(\frac{h}{2}\right)^2 h = \frac{1}{3}\pi\cdot\frac{h^2}{4}\cdot h = \frac{\pi}{12}h^3.
  4. Differentiate both sides with respect to tt: dVdt=π123h2dhdt=π4h2dhdt\frac{dV}{dt} = \frac{\pi}{12}\cdot 3h^2\frac{dh}{dt} = \frac{\pi}{4}h^2\frac{dh}{dt}.
  5. Substitute the instantaneous values and solve. Now, and only now, set h=4h = 4 and dVdt=3\frac{dV}{dt} = 3: 3=π4(4)2dhdt=4πdhdt3 = \frac{\pi}{4}(4)^2\frac{dh}{dt} = 4\pi\frac{dh}{dt}. Therefore dhdt=34π\frac{dh}{dt} = \frac{3}{4\pi} ft/min, roughly 0.240.24 ft/min.

The water level rises at 3/(4π) ft/min, about 0.24 ft/min.

Frequently asked questions

Why do you substitute values only after differentiating?

Because differentiation acts on variables, not constants. If you replace a changing quantity with its instantaneous value before differentiating, its derivative becomes zero and you lose the rate that quantity contributes. Differentiate while everything is still a variable, then substitute the instant's numbers. The one exception is a relationship true at all times, such as r=h2r = \frac{h}{2} from similar triangles, which you may substitute early to reduce variables.

Is related rates on the AB or BC exam?

Both. Related rates is CED Unit 4 (Topics 4.4 and 4.5), which is shared AB and BC content with no BC-only material. Unit 4 makes up 10-15% of the AB multiple-choice section and 5-10% of the BC multiple-choice section. Related rates also appears on free-response questions, so prepare for both formats.

What is the difference between related rates and optimization?

Related rates finds how fast a quantity changes at a specific instant by differentiating with respect to time. Optimization finds a maximum or minimum by setting a derivative equal to zero. If the question asks how fast or at what rate, it is related rates. If it asks for the largest or smallest value, it is optimization.