Differential equation partial fractions

courtrigrad
Messages
1,236
Reaction score
2
Given that \frac{dx}{dt} = k(a-x)(b-x):

(a) Assuming a \neq b, find x as a function of t. Use the fact that the initial concentration of C is 0.
(b) Find x(t) assuming that a = b. How does this expression for x(t) simplify if it is known that [C] = \frac{a}{2} after 20 seconds.

(a): So \frac{dx}{(a-x)(b-x)} = kdt. After integrating by partial fractions and using the initial condition, I got x(t) = \frac{a-abe^{akt-bkt}}{1-\frac{a}{b}e^{akt-bkt}}.

(b). When I set a = b I got an undefined expression, leading me to believe that part(a) is incorrect.

What did I do wrong?

Thanks
 
Last edited:
Physics news on Phys.org
You can't just set a=b, you have to take the limit. Alternatively, go back and integrate again with the knowledge that a=b. This will change how the partial fractions expansion goes.
 
If a= b the method you used to solve the equation assuming a \ne b does not work. Go back to the original equation, set a= b, and solve again.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top