Next: Iteration
Up: Table of Contents
Prev: Warm Up Questions

One-Dimensional Dynamical Systems

Part 2: Logistic Growth Model

The squirrel model in the introduction is called the exponential growth model. Suppose the current number of squirrels is p0, and pn denotes the number of squirrels after n years. Then we can construct the orbit p0, p1, p2, p3, ... by iterating

f(x) = lambdax.

We can even find an explicit formula for pn, namely:

pn = lambdan p0.

The name exponential growth model comes from the fact that n is in the exponent.

Nonlinear dynamics

We have derived a model for population growth,

pn+1 - pn = (lambda - 1) pn (1 - p_n over E).

that depends on the carrying capacity E and the growth rate parameter lambda. If we substitute pn = E lambda over (lambda-1) xn, and write xn+1 = f(x) and xn = x, then the logistic growth model reduces to the simple dynamical system

f(x) = lambdax (1 - x).

Notice that the parameter E has disappeared. In fact, the variable x = p_n over E * (lambda-1) over lambda does not stand for the total number of squirrels in a specific year. We can think of x as representing a 'normalised' population. Since x is equal to p_n over E times a constant, it no longer stands for the size of the squirrel population, but for the ratio of the squirrel population and the carrying capacity. We say that the model is in non-dimensionalised form.


Next: Iteration
Up: Table of Contents
Prev: Warm Up Questions

Copyright © 2001 by Hinke Osinga
Last modified: Thu Feb 1 19:16:14 2001