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.
 
Thread 'Struggling to make relation between elastic force and height'
Hello guys this is what I tried so far. I used the UTS to calculate the force it needs when the rope tears. My idea was to make a relationship/ function that would give me the force depending on height. Yeah i couldnt find a way to solve it. I also thought about how I could use hooks law (how it was given to me in my script) with the thought of instead of having two part of a rope id have one singular rope from the middle to the top where I could find the difference in height. But the...
Thread 'Voltmeter readings for this circuit with switches'
TL;DR Summary: I would like to know the voltmeter readings on the two resistors separately in the picture in the following cases , When one of the keys is closed When both of them are opened (Knowing that the battery has negligible internal resistance) My thoughts for the first case , one of them must be 12 volt while the other is 0 The second case we'll I think both voltmeter readings should be 12 volt since they are both parallel to the battery and they involve the key within what the...
Back
Top