A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Eigenvalue Method for Systems of ODEs

College Depth 99 in the knowledge graph I know this Set as goal
54topics build on this
464prerequisites beneath it
See this on the map →
Eigenvalues and EigenvectorsSystems of First-Order Linear Differential EquationsEigenfunction Expansions and Sturm-Liouville TheoryPhase Portraits for Linear Systems
systems eigenvalue diagonalization

Core Idea

To solve y' = Ay, find eigenvalues λ and eigenvectors v of A. Each eigenvalue-eigenvector pair gives a solution y = eλtv. For complex eigenvalues, extract real and imaginary parts to form real-valued oscillating solutions.

How It's Best Learned

Work through 2×2 systems step-by-step: compute det(A - λI) = 0, find λ, solve (A - λI)v = 0 for v. Construct the general solution and verify by substitution.

Common Misconceptions

Explainer

To solve a single first-order linear ODE y' = ay, you know the answer is y = Ceat — an exponential, where a is the coefficient. The eigenvalue method generalizes this to a system of n coupled equations written as y' = Ay, where y is a vector of n unknown functions and A is an n×n matrix. The key insight is the same: look for solutions of the form y = eλtv, where λ is a scalar and v is a constant vector. Substituting y = eλtv into y' = Ay gives λeλtv = Aeλtv, and dividing by the nonzero scalar eλt gives Av = λv. This is exactly the eigenvalue equation from linear algebra: v must be an eigenvector of A with eigenvalue λ.

So the method is: find the eigenvalues and eigenvectors of the matrix A, then construct solutions. For a 2×2 system, you compute det(A − λI) = 0 to find two eigenvalues λ₁ and λ₂. For each eigenvalue λᵢ, you solve (A − λᵢI)v = 0 to find the corresponding eigenvector vᵢ. Each pair gives an independent solution y = eλᵢtvᵢ. The general solution is their linear combination: y = c₁eλ₁tv₁ + c₂eλ₂tv₂. You determine the constants c₁ and c₂ from initial conditions.

When the eigenvalues are complex — which happens when the characteristic polynomial has no real roots — the solutions still work, but you must extract real-valued solutions. If λ = α + βi is a complex eigenvalue with eigenvector v = p + qi (where p and q are real vectors), then the complex solution eλtv expands using Euler's formula: e(α+βi)t(p + qi) = eαt[(cos βt)p − (sin βt)q] + ieαt[(sin βt)p + (cos βt)q]. The real and imaginary parts are each real-valued solutions, and together they replace the pair of complex solutions. This is why complex eigenvalues produce oscillatory behavior in the system — the sin and cos terms encode rotations in the solution space.

The eigenvalue method works because the exponential structure eλtv perfectly matches the structure of the system y' = Ay — the derivative of an exponential is proportional to itself, and a matrix-vector product with an eigenvector is proportional to the same vector. When A has n linearly independent eigenvectors (which is guaranteed if all eigenvalues are distinct, and is the usual case), the n independent solutions span the full solution space, and every solution is a linear combination of them. This is the diagonalization of the system: in the eigenvector basis, A acts by simply scaling each component, so the coupled system decouples into n independent scalar equations, each solved by an exponential.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionFundamental Theorem of Calculus Part 1Fundamental Theorem of Calculus Part 2U-SubstitutionSeparable Equations (Intro)Separable Differential EquationsIntegrating Factor Method for First-Order Linear ODEsFirst-Order Linear Ordinary Differential EquationsSecond-Order Linear Homogeneous Differential EquationsCharacteristic Equation Method for Linear ODEsRepeated Roots and Reduction of OrderWronskian and Linear IndependenceMethod of Undetermined CoefficientsHigher-Order Linear Differential EquationsSystems of First-Order Linear Differential EquationsEigenvalue Method for Systems of ODEs

Longest path: 100 steps · 464 total prerequisite topics

Prerequisites (2)

Leads To (2)