Analyze a two-species competition model

Our goal is to understand the stability of equilibrium points.
51 Downloads
Updated 6 Sep 2024

View License

The model is described by the following system of differential
equations: dx
dt = x(λ − ax − by )
dy
dt = y (μ − cx − dy )
where:
▶ λ, μ: Growth rates of species x and y
▶ a, d: Intraspecific competition coefficients
▶ b, c: Interspecific competition coefficients
Case 2: Initial condition dependent survival
Conditions
The conditions for this case are:
▶ cλ − aμ > 0
▶ bμ − dλ > 0
Interpretation
▶ cλ − aμ > 0: The effect of parameter c on λ exceeds the
effect of parameter a on μ.
▶ bμ − dλ > 0: The effect of parameter b on μ exceeds the
effect of parameter d on λ.
Equilibria:
▶ There is an equilibrium (x∞, y∞) in the first quadrant.
▶ (x∞, y∞) is a saddle point.
▶ (K , 0) and (0, M) are asymptotically stable nodes.
▶ Stability Analysis:
▶ The determinant of the community matrix is negative for
(x∞, y∞).
▶ The community matrices for (K , 0) and (0, M) have positive
determinants and negative traces.
We can further verify this from the behaviour of trajectories.
There are three more cases that you can explore.

Cite As

Ayesha Sohail (2025). Analyze a two-species competition model (https://uk.mathworks.com/matlabcentral/fileexchange/172249-analyze-a-two-species-competition-model), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2024a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.1

code for case 1 is povided

1.0.0