Solving ODE: $\frac{dx}{dt}=ax(b-x)$

  • Thread starter Thread starter Acut
  • Start date Start date
  • Tags Tags
    Ode
Acut
Messages
226
Reaction score
0
How can this equation be solved?

\frac{dx}{dt}=ax(b-x)
 
Physics news on Phys.org
By separation of variables.

<br /> \frac{dx}{ax(b-x)}=dt<br />

Now you can integrate both sides.
 
The integral of the dx side requires decomposition into partial fractions.
 
Many thanks!
I'm a bit rusty in solving ODE's and was having a hard time trying to solve this one..
 
dx/(ax(b-x)) = dx/abx + dx/ab(b-x)
= dx/abx - d(b-x)/ab(b-x)
and then you can integrate these terms.
 
Back
Top