SirPartypants
- 1
- 0
Homework Statement
Solve the logistic population model:
dP/dt=rP(1-P/C); P(0)=P_{0}
2. The attempt at a solution
First, I separated variables to get:
\int \! \frac{1}{P(1-P/C)} \, \mathrm{d}P = \int \! r \, \mathrm{d}t
Then, I took the left hand side and split into partial fractions:
(1) - \int \! \frac{1}{P} \, \mathrm{d}P + \int \! \frac{1/C}{1-P/C} \, \mathrm{d}P
If I integrate, I get the following:
\ln(P)-\ln(1-P/C)=\ln(\frac{P}{1-P/C}) (*)
However, my problem is this. If I take (1) and multiply the second integral by C/C (which should be fine, its 1), I get the following:
\int \! \frac{1}{P} \, \mathrm{d}P + \int \! \frac{1}{C-P} \, \mathrm{d}P
Which is...
\ln(P)-\ln(C-P)=\ln(P/C-P) (**)
However, (*) and (**) are not the same. I'm assuming there's something wrong with one of the ways that I integrated considering I came out with two different functions. Are they both correct and all that will change when I do the full problem out is the constant?