population size symbol
N
population density symbol
N/area
why do we care about understanding population size, N?
Population declines in Myotis lucifugous bats due to white nose syndrome (WNS)
HIV population dynamics in humans - draw graph of CD4 cells over time
Malthus’ essay on population growth
in 1798, Malthus published an essay on the principle of population, arguing that the human population cannot grow faster than food production
Paul Ehlrich
published The Population Bomb, arguing that explosive growth in the human population would have catastrophic social and environmental consequences
how is the human population expected to change in the future?
demographers project that human population is soon going to peak, then fall dramatically (depopulation)
goals of most population models
when using differential equations, time steps are
infinitesimally small: use concept of limits and calculus; growth is smooth; best suited for species with continuous reproduction
when using difference equations, time steps are
discrete units (days, years, etc); use iterated recursion equations; growth is stepwise and bumpy; best suited for episodic reproduction
two types of time step approaches
continuous-time and discrete-time
how do we pick between the two time-step approaches?
different organisms might be better fit by one or the other
simple bookkeeping model: how can N change from Nt to Nt+1
D = number who die during one time step
B = number born during one time step
E - number who emigrate during one time step
I = number who immigrate during one time step
Nt+1 = Nt - D + B - E + 1
what variables can we consider to be equivalent?
geometric growth model
if λ>1,
birth exceed deaths and population grows
if λ<1
deaths exceed births and population shrinks
N1 =
λN0
N2 =
λN1 = λλN0
N3 =
λN2 = λλN1 = λλλN0
so how can geometric growth be generalised
Nt = N0λ^t
exponential growth
draw a table comparing discrete-time and continuous time growth models