Logistic Function
f(x) = r x (1 - x)

Discrete, iterative system, used to model populations

x0 = Initial population size;
xn+1 = f(xn)
.

What happens to the population as time passes?

Next Page