Years of monthly census data reveal that rabbit and fox populations rise and fall in linked cycles. A colleague proposes the Lotka-Volterra model — two coupled differential equations describing how each population changes depending on the other.
Your park data gives the following constants:
Work on your whiteboard in groups. Your teacher will give you the code to unlock each next phase.
Suppose there are no foxes — set \(F = 0\) in the rabbit equation. Write the simplified differential equation. What type of equation is it? Separate variables and solve to find \(R(t)\), given the initial condition \(R(0) = R_0\).
Set \(R = 0\) in the fox equation. Write the simplified equation and solve it with initial condition \(F(0) = F_0\). What happens to the fox population as \(t \to \infty\)? Why does this make biological sense?
The interaction terms are \(-aRF\) in the rabbit equation and \(+bRF\) in the fox equation. Explain in your own words why the interaction depends on the product \(RF\) rather than on \(R\) or \(F\) alone. Why is \(b \ll a\,\)?
When both species are present, can you separate variables and solve the rabbit equation independently? Explain carefully why or why not. What makes this system coupled?
You've modelled a predator-prey ecosystem using ODEs and Euler's method.
Get ready for the class consolidation — boards up! 🎉