Solving the Rocket Equation: Confusion with Signs

AI Thread Summary
The discussion centers on the derivation of the rocket equation and the confusion surrounding the signs used in momentum conservation. Participants clarify that a positive change in mass (dM) should indicate mass loss for the rocket, which leads to the correct formulation of the momentum equation. The error arises from treating dM inconsistently, as well as misapplying vector operations, particularly when dividing by vectors. It is emphasized that the relative velocity of the gas must be properly defined to avoid contradictions in the derived equations. The conversation concludes with a recommendation to revisit the fundamentals of vector calculus in the context of the rocket equation.
calculus_jy
Messages
56
Reaction score
0
recenty i read the rocket equation, derivation of, however i think i have a slight confusion with signs
suppost initially a rocket has
mass= M
velocity= \overrightarrow{v}
then at a time dt later,
mass of rocket= M-dM
velocity of rocket= \overrightarrow {v} +d\overrightarrow {v}
mass of ejacted gas= dM
velocity of gas= \overrightarrow{u}

using conservation of momentum
\overrightarrow{v}M=(M-dM)(\overrightarrow{v}+d\overrightarrow{v})+\overrightarrow{u}dM

(\overrightarrow{u}-\overrightarrow{v})dM+Md\overrightarrow{v}=0

but (\overrightarrow{u}-\overrightarrow{v})=velocity of gas relative to rocket
let (\overrightarrow{u}-\overrightarrow{v})=\overrightarrow{U}which is a constant

\overrightarrow{U}dM+Md\overrightarrow{v}=0
-\int_{M_0}^{M}\frac{dM}{M}=\frac{1}{\overrightarrow{U}}\int_{\overrightarrow{v}_0}^{\overrightarrow{v}}d\overrightarrow{v}

now -ln\frac{M}{M_0}=\frac{\overrightarrow{v}-\overrightarrow{v_0}}{\overrightarrow{U}}

the problem is , when taking the velocity in the direciton rocket is travelling
\overrightarrow{U}<0
-ln\frac{M}{M_0}>0since \frac{M}{M_0}<1
then
\overrightarrow{v}-\overrightarrow{v_0}<0 which is impossibe as the rocket is accelerating?
 
Last edited:
Physics news on Phys.org
latex problem seems to be fixed now...
 
Last edited:
i don't see how you get <br /> M- dM<br /> is is because of E=mc^2
 
Last edited:
why won't the latex work
 
Poincare1 said:
why won't the latex work

I hope this isn't too off topic but

i think you need [/tex] instead of at the end
 
calculus_jy said:
\overrightarrow{U}dM+Md\overrightarrow{v}=0
Good up to this point.
-\int_{M_0}^{M}\frac{dM}{M}<br /> =\frac{1}{\overrightarrow{U}}<br /> \int_{\overrightarrow{v}_0}^{\overrightarrow{v}}d\overrightarrow{v}
This step is not valid. There is no such thing as the multiplicative inverse of a vector. Better is to define a unit vector v-hat directed along the rocket's delta-v vector. From the correct equation, this delta-v vector is directly opposed to the relative exhaust velocity vector. Thus

<br /> \begin{aligned}<br /> d\overrightarrow{v} &amp;= dv \hat{v} \\<br /> \overrightarrow{U} &amp;= U \hat{v} &amp; (U &amp;\equiv \overrightarrow{U}\cdot \hat v)\\<br /> &amp;= -v_e \hat{v} &amp; (v_e&amp;\equiv -U)<br /> \end{aligned}

Note that ve is simply the magnitude of the relative velocity vector. With this, the vector differential equation becomes the scalar equation

-v_edM+Mdv=0

from which

\int_{M_0}^{M}\frac {dM}{M} = \frac 1{v_e}\int_{v_0}^v dv

or

\ln\frac{M}{M_0} = \frac{\Delta v}{v_e}

You can use a vector formulation, but you can't divide by a vector like you did.
 
however is the equation
v=v_0+\overrightarrow{U}ln\frac{M}{M_0} not right?using the notion in the first post
in the step with the integrals, to prevent multiplicative of inverse of vector, simply put \overrightarrow{U}
on the same side of the equation as \frac{dM}{M}
i have been told that its the problem associated with dM such that the mass of rocket after dt is M+dM not M-dM
i don't get why minus can be used in scalar, but cannot be used in vercot derivation?
 
Your error occurs much earlier than I stated earlier.

calculus_jy said:
using conservation of momentum
\overrightarrow{v}M=(M-dM)(\overrightarrow{v}+d\overrightarrow{v})+\overrightarrow{u}dM
Here your dM is the quantity of mass ejected by the spacecraft . With this definition, a positive dM means the spacecraft loses mass. Things would have worked properly if you had used dM as positive meaning the spacecraft gains mass. Then the conservation of momentum equation becomes

\overrightarrow{v}M=(M+dM)(\overrightarrow{v}+d\overrightarrow{v})-\overrightarrow{u}dM
 
Back
Top