A Comprehensive Reference Guide
Compiled from:
Zill, Boyce & DiPrima, Nagle Saff & Snider
,Table of Contents
Chapter 1: Fundamentals and Terminology
Chapter 2: Homogeneous Equations with Constant Coefficients
Chapter 3: Reduction of Order
Chapter 4: Method of Undetermined Coefficients
Chapter 5: Variation of Parameters
Chapter 6: Cauchy-Euler Equations
Chapter 7: Applications
Chapter 8: Series Solutions
Appendix A: Methods Comparison Table
Appendix B: Formula Sheet
Appendix C: Glossary of Terms
Appendix D: References
, Chapter 1: Fundamentals and Terminology
What is a Second Order Linear ODE?
A second-order linear ordinary differential equation is an equation involving a function y(x), its first derivative y'(x),
and its second derivative y''(x).
Standard Form
y'' + P(x)y' + Q(x)y = g(x)
where P(x), Q(x), and g(x) are continuous functions. When a = 1 by convention (normalized form).
Homogeneous vs Nonhomogeneous
Homogeneous: g(x) = 0 (no forcing function)
Nonhomogeneous: g(x) ≠ 0 (forcing function present)
Superposition Principle
If y₁ and y₂ are solutions to the homogeneous equation y'' + P(x)y' + Q(x)y = 0, then any linear combination y =
c₁y₁ + c₂y₂ is also a solution.
Existence and Uniqueness Theorem
If P(x), Q(x), and g(x) are continuous on an interval I, then the initial value problem y'' + P(x)y' + Q(x)y = g(x) with
y(x₀) = y₀ and y'(x₀) = y₁ has a unique solution on I.
Linear Independence and the Wronskian
Two solutions y₁ and y₂ are linearly independent on interval I if W(y₁, y₂) ≠ 0 at some point in I, where the
Wronskian is:
W(y₁, y₂) = y₁y₂' - y₂y₁'
Abel's Theorem
For solutions y₁ and y₂ of y'' + P(x)y' + Q(x)y = 0, the Wronskian satisfies:
W(x) = Ce^(-∫P(x)dx)
where C is determined by initial conditions. This relates the Wronskian at different points.