Acut Messages 226 Reaction score 0 Thread starter May 18, 2010 #1 How can this equation be solved? [tex]\frac{dx}{dt}[/tex]=ax(b-x)
Cyosis Homework Helper Messages 1,495 Reaction score 5 May 18, 2010 #2 By separation of variables. [tex] \frac{dx}{ax(b-x)}=dt[/tex] Now you can integrate both sides.
Unit Messages 181 Reaction score 0 May 19, 2010 #3 The integral of the dx side requires decomposition into partial fractions.
Acut Messages 226 Reaction score 0 May 19, 2010 #4 Many thanks! I'm a bit rusty in solving ODE's and was having a hard time trying to solve this one..
IPhO' 2008 Messages 44 Reaction score 0 May 22, 2010 #5 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.