The following is the problem at hand:
The volume of oil in a cylindrical container is increasing at a rate of 150 cubic inches per second. The height of the cylinder is approximately ten times the radius. At what rate is the height of the oil changing when the oil is 35 inches high? (Hint: The formula for the volume of a cylinder is $V=\pi r^2 h$).
I have come to the following:
- $\frac{dv}{dt}=150\frac{in^3}{min}$
- $r=3.5$ when h=35 since $h=10r$.
I believe once you take the first derivative of $V=\pi r^2 h$ with respect to time (t) and solve for $\frac{dh}{dt}$ using the known variables listed above that you come to $\frac{dh}{dt}=\frac{600}{49pi}\frac{in}{sec}$. Though I lack the ability to test this answer to know if it's correct.
Thanks!
First of all, each quantity there is a function of time. Secondly, I believe the idea here is that the radius and height are both growing in direct proportion to each other which means that the relation between the radius and height can be expressed the following way: $$r(t)=\frac{1}{10}h(t)$$ Using this fact, we can now express the volume of the cylinder only in terms of the height: $$ V(t)=\pi\left[r(t)\right]^2 h(t)= \pi\left[\frac{1}{10}h(t)\right]^2 h(t)= \frac{\pi}{100}\left[h(t)\right]^3 $$ Let's now differentiate both sides and express the rate at which the height is growing with respect to time in terms of the height function, which is unknown, and the rate at which the volume is growing: $$ \frac{dV}{dt}=\frac{3\pi}{100}\left[h(t)\right]^2\frac{dh}{dt}\implies\\ \frac{dh}{dt}=\frac{100}{3\pi}\frac{1}{\left[h(t)\right]^2}\frac{dV}{dt} $$ And what we do know is that at a particular point in time, $h(t)$ is going to be equal to $35$ in: $$ \frac{dh}{dt}=\frac{100}{3\pi}\frac{1}{\left[h(t)\right]^2}\frac{dV}{dt}= \frac{100}{3\pi}\frac{1}{35^2}150\approx 1.3\ in/s. $$