Problem:
x = number of rabbits
y = number of foxes
Accept the usual assumptions involved in predator-prey (Lotka-Volterra) problems.
dx/dt = 0.04x - 0.002xy
dy/dt = -0.08y + 0.0004xy
Initial conditions: 200 rabbits and 10 foxes
This problem is in a textbook. A graph of the...