Easy Question about Fluid Statics

AI Thread Summary
The discussion centers on the hydrostatic paradox, specifically why three containers with different wall angles but equal fluid heights exert the same force on their bases. It is clarified that the forces are equal because the pressure at the base is determined by the fluid height, which is consistent across all containers. The walls of the containers exert a downward force that compensates for the truncated fluid column in the case of the acute angle container. Additionally, it is emphasized that the fluid's pressure is balanced by the walls, allowing all columns to maintain the same fluid height. Understanding these principles helps clarify the behavior of fluids in various container shapes.
secret2
Messages
37
Reaction score
0
I am a newbie to fluid mechanics, and I am confused about the "hydrostatic paradox". To begin with, consider three containers. All three have the same base area (all circular), but the angle between the base and the "wall" are all different:

Container 1: obtuse angle
Container 2: right angle
Container 3: acute angle

And the textbook says that the FORCES on the base of the three containers are identical. Why should container 3 have the same as the rest?
 
Physics news on Phys.org
Yes, the forces will be the same, provided the additional condition that the heights of the fluids are equal. Then, since pressures and areas are equal at the bottom, the same forces will apply.
 
secret2 said:
And the textbook says that the FORCES on the base of the three containers are identical. Why should container 3 have the same as the rest?
Unfortunately, the link that minger provided does not illustrate the 3rd case, which is the most interesting one. In cases 1 and 2, there is an unobstructed column of fluid directly above the base, so it's easy to imagine that the force exerted on the base equals the weight of that column. But in case 3, some of the column of water is obstructed by the sides of the container; it turns out that the sides of the container exert a downward force that just compensates for the truncated height of the column of fluid. The net result is that the force exerted on the base is equal in all three cases (as long as the height of the fluid is the same).
 
Thanks a lot Doc Al! That's exactly my concern! But why would a force be exerted by the wall anyway?


Just one more scenario. Imagine that we have the following device:

Code:
[FONT=System]
|     |              |  |           \                 /
|     |              /   \            \              /
|     |            /       \           \           /
|     |          /           \           \       /
|     |        /__       __\           \    /
|     |_______|      |________|  |_______
|__________________________________|
[/font]
Does the column in the middle have enough pressure (or force) to balance the others so that all three keep up the same level? If so, is it because for the column in the middle, once again, a force is exerted by the wall?

Thank you!

edited by enigma to add [ code ] and [ font ]tags for clarity
 
Last edited by a moderator:
No good, the diagram doesn't come out right...I'll try describing it in words. The middle one has a circular base area, all of which is connected to the base. And the wall of the middle column, of course, makes an acute angle with the base.
 
secret2 said:
But why would a force be exerted by the wall anyway?
Because the fluid pushes against the wall and the wall pushes back.

Does the column in the middle have enough pressure (or force) to balance the others so that all three keep up the same level?
The fluid reaches the same height in all three columns.
If so, is it because for the column in the middle, once again, a force is exerted by the wall?
The wall will exert a downward force on the fluid.
 
A couple of suggestions - if you wrap your ascii diagram in

\mbox{ <div class="bbCodeBlock bbCodeBlock--screenLimited bbCodeBlock--code"> <div class="bbCodeBlock-title"> <i class="fa--xf fal fa-code "><svg xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" ><use href="/data/local/icons/light.svg?v=1756418028#code"></use></svg></i> Code: </div> <div class="bbCodeBlock-content" dir="ltr"> <pre class="bbCodeCode" dir="ltr" data-xf-init="code-block" data-lang=""><code></code></pre> </div> </div>}

tags, it won't get reformatted.

The way I'd approach pressure is to look at a small volume element of fluid. The net force on the box will be the gradient of the pressure. But this approach may be a bit advanced, it's not the simplest possible approach.

http://astron.berkeley.edu/~jrg/ay202/node6.html

outlines this approach, having some nice diagrams.

The math requires vector calculus, but the link derives the fact that for any fluid in equilibrium in a conservative force field Phi (such that the force is the gradient of the potential - the Earth's gravitational field is an example of such a field, where the force is the gradient of -GM/R), surfaces of constant pressure, constant density, and constant potential Phi must all coincide.
 
Last edited by a moderator:
Back
Top