CSC 210

Week 4


Topics:


Assignment:

  1. Draw the bifurcation diagram of the Beverton-Holt Stock-recruitment model
    xn+1 = rxn/[1 + ((r - 1)/k)xn]
    This is a biologically important fisheries model containing two parameters r (growth rate) and k (carrying capacity). We assume that both parameters take on non-negative values. See the previous week for further info on this model.

  2. Bifurcation diagram for Discrete Predator-Prey: Download the following phaser Project file discrete_pp_bifurcation.ppf by just clicking on it ( or by right-click and save it to our computer. Now load this file into Phaser). You should see the following bifurcation diagram:

    In this diagram, parameter b is fixed and a is varied. The horizontal axis is the parameter a and the vertical axis is the x1 variable (prey). Notice that the prey population is periodic with period 6 in a small window of the bifurcation diagram. Pick an a value in this window and for this value of the parameter a, plot the prey and predator in the x1 vs. time window, and also in the Phase portrait view.

  3. Decay constant for C-14: The half life of radiactive carbon C14 is known to be appproximately 5700 years. Using Phaser, determine the decay constant k in the decay differential equation x1' = k*x1. Do the calculations with two different initial conditions, say 100 and 200. Does the decay constant depend on the initial amount?