Wronskian and Linear Independence

College Depth 80 in the knowledge graph I know this Set as goal
Unlocks 655 downstream topics
wronskian linear-independence theoretical

Core Idea

The Wronskian W[y₁, y₂] = y₁y₂' - y₂y₁' is a determinant measuring linear independence of two solutions. If W ≠ 0 at any point, the solutions are linearly independent and form a fundamental set generating all solutions. For linear ODEs, the Wronskian is either always zero or never zero, making it a definitive test for independence.

Explainer

From your study of 2×2 determinants, you know that the determinant of a matrix [[a, b], [c, d]] equals ad - bc, and that a nonzero determinant means the rows (or columns) are linearly independent. The Wronskian applies this idea to functions: it is the determinant of the matrix [[y₁, y₂], [y₁', y₂']], which equals y₁y₂' - y₂y₁'. Think of it as asking whether the functions y₁ and y₂ are "pointing in different directions" in function space — independent in the same sense that two non-parallel vectors are geometrically independent.

If W[y₁, y₂](t₀) ≠ 0 at even a single point, the solutions are linearly independent and form a fundamental set: every solution to the ODE can be written as y = c₁y₁ + c₂y₂ for some constants c₁ and c₂. This is the ODE analogue of saying two independent vectors span a plane. If W = 0 everywhere, the solutions are linearly dependent — one is a constant multiple of the other, and they only span a one-dimensional family of solutions, which is not enough to capture the full solution space of a second-order equation.

The remarkable property specific to linear ODEs is Abel's theorem: the Wronskian satisfies W'(t) = -p(t)W(t) for a linear ODE y'' + p(t)y' + q(t)y = 0. Solving this first-order ODE gives W(t) = W(t₀)e^(-∫p dt), which is either always zero (if W(t₀) = 0) or never zero (if W(t₀) ≠ 0). There is no "sometimes zero, sometimes not." This means you only need to check the Wronskian at a single convenient point — usually t = 0 or t = 1 — to determine independence everywhere.

To use this in practice: whenever you have two candidate solutions y₁ and y₂, compute W[y₁, y₂] and verify it is nonzero before writing down the general solution c₁y₁ + c₂y₂. For example, y₁ = e^(2t) and y₂ = e^(-t): W = e^(2t)(-e^(-t)) - e^(-t)(2e^(2t)) = -e^t - 2e^t = -3e^t ≠ 0. So {e^(2t), e^(-t)} is a fundamental set and the general solution is y = c₁e^(2t) + c₂e^(-t). This structural verification — checking independence before asserting the general solution — prevents the error of writing a "general solution" that secretly misses an entire family of solutions.

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 OrderWronskian and Linear Independence

Longest path: 81 steps · 346 total prerequisite topics

Prerequisites (2)

Leads To (1)