
Augustine S. answered 12/04/23
PhD Candidate @ GeorgiaTech. Convex Optimization, Linear Programming.
I am assuming that the funnel has zero radius at the bottom and that "10 inches across" means that the diameter of the funnel at the top is D = 10 in - so the radius is R = 5 in. We also know that the height is H = 8cm. Note that at any level of the funnel with height h and radius r, the following relationship will be true:
r/R = h/H ⇒ r/5 = h/8 ⇒ r = 5/8*h
Now the volume of the funnel is given by
V = π r^2 h/3 ⇒ V = π * 25/64 * h^2 * h/3 ⇒ V = 25/192 * π * h^3
If we differentiate this equation w.r.t. time t, we get the following (differential) equation
dV/dt = 25/192 * π * 3 * h^2 dh/dt ⇒ dV/dt = 25/64 * π * h^2 dh/dt
Of course we also know that the derivative dV/dt is constant and equal with dV/dt = 12 - 4 = 8 in^3/sec.
As a result, at h = 5 in, we get
8 = 25/64 * π * 25 * dh/dt ⇒ 1 = 125/8 * π * dh/dt which leads to
dh/dt = 8/(125*π) in/sec.
It seems that the solution is similar but slightly different than yours. Let me know if you need any additional help or feel free to post details about your solution. I'd be glad to help more :)