How Can I Form a Differential Equation for a Sphere's Flow Rate?

AI Thread Summary
To form a differential equation for the flow rate of fluid from a sphere, the relationship Q = CA*sqrt(2gH) = -dV/dt is established, where Q is the flow rate, C is a constant, A is the cross-sectional area, and H is the height of the liquid. The volume V of the liquid in the sphere is given by V = (1/3)πH^2(3r - H). The challenge lies in expressing the differential equation in terms of H, as the user struggles with algebraic manipulation to derive this relationship. The user intends to apply Heun's method to determine the time required to drain the sphere but needs a preliminary volume function V(H) for accurate calculations. Overall, the discussion highlights the complexities of deriving a differential equation for fluid dynamics in a spherical context.
vigintitres
Messages
25
Reaction score
0

Homework Statement



I just need to get these eqn's together to form a DE

Homework Equations



Q = CA*sqrt(2gH) = -dV/dt

and

V = pi/3 * H^2 * (3*r - H)

These eqn's refer to a sphere which has a flow Q of fluid out the bottom of said sphere. The radius of the sphere is r, the height H is from the bottom of the sphere (where the hole is) to the top of the liquid. Also, C is a constant and A is just the area pi*r^2

The Attempt at a Solution



I need to get a differential eqn in terms of H but I've exhausted, from what I can see, any algebraic manipulation. The final story to be told will use Heun's method to determine how long it takes to drain the liquid out of the sphere (I fully understand the method, it is just this preliminary step which I am confused about)
 
Physics news on Phys.org
The cross-sectional area multiplied by the height from the hole at the bottom to the water level at the top is the volume of water contained within the sphere at any given time, is it not?

A_{cross}=\frac{V(H)}{H(t)} - (assuming of course V is a function of H, & H is a function of t.)

see if that helps you at all
 
Last edited:
yes, that looks great. I didn't even consider this and as such, it is a reminder to KIS! thanks
 
ah, but actually in order to use Heun's method, I'll need to evaluate a "preliminary" V which means I'll really need to use a preliminary H in the equation involving V(H) (i.e. solving a cubic polynomial, which does not fly because I have to code this problem into MATLAB shortly...), so I guess I'm stuck again
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top