(a) There are initially 500 rabbits \((x)\) and 200 foxes \((y)\) on Farmer Oat's
property. Use Polymath or MATLAB to plot the concentration of foxes and
rabbits as a function of time for a period of up to 500 days. The predator-
prey relationships are given by the following set of coupled ordinary
differential equations:
$$\frac{d x}{d t}=k_{1} x-k_{2} x \cdot y$$
$$\frac{d y}{d t}=k_{3} x \cdot y-k_{4} y$$
Constant for growth of rabbits \(k_{1}=0.02\) day \(^{-1}\) Constant for death of
rabbits \(k_{2}=0.00004 /\) (day \(\times\) no. of foxes) Constant for growth of
foxes after eating rabbits \(k_{3}=0.0004 /\) (day \(\times\) no. of rabbits)
Constant for death of foxes \(k_{4}=0.04\) day \(^{-1}\) What do your results look
like for the case of \(k_{3}=0.00004 /\) (day \(\times\) no. of rabbits) and
\(t_{\text {final }}=800\) days? Also plot the number of foxes versus the number
of rabbits. Explain why the curves look the way they do. Vary the parameters
\(k_{1}, k_{2}, k_{3},\) and \(\overline{k_{4}} .\) Discuss which parameters can
or cannot be larger than others. Write a paragraph describing what you find.
(b) Use Polymath or MATLAB to solve the following set of nonlinear algebraic
equations:
$$\begin{array}{r}
x^{3} y-4 y^{2}+3 x=1 \\
6 y^{2}-9 x y=5
\end{array}$$
with initial guesses of \(x=2, y=2 .\) Try to become familiar with the edit keys
in Polymath MATLAB. See the CD-ROM for instructions.