Discrete Time

General framework

Let Nt be reproducing individuals at time t. Let b be offspring per individual per generation, who survive to become reproducing adults. Let d = death probability per individual per generation. Then, number of individuals one generation hence is Nt+1=Nt+BirthsDeaths=Nt+bNtdNt=Nt(1+bd)=RNt. So, R[0,bmax+1].

  • Oft, R is a function of N.
  • Often, d=1 - non-overlapping generations.

Constant R cases

  • Density independent population growth.
  • So, Nt+1=RtN1. Exponential growth.
  • R<1b<d and Nt0 as t.
  • For R = 1, b=d and Nt+1=Nt
  • R>1Nt as t.

R linearly reducing with population

  • Model: R=R0(1Ntk) for Ntk, leading to Nt+1=R0Nt(1Ntk). Taking xt=Nt/k (aka rescaled population to get “population density”), this can be simplified to xt+1=R0xt(1xt) for x[0,1]
  • Logistic population growth. Population converges to some finite value.
  • Equilibria: \(x_{t+1} = x_t = x^\). So \(x^= R_0(1-x^*)\)
    • x=0 for all R0
    • x=(R01)/R0 for all R0>1
    • So, 1 is a bifurcation point, where stability of the population changes.
  • Nt shows oscillations about the equilibrium - Entirely because of internal dynamics of the population.

R exponentially decays

Model: R=er(1Ntk), with Nt+1=RNt. er is the equivalent of R0, the max rate of growth. If k is , Nt grows at max rate. If k is Nt, numbers stay constant. So, k is max numbers that the environment can support.