A tank has the shape of a parabola $y=x^2$ revolved around the y-axis. Water leaks from a hole area $B= .0005 m^2$ at the bottom, let $y(t)$ be the water level at time $t$. How long does it take for the tank to empty if it is initially filled tom height $y_0 = 1 m$
I can tell this is an initial condition differential equation, but I am having trouble setting it up. Is my cross section $\pi x^4$?
I know the basic formula is $\frac{dy}{dt} = \frac{Bv(y)}{A(y)}$
If $V$ is the volume of water inside the tank, then $\frac{dV}{dt} = -B$. Observe that $V=\int_{0}^{2 \pi} d\phi \int_0^{\sqrt y} r^2 r dr$. Integrate the latter and substitute the result into the former to get an ODE for $\frac{dy}{dt}$. Solve it using $y(0) = 1$ and $y(t) = 0$ to find the desired $t$.