Consider a model of a food chain of three species. Assume that each population
on its own can be modeled by logistic growth. Let the species be labeled by
\(x(t), y(t)\), and \(z(t)\). Assume that population \(x\) is at the bottom of the
chain. That population will be depleted by population \(y\). Population \(y\) is
sustained by \(x^{\prime}\) s, but eaten by \(z^{\prime}\) s. A simple, but
scaled, model for this system can be given by the system
$$
\begin{aligned}
x^{\prime} &=x(1-x)-x y \\
y^{\prime} &=y(1-y)+x y-y z \\
z^{\prime} &=z(1-z)+y z
\end{aligned}
$$
a. Find the equilibrium points of the system.
b. Find the Jacobian matrix for the system and evaluate it at the equilibrium
points.
c. Find the eigenvalues and eigenvectors.
d. Describe the solution behavior near each equilibrium point.
e. Which of these equilibria are important in the study of the population
model and describe the interactions of the species in the neighborhood of
these point(s).