image
Physics Forums Logo
image
image
* Register * Upgrade Blogs Library Staff Rules Mark Forums Read
image
image   image
image

Go Back   Physics Forums > Physics > General Physics


Reply

image Rocket Propulsion, Newton's second law Share It Thread Tools image
Old Jun24-04, 10:31 PM                  #1
suffian

suffian is
Posts: n/a
Rocket Propulsion, Newton's second law

I was reading a section about rocket propulsion in my general physics text and it came up with the following formula:

LaTeX Code:  m \\frac{dv}{dt} = - v_{ex} \\frac{dm}{dt}

I don't have much trouble with this formula, but then it went ahead and substituted m dv/dt as the thrust experianced by the rocket. I feel a little hazy about this move because the mass isn't constant. If the net force on the rocket equals the rate of change of momentum, then it seems as if the following is equally valid:

LaTeX Code:  \\begin{align*} <BR>F &= \\frac{dp}{dt} = m \\frac{dv}{dt} + v \\frac{dm}{dt} \\\\<BR>&= - v_{ex} \\frac{dm}{dt} + v \\frac{dm}{dt} \\\\<BR>&= \\frac{dm}{dt} ( v - v_{ex} )<BR>\\end{align*}

Can someone clarify this for me?
  Reply With Quote
Old Jun25-04, 05:58 AM                  #2
Moe

Moe is Offline:
Posts: 56
The change of mass occurs in the second term. The total momentum of the rocket remains 0. Because of actio=reactio the rocket experiences a change in momentum equal in size but opposite in direction to that of the hot gases ejected from the engine. You have to look at the whole system, rocket and gases. Before launch, the total momentum is 0. After launch, with no external forces, it has to remain 0.
  Reply With Quote
Old Jun25-04, 12:59 PM                  #3
suffian

suffian is
Posts: n/a
yes, i understand that the momentum of the whole system remains zero momentarily, but i'm still a little puzzeled. for example the momentum of the system at one instant is mv and momentarily later it is still mv because the gas is propelled out but the rocket is propelled forward. however, soon after the gas is propelled out, we no longer consider it as part of the system, now the momentum of our rocket system has apparently changed from what it was a moment ago. if one sets the thrust equal to m dv/dt, it doesn't not appear as if the impulse it provides will equal this apparent change in momentum of the rocket.
  Reply With Quote
Old Jun25-04, 01:03 PM                  #4
JohnDubYa

JohnDubYa is Offline:
Posts: 1,314
The formula is BS, in my opinion. There is no mass change in the system whatsoever. Mass simply moves from one place to another. Rocket propulsion is simply a collision process run in reverse.
  Reply With Quote
Old Jun25-04, 01:06 PM                  #5
JohnDubYa

JohnDubYa is Offline:
Posts: 1,314
We have already argued this point. If anyone disagrees with me, check out the following thread:

http://physicsforums.com/showthread.php?t=28879
  Reply With Quote
Old Jun25-04, 01:41 PM       Last edited by suffian; Jun25-04 at 01:49 PM..            #6
suffian

suffian is
Posts: n/a
while you are correct that the mass of the total system never changes, it isn't very practical for the situation at hand. I mean, we are not really concerned about the gas that is propelled back by the rocket except for a moment. we want any equations we formulate to focus their basis on the rocket itself. it's somewhat similar to the centrifugal force. it don't really exist, but that doesn't mean we can't use it as a fictitious forces to keep our problem narrowly focused in a particular frame of reference, etc.

in any case, my problem is only with how we assign what the thrust force is. the book (and other sources) assign it to be m dv/dt. i could concieve how this is true momentarily, but this definition does not appear to give the apparent change in momentum of the rocket by it's impusle.
  Reply With Quote
Old Jun25-04, 02:15 PM       Last edited by Moe; Jun25-04 at 02:26 PM..            #7
Moe

Moe is Offline:
Posts: 56
The total momentum of rocket and gases is
LaTeX Code: p(t+\\Delta t)= (m-\\Delta m)(v+\\Delta v)+\\Delta m*vsingle-quote
v' is the velocity of the gases relative to the surface of the earth
LaTeX Code: v_e=vsingle-quote-v is the velocity of the gases relative to the rocket.
For LaTeX Code: \\Delta t->0 we therefore get
LaTeX Code: dp/dt = m*(dv/dt) + v_e*(dm/dt)=m*g
Because v is opposite to g, we get (after dividing by m and multiplying by dt)
LaTeX Code:  dv=-v_e*(dm/dt)-g*dt
  Reply With Quote
Old Jun25-04, 04:59 PM                  #8
suffian

suffian is
Posts: n/a
Thanks Moe, but i'm afraid that's not what i'm confused about. I don't have much qualms about the the equation for acceleration of the rocket. Perhaps my confusion can be enlightened by an example.

Consider a rocket accelerating from rest in outer space. Beginning with the differential equation mentioned in my first post one can derive the velocity of the rocket at a later time. v_ex is relative speed and dm/dt is negative. m0 is the initial mass of rocket with fuel.

LaTeX Code:  m \\frac{dv}{dt} = - v_{ex} \\frac{dm}{dt} \\rightarrow v = v_{ex}\\, \\ln\\left( \\frac{m_0}{m} \\right)

Consider the thrust to be equal to m dv/dt. Then the impulse is:

LaTeX Code:  \\begin{align*}<BR>J &= \\int_0^{\\Delta t} T dt = \\int\\left( m \\frac{dv}{dt} \\right)dt = \\int\\left( -v_{ex} \\frac{dm}{dt} \\right)dt \\\\<BR>  &= \\int_{m_0}^m -v_{ex} dm = -v_{ex}(m - m_0)<BR>\\end{align*}

On the other hand the momentum of the rocket has changed as follows:

LaTeX Code:  \\begin{align*}<BR>\\Delta p  = mv = m v_{ex} \\ln\\left( \\frac{m_0}{m} \\right)<BR>\\end{align*}

Unfortunantly the impulse provided by the thrust (as defined by most resources) on the rocket does not appear (at least on the outset) to equal the change in the momentum of the system. If one considers the thrust to not be m dv/dt but the more complete m dv/dt + v dm/dt, then it does appear to work.

LaTeX Code:  T =  m \\frac{dv}{dt} + v \\frac{dm}{dt} = -v_{ex}\\, \\frac{dm}{dt} + v \\frac{dm}{dt}

LaTeX Code:  \\begin{align*}<BR>J &= \\int_0^{\\Delta t} T dt = \\int  \\frac{dm}{dt} ( v - v_{ex} ) dt \\\\<BR>&= \\int  \\frac{dm}{dt} \\left(v_{ex} \\ln\\left( \\frac{m_0}{m} \\right) - v_{ex}\\right) dt \\\\ <BR>&= \\int_{m_0}^m v_{ex} \\left( \\ln\\left( \\frac{m_0}{m}\\right) - 1 \\right)dm \\\\<BR>&= m v_{ex} \\ln\\left( \\frac{m_0}{m} \\right) \\\\<BR>\\end{align*}

Which does appear to equal the change in momentum of the rocket. I'm not saying that this is neccesarily correct, but so far it makes more sense, especially since the impulse of the thrust on the rocket should give it's change in momentum.
  Reply With Quote
Old Jun25-04, 06:27 PM                  #9
Moe

Moe is Offline:
Posts: 56
Hmm... you could take the total mass of the ejected gases, and assuming they are ejected at a constant velocity (which they should be, more or less) you can easily calculate the total momentum of the rocket. That should be a lot easier, although this might be incorrect as well.
  Reply With Quote
Old Jun25-04, 07:05 PM                  #10
suffian

suffian is
Posts: n/a
I'm afraid that the ejected gas is only kicked out with a constant velocity for a short period of time (although the relative velocity is always constant). The ejected gases are fired out with velocity u = v - v_ex. As the rocket begins to pickup velocity, the ejection velocity varies. After an extended period of time, the velocity of gas that was kicked out at the start will not be the same as the velocity of gas kicked out later.

But calculating the momentum is still easy enough. Just take the mass of the rocket at the instant you wish to compute the momentum and multiply it by it's velocity. Thus:

p = mv = mv_ex ln(m0/m)
  Reply With Quote
image image
Reply
Thread Tools


Similar Threads for: Rocket Propulsion, Newton's second law
Thread Thread Starter Forum Replies Last Post
Rocket Propulsion car202 Introductory Physics 4 Nov8-07 08:40 PM
Rocket propulsion jack1234 Introductory Physics 1 Nov2-07 08:38 AM
Rocket Propulsion tmle04 Introductory Physics 6 Oct24-07 11:34 PM
Rocket Propulsion jtaz612 Introductory Physics 1 Mar26-07 02:50 AM
rocket propulsion UrbanXrisis Introductory Physics 3 Feb4-05 04:41 AM

Powered by vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd. © 2009 Physics Forums
Sciam | physorgPhysorg.com Science News Partner
image
image   image