Repeated Roots and Reduction of Order

College Depth 79 in the knowledge graph I know this Set as goal
Unlocks 656 downstream topics
repeated-roots reduction-of-order second-solution

Core Idea

When the characteristic equation has a repeated root r, one solution is e^(rx), but we need a second linearly independent solution. The reduction-of-order method yields y₂ = x·e^(rx). The general solution is y = (c₁ + c₂x)e^(rx). For higher multiplicities, additional solutions involve higher powers of x. This technique extends beyond repeated roots to finding second solutions from any known solution.

Explainer

Recall from the characteristic equation method that for a second-order linear ODE y'' + py' + qy = 0, you try y = e^{rx}, substitute in, and get a quadratic equation in r. When that quadratic has two distinct roots r₁ and r₂, you get two independent solutions e^{r₁x} and e^{r₂x} and you're done. But a repeated root — when the discriminant is zero and r₁ = r₂ = r — gives only one solution e^{rx} from the characteristic equation, leaving you one solution short of a complete general solution.

The reduction-of-order method finds the missing second solution. The idea: if you already know one solution y₁ = e^{rx}, try y₂ = v(x)·y₁ = v(x)·e^{rx} for some unknown function v(x). Substitute y₂ into the ODE and apply the product rule (which you know) to differentiate. The key algebraic miracle is that the terms involving v(x) itself cancel — because y₁ is already a solution — and you're left with an equation only in v' and v''. Setting w = v' reduces this to a first-order ODE for w, which you can solve. For the repeated-root case, you end up with w'' = 0 (after substitution), so w is constant and v(x) = c₁ + c₂x. This gives y₂ = (c₁ + c₂x)e^{rx}, and factoring out c₁e^{rx} (a multiple of y₁) leaves the independent part y₂ = xe^{rx}.

Geometrically, the two solutions e^{rx} and xe^{rx} span a two-dimensional solution space. The factor of x makes them linearly independent — neither is a constant multiple of the other — so their linear combination y = (c₁ + c₂x)e^{rx} provides the full family of solutions. You can verify independence using the Wronskian (which you'll study next): W(e^{rx}, xe^{rx}) = e^{2rx} ≠ 0, confirming the two solutions are independent.

The reduction-of-order technique is more general than the repeated-root setting. Given *any* known solution y₁ to a second-order linear ODE — whether or not it came from a characteristic equation — you can use the same substitution y₂ = v(x)·y₁ to find a second independent solution. This is particularly valuable for variable-coefficient equations like Euler–Cauchy equations, where you might guess one solution by inspection and need a systematic method to find the second. The pattern of "multiply a known solution by an unknown function, substitute, and watch the equation reduce in order" recurs throughout differential equations and is worth internalizing as a general strategy.

Practice Questions 5 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 EquationsCharacteristic Equation Method for Linear ODEsRepeated Roots and Reduction of Order

Longest path: 80 steps · 340 total prerequisite topics

Prerequisites (2)

Leads To (1)