McCoy13
- 71
- 0
Homework Statement
Consider the case of a rocket taking off vertically from rest in a gravitational field g. The differential equation is given by
m\dot{v} = -\dot{m}v_{ex}-mg
Assume the rocket ejects mass at a constant rate, \dot{m}=-k (where k is a positive constant), so that m=m_{0}-kt. Solve equation for v as a function of t, using separation of variables.
Homework Equations
m\dot{v} = -\dot{m}v_{ex}-mg
The Attempt at a Solution
m\dot{v} = -\dot{m}v_{ex}-mg
(m_{0}-kt)\frac{dv}{dt}=-kv_{ex}-(m_{0}-kt)g
\frac{dv}{dt}=\frac{-kv_{ex}}{m_{0}-kt}-g
dv=(\frac{-kv_{ex}}{m_{0}-kt}-g)dt
v(t)=v_{ex}ln(m_{0}-kt)-gt-c
Setting t = 0, it appears that c=v_{ex}ln(m_{0}).
However, the next step of the problem is to plug in values, which revealed that this clearly isn't the right solution. I attempted to solve it again and ended up with the same solution, so I'm obviously having some difficulty recognizing my mistake.