Written languageWe will be concentrating on what are called "flow - reservior models or "box models".Icon models
Analoguous models
Topological models
Arithmetical models
Combines topological and arithmetic modelsOur example of a model will be population growth.
We have all seen discussions of population growth, especially of humans.
What are some of the possible relationships that a population can have with time?What kinds of information do we need to examine population growth? (list)1. Linear Growth2. Exponetial Growth
3. Logistic Growth
4. Overshoot and collapse growth
5. Cyclical Growth
How might we make a graphical map of this information? (draw)
Case 1: Only BirthsLets talk about representing these mathematicallyCase 2: Births and Deaths
Case 3: Births Dependent on Population
Case 4: Births and Deaths Dependent on Population
Case 5 Births and Deaths Dependent on Population
and Birth Rate or Death Rate Dependant on Population
We are all familar with the equations of at least some of these kinds of lines.But these can also be solved numerically:Linear: y = mx + b or N(t) = rt + NO
where N0 = the initial population size; r = growth rate; t = timeExponential: y = be^mx or N(t) = NOe^rt
Logistic: y = bk / [b + (k - b)e^mt]
or N(t) = N0K / [ N0 + (K-N0)e^-rt]
where K = carrying capacity of the environment.
The simplest numerical solutions are called difference solutions which solve the function iteratively:
We can do this very easily in EXCEL
BUT for our purposes we whant to use STELLA to solve the eqations numerically for us by representing the logic of the system in its graphical language.
STELLA uses Euler's method to numerically solve the equatiosn, which prevents certain pecularities of discrete numerical solutions.
Lets look at Stella and try the exercise.We can build a logistic growth model in EXCEL and an exact equivalent in STELLA:
For small values of the growth rate, the EXCEL and STELLA models are equivalent. But for larger ones, the EXCEL model behaves in a classic chaotic way. Its what you might actally see in a population with descrete breeding periods.Tommorow we will use a STELLA model of the Bio2 atmosphere.STELLA does not behave this way because Euler's method prevents it.