CSC 210

Week 4


Topics:


Assignment:

  1. 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). Despite its complicated form, this model has simple dynamics. We assume that both parameters take on non-negative values. Enter this model into PHASER.
    1. To understand the geometric meanings of the parameters, Fix k (say at 1) and vary r to make a Gallery of growth curves using the stair-step view of PHASER. You may want to take big window size (-1 , 17; -1, 17) to see what happens as the population gets large. Next, fix r = 1.6 and vary k. Describe biologically what you observe in these two sequences. Note: In this model varying the parameters is not dangerous (unlike the logistic model).

    2. Find the fixed points of the model as a function of the parameters. For what ranges of the parameters they are biologically significant?

    3. Determine the stability type of the fixed points. Can the positive fixed point become unstable as the parameter r or k is increased? Can either of the fixed points undergo period-doubling bifurcation?

  2. Draw the bifurcation diagram of the Beverton-Holt Stock-recruitment model

  3. Write a summary of the possible dynamics of a population descibed by the Beverton-Holt model and interpret your findings in biological terms.

  4. Decay constant for C-14: The half life of radioactive 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 120 and 210. Does the decay constant depend on the initial amount?