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.
- Enter formulas defining
n and Delta-t. Why is the starting value of Delta-t the
same as in Part 3?
- Delta-t is the distance
between consecutive t values. Fill in the appropriate values in
the following list.
- t0 = ___
- t1 = ___
- t2 = ___
- t3 = ___
- 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.
- 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.
- Plot pk as
a function of tk. Do the population values vary in the
way you expected? Explain.
- Plot slopek
as a function of tk. Do the slope values vary in
the way you expected? Explain.
- 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.
Send comments to the
authors <modules at math.duke.edu>
Last modified: September
23, 1997