Nonlinear first-order differrential equation

  • Thread starter Thread starter keize1
  • Start date Start date
  • Tags Tags
    Nonlinear
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
keize1
Messages
1
Reaction score
0

Homework Statement



m*dv/dt = - mg - kv^2, where m,g and k are constants and v(t) is what I should solve

Homework Equations





The Attempt at a Solution


At first I solved homogeneous equation m*dvh/dt = -kvh^2 and got vh = m/(kt - cm). Where c is also constant.
Then I treid to get one solution for the original inhomogeneous equation by subtituting v = f(t)*vh = f(t)*m/(kt - cm) in the original equation, but by it I only got a more difficult differential equation for f(t). So it didn't work.

I also tried a few different subtitutions at the beginning with no success.
 
Physics news on Phys.org
You could separate the variables such as:

dy/dx = f(y)

integral (dy/f(y)) = integral(dx)

Initial condition determines integration constant.