Courses / Business I
Mathematics II

Systems of Differential Equations

Business I 240 words Free to read

Interacting Variables

Many economic systems involve variables evolving simultaneously. A system of ODEs captures this interaction:

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

When linear, we write it in matrix form as x˙=Ax\dot{\mathbf{x}} = A\mathbf{x}, where A=(abcd)A = \begin{pmatrix} a & b \\ c & d \end{pmatrix}.

The general solution relies on the eigenvalues of AA:

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 plot trajectories in the (x,y)(x, y) plane. The equilibrium (x,y)(x^*, y^*) occurs where x˙=0\dot{x} = 0 and y˙=0\dot{y} = 0 simultaneously.

Economic examples include IS-LM dynamics, predator-prey market share models, and the Ramsey growth model where consumption and capital evolve jointly.

Eigenvalues and Stability

You rarely need the full solution because eigenvalues alone classify the equilibrium. Real parts answer if it is stable; imaginary parts answer if it oscillates.

EigenvaluesEquilibrium typeBehaviour
Both real, negativeStable nodeConverges to equilibrium
Both real, positiveUnstable nodeDiverges from equilibrium
Opposite signsSaddle pointConverges along one direction
Complex, negative realStable spiralOscillating convergence
Complex, positive realUnstable spiralOscillating divergence

The saddle path is crucial in macroeconomics: forward-looking agents select initial conditions placing the system on the stable manifold, driving rational-expectations models to steady state.

Where the eigenvalue sits in the COMPLEX plane, read against what the

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

Mathematics II