Related rates problems sound abstract — "a ladder slides down a wall, how fast is the top falling?" — but they all follow the same six-step pattern. Master the recipe and these problems shift from terrifying to mechanical.
The 6-step recipe
- Read the problem twice and identify every quantity. Sketch it.
- Label quantities that change with letters; constants with numbers.
- Find an equation relating the changing quantities (geometry, Pythagorean, similar triangles, area, volume…).
- Differentiate both sides with respect to time implicitly. Every changing quantity contributes a term.
- Plug in the snapshot values only after differentiating. Substituting too early kills the rate information.
- Solve for the unknown rate and double-check units.
Example 1: the sliding ladder
A 13 ft ladder leans against a wall. Its base slides outward at 2 ft/sec. How fast is the top sliding down when the base is 5 ft from the wall?
- Variables: = base distance, = top height. Both change with .
- Constraint: (Pythagorean — ladder length is constant).
- Differentiate: .
- Snapshot: , so . Given .
- Solve: ft/sec.
The top falls at ft/sec. Negative sign means the height is decreasing — sanity check passes.
Example 2: the cone filling with water
Water pours into a cone (vertex down) at . The cone has height 10 ft and top radius 4 ft. How fast is the water level rising when the depth is 6 ft?
- Variables: = water volume, = water depth, = water surface radius.
- Volume of cone: . Use similar triangles: .
- Substitute to one variable: .
- Differentiate: .
- Plug , : .
- Solve: ft/min.
Common mistakes
- Plugging numbers in too early — derivatives "freeze" the relationship; you lose information about how things change.
- Forgetting the chain rule when differentiating something like — it becomes , not .
- Not eliminating extra variables with similar triangles before differentiating.
Try with the AI Derivative Solver
Use the Derivative Calculator to verify any related-rate differentiation step — particularly the implicit ones.
Related references:
- Limit Calculator — derivatives are limits underneath
- Integral Calculator — antiderivative companion
- Triangle Solver — for the geometry setup of many problems