1
answer
0
watching
231
views
11 Nov 2019

A classical model in mathematical ecology is the Lotka–Volterra predator-prey model. Consider a simple ecosystem consisting of rabbits that have an infinite supply of food and foxes that prey on the rabbits for their food. This is modeled by a pair of nonlinear, first-order differential equations:

where t is time, r(t) is the number of rabbits, f(t) is the number of foxes, and α is a positive constant. If α = 0, the two populations do not interact, the rabbits do what rabbits do best, and the foxes die off from starvation. If α > 0, the foxes encounter the rabbits with a probability that is proportional to the product of their numbers. Such an encounter results in a decrease in the number of rabbits and (for less obvious reasons) an increase in the number of foxes. The solutions to this nonlinear system cannot be expressed in terms of other known functions; the equations must be solved numerically. It turns out that the solutions are always periodic, with a period that depends on the initial conditions. In other words, for any r(0) and f(0), there is a value t = tp when both populations return to their original values. Consequently, for all t,

(a) Compute the solution with r0 = 300, f0 = 150, and α = 0.01. You should find that tp is close to 5. Make two plots, one of r and f as functions of t and one a phase plane plot with r as one axis and f as the other.

(b) Compute and plot the solution with r0 = 15, f0 = 22, and α = 0.01. You should find that tp is close to 6.62.

(c) Compute and plot the solution with r0 = 102, f0 = 198, and α = 0.01. Determine the period tp either by trial and error or with an event handler.

(d) The point (r0, f0) = (1/α, 2/α) is a stable equilibrium point. If the populations have these initial values, they do not change. If the initial populations are close to these values, they do not change very much. Let u(t) = r(t)−1/α and v(t) = f(t) − 2/α. The functions u(t) and v(t) satisfy another nonlinear system of differential equations, but if the uv terms are ignored, the system becomes linear. What is this linear system? What is the period of its periodic solutions?

Hi, I need the full Matlab code and answers for all parts of the problem. Thanks!

For unlimited access to Homework Help, a Homework+ subscription is required.

Avatar image
Read by 1 person

Unlock all answers

Get 1 free homework help answer.
Already have an account? Log in

Weekly leaderboard

Start filling in the gaps now
Log in