You need JavaScript enabled to view most of the content

Pages

Sunday, January 17, 2016

Population

Problem 1.
The model is \[ y'(t)=Ky(t)(M-y(t)), \] where $K,M>0$ are constants. Determine the general solution if $y(0)=y_0>0$.
View

Problem 2.
Denote $x(t)$ the amount of fish in a lake. Assume the exponential growth model, $x'(t)=K x(t)$, $x(0)=x_0$. How do we set the fishing quota $H>0$ if we want $x(t)$ to be positive for $t>0$?
The model is
\[
x'(t)=Kx(t)-H.
\]
The equilibrium solution is $x(t)=\frac{H}{K}$.
Separating the variables
\[
\frac{1}{Kx-H}\,dx=1\,dt.
\]
Integrating both sides we obtain
\begin{align*} &\Step{1C}{\frac{1}{K}\ln|Kx-H|=t+c,}\\ &\Step{2C}{\ln|Kx-H|=Kt+c,} \\ &\Step{3C}{Kx-H=ce^{Kt}.} \\ \end{align*}

Solving for $x$
\[
x(t)=ce^{Kt}+\frac{H}{K}.
\]
From the initial condition
\[
c=x_0-\frac{H}{K}.
\]
So we obtain
\[
x(t)=\frac{H}{K}+\left( x_0-\frac{H}{K}\right) e^{Kt}.
\]
Thus we have to choose $H\leq x_0 K$.
In this case \[ \lim_{t\to\infty}x(t)=\frac{H}{K}\qquad\blacksquare. \]

Problem 3.

No comments:

Post a Comment