Go to CCP Homepage Go to Materials Page Go to Differential Calculus Materials Go to Table of Contents
Go Back One Page Go Forward One Page

Limited Population Growth

Part 4: Fruit Flies: Automating the Process

We will study the growth of the fruit fly population over the time period from 0 to 100 days, using a variety of time intervals Delta-t. To do so, we will simply specify n, the number of equal time intervals that we wish to create from [0, 100] . Then Delta-t = 100/n. We start with n = 20.

  1. Enter formulas defining n and Delta-t. Why is the starting value of Delta-t the same as in Part 3?
  2. Delta-t is the distance between consecutive t values. Fill in the appropriate values in the following list.
  3. Write a formula for tk in terms of k and Delta-t. This formula should give the correct values for tk for k = 0, 1, ... , n. Complete and enter the command in your worksheet to define t as a function of k.
  4. Enter the commands in your worksheet to compute pk and slopek in terms of k and Delta-t. Note that pk is computed recursively, that is, pk is defined in terms of pk-1.
  5. Plot pk as a function of tk. Do the population values vary in the way you expected? Explain.
  6. Plot slopek as a function of tk. Do the slope values vary in the way you expected? Explain.
  7. What population size does this simulation predict for day 20? for day 100?

In the next Part we will study what happens when the time interval is subdivided into more pieces -- besides just having more points on the curves.

Go to CCP Homepage Go to Materials Page Go to Differential Calculus Materials Go to Table of Contents
Go Back One Page Go Forward One Page


Send comments to the authors <modules at math.duke.edu>

Last modified: September 23, 1997