Math 152 Project 1

Discrete Population Models




The three files you need to run are:

Notice that all three of these models are first order difference equations. Thus you will need to input an initial condition x0. You must also input the number of generations the model must run for.

  1. For exponen.m run the model with values of a = 0.2, 0.9, 1.5 and values of b = -0.5, 0 0.5. Use the initial conditions x0 = 1, 10 and run the models for at least 100 generations. Summarize your results by compari ng the behavior of the models (e.g. increasing or decreasing population) and rank them in order of which is fastest growing to the slowest growing (see table 1). There are nine different models you will run for each value of x0. Do your resu lts seem reasonable? Why or why not? Print out a graph from the top, middle and bottom of your list.
  2. For analog.m run the model with values of r = 0.6, 1.2, 2.1 and use the initial conditions x0 = 0.01, 1, 2, 10. Determine the long-term behavior of the model by using at least 100 generations. Does the pop ulation size approach a limit for each value of r? If so, what is the limit for each r? Does this limit depend on the value of x0? (i.e. does the limit change when r stays the same but x0 changes?) Print out only two or three grap hs to support your answers. (See table 2)
  3. For logistic.m run the model with values of r = 0.9,2.3,3.2, 3.7 and use the initial conditions x0 = 0.1, 0.5, 0.9. Again, determine the long-term behavior of the model by using at least 100 generations. Does the population size approach a limit for each value of r? If so, what is the limit for each r? Does this limit depend on the value of x0? (i.e. does the limit change when r stays the same but x0 changes?) Print out only two or three graphs to support your answers. (See table 3)

Table 1

x0 =1 , T = 100 (at least)

a

b

Growth/Decay/Constant

Rank

0.2

-0.5

   

0.2

0

   

0.2

0.5

   

0.9

-0.5

   

0.9

0

   

0.9

0.5

   

1.5

-0.5

   

1.5

0

   

1.5

0.5

   

 

 

 

x0 =10 , T = 100 (at least)

a

b

Growth/Decay/Constant

Rank

0.2

-0.5

   

0.2

0

   

0.2

0.5

   

0.9

-0.5

   

0.9

0

   

0.9

0.5

   

1.5

-0.5

   

1.5

0

   

1.5

0.5

   

 

Table 2

b = 100 (at least)

x0

r

Is there a limit?

Limit

Does the limit depend on x0?

0.01

0.6

     

1

0.6

   

2

0.6

   

10

0.6

 

0.01

1.2

     

1

1.2

   

2

1.2

   

10

1.2

   

0.01

2.1

     

1

2.1

   

2

2.1

   

10

2.1

   

 

Table 3

B = 100 (at least)

x0

r

Is there a limit?

Limit

Does the limit depend on x0?

0.1

0.9

     

0.5

0.9

   

0.9

0.9

   

0.1

2.3

     

0.5

2.3

   

0.9

2.3

   

0.1

3.2

     

0.5

3.2

   

0.9

3.2

   

0.1

3.7

     

0.5

3.7

   

0.9

3.7