Predator prey system
From FBSwiki
The predator prey problem refers to an ecological system in which we have two species, one of which feeds on the other. This type of system has been studied for decades and is known to exhibit very interesting dynamics. The right figure below shows a historical record taken over 50 years in the population of lynxes versus hares.
| | |
As can been seen from the graph, the annual records of the populations of each species are oscillatory in nature.
Contents |
Modeling
Discrete time model
A simple model for this situation can be constructed using a discrete time model by keeping track of the rate of births and deaths of each species. Letting H represent the population of hares and L represent the population of lynxes, we can describe the state in terms of the populations at discrete periods of time. Letting $k$ be the discrete time index (e.g., the day number), we can write

where br(u) is the hare birth rate per unit period and as a function of the food supply u, df is the lynx death rate, and a is the interaction term. The interaction term models both the rate at which lynxes eat hares and the rate at which lynxes are produced by eating hares. This model makes many simplifying assumptions -- such as the fact that hares never die of old age or causes other than being eaten -- but it often is sufficient to answer basic questions about the system.
Continuous time model
Additional Information
Frequently Asked Questions
- FAQ: In the predator prey example, where is the fox birth rate term?
- FAQ: Why is the parameter "a" in the predator-prey problem used as both death of rabbit and birth of foxes?
- FAQ: Why isn't there a term for the rabbit death rate besides being killed by the foxes?
Exercises
