Coupled Differential Equations
Stage 20 of 23 Strand 4 of 4 4 lessons
4 illustrated lessons, each teaching the why before the how.
Revise Coupled Differential Equations with flashcards →
Jump to a lesson
Coupled Differential Equations #
Two rates that each need the other quantity.
Two rates that each depend on both quantities form one matrix equation,
Two quantities whose rates each depend on the other are coupled, so they must be solved together.
Stack them and the pair is a single matrix equation: .
Divide one rate by the other to get , and the pair prescribes a direction at every point.
Both rates vanish at the origin, so a pair starting there never moves at all.
Population models take the same form: each quantity appears in the rate of the other.
Euler’s method still works: step both together, each from the current pair of values.
Now you
What makes a pair of differential equations coupled?
and . Where does the pair stay still?
Lesson complete. Continue your journey in the app — your progress saves there.
Solving a Coupled System with Eigenvalues #
One exponential per eigenvalue, added together.
With two real eigenvalues the solution is plus
Guess a solution that keeps one direction and only changes length: .
Cancel and the guess works exactly when v is an eigenvector of M.
For this M the characteristic polynomial is , so or .
Solving twice gives the directions (1, 2) and (1, −2).
Add the two, each with its own constant, and that is the general solution.
The initial values fix the constants: from X(0) = (2, 0), both A and B come out as 1.
In the long run the larger eigenvalue dominates, and the pair lines up along (1, 2).
Now you
M has eigenvalues 3 and −1 with eigenvectors (1, 2) and (1, −2). The general solution is
Feeding into requires
Lesson complete. Continue your journey in the app — your progress saves there.
Phase Portraits and Equilibrium Types #
Saddle, stable node, unstable node, spiral.
The signs of the two eigenvalues decide whether paths run into the origin, away from it, or past it
Plot y against x rather than against t, and each solution becomes one path.
The two eigenvector directions are straight paths: a path that starts on one never leaves it.
With one eigenvalue positive and one negative, paths come in, turn, and leave again. This is a saddle point.
With both eigenvalues negative every path runs into the origin. This is a stable node.
With both eigenvalues positive every path runs away from the origin instead. This is an unstable node.
Complex eigenvalues turn every path; with a negative real part, each path spirals in to the origin.
So the eigenvalues predict the shape of the portrait before a single path is drawn.
Now you
The eigenvalues are −1 + 2i and −1 − 2i. The paths
The eigenvalues are −2 and −4. The origin is
Lesson complete. Continue your journey in the app — your progress saves there.
A Second-Order Equation as a Coupled System #
Name the derivative and the order drops.
Naming the first derivative turns one second-order equation into two first-order ones
Name the derivative v and one second-order equation becomes two first-order ones.
The first line is the definition , and the second line is the original equation solved for .
So with X = (x, v), and M reads straight off the coefficients.
Its characteristic polynomial is , which is the auxiliary equation.
The roots −1 and −2 give the same solution the auxiliary equation gives.
Drawn as v against x, every path tends to the origin: the motion dies away.
Euler’s method applies too: one step of the pair is one step of the original equation.
Now you
To turn x″ + 3x' + 2x = 0 into a pair, what is named v?
The characteristic polynomial of that M is
Lesson complete. Continue your journey in the app — your progress saves there.