Solving ODE: Need Help and Ideas

  • Thread starter Thread starter tandoorichicken
  • Start date Start date
  • Tags Tags
    Ideas Ode
AI Thread Summary
The discussion focuses on solving the ordinary differential equation (ODE) y'(t) = (k/M)y(M-y). After initial confusion, a participant suggests using the separation of variables method, leading to the integral dy/(y(M-y)) = (k/M) dt. The integration can be approached using partial fractions, resulting in the solution y(t) = (MCe^(kt))/(1 + Ce^(kt)). An alternative method using hyperbolic tangent substitution is also mentioned, with participants confirming they arrived at the same solution. The conversation highlights various approaches to solving the ODE effectively.
tandoorichicken
Messages
245
Reaction score
0
I need help in solving the following ODE.
y'(t) = \frac{k}{M}y(M-y)

Not quite sure what to do. I multiplied everything out so I was left without any parenthesis, but I don't know where to go from there. Any ideas/hints would be appreciated.
 
Physics news on Phys.org
i think you might see it better with dy/dt notation
what you have is \frac{dy}{dt} = \frac{k}{M} y(M-y)
which will become
\frac{dy}{y(M-y)} = \frac{k}{M} dt
integrate away!
use partial fractions, seems to work just fine
 
Last edited:
Thanks, I think I got it. :cool:
 
i got this answer by teh way
y(t) = \frac{MCe^{kt}}{1+Ce^{kt}}
C = e^{C_{1}} from the integration
 
It could be done without partial fractions,using a hyperbolic tangent substitution.

Daniel.
 
You really like those hyperbolics don't you
 
Thanks everyone. Yes I did get the same answer as stunner.
 
Back
Top