A coffee filter has the shape of an inverted cone. Water drains out of the filter at a rate of 10 cm$^3$/min. When the depth of water in the cone is 8 cm, the depth is decreasing at 2 cm/min. What is the ratio of the height of the cone to the radius?
So,
${dV \over dt} = -10$
$h=8$
${dh \over dt}= -2$
Now,
$${V}= {1 \over 3} \pi r^2h$$
However, it seems like I am not given enough information.
What do I do?
I tried:
$${dV \over dh} = {2\over 3} \pi r {dr \over dh}$$
However, it feels like I am not given enough information since I don't have ${dr \over dh}$
The following is a basic diagram of a vertical cross-section of an inverted cone:
The volume is in the lower part of the cone, with it being
$$V = \frac{1}{3}\pi r^2 h \tag{1}\label{eq1}$$
Also, you are asked to find the ratio of the cone's total height to it's radius, i.e.,
$$\frac{h_0}{r_0} = c \tag{2}\label{eq2}$$
where $c$ is a constant, and the value to be found.
Next, note that $r$ and $h$ are not independent of each other. By similar triangles, and using the reciprocal of \eqref{eq2}, we have that
$$\frac{r}{h} = \frac{r_0}{h_0} = \frac{1}{c} \; \Rightarrow r = \frac{h}{c} \tag{3}\label{eq3}$$
Thus, substituting this into \eqref{eq1} gives
$$V = \frac{1}{3}\pi\left(\frac{h}{c}\right)^2h = \frac{\pi}{3c^2}h^3 \tag{4}\label{eq4}$$
Thus, differentiating wrt to time gives
$$\frac{dV}{dt} = \frac{\pi}{c^2}h^2 \frac{dh}{dt} \tag{5}\label{eq5}$$
Using the known values of $\frac{dV}{dt} = -10$ always, and $\frac{dh}{dt} = -2$ at $h = 8$, in \eqref{eq5} will allow you to solve for $c$. I take it you can finish the rest yourself.