Problem 2.
Denote x(t) the amount of fish in a lake. Assume the exponential growth model, x′(t)=Kx(t), x(0)=x0. 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.
Separating the variables 1Kx−Hdx=1dt.
Solving for x x(t)=ceKt+HK.
The equilibrium solution is x(t)=HK.
Separating the variables 1Kx−Hdx=1dt.
Integrating both sides we obtain
1Kln|Kx−H|=t+c,ln|Kx−H|=Kt+c,Kx−H=ceKt.
Solving for x x(t)=ceKt+HK.
From the initial condition
c=x0−HK.
So we obtain
x(t)=HK+(x0−HK)eKt.
Thus we have to choose H≤x0K. ◼