6.3 Ecological models
predator-prey system (Lotka-Volterra eqs)
Let:
- x(t): population of prey (rabbits)
- y(t): population of predator (wolves)
For constants \( a, b, p, q > 0 \):
\[ \begin{aligned} \frac{dx}{dt} &= ax - pxy \\ \frac{dy}{dt} &= -by + qxy \end{aligned} \]What do they say?
- If there is no \( y \), then \( \frac{dx}{dt} = ax \) — exponentially growing
- If there is no \( x \), then \( \frac{dy}{dt} = -by \) — declines exponentially