Courses / Business I
Mathematics II

Systems of Differential Equations

Business I 404 words Free to read

When Variables Interact

Many economic systems involve two or more variables that evolve simultaneously and influence each other. A system of ODEs captures this:

x˙=f(x,y),y˙=g(x,y)\dot{x} = f(x, y), \qquad \dot{y} = g(x, y)

Linear systems: when ff and gg are linear, the system can be written in matrix form:

x˙=Ax,where A=(abcd)\dot{\mathbf{x}} = A\mathbf{x}, \qquad \text{where } A = \begin{pmatrix} a & b \\ c & d \end{pmatrix}

The solution involves the eigenvalues of AA, connecting this lesson to Lesson 5:

x(t)=c1eλ1tv1+c2eλ2tv2\mathbf{x}(t) = c_1 e^{\lambda_1 t} \mathbf{v}_1 + c_2 e^{\lambda_2 t} \mathbf{v}_2

Phase diagrams show trajectories in the (x,y)(x, y) plane — how the system evolves from any starting point. The equilibrium (x,y)(x^*, y^*) is where x˙=0\dot{x} = 0 and y˙=0\dot{y} = 0 simultaneously.

Classification by eigenvalues:

Economic examples:

The saddle path is especially important in economics: forward-looking agents (who expect the economy to reach equilibrium) choose the initial conditions that place the system on the stable manifold of the saddle point. This is the mathematical foundation of rational-expectations macroeconomics.

Eigenvalues decide the fate

EigenvaluesEquilibrium typeBehaviour
Both real, negativeStable nodeEverything converges
Both real, positiveUnstable nodeEverything diverges
Opposite signsSaddleConverges only along one line
Complex, negative real partStable spiralOscillates inward
Complex, positive real partUnstable spiralOscillates outward
Tip: You rarely need the full solution — the eigenvalues alone classify the equilibrium. Real parts answer "stable or not"; imaginary parts answer "does it oscillate." That is usually the whole economic question.

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

14practice questions
2interactive scenes
Start Business I free

Mathematics II