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.
 
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top