Second-Order Linear Homogeneous Differential Equations

College Depth 77 in the knowledge graph I know this Set as goal
Unlocks 4474 downstream topics
second-order homogeneous linear

Core Idea

A second-order linear homogeneous ODE has the form y'' + p(x)y' + q(x)y = 0. The general solution is a linear combination of two linearly independent solutions: y = c₁y₁ + c₂y₂. For constant coefficients, solutions have exponential or trigonometric form determined by a characteristic equation. These equations model vibrations, electrical circuits, and countless physical phenomena.

Explainer

You already know how to solve first-order linear ODEs, which have a one-parameter family of solutions y = Ce^(∫−p dx). Second-order equations are one level harder: y'' + p(x)y' + q(x)y = 0 involves two derivatives, and the general solution has two free constants c₁ and c₂. Two constants are needed because specifying a unique solution requires two initial conditions — typically the value of y and the value of y' at a single point.

The structure of the general solution is y = c₁y₁ + c₂y₂, where y₁ and y₂ are any two linearly independent solutions. "Linearly independent" means neither is a constant multiple of the other — they represent genuinely different behaviors of the system. Any solution you could possibly find is a linear combination of these two, so once you have y₁ and y₂, you have everything. This is why the prerequisite on linear independence matters: it gives you the language to confirm you have a complete solution set.

For constant-coefficient equations y'' + py' + qy = 0, the key insight is the trial solution y = eʳˣ. Since (eʳˣ)'' = r²eʳˣ and (eʳˣ)' = reʳˣ, substituting into the ODE gives (r² + pr + q)eʳˣ = 0. Since eʳˣ ≠ 0, this reduces to the characteristic equation r² + pr + q = 0 — a plain quadratic. Its roots determine the solution form:

The complex-root case explains why these equations model oscillation. A simple spring-mass system satisfies y'' + ky = 0 (no damping term), whose characteristic roots are ±i√k — pure imaginary. The solution is c₁cos(√k · x) + c₂sin(√k · x), perpetual sinusoidal motion. Adding a damping term y' shifts the roots into the left complex half-plane, introducing a decaying exponential factor eᵅˣ with α < 0: the system oscillates but with amplitude that shrinks over time. The characteristic equation encodes all of this physics in two numbers.

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 EquationsSecond-Order Linear Homogeneous Differential Equations

Longest path: 78 steps · 320 total prerequisite topics

Prerequisites (2)

Leads To (8)