Question
Solving a coupled linear competition differential system
Original question: 17 Two similar species, X and Y, of a small mammal compete for food and habitat. A model of this competition assumes, in a particular area, the following.
• In the absence of the other species, each species would increase at a rate proportional to the number present with the same constant of proportionality in each case. • The competition reduces the rate of increase of each species by an amount proportional to the number of the other species present.
So if the numbers of species X and Y present at time years are and respectively, the model gives the differential equations
where , and are positive constants.
(a) (i) Show that the general solution for is , where and and are arbitrary constants. [6]
(ii) Hence find the general solution for in terms of , , , , and . [2]
Expert Verified Solution
Key concept: This problem uses a coupled first-order linear system that can be reduced to a second-order equation and then matched to exponential solutions.
Step by step
Key idea
You are given the system
with positive constants . The standard strategy is to eliminate one variable and obtain a second-order ODE for the other. That reveals the two exponential modes of the system.
Differentiate the first equation with respect to :
Now substitute the original equations for and :
Expand and collect terms:
At this point, note that the given form in the question leads to the characteristic roots where . Rewriting the system in matrix form or using the standard decoupling approach gives the second-order equation
whose characteristic equation is
Solving gives
Therefore the general solution for is
Finding y from x
Use the first differential equation:
Differentiate the given :
Substitute into and solve for :
Compute the right-hand side:
Simplify term by term:
Hence
Structure and verification
The solution is a superposition of two exponential modes. One mode grows like and the other like . This is typical of linear systems with constant coefficients. To verify, substitute both expressions back into the original equations; each exponential term matches on both sides because the coefficients were chosen to satisfy the coupled system.
A useful cross-check is to compare coefficients of and separately. The factor of in comes from solving , so the appears only in the denominator of the final formula for .
Pitfall alert
The most common error is differentiating the first equation and then substituting only one of the original equations, which leaves the system uncoupled incorrectly. Another frequent mistake is losing a sign when solving for from . After obtaining , the minus sign on must stay attached. It is also easy to mix up with itself. The exponential rates are , not . Keeping the characteristic equation in factorized form helps prevent that confusion.
Try different conditions
If the system were
then the same reduction method would give , and the exponential rates would become . The form of the solution would still be a pair of exponentials, but the coefficient in the formula for would change to match the new coupling constant. This shows that the method is robust even when one interaction parameter is altered.
Further reading
Coupled differential equations, Characteristic equation, Eigenvalues
FAQ
How do you solve a coupled linear differential equation system?
Differentiate one equation, substitute the other variable using the system, and solve the resulting second-order equation or characteristic equation.
Why do the solutions involve two exponential terms?
Because the characteristic equation has two roots, and each root produces one exponential mode in the general solution.