The population growth rate of the flea is modeled by $\frac{dP}{dt}= k(200-P)$. $t$ is measured in weeks. If the population is 20 at time 0, what is the population as time goes to infinity?
Here's what I have so far. \begin{align} \frac{dP}{200-P}&= k\, dt, \\ \ln(200-P)&= kt=+c \\ 200-P= e^{kt+c}&= we^{kt} \\ \text{when t=0} \quad 200-20&=w \implies w=180 \\ 200-P &=180e^{kt}\\ P&=200-(180e^{kt}). \end{align} When $t$ goes to infinity is where I am getting stuck. Thanks.