The shape is a cylinder. the height of the water is .1 meters. The radius of the drain hole is .0015m. The radius of the cylinder itself is .0635 meters. I have already solved using Using symbolic techniques i must find an actual formula for V(t) using the DEQ dV/dt= -a*SQRT(2gh) where a is the area of the drain hole (pi*.0015^2) and h is the height in meters from the hole to the surface of the liquid. I believe i have solved for V(t) correctly but i am not sure I have:
V = pi*r^2*h, so h = V/pi*r^2
We can then write the equation as:
dV/dt = -pi*r^2*sqrt(2*g*V/pi*r^2) = -sqrt(2*g*V*pi*r^2)
This is a separable equation:
dv/sqrt(V) = -sqrt(2*g*pi*r^2) dt
Integrate:
2*sqrt(V) = c -sqrt(2*g*pi*r^2)*t
where c is the constant of integration.
sqrt(V) = C - sqrt((g*pi*r^2)/2)*t
where C = c/2 is just another way of writing the constant.
V(t) = [C - sqrt((g*pi*r^2)/2)*t]^2
If, at time t = 0, V(0) = Vo, then:
Vo = C^2
C = sqrt(Vo)
so:
V(t) = [sqrt(Vo) - sqrt((g*pi*r^2)/2)*t]^2
After this i am supposed to form a table of values in excel but when i do i do not seem to get the right values. I put time in the a column and this equation in the b column and A1 or time for t and 9.8 for g. any suggestions or help would be greatly appreciated
V = pi*r^2*h, so h = V/pi*r^2
We can then write the equation as:
dV/dt = -pi*r^2*sqrt(2*g*V/pi*r^2) = -sqrt(2*g*V*pi*r^2)
This is a separable equation:
dv/sqrt(V) = -sqrt(2*g*pi*r^2) dt
Integrate:
2*sqrt(V) = c -sqrt(2*g*pi*r^2)*t
where c is the constant of integration.
sqrt(V) = C - sqrt((g*pi*r^2)/2)*t
where C = c/2 is just another way of writing the constant.
V(t) = [C - sqrt((g*pi*r^2)/2)*t]^2
If, at time t = 0, V(0) = Vo, then:
Vo = C^2
C = sqrt(Vo)
so:
V(t) = [sqrt(Vo) - sqrt((g*pi*r^2)/2)*t]^2
After this i am supposed to form a table of values in excel but when i do i do not seem to get the right values. I put time in the a column and this equation in the b column and A1 or time for t and 9.8 for g. any suggestions or help would be greatly appreciated
Last edited: