How Do You Calculate Hydrostatic Forces in an Aquarium?

courtrigrad
Messages
1,236
Reaction score
2
An aquarium 5 ft long, 2 ft wide, and 3 ft deep is full of water. Find (a) the hydrostatic pressure on the bottom of the aquarium, (b) the hydrostatic force on the bottom, and (c) the hydrostatic force on one end of the aquarium.

For (a) the hydrostatic pressure is P = \rho gd which is 187.5 \frac{lb}{ft^{3}}.
For (b), the hydrostatic force is F = PA = (187.5 \frac{lb}{ft^{3}})(10 ft) = 1870\frac{lb}{ft^{2}}

Now for (c), this is where I become stuck. I know that P = 62.5(x_{i}). So the water is pushing against the bottom of the aquarium, which is a rectangle. I took a partition of that side, and found the area to be 5P(\Delta x) = (5\Delta X)62.5x_{i}. But I saw the answer, and they have that the area of the partition is 2\Delta x. This in turn messes up the calculation of the integral. What am I doing wrong?

P.S: What exactly does this mean: we choose x_{i}\in [x_{i-1} , x_{i}]? What does x_{i} represent?

Thanks
 
Last edited:
Physics news on Phys.org
any ideas?
 
Consider going back to basics. Force equals Pressure times Area. F = pgdA where pg equals 62.5 lb/ft^3.

But the Pressure (and therefore the Force) on the end wall varies with depth unlike the bottom of the tank.

You need to set up an integral to add up all of the strips of area along the side of the tank.

Imagine that each strip has a height of delta-y and a width of 2 feet. The depth is (3-y).

Thus each delta-F = 62.5*(3-y)*2*delta-y.

I picked the depth = (3-y) because the y-axis measures the height of the water. When y is 3, the depth is 0; when y is 0, the depth is 3.

Now integrate that from [3,0].

62.5*FINT((2)*(3-y),y, 3,0)
62.5*FINT((6-2y),y, 3,0)
62.5*(6y-y^2)|[3,0]
62.5(18-9)
562.5
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top