Tip: For composite-function rate problems, compute dxdy symbolically first, evaluate at the given x, then multiply by dtdx.
Leaking cone: how fast the water level drops
Question: Water leaks from an inverted cone of height 4 m and base radius 2 m at the constant rate 0.1 m³/min. Find the rate at which the water level drops when the depth is 2 m.
Step 1. Similar triangles: at depth h, the water surface has radius r=2h.
Tip: ALWAYS use similar triangles to eliminate r before differentiating. V=31πr2h has two variables — you can't differentiate w.r.t. h alone without substituting r=f(h).
Inflating balloon: rate the radius grows
Question: A spherical balloon is inflated at the rate of 50 cm³/s. Find the rate at which the radius is increasing when r=5 cm.
Tip: Sphere formulas: V=34πr3, A=4πr2. Hemisphere volumes use V=32πr3. Always check the question's wording — "diameter" vs "radius" trips students up.
Cube side grows: rate of surface-area increase
Question: The side of a cube increases at 0.5 cm/s. Find the rate at which the surface area is increasing when the side is 4 cm.
Step 1. Surface area of cube with side s:
A=6s2
Step 2. Differentiate:
dsdA=12s
Step 3. Chain rule:
dtdA=dsdA⋅dtds=12s⋅0.5=6s
At s=4: dtdA=24 cm²/s.
Answer: Surface area increases at 24 cm²/s.
Tip: Standard 2D/prismatic formulas to memorise:
Circle: A=πr2, C=2πr
Cube side s: V=s3, A=6s2
Cylinder: V=πr2h, A=2πr2+2πrh
Sector (angle θ in rad): A=21r2θ, arc =rθ
Integrate dV/dt = 4/(t+2) to find V later
Question: A reservoir's volume changes at dtdV=t+24 m³/min. If V=10 m³ when t=0, find V when t=4.
Step 1. Integrate both sides w.r.t. t:
V(t)=∫t+24dt=4ln∣t+2∣+C
Step 2. Use initial condition: V(0)=10:
10=4ln2+C⇒C=10−4ln2
Step 3. Evaluate at t=4:
V(4)=4ln6+10−4ln2=10+4ln26=10+4ln3
Numerically: V(4)≈10+4(1.0986)≈14.39 m³.
Answer:V(4)=10+4ln3≈14.39 m³.
Tip: When the rate is given as a function of time, you don't need a chain rule — just integrate directly w.r.t. t. The initial condition pins down the constant of integration.
Show y = 5/(x−1) + 3 is decreasing for x > 1
Question: A car's distance from a fixed point is y=x−15+3 where x>1. Show that y is a decreasing function of x.
Step 1. Differentiate (chain rule on 5(x−1)−1):
dxdy=−5(x−1)−2=−(x−1)25
Step 2. For x>1: (x−1)2>0 (any non-zero number squared is positive). So (x−1)25>0, and:
dxdy=−(x−1)25<0
Step 3. Since dxdy<0 for all x>1, y is a decreasing function of x. ✓
Tip: Decreasing ⇔dxdy<0. The "argue without solving" version exploits (x−a)2>0 for x=a, plus the explicit minus sign. Cleaner than a sign table.
Bacteria growth rate when N = 5000 (dN/dt = 0.2N)
Question: A bacteria population grows according to N=1000e0.2t, where t is in hours. Find the rate of growth when N=5000.
Step 1. Differentiate:
dtdN=1000⋅0.2⋅e0.2t=200e0.2t
Step 2. Note that dtdN=0.2⋅1000e0.2t=0.2N.
Step 3. When N=5000:
dtdN=0.2×5000=1000 bacteria/hour
Answer: Growth rate =1000 bacteria/hour.
Tip: For exponential growth N=N0ekt, the rate dtdN=kN is proportional to the current population This is the defining property of exponential growth — you don't always need to find t first.