Coupled Equations (AQA A-Level Further Maths): Revision Notes
Coupled Equations
Introduction to coupled differential equations
Coupled differential equations are systems where the rates of change of multiple variables depend on each other. Unlike the simpler differential equations you've studied before (which typically involve just two variables), coupled systems involve three or more variables that interact simultaneously.
These equations are particularly useful for modelling real-world situations where multiple quantities influence each other's behaviour. Common applications include:
- Population dynamics (predator-prey relationships)
- Chemical reactions (decay chains and equilibria)
- Physical systems with multiple interacting components
- Economic models with interdependent variables
Predator-prey problems
One of the most important applications of coupled equations is in predator-prey models, which describe populations of two species where one species (the predator) hunts the other species (the prey).
Key definitions:
- Predator: A species that hunts and eats another species
- Prey: A species that is eaten by the predator
Understanding these roles is essential for setting up the correct equations with appropriate signs (positive for growth, negative for predation).
Consider an island populated by foxes and rabbits. Let represent the number of foxes and represent the number of rabbits. The foxes hunt and eat the rabbits (making foxes the predators and rabbits the prey). Meanwhile, rabbits eat grass but are hunted by foxes.
The rate of change of each population depends on both populations:
-
depends on both and . More rabbits lead to more breeding and deaths, but more foxes lead to more rabbits being eaten.
-
depends on both and . More rabbits provide more food for foxes, but more foxes lead to increased competition and breeding.
This gives rise to a system of coupled equations of the form:
where , , , and are constants determined by the specific situation.
Method for solving coupled systems
To solve a system of coupled differential equations, you need to convert it into a single second-order differential equation. This is done through a systematic process of differentiation and substitution.
Step-by-step method:
-
Choose one equation to differentiate (usually the simpler one, or the one that makes substitution easier)
-
Differentiate with respect to to obtain a second derivative
-
Substitute from the original equations to eliminate the other variable, leaving you with a single second-order differential equation in one variable
-
Solve the second-order equation using standard techniques:
- Find the characteristic equation
- Solve for the roots
- Write the complementary function
- Find the particular integral if needed
- Form the general solution
-
Use initial conditions to find unknown coefficients
-
Find the other variable by substituting back into one of the original equations
Demonstration using predator-prey equations:
Starting with equations (1) and (2) above, differentiate equation (1):
Now substitute for from equation (2):
Now substitute from equation (1):
Rearranging gives:
This is now a second-order differential equation in and that you can solve using standard techniques.
Worked example 1: Basic coupled system
Question: A system of differential equations is given by:
where when .
Find expressions for and in terms of .
Solution:
We'll differentiate equation (2) and use equation (1) to substitute for .
Differentiating equation (2) gives:
Substitute dx/dt = x + 4y from equation (1):
Now substitute 2x = dy/dt - 3y + 10 from equation (2):
The characteristic equation is:
So or .
The complementary function is:
For the particular integral, try (a constant):
The general solution is:
Differentiating gives:
Finding the constants using initial conditions:
From equation (2) at :
Substituting into equation (3):
Substituting into equation (4):
Solving simultaneously: and
Adding: , so
Therefore .
So:
Finding :
From equation (2):
Using :
Exam tip: Always verify your solutions by substituting back into the original equations to check they satisfy both differential equations and the initial conditions.
Worked example 2: Chemical reaction problem
Question: In a chemical reaction, substance decays into substance , which itself decays.
- The rate of decay of , in grams per hour, is given by twice the amount of substance , in grams.
- The rate of change of , in grams per hour, is given by the amount of substance , in grams, minus three times the amount of substance , in grams.
a) Set up two differential equations for and , the amounts in grams, of substances and respectively.
b) Given that initially and , solve for and at time hours.
c) Prove that there can never be equal amounts of and .
Solution:
Part a) Setting up the equations
Let x = amount of substance (in grams) and y = amount of substance (in grams).
Since decays, the rate must be negative:
The rate of change of is:
Exam tip: Remember to include the negative sign when a quantity is decaying. The rate of decrease is negative.
Part b) Solving the system
Differentiate the second equation:
Substitute :
The characteristic equation is:
So or .
The general solution is:
Using initial conditions:
At :
From the second equation:
Differentiating :
So:
Since , we can write:
At :
Therefore .
The solutions are:
Exam tip: You could have chosen to differentiate the first equation instead, but it's usually easier to eliminate from this equation as it appears without other terms.
Part c) Proving and can never be equal
Suppose at some time there are equal amounts: .
But for all values of (exponential functions are always positive), and for all .
Therefore this equation is impossible, which means and can never be equal.
Answer in context: There can never be equal amounts of substances and at any time during the reaction.
Worked example 3: Predator-prey population dynamics
Question:
An isolated island supports populations of sparrowhawks and finches.
- The number of sparrowhawks increases at a rate proportional to the number of finches. When there are 64 finches present, the rate of increase of sparrowhawks is 16 per year.
- If there are no sparrowhawks present, then the finch population would increase by per year.
- If there are sparrowhawks present, then, on average, each sparrowhawk kills finches per year.
a) Set up two differential equations to model the population of sparrowhawks and finches.
Initially there are sparrowhawks and finches.
b) Find the number of sparrowhawks and finches years later.
c) What happens to the populations of finches and sparrowhawks in the distant future?
Solution
Part (a): Setting up the model
Let
= number of sparrowhawks
= number of finches
= time in years
Sparrowhawks
The rate of increase of sparrowhawks is proportional to the number of finches:
When , :
So,
Finches
- With no sparrowhawks present:
- With sparrowhawks present:
Part (b): Solving the system
The system is:
Differentiate equation (2):
Substitute from (1):
The characteristic equation is:
This is a repeated root, so:
From equation (2):
Differentiate :
Substitute:
Applying initial conditions
At :
At :
Therefore,
Part (c): Long-term behaviour
The finch population becomes zero when:
The sparrowhawk population becomes zero when:
Conclusion:
The finch population dies out after years. After this point, sparrowhawks have no food source, so their population would also decline. In reality, the model would no longer apply once the finch population reaches zero, but it predicts the eventual extinction of both populations.
Exam tip: After finding your solution, always interpret it in context. If a population becomes negative, explain that the model breaks down and describe what would actually happen in the real situation.
Problem-solving strategy for coupled systems
When solving problems involving coupled differential equations, follow this systematic approach:
Five-Step Strategy:
-
Define any variables that you need. Be clear about what each variable represents, including units where appropriate.
-
Use the information in the question to set up the coupled differential equations. Translate word descriptions into mathematical relationships carefully, paying attention to signs (growth vs decay, increase vs decrease).
-
Differentiate one of the equations and use the original equations to eliminate the other variable to obtain a second-order differential equation. Choose the equation that's easier to differentiate or that makes substitution simpler.
-
Solve the second-order differential equation and hence solve for both variables. Use the characteristic equation method, find the complementary function and particular integral, then apply initial conditions.
-
Interpret your solution in the context of the question. Explain what your mathematical answer means in real-world terms. Check if the solution makes physical sense (e.g., populations shouldn't be negative).
Exam tips:
- Always include negative signs for decay or decrease
- Choose the easier differentiation path (usually the one with simpler terms)
- Use initial conditions to find all unknown coefficients
- Check your solutions satisfy both original equations
- Answer questions in context, explaining the meaning of your results
Remember!
Key Points to Remember:
-
Coupled differential equations involve multiple variables whose rates of change depend on each other. You solve them by converting to a single second-order differential equation.
-
The solution method has four key steps: choose an equation to differentiate, substitute to eliminate one variable, solve the resulting second-order equation, then find the other variable.
-
Predator-prey problems model populations where one species hunts another. The prey equation typically has a growth term and a predation term (negative), while the predator equation has terms depending on food availability.
-
Always interpret solutions in context. If populations become negative, explain that the model breaks down. Consider what happens in the long term and what this means in reality.
-
Use initial conditions carefully to find all unknown coefficients. You'll often need to use both original equations and the differentiated form to generate enough simultaneous equations.