The Lotka-Volterra competition model is a model capable of explaining the Principle of Competitive Exclusion, particularly describing situations where two groups inhibit each other. For instance, it can be applied to the relationship between rabbits and sheep sharing the same pasture or to the massacres between two rival tribes.
x1(t): Represents the population of group x1 at time t.
x2(t): Represents the population of group x2 at time t.
Parameters
rk>0: The intrinsic growth rate of xk.
Kk>0: The carrying capacity of the environment for xk.
βij/Ki>0: The Competition Coefficient for xi.
Derivation
N˙=KrN(K−N)
Let’s start from the logistic growth model. Assume initially that both populations xk grow at a reproduction rate of rk>0 in the absence of predators and that their growth is limited by the carrying capacity Kk of the environment. This is not truly a system of equations, but it can be expressed as follows:
To this, we want to add terms representing the harm that each group causes to the other. The force hindering the growth of the opponents should be proportional to the strength of one’s own group. Therefore, for some constant β>0, it can be expressed as follows:
This means that the growth rate slows down due to checks from the rival group, even though the environmental capacity is not fully utilized. However, as the extent to which the two species affect each other may not be the same, specifying β further completes the system as follows:
Stalemate when β12β21=1(1−β12β21K1−β12K2,1−β21β12K2−β21K1)
In the Lotka-Volterra competition model, non-trivial equilibrium points consist of circumstances where a deadlock or stalemate occurs.
A deadlock implies that in the competition between the two groups, one group completely eradicates the other, following the logistic growth model.
A stalemate means that both groups are perfectly matched in strength, achieving a balance and coexistence. An interesting aspect in the formula is that the parameters intended during the modeling phase transparently affect the coordinates of the equilibrium points.
However, these expressions are used for explanation in this post and not widely used.
Let’s find the equilibrium points satisfying this.
Deadlock
Without loss of generality, assuming x1=0,x2=0,
0=0=K1r1x1(K1−x1)0
we simply obtain the equilibrium point (K1,0). Similarly, (0,K2) can be found.
Stalemate
Assuming x1=0,x2=0 now, from the first equation we take x1, from the second x2, and then by eliminating the multiplied constants we simplify as follows:
0=0=K1−x1−β12x2K2−x2−β21x1
Finding solutions to this system of equations is similar to finding the intersection of two lines.
Moving the variables from the right side to the left side and expressing it in matrix form yields:
According to the quadratic formula, given that r1, r2, β12, β21 are all positive, it’s impossible for the real part to be positive as the imaginary part or real root, if present, cannot compensate enough for −(r1+β21r2). Therefore, the real parts must be negative, making equilibrium points (K1,0) and (0,K2) stable.
Stalemate
If (x1,x2)=(1−β12β21K1−β12K2,1−β21β12K2−β21K1) then
As seen in the formula, the parameters that most affect the stability of the equilibrium points are K1, K2, β12, β21, depending on whether Ki is greater or lesser than βijKj. In an extreme case, if all βij are 0 such that there’s absolutely no competition, regardless of the opposing group, they will simply undergo individual logistic growth and converge to a stable equilibrium. However, if the competition is too severe, as soon as they diverge from the exact equilibrium, even slightly, the group with a slight advantage will try to annihilate the other. The term ‘instability’ fits perfectly in a mathematical expression. However, without knowing how the eigenvalues will be calculated based on the parameters, this equilibrium can be stable, unstable, or a saddle.
Example
x1˙=x2˙=x1(3−x1−2x2)x2(2−x2−x1)
The above system proposes the Lotka-Volterra competition model, considering x1 as rabbits and x2 as sheep. Although the two species don’t directly harm each other, it’s assumed they compete for food by sharing the same pasture. Since sheep are larger than rabbits, in terms of carrying capacity, rabbits are affected less by sheep than vice versa. The non-trivial solution of this system is as follows2.
(3,0)(0,2)(1,1)
Especially for (1,1), which becomes J(1,1)=[−1−1−2−1], the eigenvalues are −1±2, containing both positive and negative, making it a saddle.
Visual Understanding
The animation above depicts the vector field of the example. Regardless of the starting point, trajectories towards the equilibrium points can be observed, among which (1,1) is a saddle, causing the points near it to head towards stable equilibrium points (3,0) or (0,2). This implies that without achieving perfect coexistence from the start, if one side is even slightly advantageous, the balance will gradually tilt in its favor.
Limitations
In this model, the case where the two populations achieve balance and coexist accounts for only a single point in the vast first quadrant. Despite competition, this is exceedingly extreme; indeed, this stems from the overly simplistic nature of the current Lotka-Volterra competition model. Naturally, using this model alone to approach real-world problems is impractical.
Allen. (2006). An Introduction to Mathematical Biology: p248. ↩︎
Strogatz. (2015). Nonlinear Dynamics And Chaos: With Applications To Physics, Biology, Chemistry, And Engineering(2nd Edition): p157. ↩︎