This application comes from a text used in Biology 354 (Ecology and Evolution). Carlson (1913) [1] grew yeast in laboratory cultures and collected data every hour for 18 hours. The list below gives the population (p) at representative times (t) and the change in population over the previous hour, f(p).

t

p

f(p)

1

9.6

8.7

4

47.2

23.9

7

174.6

82.7

10

441.0

72.3

13

594.8

34.6

16

651.1

4.8

This example is a good case of the logistic growth model that we have studied in class. The growth of this yeast population satisfies a quadratic discrete dynamical system.

a. In the first part of this laboratory exercise you will use the data above to find the rate of growth of the yeast. In particular, you want to use Excel's trendline polynomial fit of order two with the y-intercept set to zero through the data (last 2 columns)

f(p) = a2p2 + a1p.

(Note that you ignore the times listed in the table when you find f(p).) Since this is a quadratic equation, you can find the p-intercepts and the vertex. Write these values in your report. Show a graph of the data and the best quadratic f(p) passing through the data.

b. The growth function that you found in Part a. can be used to simulate the growth of the yeast using a discrete logistic model. The dynamical system for the yeast population is given by the following model:

pn+1 = pn + f(pn),

where f(pn) is the best quadratic function found above. Use your initial population (p0 = 9.6) starting at t = 1 and simulate the growth for 20 hours (20 iterations). (Note you are NOT starting at t = 0.) List the populations at times t = 5, 10, 15, and 20. Plot both the data from your simulation and the data given in the table above. (Note that this time you need to use only the time data and the population data in the table.) Discuss how well your simulation matches the data in the table.

c. Compute the percent error between the model and the data at times 7 and 16. What does this model say happens to the population of yeast for large t? Find all equilibria for this model and discuss the stability of these equilibria.


[1]T. Carlson Über Geschwindigkeit und Grösse der Hefevermehrung in Würze. Biochem. Z. 57: 313-334, 1913.