3006 IVP's Longer Examples
The fish population in a lake is not reproducing fast enough and the population is decaying exponentially with decay rate . A program is started to stock the lake with fish. Three different scenarios are discussed below.
Example 1. A program is started to stock the lake with fish at a constant rate of units of fish/year. Unfortunately, after 1/2 year the funding is cut and the program ends. Model this situation and solve the resulting DE for the fish population as a function of time.
Solution. Let be the fish population and let be the initial population. Exponential decay means the population is modeled by
where is the rate fish are being added to the lake. In this case
First, write in '-format': .
Next, take the Laplace transform and solve for .
To find we temporarily ignore the factor of and take Laplace inverse of what's left. (using partial fractions).
The -translation formula says
Putting it all together we get (in and cases format).
Example 2. (Periodic on/off) The program is refunded and the have enough money to stock at a constant rate of for the first half of each year. Find in this case.
Solution. All that's changed from example 1 is the input function . We write it in cases-format and translate that to -format so we can take the Laplace transform.
The computations from here are essentially the same as in the previous example.
Factoring out gives:
Note that the constant term is only present during periods of stocking.
Example 3. (Impulse train) The answer to the previous example is a little hard to read. We know from experience that impulsive input usually leads to simpler output. In this scenario suppose that once a year units of fish are dumped all at once into the lake. Find in this case.
Solution. Once again, all that's changed from example 1 is the input function . The IVP is still given by equation .
This is called an impulse train. Its Laplace transform is easy to find.
One nice thing about delta functions is that they don't introduce any new terms into the partial fractions part of the problem.
Laplace inverse is easy:
Thus,
Here are graphs of the solutions to examples 2 and 3 (with ). Notice how they settle down to periodic behavior.