Two quantities tied by an equation, both changing with time. Differentiate the relationship, not the numbers.
By the end of this chapter you can
Set up a related-rates problem from a geometric relationship
Differentiate an equation implicitly with respect to time
Know why numbers must be substituted only after differentiating
Interpret the sign of a rate
A ladder slides down a wall. A balloon inflates. A shadow lengthens. In each,
two quantities are locked together by geometry, and knowing how fast one changes
tells you how fast the other must.
The technique is one idea: differentiate the relationship with respect to
time. Every variable becomes a rate via the chain rule, which is why chapter
2.3 was worth the effort.
The method
Draw it, and name the changing quantities as variables. Not numbers —
variables.
Write the equation relating them. Usually Pythagoras, a volume formula,
or similar triangles.
Differentiate both sides with respect to t. Every variable picks up a
dtd factor.
Substitute the numbers — now, and not before.
Solve, and check the sign.
Step 4 is where most marks are lost, and it deserves its own warning.
The ladder
A 10 m ladder leans against a wall. The base slides out at 2 m/s. How fast
is the top falling when the base is 6 m from the wall?
With x the base distance and y the height, Pythagoras gives x2+y2=100.
The 100 is a genuine constant — the ladder does not stretch — so it may stay.
Differentiating with respect to t:
2xdtdx+2ydtdy=0
∂x∂(x2+y2)=2x
dtdt2=2t
checked by the build
Now substitute: x=6, so y=8, and dtdx=2:
2(6)(2)+2(8)dtdy=0⟹dtdy=−1624=−1.5
The top falls at 1.5 m/s. The minus sign is the answer, not an error — y
is decreasing. A related-rates answer whose sign contradicts the physical story
means a slip somewhere.
The cone, and why the rate is not constant
Water pours into an inverted cone at 3 m³/min. The cone is 4 m tall with a
2 m top radius. How fast is the level rising when the water is 2 m deep?
V=31πr2h has two variables, and related rates wants one. Similar
triangles give hr=42, so r=2h:
V=31π(2h)2h=12πh3
12πx3=12πx3
dxd12πx3=4πx2
checked by the build
So dtdV=4πh2dtdh, and at h=2 with
dtdV=3:
3=4π(4)dtdh⟹dtdh=π3≈0.95m/min
Note what the h2 means physically: the level rises more slowly as the cone
fills, because each extra centimetre of depth needs more water than the last.
Pouring at a constant rate does not raise the level at a constant rate, and the
equation says so.
Reading the signs
Sign of the rate
Meaning
positive
the quantity is increasing
negative
decreasing
zero
momentarily unchanging — often a maximum or minimum
Write the sign into the setup rather than patching it at the end: a ladder base
moving away has dtdx=+2, and a balloon losing air has
dtdV<0. Getting the signs right at step 1 makes step 5 a check
rather than a guess.
{
"question": "A spherical balloon is inflated at 100 cm³/s. Why does its radius grow more slowly as it gets larger?",
"options": [
{
"text": "Because dV/dt = 4πr²·dr/dt, so a fixed dV/dt divides by a growing r²",
"correct": true,
"why": "Differentiating V = (4/3)πr³ gives that relation, and the r² factor is the surface area. Spreading the same volume over a bigger surface raises it less."
},
{
"text": "Because the rubber resists more as it stretches",
"correct": false,
"why": "A physical story, but not what the mathematics says — the result holds for a perfectly ideal balloon with no resistance at all. It is geometry, not material."
},
{
"text": "It does not — a constant dV/dt gives a constant dr/dt",
"correct": false,
"why": "That would need V proportional to r, but V goes as r³. The relationship between the rates carries an r² factor that changes as the balloon grows."
},
{
"text": "Because dr/dt = dV/dt divided by the volume",
"correct": false,
"why": "Dimensionally impossible — that would give units of 1/length. The correct divisor is the surface area 4πr², which does have the right units."
}
]
}