PDA

View Full Version : how to solve?


winlinux
Sep26-04, 12:19 AM
1)A hot-air balloon of mass M is descending vertically with downward acceleration of magnitude a. How much mass (ballast) must be thrown out to give the balloon an upward acceleration of magnitude a? Assume that the upward force from the air (the lift) does not change because of the decrease in mass.

3)fig3 (http://www.geocities.com/i141802596/3.jpg)
A worker wishes to pile a cone of sand onto a circular area in his yard. The radius of the circle is R, and no sand is to spill onto the surrounding area. If s is the static coefficient of friction between each layer of sand beneath it, show that the greatest volume of sand that can be stored in this manner is . (fig3)

Martin Cook
Oct19-04, 04:59 PM
Hi

The figures didn't seem to work for your second question, but here's my attempt at an answer for the first.

First, choose downwards to be positive. Call the upwards force due to the hot air F_{up} , and the original mass of the balloon m_i . Therefore

m_1 g - F_{up} = m_1 a
m_1 = \frac{F_{up}}{g-a}.

( g is gravitational acceleration, therefore m_1 g is the weight.)

Call the new mass after the ballast has thrown out m_2 . The new acceleration is -a .


m_2 g - F_{up} = - m_2 a

m_2 = \frac{F_{up}}{g+a}
.

The difference in the mass is m_1 - m_2 , which is


m_1-m_2 = F_{up}\left( \frac{1}{g-a}-\frac{1}{g+a}\right)


m_1-m_2 = F_{up} \frac{2a}{g^2-a^2}