Pressure on the wall of aquarium

AI Thread Summary
The discussion focuses on calculating the total force on a wall of an aquarium as the water depth increases from 2.00 m to 4.00 m. The pressure on the wall is not constant; it increases with depth, which must be accounted for in the calculations. The correct approach involves integrating the pressure over the height of the water, leading to the inclusion of a factor of 1/2 in the final formula due to the triangular pressure distribution. Participants clarify that the hydrostatic pressure is zero at the surface and increases to ρgh at the bottom, which affects the force calculation. Understanding the integration of pressure across the wall's height is crucial for accurate results.
Destroxia
Messages
204
Reaction score
7

Homework Statement



A large aquarium of height 5.00 m is filled with fresh water to a depth of 2.00 m. One wall of the aquarium consists of thick plastic 8.00 m wide. By how much does the total force on that wall increase if the aquarium is next filled to a depth of 4.00m?

Homework Equations



##p_1 + \rho g h_1 + \frac {1} {2} \rho v_{1}^{2} = p_2 + \rho g h_2 + \frac {1} {2} \rho v_{2}^{2} ## (Bernoulli's Equation)

## \Delta p = \frac {F} {A} ##

The Attempt at a Solution



Since the pressure at any level of the fluid is constant at that height level, the pressure on the wall must be the sum of all the forces at each level of the water filled in the aquarium. The P is the change of the pressure at the point of depth, and the pressure at the top of the water.

1)

## p = \frac {dF} {dA} ##

## dF = \Delta p dA ##[/B]

## \int dF = \int \Delta p dA ##

## F = \int \Delta p dA ##

2)

For this particular scenario, we can use bernoulli's equation to extract a general equation for the change of pressure. Since the system is at rest, the velocity term of Bernoulli's equation will be removed.


## p_1 + \rho g h_1 = p_2 + \rho g h_2 ##

We will use ##h_2## as our reference point for height, so that will be a zero term as well.

## p_1 + \rho g h_1 = p_2 ##

Rearranging for ##\Delta P##

## \rho g h_1 = p_2 - p_1 = \Delta p ##

3)

We can now proceed to use this ##\Delta p ## for the integral we devised above to sum the forces on the wall.

## F = \int \Delta p dA ##

## F = \int \rho g h dA ##

## F = \rho g h \int dA ##

## F = \rho g h (h * w) ##

## F = \rho g h^{2} w ##

This is the answer I get (not for the final answer, I know how to do that part, just having trouble on the integral part).

They are getting ##\frac {1} {2} \rho g h^{2} w ##, while I'm not getting the ##\frac {1} {2}## part.

What am I doing wrong either in the formulations of my equations, or in my taking of the integral?

 
Last edited:
Physics news on Phys.org
You haven't taken into account the fact that the pressure is gradually increasing with depth, from a value of zero at the surface to a value of ρgh at the bottom. Your equations assume that the pressure is constant at ρgh over the entire depth.
 
Chestermiller said:
You haven't taken into account the fact that the pressure is gradually increasing with depth, from a value of zero at the surface to a value of ρgh at the bottom. Your equations assume that the pressure is constant at ρgh over the entire depth.

Okay, how would I take that into account in an integral? Isn't the sum already taking that into consideration?

Also, I'm still confused as to where they are getting that 1/2 in front of the ## \rho g h^{2} w ##
 
Chestermiller said:
You haven't taken into account the fact that the pressure is gradually increasing with depth, from a value of zero at the surface to a value of ρgh at the bottom. Your equations assume that the pressure is constant at ρgh over the entire depth.

Sorry, but, so in regards to your original statement. Would I have to take it into account by making ##\Delta p = \rho g \Delta h = \rho g (h_1 - h_2)##, then proceed to take the integral of that?
 
RyanTAsher said:
Okay, how would I take that into account in an integral? Isn't the sum already taking that into consideration?

Also, I'm still confused as to where they are getting that 1/2 in front of the ## \rho g h^{2} w ##
If you draw the pressure profile along one wall of the aquarium, you'll see that the hydrostatic pressure p = 0 at the surface and p = ρgh at a depth of h meters below the surface.

The hydrostatic pressure on the sides of the aqarium would look like so:
afem_hlp_pic_058.jpg

Does this give you a hint as to where the factor of 1/2 comes from, when evaluating the force due to hydrostatic pressure on one wall of the aquarium?
 
SteamKing said:
If you draw the pressure profile along one wall of the aquarium, you'll see that the hydrostatic pressure p = 0 at the surface and p = ρgh at a depth of h meters below the surface.

The hydrostatic pressure on the sides of the aqarium would look like so:
Does this give you a hint as to where the factor of 1/2 comes from, when evaluating the force due to hydrostatic pressure on one wall of the aquarium?

Ohhhh, so I was evaluating it at 2 walls essentially, since I was just doing the whole pressure going across one level?
 
RyanTAsher said:
Ohhhh, so I was evaluating it at 2 walls essentially, since I was just doing the whole pressure going across one level?
I think in your original analysis, you overlooked some things.

For one wall of the aquarium, the hydrostatic force along one horizontal strip will be dF = P dA, where P = ρg h. For dA, since it is a horizontal strip, we can say dA = w * dh, where w is the width of the side and dh is a small height.

Plugging into dF = P dA,

dF = ρg h * w * dh = w * ρg * h dh

Integrating both sides of the equation above:

∫ dF = ∫ w * ρg * h dh

F = w * ρg ∫ h dh

F = w * ρg h2 / 2

which is basically saying that the hydrostatic force is equal to the volume of a triangular prism w units long × h units deep × ρgh units wide at the base.
 
SteamKing said:
I think in your original analysis, you overlooked some things.

For one wall of the aquarium, the hydrostatic force along one horizontal strip will be dF = P dA, where P = ρg h. For dA, since it is a horizontal strip, we can say dA = w * dh, where w is the width of the side and dh is a small height.

Plugging into dF = P dA,

dF = ρg h * w * dh = w * ρg * h dh

Oh! It makes so much more sense now that I saw you split the dA into it's width and height components! Thank you!
 
Back
Top