Pressure on a submarine window problem

AI Thread Summary
The discussion centers on calculating the maximum depth a submarine can dive without rupturing a circular window, given its maximum force tolerance and internal pressure. The initial approach incorrectly treated the window as a point, neglecting the need to consider the area and pressure distribution. The correct method involves calculating the maximum pressure the window can withstand and then determining the corresponding depth using the formula for pressure underwater. It's emphasized that pressure should be treated uniformly across the window for simplicity, rather than integrating over its height. Understanding the relationship between force and pressure is crucial to solving the problem correctly.
jamdr
Messages
13
Reaction score
0
I have this fluids problem I've been working on for a while, but I can't seem to get the correct answer. The problem is:

A circular window with radius 25 cm in a submarine can withstand a maximum force of 1.23E6 N. If the interior of the submarine is maintained at a pressure of 1 atm, approximately how deep the submarine can dive without rupturing the window? (You can assume sea water density of 1000 kg/m3.)

The pressure underwater can be found using P = P[0] + pgh, where P[0] is 1 atm (101325 Pa). So what I did was this:

1.23E6 N = 101325 Pa + 1000*9.8*h

and solved for h. The answer I got was 115 m. This is wrong, and I think it's because I didn't take into account the radius of the window. Since the pressure would be different at different points on the window, I can't just treat the window as a point. I think I need to integrate the pressure over the height of the window, but how would I do this? Would it look something like this:

\int_{0}^{0.25} \left(\rho*g*h\right) dh

Thanks for any help you can give me.
 
Physics news on Phys.org
No it won't be correct to do so either.

Force=pressure*area,

hence, you need to integrate the pressure over the circular area in order to find the net force.
 
approximate, don't integrate

Your main mistake, as arildno explained, is confusing force with pressure ( P = F/area).

First figure out the maximum pressure that the window can withstand. I would ignore pressure variation over the height of the window--just assume a uniform pressure. (Don't bother trying to actually integrate the pressure over the window surface including its variation with height: too hard!)

Once you have that maximum pressure, then figure out how deep the sub can go.
 
If you are unfamiliar with integration in polar coordinates, you should definitely use Doc Al's procedure!
 
Don't forget that the pressures add up. You need to account for the pressure on the inside pushing outwards as well.

As was mentioned above, anytime you have an equality sort of like:

X Pa = Y N

You know you've done something wrong. The units need to add up on both sides of the equality sign, or else they're not equal.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top