Systems of First-Order Linear Differential Equations

College Depth 77 in the knowledge graph I know this Set as goal
Unlocks 4083 downstream topics
systems linear matrix-form

Core Idea

A system of first-order linear ODEs can be written in matrix form: y' = Ay + b(t), where y is a vector, A is a matrix, and b(t) is a forcing vector. This unified framework handles coupled equations and higher-order ODEs (converted to systems) via eigenvalue analysis.

Explainer

When you studied first-order linear ODEs, each equation involved a single unknown function. Real systems — from predator-prey dynamics to electrical circuits — involve multiple coupled unknowns that influence each other's rates of change. A system of first-order linear ODEs captures exactly this: you have n unknown functions y₁, y₂, ..., yₙ, and each derivative yᵢ' depends linearly on all the others.

The key insight is that such a system can be written as a single matrix equation y' = Ay + b(t), where y is a vector of unknowns and A is a matrix whose entries encode the coupling. This is structurally identical to the scalar equation y' = ay + b(t) that you already know how to solve. The matrix A plays the same role as the scalar constant a — it governs how fast and in what direction the system evolves. This analogy is not just suggestive; the solution methods are direct generalizations.

One of the most powerful applications of this framework is converting higher-order ODEs into first-order systems. A second-order equation y'' = f(t, y, y') can be rewritten by introducing y₁ = y and y₂ = y', turning one second-order equation into two coupled first-order equations. This means every technique you develop for first-order systems — including eigenvalue methods and matrix exponentials — automatically applies to second-order and higher-order problems as well.

The solution to the homogeneous system y' = Ay (with b = 0) is built from the eigenvalues and eigenvectors of A. If A has eigenvalue λ with eigenvector v, then y(t) = e^(λt)v is a solution — you can verify this by differentiating. The general solution is a linear combination of such solutions, one per eigenvalue. The eigenvalue method, which you will study next, makes this systematic: it translates the ODE problem entirely into linear algebra, where you already have the tools to proceed.

Practice Questions 3 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication 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 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-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 IntroductionTrigonometric 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-SubstitutionIntegration by PartsSeparable Differential EquationsIntegrating Factor Method for First-Order Linear ODEsFirst-Order Linear Ordinary Differential EquationsSystems of First-Order Linear Differential Equations

Longest path: 78 steps · 321 total prerequisite topics

Prerequisites (2)

Leads To (12)