Finding the total hydrostatic force that can be withstood

Click For Summary

Homework Help Overview

The discussion revolves around a problem involving a cubic tank containing a parabolic object described by the equation y = x^2. Participants are tasked with calculating the total pressure exerted by water at a depth of 2 feet and determining the maximum height to which the tank can be filled, given specific constraints on fluid density and pressure limits.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the calculation of pressure using integrals and question the interpretation of pressure versus total force. There is confusion regarding the setup of the problem and the definitions of terms like fluid density and pressure.

Discussion Status

Some participants have provided calculations for the total pressure and expressed confusion about the maximum height of the tank. There is an ongoing exploration of the relationship between the variables and the need for clearer definitions. Suggestions have been made to treat the top level of water as a variable in the calculations.

Contextual Notes

Participants note that the problem lacks clarity in terms of the definitions of pressure and fluid density, suggesting that additional information or a diagram would be beneficial for understanding the setup.

leo255
Messages
57
Reaction score
2

Homework Statement


[/B]
We are given a cubic tank, with a parabolic object y = x^2 (one end is -1, 1 and the other is 1, 1 --> it only goes up to 1). The total pressure it can withstand is 160 lbs. Also, the fluid density is 50 lbs.

Find:

a) Total pressure if water is 2-feet deep.
b) Max height the tank can be filled.

Homework Equations



Fluid density is 50 lbs.
Total pressure that can be withstood by the object: 160 lbs

3. The Attempt at a Solution


I think I got most of this:

For part "a," I'm getting a pressure of 50 (2-y), and for the area of the object, I'm getting 2 root(y) dy.
Thus, I got the integral, from 0 to 1, of 100 (2-y)(root(y)), and then got:
100 [4y^(3/2) / 3 - 2y^(5/2) / 5], from 0 to 1, and the answer I got was about 93.33 lbs of total pressure.

For part "b," I'm a little confused as to how to solve it. I set 160 equal to the line above, and then just divide both sides by 100...
Then, since the powers are negligible with limits of integration of 0 and 1, I get 1.6 = 4y/3 - 2y/5 --> 1.6 = 14y/15 ---> y = 1.7143, and that's definitely not the answer I'm looking for.
 
Last edited:
Physics news on Phys.org
leo255 said:

Homework Statement


[/B]
We are given a cubic tank, with a parabolic object y = x^2 (one end is -1, 1 and the other is 1, 1 --> it only goes up to 1). The total pressure it can withstand is 160 lbs. Also, the fluid density is 50 lbs.

Find:

a) Total pressure if water is 2-feet deep.
b) Max height the tank can be filled.

Homework Equations



Fluid density is 50 lbs.
Total pressure that can be withstood by the object: 160 lbs

3. The Attempt at a Solution


I think I got most of this:

For part "a," I'm getting a pressure of 50 (2-y), and for the area of the object, I'm getting 2 root(y) dy.
Thus, I got the integral, from 0 to 1, of 100 (2-y)(root(y)), and then got:
100 [4y^(3/2) / 3 - 2y^(5/2) / 5], from 0 to 1, and the answer I got was about 93.33 lbs of total pressure.

For part "b," I'm a little confused as to how to solve it. I set 160 equal to the line above, and then just divide both sides by 100...
Then, since the powers are negligible with limits of integration of 0 and 1, I get 1.6 = 4y/3 - 2y/5 --> 1.6 = 14y/15 ---> y = 1.7143, and that's definitely not the answer I'm looking for.
How does the "parabolic object" tie into the problem? The situation isn't at all clear from your problem description. A picture would be helpful, but you at least need to give a better description of what the problem is about.
 
Fair enough - Here is a very basic picture:

http://postimg.org/image/kcxr9rgwp/

EDIT: I think I had a brain-fart - The picture on the RIGHT is correct. On the left, it should look like the graph picture (y = x^2).
 
leo255 said:

Homework Statement


[/B]
We are given a cubic tank, with a parabolic object y = x^2 (one end is -1, 1 and the other is 1, 1 --> it only goes up to 1). The total pressure it can withstand is 160 lbs. Also, the fluid density is 50 lbs.

Find:

a) Total pressure if water is 2-feet deep.
b) Max height the tank can be filled.

Homework Equations



Fluid density is 50 lbs.
Total pressure that can be withstood by the object: 160 lbs

3. The Attempt at a Solution


I think I got most of this:

For part "a," I'm getting a pressure of 50 (2-y), and for the area of the object, I'm getting 2 root(y) dy.
Thus, I got the integral, from 0 to 1, of 100 (2-y)(root(y)), and then got:
100 [4y^(3/2) / 3 - 2y^(5/2) / 5], from 0 to 1, and the answer I got was about 93.33 lbs of total pressure.

For part "b," I'm a little confused as to how to solve it. I set 160 equal to the line above, and then just divide both sides by 100...
Then, since the powers are negligible with limits of integration of 0 and 1, I get 1.6 = 4y/3 - 2y/5 --> 1.6 = 14y/15 ---> y = 1.7143, and that's definitely not the answer I'm looking for.

Fluid density cannot be 50 lb; it can be 50 lb "per cubic something or other", but you need to specify what that would be. Also: pressure cannot be 160 lb, but it can be 160 lb "per square something or other". So, you need to decide if when you say "pressure" you actually pressure, or do you really mean "total force"? It makes a real difference.
 
leo255 said:
For part "a," I'm getting a pressure of 50 (2-y), and for the area of the object, I'm getting 2 root(y) dy.
Let's be more precise. The above is the pressure on a thin horizontal strip. When you integrate, you're getting essentially the sum of the pressures on a bunch of thin horizontal strips.

Your integral looks like this:
$$\int_0^1 50(2 - y) 2\sqrt{y}dy$$
The LaTeX for the above is this (but the spaces between the pairs of $ symbols has to be removed).
Code:
 $ $\int_0^1 50(2 - y)2\sqrt{y}dy $ $

leo255 said:
Thus, I got the integral, from 0 to 1, of 100 (2-y)(root(y)), and then got:
100 [4y^(3/2) / 3 - 2y^(5/2) / 5], from 0 to 1, and the answer I got was about 93.33 lbs of total pressure.
Seems OK to me.
 
Last edited:
leo255 said:
For part "b," I'm a little confused as to how to solve it. I set 160 equal to the line above, and then just divide both sides by 100...
No, it's a bit more involved than that. When you were calculating the pressure on a thin horizontal strip, the "head" was (2 - y), the distance from the top of the fluid to the horizontal strip. You need to treat the top level of the water as a variable (don't use y). Write that integral and set it equal to 160, and solve for your variable.
 

Similar threads

Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
1
Views
6K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
1
Views
8K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
3
Views
3K