I'm having a little trouble with this question:
The population of a certain animal species is governed by the differential equation $$ 1000 {dp\over dt} = p(100 − p)$$ where $p$ is the number of individuals in the colony at $t$ years. The initial population is known to be $200$ individuals.
Find $p(t)$ and sketch the population–time graph.
This is what I have tried so far:
$$\int {1\over p(100-p)} dp = \int {1\over 1000} dt $$
I did the necessary steps and got it reduced to $$ \log |p|-\log|p-100| ={1\over10} t + C $$
I then got $$ \log \left({p\over p-100}\right)={1\over10}t + 100C $$
I reduced it further and got: $e^{100c} = 2$
Thus,
$${p\over p-100} = 2 e^{{1\over 10}t} $$
I'm not sure how to solve it from here
$$\frac{p}{ p-100} = 2 e^{{1\over 10}t}$$
$$\frac{ p-100}{p} = \frac12 \exp(-\frac1{10}t)$$
$$1-\frac{ 100}{p} = \frac12 \exp(-\frac1{10}t)$$
$$1- \frac12 \exp(-\frac1{10}t)= \frac{ 100}{p}$$
$$p= \frac{ 100}{1- \frac12 \exp(-\frac1{10}t)}$$