Population Biology Model
A model in population biology is one in which the
population of a species increases at a rate proportional
to that population until it becomes so large that individual
organisms start to compete with one another
for space and/or food.
In a simple model, the effects of this competition are proportional
to the likelihood that one organism will encounter another -
a likelihood that is proportional to the square of the population.
This yields the following ODE:
![]() |
(1) |
This model proves equivalent to our previous simple Aids Epidemic model.
Scaled Model - Universal Behavior
Dividing the ODE by yields
![]() |
(2) |
![]() |
(3) |
The ODE thus becomes parameter free through these variable and function scalings.
Solution - Universal Sigmoid curve
The Maple worksheet logistic_growth.mws solves this ODE. It also shows how Maple allows checking the validity of an analytical solution.
The solution of the scaled equation depends only on the
scaled initial value - all physical parameters in the ODE having
been scaled away. This can can be studied via the
Maple solution or a C code. You can modify the Aids Epidemics
C code to do the latter.
Plot the solutions for scaled initial values for in a range
. Explain the behavior of these solutions
both biologically and mathematically.