
Christopher R. answered 11/05/14
Tutor
4.8
(84)
Mobile Math Tutoring
A) The volume of the cylinder is
V=pi*r2h
Take the derivative of this equation with respect to time in which is:
dV/dt = pi*r2*dh/dt Note: The only thing that changes with time in filling the cylinder is the height of the cylinder.
This implies dh/dt=1/(pi*r2)*dV/dt.
Take the integral of both sides with respect to time in which is
∫dh/dt*dt = ∫1/(pi*r2)*dV/dt*dt This implies,
h(t) - h0 = 1/(pi*r2)*dV/dt *(t - t0) Note: Since the flow rate is constant, the right side of the equation gets multiplied by t. Thus,
h(t) = 1/(pi*r2)*dV/dt *t + h0 assuming t0 = 0
Now, you got a linear equation in which the slope is 1/(pi*r2)*dV/dt and the initial height at time equal zero is h0.
b) The volume of the cone is:
V=1/3*pi*r2*h
Since r and h would vary with time, it would be good practice to rewrite the equation as a function of h since we are only interested in deriving an equation of height as a function of time. If you drew a graph representing the cone to determine the relation of r and h, you would get:
r(h)=(R/H)*h where R is the radius of the cone's base and H is its height. Substitute this in the equation of the volume of the cone.
V=1/3*pi*((R/H)*h)2*h = 1/3*pi*(R/H)2*h3
Now take the derivative of the equation with respect to time.
dV/dt = 1/3*pi*(R/H)2*3h2*dh/dt = pi*(R/H)2*h2*dh/dt
At this point, you got to be careful if you want to derive h(t). The multiply the equation by dt and divide it by pi*(R/H)2, and with some algebraic manipulation the equation becomes:
h2dh = (H/R)2/pi *dV/dt*dt
Take the integral of both sides.
∫h2dh = ∫(H/R)2/pi *dV/dt*dt
This implies,
1/3*((h(t)3 - h03) = (H/R)2/pi *dV/dt*(t-t0)
(h(t))3 = 3*(H/R)2/pi *dV/dt*(t-t0) + h03
Thus,
h(t) = (3*(H/R)2/pi *dV/dt*t+ h03)1/3 Note: The whole expression on the right hand of the equation is taken to the 1/3 power.