[Physics] Hot Air Balloons: how is the Lift related to environmental conditions

airaircraftatmospheric science

I'd like to build a small hot air balloon big enough to carry 0.8kg (a camera). The first thing I need to know is: once I have a big enough plastic bag and a big enough source of fire, how much will ambient environmental conditions effect the amount of lift (i.e. whether or not it can get off the ground)?

For example:

  1. How does atmospheric pressure contribute to lift?
  2. How does ambient air temperature contribute?
  3. How does hot sun contribute?
  4. Are there any simple formulae where I can estimate the percent difference in lift I will get given various values for the above variables?

Best Answer

Punchline: The lift is directly proportional to the ambient pressure, and inversely proportional to the ambient (Kelvin) temperature.

Here's the derivation with some other related observations:

Let's say that the balloon has volume $V$. The gas inside has some temperature $T_\mathrm{in}$ and pressure $P_\mathrm{in}$. The gas outside has some temperature $T_\mathrm{out}$ and pressure $P_\mathrm{out}$. The gas on the inside of the balloon satisfies the ideal gas law: \begin{align} P_\mathrm{in}V = N_\mathrm{in}k T_\mathrm{in} \end{align} Where $N_\mathrm{in}$ is the number of gas molecules, and $k$ is Boltzmann's constant. If we let $\mu$ denote the mass of each gas molecule, then $\mu N/V = \rho_\mathrm{in}$ is the density of the gas inside the balloon, so we can rewrite the ideal gas law inside as \begin{align} P_\mathrm{in} = \frac{\rho_\mathrm{in}}{\mu}kT_\mathrm{in} \end{align} We can therefore write a similar expression for the gas outside the balloon: \begin{align} P_\mathrm{out} = \frac{\rho_\mathrm{out}}{\mu}kT_\mathrm{out} \end{align} If the gas pressure inside and the gas pressure outside are unequal, gas will flow through the opening in the balloon, and the pressures will equalize, so the inside and outside pressures are taken to be equal $P_\mathrm{in} = P_\mathrm{out}$. If we use this fact with the inside and outside ideal gas law statements, we obtain \begin{align} \rho_\mathrm{in}T_\mathrm{in} = \rho_\mathrm{out} T_\mathrm{out} \end{align} This show that if the temperature on the inside is greater then the temperature on the outside, then the density on the inside will be lower. This means that the balloon will float: here's why.

Archimedes' principle says that the bouyant force on an object in a fluid equals the weight of fluid displaced by the object. In this case, the balloon will displace a mass of fluid given by $\rho_\mathrm{out} V$ where $\rho_\mathrm{out}$ is the density of the ambient air. It follows that the buoyant force generated by the balloon is \begin{align} F_\mathrm{buoyant} = \rho_\mathrm{out} Vg \end{align} On the other hand, the weight of the air in the balloon is \begin{align} W_\mathrm{in} = \rho_\mathrm{in} Vg \end{align} So if the density inside is less than the density outside, then the buoyant force will be great than the weight, and the balloon will float. Note that we are assuming here that the balloon's material is light enough that its weight can be neglected.

What about if you want to support something else of mass $M$ with the balloon (like a camera)? Well in this case we want the buoyant force to counteract both the weight of the air, and the weight of the object. So we get the condition \begin{align} \rho_\mathrm{out} Vg \ge \rho_\mathrm{in} V g + Mg = (\rho_\mathrm{in} V + M)g \end{align} we can rewrite this as \begin{align} \rho_\mathrm{out} - \rho_\mathrm{in} \ge \frac{M}{V}. \end{align} Using the ideal gas law for the air inside and outside, we can write this as \begin{align} \frac{1}{T_\mathrm{out}} - \frac{1}{T_\mathrm{in}} \ge \frac{kM}{\mu P_\mathrm{out}V} \end{align} which gives \begin{align} \boxed{T_\mathrm{in} \ge \left(\frac{1}{T_\mathrm{out}}-\frac{kM}{\mu P_\mathrm{out}V}\right)^{-1}} \end{align} This allows you to compute the minimum temperature you need to keep the inside of the balloon at so that you can support the mass $M$ given the volume $V$ of the balloon, the molecular mass $\mu$ of the ambient air (which you can look up), and the outside temperature and pressure. You can also look up the value of Boltzmann's constant.

As for the differences in percent lift values you get when you change the ambient temperature and pressure, take the expression for the buoyant force written above, and note that using the ideal gas law for the outside air gives \begin{align} F_\mathrm{buoyant} = \frac{\mu Vg}{k}\frac{P_\mathrm{out}}{T_\mathrm{out}} \end{align} In other words, the buoyant force is directly proportional to the ambient pressure, and inversely proportional to the ambient temperature. Note that I have written the ideal gas law here in the Kelvin temperature scale. So if the pressure of the ambient air increases by a factor of two, so will the lift, while if the Kelvin temperature increases by a factor of two, then the lift will be halved.

Related Question