PDA

View Full Version : Rocket Motion


SlickJ
Oct15-04, 12:50 AM
This question was posed in class the other day for extra credit:

A rocket with initial mass 70000kg burns fuel at a rate of 250kg/s; it has an exhaust velocity of 2500m/s. If the rocket is at rest, how long after the engines fire will the rocket lift off?

I've been trying to solve it using some variation of the rocket equation:
v=v(exhaust) * ln(M(0)/M(t)) - gt
but to no success.
Any hints or help would be greatly appreciated

aekanshchumber
Oct15-04, 01:25 AM
There is a problem with the equation you are using
it is r (rate of burning the fuel) for g you used, also it is dimensionally incorrect we can have log of only natural numbers.
If it works thats Ok, otherwise try by equating force by the ejected gass to mass of rocekt at the moment.

Clausius2
Oct16-04, 05:12 AM
This question was posed in class the other day for extra credit:

A rocket with initial mass 70000kg burns fuel at a rate of 250kg/s; it has an exhaust velocity of 2500m/s. If the rocket is at rest, how long after the engines fire will the rocket lift off?

I've been trying to solve it using some variation of the rocket equation:
v=v(exhaust) * ln(M(0)/M(t)) - gt
but to no success.
Any hints or help would be greatly appreciated

Be careful. The equation of your rocket is:

v=2500\cdot ln\Big(\frac{70000}{70000-250t}\Big)-9.8t

There is an interval of velocities 0<t<47.9 s in which v<0. The rocket will start to lifting off when v>0 or t>47.9 s. (solve numerically the equation v=0, you will obtain t=0 and t=47.9 s).

SlickJ
Oct16-04, 03:02 PM
Thanks both of you for your help, very much appreciated.

LastOneStanding
Oct17-04, 03:27 PM
I think you're all making this much too complicated.
Just calculate the force the rocket produces using the equation force = change in momentum / time, with knowledge of the fact that momentum is mass times velocity. The weight of the rocket is given by acceleration due to gravity x (original mass of rocket - (rate at which the rocket loses mass x time). Set the weight of the rocket to equal the its force of propulsion (which you already calculated) and solve for time. At that time, the force of thrust will balance the rocket's weight and immediately afterwards it will start lifting off.

LastOneStanding
Oct17-04, 03:31 PM
I get about 25 seconds.