PDA

View Full Version : Separation of variables problem


Moneer81
Jan8-06, 06:50 AM
Hey,
I need some guidance in this problem. Consider a rocket taking off vertically from rest in a gravitational field g, the equation of motion (which I had to derive in the previous part of this problem) is:



m \dot{v} = -\dot{m}v_{ex} - mg



where

m is the mass of the rocket
v_{ex} is the the speed at which the exhaust fuel is being ejected relative to the rocket


Also, assume that the rocket is ejecting mass at a constant rate, so \dot{m}=-k (where k is a positive constant) so that m = m_{0} - kt

Solve the equation for v as a function of t, using separation of variables (rewriting the equation so that all the terms involving v are on the left and all the terms involving t on the right)

Now what is confusing me is at what point to I have to substitute for
\dot{m} and m ?

Can I start by saying, m \frac{dv}{dt} = k v_{ex} - mg

and then plug in m = m_{0} - kt and take it from here?

Fermat
Jan8-06, 08:00 AM
...
Can I start by saying, m \frac{dv}{dt} = k v_{ex} - mg
and then plug in m = m_{0} - kt and take it from here?
Yes. Do what you suggest. Then it's just a case of separation of variables.

Edit: You can reduce a little bit of the work by dividng by m first.

Moneer81
Jan8-06, 08:45 AM
Thanks for the reply.
so, dividing by m,
\frac{dv}{dt} = \frac{kv_{ex}}{m} - g

then, \frac{dv}{dt} = \frac{kv_{ex}}{m_{0}-kt} - g

\int dv = \int \frac{kv_{ex}}{m_{0}-kt} dt - \int g dt

is this right so far?

Fermat
Jan8-06, 10:40 AM
Perfectly correct, yes.

Moneer81
Jan8-06, 10:10 PM
Thanks a lot for the help. Excuse my rusty math skills but I haven't done calculus in a long time. So would it be correct to integrate the first term on the right like this:

\int \frac{kv_{ex}}{m_{0}-kt} dt = k v_{ex} \int \frac{1}{m_{0}-kt} dt

then let u = m_{0} - kt

du = -k dt

\frac {-1}{k} du = dt

so we get k v_{ex} \int \frac {1}{u}. \frac{-1}{k}du

taking the constant k outside the integral:

-v_{ex} \int \frac{1}{u}du

which is equal to -v_{ex} \ln u + C

which is -v_{ex} \ln (m_{0} - kt) + C

I needed the absolute value signs but didn't know how to write them using latex

does this look correct for that first integral on the right hand side?

Fermat
Jan9-06, 12:15 AM
Your maths skills may be rusty, but you ceratinly haven't forgotten procedure. Your integration method is spot on, and once again everything is correct.
Also, you can check your work by differentiating your result to ensure that you get back to what you started with. This will help to confirm it.
Just one little comment. Since this is just a partial integral (you have yet to integrate the other terms), then you don't actually need to bother with a constant of integration at this point.

Moneer81
Jan9-06, 02:12 AM
thanks

yeah i was aware that I need to integrate the other parts and then I won't need the constant.

I should use absolute value though when I take the natural log of u, right? Or can I get away without using absolute values? I am not sure how that works and when/why do we get to omit them. If you can clarify it that would be great :)

cheers mate

Fermat
Jan9-06, 02:02 PM
...
I should use absolute value though when I take the natural log of u, right? Or can I get away without using absolute values? ...
You should take absolute values if you know that the argument of the log function could be negative. E.g. if you have a trig function,
\ln|\sin x|
In your case however, u is the current mass of the rocket minus propellant and will never be negative, so you don't need to use the modulus symbols.