Calculating Bubble Diameter at Surface: A Diver's Dilemma

  • Thread starter Thread starter talaroue
  • Start date Start date
  • Tags Tags
    Air Bubble
Click For Summary

Homework Help Overview

The problem involves a diver exhaling a bubble at a depth of 38.8 meters in fresh water at 14°C, and seeks to determine the bubble's diameter as it reaches the surface where the temperature is 25°C. The context includes the application of the ideal gas law and the effects of pressure and temperature changes on the bubble's volume.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants discuss calculating initial and final pressures at different depths and temperatures, referencing the ideal gas law. There are attempts to clarify the relationship between pressure, volume, and temperature, as well as how to accurately determine the initial pressure based on depth.

Discussion Status

There is ongoing exploration of the calculations involved, with participants sharing their findings and questioning assumptions about pressure changes with depth. Some have identified potential errors in their calculations and are working through the implications of these corrections. Multiple interpretations of the problem setup are being examined.

Contextual Notes

Participants note discrepancies in pressure calculations and the importance of unit conversions. There is also mention of a misunderstanding regarding the expected output (diameter vs. radius) and the impact of this on their results.

talaroue
Messages
302
Reaction score
0

Homework Statement


A diver 38.8 m deep in 14°C fresh water exhales a 2.19 cm diameter bubble. What is the bubble's diameter just as it reaches the surface of the lake, where the water temperature is 25°C?


Homework Equations



PV=nRT


The Attempt at a Solution



I don't know where to start on this problem at all I can find the intial pressure of the bubble but I don't see how that matters?
 
Physics news on Phys.org
Helium balloons expand as they rise in the atmosphere, because the air gets thinner (and the air pressure reduces as a result). The same thing happens here. The pressure falls with rising height. So you can calculate the pressure at the two depths and see how it changes. However, the temperature also changes. As you know, from the ideal gas law, both of these things affect the volume.
 
I didn't think about that way. Let me work through it and then post what I got, thanks
 
What would be the initial pressure be? I know the final would be sea level of 101300 Pa.
 
I found Pi should be 3.38 atm x 101300 Pa= 393044 Pa because since he is 38.8 meters below sea level the pressure is 3.38 atm
 
Yeah, I guess the pressure at the surface would be be atmospheric pressure. Do you know how the pressure varies with depth in a fluid?
 
i approximated it that ever 10 meters below sea level= 1 atm is there a way to solve it for another way?
 
talaroue said:
because since he is 38.8 meters below sea level the pressure is 3.38 atm

How do you figure that?
 
talaroue said:
i approximated it that ever 10 meters below sea level= 1 atm is there a way to solve it for another way?

Interesting. Where did you find this approximation? It turns out to be more or less correct (for water). However, it might be helpful for you to know where it came from. Have you seen this before?

http://hyperphysics.phy-astr.gsu.edu/hbase/pflu.html#fp

Now you know the principle behind it, so you can figure it out precisely (it's not exactly 1 atm per 10 m) and you can also do this for any fluid.
 
  • #10
I am still wrong here is my work...
 
  • #11
By the way, 38.8 m / 10 m = 3.88, not 3.38 as you have written.
 
  • #12
it is attached
 

Attachments

  • 2physics.jpg
    2physics.jpg
    9.7 KB · Views: 721
  • #13
Your attachment won't be approved right away (I can't see the image). If you want immediate help, use a free online image hosting service to post the image, or type up your work.
 
  • #14
PiVi/Ti=PfVf/Tf solved for Vf

Vf=PiViTf/TiPf then plugged in 1/6d^3 for the volumes and then found out that...

df^3=PiTfdi^3/TiPf...(380240*298*.0219^3/(285*101300))^1/3 and then got .125 m
 
  • #15
The volume of a sphere is given by (4/3)πr3

Even converting to diameter, that turns into (π/6)d3, which is not the same as what you have written there.

I haven't checked your other work closely yet.
 
  • #16
Oh right, but it cancels either way
 
  • #17
2physics.jpg


that is the work i did before i switched the pressure so the anwser i really got is not .0344 m( either way that's wrong too) but .1235 m
 
  • #18
The initial temperature is 287 K, not 285 K.

I should have an answer soon, and then we can compare.
 
  • #19
ok thank you
 
  • #20
I'm not going to reveal my answer yet ;)

Here's what I have:

V_f = \frac{P_i}{P_f}\frac{T_f}{T_i}V_i

\frac{\pi}{6}d_f^3 = 3.88\frac{298}{287} \frac{\pi}{6}d_i^3

d_f = \sqrt[3]{3.88\frac{298}{287}d_i^3}​

Is it any different from your work so far?

EDIT: I see you have exactly the same thing as I do. So, do you get the right answer with the corrected numbers?
 
  • #21
nope it is the same except i changed my pressures to Pa instead of leaving it in atms like you.
 
  • #22
talaroue said:
nope it is the same except i changed my pressures to Pa instead of leaving it in atms like you.

Yeah that's a good point. If I don't use the approximation, I get that the ratio of pressures should be closer to 3.76 rather than 3.88.

Also, your initial pressure seems a bit off.

And doesn't 1 atm = 101 325 Pa?

What is the answer *supposed* to be?
 
  • #23
I don't know it is online. It just told me my anwser is wrong.
 
  • #25
I am thinking that there is something wrong with his C++ language in the program.
 
  • #26
Edit: I think I was just being stupid. \rho gh is the pressure CHANGE (Pfinal - Pinitial). Therefore, the pressure at the original depth is:

Pinitial + \rho gh

I knew that.

Another way to think about it using the approximation is that if it increases by 1 atm every 10 m, then the pressure at 38.8 m is given by

1 atm + (38.8 m)*(1 atm/10 m) = 1 atm + 3.88 atm

emphasis on the PLUS sign, LOL. Duh!
 
  • #27
so instead of Pi=density*g*h it should be Pi=Pf+ghdensity?
 
  • #28
talaroue said:
so instead of Pi=density*g*h it should be Pi=Pf+ghdensity?

Yeah. I guess our definitions of "initial" and "final" were reversed because I was going downward from the surface (in the direction of increasing pressure), and you were going upward (like the bubble).

For absolute clarity:

(pressure at depth h) = (pressure at surface) + density*g*h
 
  • #29
OOOOOOOOh makes since now
 
  • #30
I got .0373 m but that is still wrong!
 

Similar threads

  • · Replies 25 ·
Replies
25
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
2
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
5
Views
4K
Replies
2
Views
2K