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 n independent copies of y′=λy, each with the solution you already know.
What you must be able to do
Y′=AY has solution eλtx for each eigenpair (λ,x) — real or complex.
General solutionY=c1eλ1tx1+⋯+cneλntxn, valid when A has n independent eigenvectors.
Initial condition Y(0)=Y0 gives the linear system Xc=Y0 for the constants.
Complex pair a±bi: take real and imaginary parts to get eat[(cosbt)Rex∓(sinbt)Imx] — exponential growth × rotation.
A first-order system yi′=ai1y1+⋯+ainyn packages into Y′=AY, where Y and Y′ are vector-valued functions of t. For n=1 this is y′=ay with solution y=ceat — the whole method is the guess that the general case looks the same.
Try Y=eλtx. Then Y′=λeλtx while AY=eλtAx. These match for all t exactly when Ax=λx — so every eigenpair gives a solution.
Structure of the solution set
Linear combinations of solutions are solutions, and the solution set of an n×n system Y′=AY is an n-dimensional subspace of the space of continuous vector-valued functions. So n independent eigenvectors give the general solution
Y=c1eλ1tx1+c2eλ2tx2+⋯+cneλntxn.
Adding Y(0)=Y0 makes it an initial value problem with a unique particular solution.
Worked example
An initial value problem end to end
0/6 steps
Solve y1′=3y1+4y2, y2′=3y1+2y2 with y1(0)=6, y2(0)=1.
Complex eigenvalues
If λ=a+bi with eigenvector x=Rex+iImx, then eλtx and eλˉtxˉ are both solutions. Their average and their difference over 2i are real, giving two real solutions:
Read the dynamics straight off the eigenvalue: the real part a controls growth (a>0) or decay (a<0); the imaginary part b sets the oscillation frequency. Purely imaginary eigenvalues ⟹ closed orbits.
Higher-order systems
A second-order system Y′′=A1Y+A2Y′ becomes first order by introducing Y1=Y and Y2=Y′:
(Y1′Y2′)=(OA1IA2)(Y1Y2)
The price is size: an mth-order system in n unknowns becomes a first-order system of size mn, requiring mn initial conditions. Special case: if the system is simply Y(m)=AY, no new variables are needed — take σ to be an mth root of an eigenvalue λ, and Y=eσtx 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 Y′=AY with A an n×n real matrix, a solution of the form eλtx works precisely when:
T / F
To write the general solution of Y′=AY as c1eλ1tx1+⋯+cneλntxn, you need n linearly independent eigenvectors.
Q3
A is real with complex eigenvalue λ=a+bi and eigenvector x. Two real-valued solutions of Y′=AY are:
T / F
A second-order system Y′′=A1Y+A2Y′ with Y∈Rn converts into a first-order system of size 2n.