Limits and Derivatives: Real-World Scenarios (2)

medium 2 min read

Question

A water tank in the shape of an inverted cone (vertex down) has height 1010 m and top radius 55 m. Water drains out at a rate of 0.5m30.5\,\text{m}^3/min. How fast is the water level falling when the depth is 44 m?

A classic related-rates problem on the Class 11 / JEE Main syllabus.

Solution — Step by Step

Let hh = water depth, rr = water surface radius. Similar triangles: r/h=5/10=1/2r/h = 5/10 = 1/2, so r=h/2r = h/2.

Volume of water: V=13πr2h=13π(h/2)2h=πh312V = \tfrac{1}{3}\pi r^2 h = \tfrac{1}{3}\pi (h/2)^2 h = \tfrac{\pi h^3}{12}.

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

Given dV/dt=0.5m3dV/dt = -0.5\,\text{m}^3/min (negative because draining), h=4h = 4 m.

0.5=(π16/4)(dh/dt)=4π(dh/dt)-0.5 = (\pi \cdot 16/4)(dh/dt) = 4\pi(dh/dt).

dh/dt=0.5/(4π)=1/(8π)0.0398dh/dt = -0.5/(4\pi) = -1/(8\pi) \approx -0.0398 m/min.

Final answer: water level falls at 1/(8π)0.041/(8\pi) \approx 0.04 m/min.

Why This Works

Related rates work because all variables in the geometric relation are functions of time. Differentiating both sides of V(t)=f(h(t))V(t) = f(h(t)) uses the chain rule to link dV/dtdV/dt with dh/dtdh/dt via the geometry.

The similar-triangles step is what makes the cone tractable — by expressing rr in terms of hh, we eliminate one variable before differentiating. Otherwise, we’d have a partial-derivatives problem.

Alternative Method

Implicit differentiation. Keep V=13πr2hV = \tfrac{1}{3}\pi r^2 h with the constraint r=h/2r = h/2. Differentiate both: dV/dt=13π(2rdr/dth+r2dh/dt)dV/dt = \tfrac{1}{3}\pi(2r\cdot dr/dt \cdot h + r^2\cdot dh/dt) and dr/dt=(1/2)dh/dtdr/dt = (1/2)dh/dt. Substitute: get the same expression for dh/dtdh/dt. Slower but generalises better.

For related-rates problems, always (1) sketch the figure, (2) write the geometric relation, (3) eliminate variables using constraints, (4) differentiate, (5) plug in last. Plugging in early is the #1 source of errors.

Common Mistake

Substituting h=4h = 4 into V=πh3/12V = \pi h^3/12 before differentiating. That kills the variable and you get dh/dt=0dh/dt = 0. Always differentiate first, then substitute the specific value.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next