How to integrate dv/dt = g - kv/m

  • Thread starter Thread starter Math10
  • Start date Start date
  • Tags Tags
    Integrate
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
Math10
Messages
301
Reaction score
0

Homework Statement


How to integrate dv/dt=g-kv/m?

Homework Equations


This is ODE.

The Attempt at a Solution


dv/(g-(kv/m))=dt
Now what? I don't know how to integrate the left side.
 
Physics news on Phys.org
Math10 said:

Homework Statement


How to integrate dv/dt=g-kv/m?

Homework Equations


This is ODE.

The Attempt at a Solution


dv/(g-(kv/m))=dt
Now what? I don't know how to integrate the left side.
The left side can be rewritten as ##\frac{m \ dv}{mg - kv}##. There's a fairly obvious substitution you can use.
 
What substitution?
 
Never mind. I integrated and got (-m/k)ln abs(gm-kv)+C.
 
Now, how to simplify (-m/k)ln abs(gm-kv)=t+C?
 
Math10 said:
dv/(g-(kv/m))=dt
Now what? I don't know how to integrate the left side.

Are you saying you can't work [itex]\int {\frac{1}{g- \frac{kv}{m}} }dv[/itex] ?Could you do something like [itex]\int (3 -5v)^{-1} dv[/itex] ?
 
No, now I got it. I simplified and got gm-kv=Ce^(-kt/m).