4.1.25Calculus I — Limits & Derivatives

Related rates — setting up and solving

1,557 words7 min readdifficulty · medium3 backlinks

The hidden engine is the chain rule: if V=f(r)V = f(r) and r=r(t)r = r(t), then dVdt=dVdrdrdt.\frac{dV}{dt} = \frac{dV}{dr}\cdot\frac{dr}{dt}.


HOW to set one up (the 6-step recipe)

Figure — Related rates — setting up and solving

Worked Example 1 — Expanding circle (oil spill)

An oil spill is a circle whose radius grows at drdt=2\frac{dr}{dt}=2 m/s. How fast is the area growing when r=10r=10 m?

Step 3 — link: A=πr2A = \pi r^2. Why? Area depends only on radius for a circle.

Step 4 — differentiate in tt: dAdt=π2rdrdt=2πrdrdt.\frac{dA}{dt} = \pi \cdot 2r \cdot \frac{dr}{dt} = 2\pi r\,\frac{dr}{dt}. Why this step? rr is a function of tt, so ddt(r2)=2rdrdt\frac{d}{dt}(r^2)=2r\frac{dr}{dt} (chain rule).

Step 5 — substitute the instant: r=10, drdt=2r=10,\ \frac{dr}{dt}=2: dAdt=2π(10)(2)=40π125.7 m2/s.\frac{dA}{dt} = 2\pi(10)(2) = 40\pi \approx 125.7\ \text{m}^2/\text{s}. Why now? Only after differentiating is it safe to fix r=10r=10.


Worked Example 2 — Sliding ladder

A 5 m ladder leans on a wall. Its base slides away at dxdt=1\frac{dx}{dt}=1 m/s. How fast does the top slide down when the base is x=3x=3 m from the wall?

Step 3 — link (Pythagoras): x2+y2=52x^2 + y^2 = 5^2. Why? Wall, ground, ladder form a right triangle; ladder length (5) is constant.

Step 4 — differentiate: 2xdxdt+2ydydt=0    dydt=xydxdt.2x\frac{dx}{dt} + 2y\frac{dy}{dt} = 0 \;\Rightarrow\; \frac{dy}{dt} = -\frac{x}{y}\frac{dx}{dt}. Why this step? RHS is constant \Rightarrow its derivative is 00. The minus sign will tell us yy decreases.

Find yy at the instant: y=259=4y=\sqrt{25-9}=4 m.

Step 5 — substitute: dydt=34(1)=0.75 m/s.\frac{dy}{dt} = -\frac{3}{4}(1) = -0.75\ \text{m/s}. The negative sign means the top moves down — physically correct. Why? As the base moves out, the top must drop.


Worked Example 3 — Conical tank (where to be careful)

Water fills a cone (apex down), radius R=4R=4 m at top, height H=8H=8 m, at dVdt=2\frac{dV}{dt}=2 m³/min. How fast is the depth hh rising when h=4h=4 m?

Step 3 — link: V=13πr2hV=\frac13\pi r^2 h. But rr and hh both change — eliminate rr using similar triangles: rh=RH=48=12\frac{r}{h}=\frac{R}{H}=\frac{4}{8}=\frac12, so r=h2r=\frac h2. Why eliminate? We want only hh; fewer variables means fewer unknown rates.

V=13π(h2)2h=π12h3.V=\frac13\pi\left(\frac h2\right)^2 h=\frac{\pi}{12}h^3.

Step 4 — differentiate: dVdt=π123h2dhdt=πh24dhdt.\frac{dV}{dt}=\frac{\pi}{12}\cdot 3h^2\frac{dh}{dt}=\frac{\pi h^2}{4}\frac{dh}{dt}.

Step 5 — substitute h=4h=4, dVdt=2\frac{dV}{dt}=2: 2=π(16)4dhdt=4πdhdtdhdt=12π0.159 m/min.2=\frac{\pi(16)}{4}\frac{dh}{dt}=4\pi\frac{dh}{dt}\Rightarrow \frac{dh}{dt}=\frac{1}{2\pi}\approx0.159\ \text{m/min}.


Recall Feynman: explain to a 12-year-old

Imagine blowing up a balloon. The balloon's skin (area) and the air inside (volume) both grow, but they're tied together by the balloon's shape. If I tell you how fast you're pumping air in, you can figure out how fast the skin is stretching — because one equation links them. The trick: pretend everything depends on time, take the rate of the whole equation, and solve for the rate you don't know. Just don't lock in the size too early, or you'll forget it was changing!


Flashcards

Related rates uses which calculus rule as its engine?
The chain rule, since each variable is a function of time tt.
Why must you substitute numbers AFTER differentiating, not before?
Substituting early makes a changing variable constant, so its derivative (the rate you need) wrongly becomes 0.
For circle area A=πr2A=\pi r^2, what is dAdt\frac{dA}{dt}?
dAdt=2πrdrdt\frac{dA}{dt}=2\pi r\,\frac{dr}{dt}.
Ladder of length LL: differentiate x2+y2=L2x^2+y^2=L^2 in tt.
2xdxdt+2ydydt=02x\frac{dx}{dt}+2y\frac{dy}{dt}=0, so dydt=xydxdt\frac{dy}{dt}=-\frac{x}{y}\frac{dx}{dt}.
In a cone problem why eliminate rr before differentiating?
Because both rr and hh change; eliminating rr via similar triangles avoids an unknown rate drdt\frac{dr}{dt}.
What does a negative answer for dydt\frac{dy}{dt} mean physically?
The quantity yy is decreasing at that instant.
First step of any related-rates problem?
Draw a labelled picture using variables (not fixed numbers) for changing quantities.

Connections

  • Chain rule — the core mechanism enabling related rates.
  • Implicit differentiation — same technique, differentiating a relation w.r.t. tt.
  • Derivatives as rates of change — interpreting dxdt\frac{dx}{dt} as velocity/speed.
  • Similar triangles — used to eliminate variables in cone/shadow problems.
  • Pythagorean theorem — links in ladder/distance problems.
  • Optimization — next application of derivatives in modelling.

Concept Map

each is function of t

differentiate wrt t

converts

solved via

Step 3

Step 4 differentiate

Step 5 substitute

Step 6

avoid substituting early

example A=pi r^2

example x^2+y^2=25

Quantities linked by equation

Time dependence

Chain rule

Relation between rates

Related rates problem

6-step recipe

Linking equation

Differentiate both sides

Plug in instant numbers

Solve for unknown rate

Deadly error: rate vanishes

Oil spill circle

Sliding ladder

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Related rates ka core idea simple hai: jab do cheezein ek geometric equation se jodi hoti hain (jaise circle ka area aur radius, ya ladder ka base aur top), to agar ek change ho rahi hai time ke saath, to doosri bhi majboor hoti hai change hone ke liye. Hum maan lete hain ki saari quantities secretly time tt ki functions hain, aur phir poori equation ko tt ke respect mein differentiate karte hain — yahaan chain rule asli hero hai.

Sabse important baat aur sabse common galti: numbers ko substitute karo SIRF differentiate karne ke BAAD. Agar tum r=10r=10 pehle hi daal doge, to rr constant ban jayega aur uska rate drdt\frac{dr}{dt} gayab ho jayega — wahi rate jo tumhe chahiye tha! Isliye variables ko zinda rakho jab tak differentiation poora na ho.

Recipe yaad rakho: Draw karo (variables se label, numbers se nahi), known/unknown rates likho, linking equation banao (Pythagoras, circle, cone volume), tt ke respect mein differentiate karo, phir us instant ke numbers daalo, aur solve karo. Cone jaise problems mein ek extra trick: similar triangles use karke rr ko hh mein convert kar lo PEHLE, taaki ek hi variable bache.

Negative answer aaye to ghabrao mat — uska matlab simply yeh hai ki woh quantity ghat rahi hai (jaise ladder ka top neeche ja raha hai). Yeh topic exams aur real-life modelling dono mein bahut aata hai, isliye recipe aur "sub last" wala mnemonic pakka karo.

Go deeper — visual, from zero

Test yourself — Calculus I — Limits & Derivatives

Connections