Rocket Thrust Balancing Gravity

AI Thread Summary
A rocket needs to hover above the ground by balancing thrust and gravity, using a maximum of 10% of its initial mass as fuel. The thrust equation relates the rate of mass loss to the exhaust velocity and gravitational force. Initial calculations led to a negative time due to the assumption that mass loss is positive; however, correcting for the negative rate of mass change resolves this issue. The final equation for hover time is derived as t = (v_ex/g) ln(1/(1 - λ)), resulting in a positive value for time. This solution is confirmed as valid for the problem at hand.
Piamedes
Messages
41
Reaction score
0

Homework Statement


A rocket (initial mass m0) needs to use its engines ot hover stationary, just above the ground. If it can afford to burn no more than a mass (lamda)m0 of its fuel, for how long can it hover? If the exhaust velocity is 3000 m/s and lambda is 10% how long can the rocket hover?

Homework Equations


Thrust = v_{ex} \frac{dm}{dt}

v_{ex} is the exhaust velocity

The Attempt at a Solution



So starting off with the basic sum of forces equals zero:

\dot{m}v_{ex} = mg

\frac{dm}{dt} = \frac{mg}{v_{ex}}

\frac{dm}{m} = \frac{g dt}{v_{ex}}

\frac{g}{v_{ex}} \int_{0}^{t} dt = \int_{m_{0}}^{m_{0} - \lambda m_{0}} \frac{dm}{m}

\frac{g}{v_{ex}} t = ln(m) ]_{m_{0}}^{m_{0} - \lambda m_{0}}

\frac{g}{v_{ex}} t = ln [m_{0} - \lambda m_{0}] - ln [m_{0}]

\frac{g}{v_{ex}} t = ln [\frac{m_{0} - \lambda m_{0}}{m_{0}}]

\frac{g}{v_{ex}} t = ln [ 1 - \lambda]

t = \frac{v_{ex}}{g} ln [ 1 - \lambda]

And here is where I encounter an issue. Since lambda will always be positive, regardless of how much fuel the rocket can expend this equation will give a negative time. Does anyone see where I went wrong with the calculations, or are my original assumptions wrong?

Thanks for any and all help
 
Physics news on Phys.org
The thrust equation just gives magnitude. Note that dm/dt should be a negative number since mass is decreasing.
 
So if I carry along the negative associated with the decreasing mass, then the last few steps would be:

(-) t = \frac{v_{ex}}{g} ln [ 1 - \lambda]

t = - \frac{v_{ex}}{g} ln [ 1 - \lambda]

t = \frac{v_{ex}}{g} ln [ (1 - \lambda)^(-1)]

t = \frac{v_{ex}}{g} ln [ \frac{1}{1 - \lambda}]

And that would give a positive value for time. This equation makes sense, but is it a proper solution?
 
That's correct.
 
Thanks!
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top