Linear Algebra
Chapter 6/Eigenvalues

6.2Systems of Linear Differential Equations

The reason eigenvalues matter outside linear algebra. A coupled system of differential equations is impossible to attack directly — but in the eigenvector basis it decouples into independent copies of , each with the solution you already know.

What you must be able to do

  • has solution for each eigenpair — real or complex.
  • General solution , valid when has independent eigenvectors.
  • Initial condition gives the linear system for the constants.
  • Complex pair : take real and imaginary parts to get — exponential growth rotation.

A first-order system packages into , where and are vector-valued functions of . For this is with solution — the whole method is the guess that the general case looks the same.

Try . Then while . These match for all exactly when — so every eigenpair gives a solution.

Structure of the solution set
Linear combinations of solutions are solutions, and the solution set of an system is an -dimensional subspace of the space of continuous vector-valued functions. So independent eigenvectors give the general solution

Adding makes it an initial value problem with a unique particular solution.

Worked example

An initial value problem end to end

0/6 steps
Solve , with , .

Complex eigenvalues

If with eigenvector , then and are both solutions. Their average and their difference over are real, giving two real solutions:

Key idea
Read the dynamics straight off the eigenvalue: the real part controls growth () or decay (); the imaginary part sets the oscillation frequency. Purely imaginary eigenvalues ⟹ closed orbits.

Higher-order systems

A second-order system becomes first order by introducing and :

The price is size: an th-order system in unknowns becomes a first-order system of size , requiring initial conditions. Special case: if the system is simply , no new variables are needed — take to be an th root of an eigenvalue , and is a solution.

Check your work

Eigenvalues, eigenspaces & diagonalizability

Builds the characteristic polynomial exactly, factors out rational roots, then solves the null space of A − λI.

characteristic polynomial
p(λ) = λ³ − 2λ² + λ = 0
trace = Σλ
2
det = Πλ
0
diagonalizable
yes
λ = 0algebraic mult. 1 · geometric mult. 1
eigenspace basis:
1
1
1
λ = 1algebraic mult. 2 · geometric mult. 2
eigenspace basis:
3
1
0
-1
0
1

Get the eigenvalues and eigenvectors you need for the general solution.

Check yourself

Q1
For with an real matrix, a solution of the form works precisely when:
T / F
To write the general solution of as , you need linearly independent eigenvectors.
Q3
is real with complex eigenvalue and eigenvector . Two real-valued solutions of are:
T / F
A second-order system with converts into a first-order system of size .