MathBench > Population Dynamics

Stage-based Models

Don’t get them confused!

OK, one last thing before we head on. Iterative (or rate-of-change) equations are QUITE DIFFERENT from closed-form equations. Consider the following:

Delta I = 2 – 1/7* I

I(t) = 2 – 1/7 * t

These two look kinda similar. The one on the right you should be pretty comfortable with. It’s just a line with a shallow negative slope. You’ve been doing those since highschool at least. But the one on the left you may not have encountered much, unless you’ve studied differential equations. You might expect its graph to look like a straight line, BUT IT WON’T.

Let’s think about this a little. When you move forward a timestep, you’re always going to add 2, but you’re ALSO going to remove 1/7th of what was there before. So on balance, does the compartment increase or decrease? Or better yet, when does it increase or decrease?

So, since we start with a very small compartment (1 kid), we know it has to grow, until it reaches 14. At that point, the curve will level out – or, if the compartment overshoots its equilibrium, it will get drawn back towards it (remember, the compartment will shrink if it gets bigger than the equilibrium size).

Below is an applet to play with. See if you can predict the equilibrium before clicking on the graph button.

(applet Slider input Slider recovery rate Free play button Graph button Predict equilibrium textbox )

So to conclude, finish up, end, and wrap up this section, just remember that the methods for dealing with closed form equations are VERY DIFFERENT from those that we use with iterative (or rate-of-change) equations. Rate-of-change equations are more flexible, and fairly simple formulations lead to surprisingly complex, curvy, biologically interesting graphs.