Calculate velocity of helium baloon

Click For Summary

Homework Help Overview

The problem involves a helium-filled balloon with a specified volume and mass, which rises due to buoyancy. The buoyant force is expressed as a function of altitude, and participants are exploring the dynamics of the balloon's ascent, including net forces and velocity as functions of height.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants discuss calculating forces acting on the balloon, including buoyant and gravitational forces, and how these relate to the net force at different altitudes. There are attempts to derive expressions for velocity and acceleration based on the net force and integration techniques. Questions arise regarding the integration process and the implications of constants in the equations.

Discussion Status

The discussion is active, with various participants providing feedback on each other's approaches. Some participants have suggested reworking integrals and checking for sign errors, while others are clarifying the conditions under which certain values hold true. There is no explicit consensus on the final expressions, but productive dialogue is ongoing.

Contextual Notes

Participants are navigating the complexities of integrating non-constant acceleration and the implications of initial conditions on their results. There are mentions of specific numerical values and conditions that need to be satisfied, but these remain under discussion without resolution.

Samuelriesterer
Messages
110
Reaction score
0
Problem statement:

A Helium filled balloon has a volume of 1 cubic meter and a mass of 0.200 kilograms. It is released and rises through the air because of its buoyancy. The buoyant force is equal to the weight of air displaced by the balloon.. This force is given by: F_b = [1.29e^(-1.21h)]g, where h is the altitude in km.

1) Draw a free body diagram and calculate the net force on the balloon at h=0.
2) Determine the altitude, h, at which the net force is zero..
3) Using the mass of the balloon and the expression for the buoyant force, derive an expression for the net force on the balloon as a function of altitude, h.
4) Get an expression for the velocity as a function of height by using: dv = adt = a(dt/dh) dh (Note that this is not constant acceleration, you need to integrate.)
5) At what height does the balloon stop moving upward?

Relevant equations:

f_net = ma
f_g = mg
v = integral of [a] dt

Attempt at solution:

1)
F_b at (h = 0) = 12.65N
F_g = mg = .2*9.81=1.96N
F_net = 12.65-1.96=10.69N

2)
F_net = 0 when F_b = F_g

h=1.54 km
3)
F_net = F_b-mg = 9.81[1.29e^(-1.21h)]-.2(9.81)

4)
F_net = ma
a = F_net/m = (1.29e^(-1.21h)g-mg)/m
v = 9.81[(-1.29e^(-1.21h))/(.2*-1.21) – h]

5)
v=0 when:
9.81[(-1.29e^(-1.21h))/(.2*-1.21) – h] = 0
h=1.21922 km

I am not too sure of my answer for #4. And also, what is troubling me is why the balloon will stop moving at 1.21922 km but the net force will not be zero until 1.54 km?
 

Attachments

Physics news on Phys.org
Samuelriesterer said:
4)
F_net = ma
a = F_net/m = (1.29e^(-1.21h)g-mg)/m
v = 9.81[(-1.29e^(-1.21h))/(.2*-1.21) – h]

a=dv/dt, so integrating by h does not give v.
Also remember that you need to integrate between the boundaries, and the exponential is not zero at h=0.
 
I reworked the integral:

dv = a dt = a dt/dh dh = a dh/v :

v delta_v = a dh
integral (v) dv = integral (a) dh
(v^2)/2 = integral (a) dh
v = sqrt[(integral (a) dh)/2]

Which will yield the same result in step 5 for finding the value of h to make v = 0.
 
If you use indefinite integral you need to include an integration constant and use the initial condition that v=0 at h=0.
 
Thsnks for the feedback. So if I use a definite integral it would be from h = 0 to h = x? All I need is to find h when v = 0.
 
Samuelriesterer said:
Thsnks for the feedback. So if I use a definite integral it would be from h = 0 to h = x? All I need is to find h when v = 0.
Answer question 4) first. What is the velocity in terms of h?
You can integrate the acceleration using a dummy variable x, from 0 to h. Or determine the indefinite integral, and fit the integration constant to the initial condition.

Also check the number of minus signs in the integral .
 
Last edited:
OK, here is how I understand this problem:

Solve for a:

F_net = ma
a = F_net/m = (1.29e^(-1.21h)g - mg)/m

Solve for ∫ (a) dh:

∫ (a) dh = 9.8((-1.29e^(-1.21h))/(.2*-1.21) – h) + C

Solve for v:

dv = a dt = a dt/dh dh = a dh/v →
v Δv = a dh
integral (v) dv = integral (a) dh
(v^2)/2 = ∫ (a) dh
v = √[ 2*(9.81((-1.29e^(-1.21h))/(.2*-1.21) – h) + C)]

In order for the condition h = 0 and v = 0, C must equal ≈ -52.292975, which I presume would represent the force of holding the balloon down at h = 0 in order for v = 0. But when it is released, that constant is no longer there so it must equal 0.

As the balloon is released in the air, we need to find h such that v = 0. That h would be ≈ 1.21922, just as I derived previously.
 
Samuelriesterer said:
OK, here is how I understand this problem:

Solve for a:

F_net = ma
a = F_net/m = (1.29e^(-1.21h)g - mg)/m

Solve for ∫ (a) dh:

∫ (a) dh = 9.8((-1.29e^(-1.21h))/(.2*-1.21) – h) + C

There are too many minuses. Why is minus in front of 1,29?
Samuelriesterer said:
Solve for v:

dv = a dt = a dt/dh dh = a dh/v →
v Δv = a dh
integral (v) dv = integral (a) dh
(v^2)/2 = ∫ (a) dh
v = √[ 2*(9.81((-1.29e^(-1.21h))/(.2*-1.21) – h) + C)]

In order for the condition h = 0 and v = 0, C must equal ≈ -52.292975, which I presume would represent the force of holding the balloon down at h = 0 in order for v = 0. But when it is released, that constant is no longer there so it must equal 0.

No, C does not represent force when holding the balloon. That would be a different equation. C is there all time after the balloon has been released. . But its numerical value is not correct because of your sign error in the integral.
 
  • Like
Likes   Reactions: Samuelriesterer
Oh shoot that is right.

V^2/2 = g[(1.29e^(-1.21h))/(-1.21m) -h] +C

V = sqrt [2( [(1.29e^(-1.21h))/(-1.21m) -h] +C)] =

sqrt [-19.62h -104.586e^(-1.21h) +2C]

When h =0, C needs to be 52.293 for v =0.

V = sqrt [-19.62h -104.586e^(-1.21h) +104.586]

V =0 when h = 0 or 5.32207
 
  • #10
Samuelriesterer said:
Oh shoot that is right.

V^2/2 = g[(1.29e^(-1.21h))/(-1.21m) -h] +C

V = sqrt [2( [(1.29e^(-1.21h))/(-1.21m) -h] +C)] =

sqrt [-19.62h -104.586e^(-1.21h) +2C]

When h =0, C needs to be 52.293 for v =0.

V = sqrt [-19.62h -104.586e^(-1.21h) +104.586]

V =0 when h = 0 or 5.32207

That is much better (correct if you give the unit of h, and use only 3 significant digits. ) :)
 
  • #11
Thanks for your help, you rock!
 
  • #12
You are welcome :)
 

Similar threads

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