Modelling Water Tanks: Solving with Bernoulli Equation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Alexander350
Messages
36
Reaction score
1
Untitled.png

I tried using the Bernoulli equation to solve this. I took two points at the surface of the water in both the containers and formed this equation:
[tex]gh_{b}=\frac{1}{2}v^2+gh[/tex]
This is assuming that the velocity of the water in the large tank is approximately zero and using the fact that both the surfaces are at atmospheric pressure. Then, I solved for the velocity and said that this is equal to the rate of change of the height of the water in the narrow cylinder.
[tex]\frac{dh}{dt}=\sqrt{2g(h_{b}-h)}[/tex]
Finally, solving this with the assumption that h starts at 0, I got:
[tex]h=\sqrt{2gh_{b}}t-\frac{1}{2}gt^2[/tex]
But looking at this function, it increases to the height [itex]h_{b}[/itex] and then decreases again. This obviously does not happen; it would just stay at that height forever. So what have I done wrong?
 

Attachments

  • Untitled.png
    Untitled.png
    3.1 KB · Views: 1,068
Physics news on Phys.org
Chestermiller said:
Integrating the equation correctly might help.
It looks correct to me. Substituting it back into the original equation satisfies it.
 
Your equation is valid from h:0 to h:hb. So, if you solve it for h=hb, you will find your upper limit for t (call it tb).

From 0 to tb you can use your solution for h(t).
For t>tb, dh/dt=0 and so h=hb.
 
  • Like
Likes   Reactions: Alexander350 and Chestermiller
Alexander350 said:
It looks correct to me. Substituting it back into the original equation satisfies it.
Sorry. I misread your equation. You are, of course, correct.

It is interesting to reduce your final equation to dimensionless form as follows:

$$\frac{h}{h_b}=\left(\frac{t}{\tau}\right)-\frac{1}{4}\left(\frac{t}{\tau}\right)^2$$ where the characteristic time ##\tau## is given by $$\tau=\sqrt{\frac{h_b}{2g}}$$
The level in the small tube rises to that in the large tank when $$t=2\tau=\sqrt{\frac{2h_b}{g}}$$
 
  • Like
Likes   Reactions: Alexander350