Lotka-Volterra model for predator-prey population dynamics

Lotka- Volterra equations have been proposed as a model for predator- prey population dynamics.

S'=S(b-eL)
L'=L(nS-d)

where

Lotka- Volterra graph

What happens when a species becomes too dominant for its own good is very clearly shown at the left (or lower) part of the graph above.

The equations are well-conditioned and any second order method will be enough. The improved Euler method is not much of a program, so the site has added automatic scaling of axes, automatic determination of the simulation time step and the total duration of the simulation to make it slightly more interesting.

The assumption of two species only is simplistic and there is a limit to how much even large fish can eat. Still, this looks a successful model for many conditions, even though it is almost 100 years old.

The first time blame whoever promises, thereafter whoever listens.

For my own code up to this point: Valid XHTML 1.0!

1