Section 2 - Without Predators


What happens to x if y = 0?

The first thing to do is to examine the dynamics of the prey (x) population with no predation involved (i.e. y = 0).

c' = ba - gc - dc
a' = gc - da
[ x' = ba - d(a + c) ]

Take the Jacobian:
        [ - g - d      b ]
        [   g        - d ]
trace = - g - 2d < 0
det = d (g + d) - bg


Throughout these documents, it is very helpful to use DSTool to examine the phase portraits of systems with particular parameters. If you are familiar with DSTool, you can simply launch it now (if it isn't already running) and, for each of the sets of sample parameters given in this system and the next, examine the respective phase portrait. If you are not entirely comfortable with DSTool, jump to DSTool Help for assistance.

when Det = bg - d(g + d) = 0 [multiplied through by -1]

[phase portrait(s): {b,g,d} = {1.5,2,1} and/or {6,1,2}]

when bg - d(g + d) > 0

[phase portrait(s): possible {b,g,d} = {2,2,1} and {6,3,2}]

when bg - d(g + d) < 0

[phase portrait(s): {.5,1,1} and {1,1,2}]

If a population becomes extinct without predation, it will become extinct with predation

[note that there is no "crowding factor" in these differential equations; the number of deaths is directly proportional to the number of prey].

Therefore, for the rest of this problem, it is assumed that bg - d(g + d) > 0.

We now have a viable system to work with.


Next
About The Authors