Suppose that sand is collecting in the shape of a cone in such a way that the base radius of the cone is always one-third of its height. If $3\,\mathrm{cm^3/min}$ is the rate at which the sand is being added to the cone, how fast is the height of the cone changing when it is $7\,\mathrm{cm}$ tall?
I got $Dv/dt=3cm^3 $ and $r=1/3h$. So I'm looking for $dh/dt$ when $h=7$. I'm not sure if I'm doing the problem right.
As Wolfgang Kais states in his answer, the formula for the volume of a cone is
$$V = \pi r^2 \cfrac{h}{3} \tag{1}\label{eq1}$$
As the question, and OP, states, the radius is always one-third the height, so $r = \frac{h}{3}$. Thus, \eqref{eq1} becomes
$$V = \pi \cfrac{h^3}{27} \tag{2}\label{eq2}$$
Differentiating with respect to $t$ gives
$$\cfrac{dV}{dt} = \pi \cfrac{h^2}{9} \cfrac{dh}{dt} \tag{3}\label{eq3}$$
This is what the OP has already determined, and states in a comment. Now, it's given that $\frac{dV}{dt} = 3\text{ cm}^3$/min and it asks for $\frac{dh}{dt}$ when $h = 7$ cm. Plugging these values into \eqref{eq3} gives
$$3 = \pi \cfrac{49}{9} \cfrac{dh}{dt} \Rightarrow \cfrac{dh}{dt} = \cfrac{27}{49\pi} \tag{4}\label{eq4}$$
Thus, the height at $7$ cm is increasing at a rate of $\frac{27}{49\pi}$ cm/min.