Pressure on the wall of aquarium

Click For Summary

Homework Help Overview

The discussion revolves around calculating the change in total force on a wall of an aquarium as the water level increases from 2.00 m to 4.00 m. The problem involves concepts from fluid mechanics, particularly hydrostatic pressure and its variation with depth.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants explore the relationship between pressure and depth, questioning the assumptions of constant pressure versus varying pressure with depth. There are discussions on integrating pressure over the height of the water to find the total force on the wall.

Discussion Status

Some participants have provided insights into the hydrostatic pressure profile and its implications for calculating force. There is an ongoing exploration of how to correctly set up the integral for the force calculation, with some participants clarifying the need to account for the gradual increase in pressure with depth.

Contextual Notes

Participants are grappling with the integration process and the appearance of the factor of 1/2 in the force calculation, indicating a potential misunderstanding of how pressure varies across the height of the fluid.

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!
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
1K
Replies
19
Views
1K
  • · Replies 21 ·
Replies
21
Views
2K
Replies
12
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 23 ·
Replies
23
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 27 ·
Replies
27
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 47 ·
2
Replies
47
Views
5K