CSC 210

Week 3


Topics:


Assignment:

  1. Suppose that a population of 100 E. Coli grow %3.1 per hour. Assuming the linear model, how many hours does it take for the population to double? How many more hours to double again? How many days to reach a population of 800,000? Does the doubling time depend on the initial population size?

  2. Fixed points of the Logistic MAP: Find all fixed points of the Logistic map as a function of the parameter r ( answer: x = 0 and x = 1 - 1/a) For which values of a these fixed points are biologically relevant? Using the Linearization Theorem, determine the values of the parameter a for which the fixed point at the origin is asymptotically stable or unstable. Next do the same for the second fixed point. Note that for a = 3, the positive fixed point has derivative -1 and thus the Linearization Theorem does not apply. Using PHASER determine if this fixed point is asymptotically stable or unstable for a = 3.

  3. Sensitive dependence on initial conditions: In the Logistic model, first, set a = 3.83 and take two initial population densities 0.3 and 0.300001. As time goes on, what are the eventual fates of these solutions. Next, change the growth rate to a = 3.86. What are the fates of the two solutions with the initial sizes above? Notice how close the initial population densities are. How many generations does it take when no digits of the two solutions agree? What are the biological implications of these computer experiments?

  4. Period-doubling everywhere: In the Logistic MAP, set the parameter a = 3.83. Fix Start time= 1000, Stop Time=1600 and initial condition 0.21. Draw the Stair-Step diagram to see period-3 solution. Check the number in Xi-Values view to make sure that the numbers repeat every fourth iteration. Now, change a carefully to make this solution to bifurcate to a period-6 solution. Change a a bit more to obtain a period-12 solution. Submit your parameter values, Xi values, and the Stair step diagrams.

  5. Read as much of the Nature article linked above as you can. This could be difficult reading for you, but do not be discouraged. Extract a statement of your choice, or formulate a problem, and illustrate it using PHASER.

  6. 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 make a Gallery of growth curves using the stair-step view of PHASER (study the Phaser Tutorials Lesson 6 and Lesson 13 to learn about the Gallery and making SlideShow). You may want to take big window size (-1 , 15; -1, 15) 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?

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