Table of Contents

BASE

Population dynamics with density dependende

densodep.jpg The population growth model with constant growth rate may leave the impression that its predictions are useless. As a matter of fact, we never see in nature a population that exhibits an exponential growth for very long. The tutorials for these models show that bacteria, for example, can grow in an exponential manner for some time, until…

This limitation of the exponential growth (i.e., the “until…”) is related to the model assumptions. In this cases, the assumption that the conditions and resources that each individual experiences are constant in time.

This assumption is very unrealistic - but not more unrealistic than the assumptions of the Newton's law of inertia. In nature, there are no bodies that keep moving in a stable motion with the same speed and direction forever. Anyway, this law helps us to understand our world, and together with Newton's other laws it helps us predict the trajectories of planets with a reasonable precision.

In the same way that a miniature car stops moving some time after being propelled because of attrition (between its own pieces, and between the wheels and the ground), a population slows down its growth until it stops. That happens due to several factors, even if it has a theoretical potential to keep on growing in exponential fashion.

Density effects

A change in the density of a population can have effects on the vital rates of the individuals. For example, in social animals for which cooperation increases survival, an increase in density may increase the survival probability (Allee effect).

[[http://en.wikipedia.org/wiki/Marmot]]

The marmots (those cute little rodents!) live in groups where there are guards to alert about the present of predators (birds of prey - which are less cute). These guard shifts reduce the per capita predation in the population. The positive effects of density in a population, although seem to be very evolutionarily beneficial, have evolved in few linages of organisms1).

On the other hand, the negative effects of density dependence are universal. Even for those species that present cooperation, at some point in increasing density, the negative effects overrides the positive. crowd-tokyo-subway.jpg

Why are the negative effects of density so widespread? A simple reason: to exist means to occupy a space. Space is a finite resource - even if renewable - and two bodies may not occupy the same space2). Another simple reason: the individuals from a same population need “exactly” the same resources. Even if the resources are abundant, if the population grows too much, it will become limiting. We call these kind of interaction between individuals from a population intra-specific competition3), the simplest form of population size self-regulation.

The logistic model

A simple way to think about the density effect in a population is to make the population growth and the population size to have a negative linear relation. We only need to take care to see that we're modeling each individual (per capita) effect in the population growth rate. See the following graph:

densoDepGraf01.jpeg.jpg

This graph depicts the contribution of each individual ($\frac{1}{N}$ ) to the growth rate of the entire population $\frac{dN}{dt}$ as a function of the total number of individuals ($N$). The maximum growth rate is $r$ 4) and the maximum size of the population is $K$: the support capacity.

We can write down the equation for this first-order function, $y = a + bx$, where $a$ is the intercept and $b$ the inclination coefficient:

$$ \frac{dN}{dt}\frac{1}{N} = r - \frac{r}{K} N$$

With a little bit of algebra…

$$\frac{dN}{dt}\frac{1}{N} = r (1 - \frac{N}{K}) $$

$$\frac{dN}{dt} = rN (1 - \frac{N}{K}) $$

We can interpret this equation in the following way: the growth speed, $dN/dt$, grows near an exponential $rN$ when $ N $ is small - because the expression $(1 - \frac{N}{K})$ is near unity. On the other hand, when the population size gets near the support capacity $K$, the expression $(1 - \frac{N}{K})$ tends to zero, and so does the growth speed. We can think of the expression $(1 - \frac{N}{K})$ as the unused portion of the support capacity.

There is an analytical solution for the equation above, that can be expressed as a population size as a function of time5). It can be written as:

$$ N_t = \frac{K}{1+((K-N_0)/N_0)e^{-rt}}$$

What is the take-home message?!

The most important thing to notice in our model is the linear dependence of density. The biological interpretation is way easier in the differential equation formulation$\frac{dN}{dt} = rN (1 - \frac{N}{K})$.

It's also important to know that this differential equation has an analytical solution, which allows us to figure out easily the population size for each value of time.

Simulating the logistic model

The parameters of the function are:

Option parameter
maximum time tmax
Initial population size N0
Carrying capacity K
intrinsic growth rate r
population extinction ext=TRUE

Questions

  1. The logistic curve is often referred to as S-shaped. Does the graph on the window have this shape? Change the parameters and try to find the hidden S shape. Which parameter makes the S more evident? Why?
  2. Make simulations to confirm the following statement: “the final population is the same, independently of the initial condition ($N_0$)”. Use $r=0.05$ and $K=100$, and values for $N_0$ below and above the carrying capacity.
  3. Make simulations to confirm the following statement: “when a population is disturbed from its equilibrium, it takes longer to stabilize if its number is increased than if its number is decreased”. Run your simulations for $r$ values between 0.01 and 1.0 and $K=100$.

Discrete time models

The graph from EcoVirtual shows two logistic models which are executed with the same parameters: (1) continuous time and (2) discrete time. Although the continuous model's growth rate is an instantaneous rate ($r_c$) while the discrete model's is a rate of individuals by time interval6), the models are, up a a certain point, equivalent. The discrete coefficient $r_d$ can be written as:

$$ r_d = \lambda - 1 $$

with: $\lambda = \frac{N_{t+1}}{N_t} $

Damped oscillations

The discrete time model has a very distinct behavior for very high population growth rates. Let's slowly increase this parameter and see:

Limit cycles and...

What happens with the discrete model projections if we increase the growth rate even more? Simulate populations with rates equal to 2.2 and 2.5 and see for yourself. Use long maximum times to see whether the population stabilizes, and shorter times to see what's happening on a better resolution.

Questions

Now simulate a population for growth rate of 2.9 and answer:

Bifurcation map

LogBifMap02.jpg Apparently simple non-linear functions may exhibit this unusual behavior of generating unpredictable patterns. Actually, there is a lot of regularity in the seeming disorder of these functions. One constant that was described in this disorder is the ratio between the interval up to a bifurcation and the interval to the next bifurcation8). Few people expected that, 25 centuries after Pythagoras described the constant $\pi$, a new universal constant could be discovered.

One way to see the behavior of these populations as we change the discrete growth rate $r_d$ is by plotting a logistic bifurcation plot. The proposal is to map the stability points (attractors) of the population growth. To do this, we need to simulate populations with several values for $r_d$ for some time and store the values for which there's convergence. However, we need to let these simulations run for a while to make sure that, if there is a convergence point, it has been reached.

parametros bifAttr

Option parameter
Time to convergence tmax
Initial population size N0
Carrying capacity K
Minimum discrete growth rate (rd) minrd
Maximum discrete growth rate (rd) maxrd
Number of rds nrd

Atividade bifAttr

Questions

  • identify the bifurcation patterns;
  • change the parameters $K$ e $N_0$ and see if this changes the general pattern of the bifurcation. What does this mean?

Patterns inside chaos

LogBifMap03.jpg Another pattern that we can observe is that chaos windows are intercalated with limit cycles. One more pattern: in the limit cycle windows, there's a modification on the bifurcation rule: it starts on a stable point ($K$), then starts on 3, 5, 7, 9… and each prime number. That is, the start of the regular period cycles and bifurcation starts with every prime number. Another fascinating pattern is that the patterns repeat on different scales, like fractal dimension objects.

Questions

  • where are the starting points of the limit cycle windows with different periods (3, 5, 7…)?
  • show the pattern repetition at different scales.

Use small intervals of $r_d$, by changing minrd and maxrd, and look where there are gaps in the bifurcation map.

Exercises

To learn more

1)
that's a mystery to be unveiled: why is cooperation so rare, if it increases the individual fitness so much?
2)
out of the subway trains, that is
4)
population intrinsic growth rate
5)
challenge: check that this solution is right using Maxima
6)
generation time
7)
to have a better resolution