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