Series Solutions
When a differential equation cannot be solved by elementary analytical methods (especially when it involves variable coefficients like ), we often assume the solution can be represented as an infinite power series.
Power Series Solution
We assume a solution of the form:
Typically, we expand the series around (a Maclaurin series):
Convergence and the Ratio Test
A power series is only useful if it converges to a finite value. The interval of values for which the series converges is called the interval of convergence, centered at , and half its length is the radius of convergence, .
Finding the Radius of Convergence
The primary tool to find is the Ratio Test. A power series converges absolutely if the limit of the absolute ratio of successive terms is less than 1:
Applying this to the power series :
- Set up the limit:
- Solve for :
If , it converges only at . If , it converges for all real .
Power Series Convergence
Before diving into solving DEs with series, it helps to visualize how a power series converges to a target function as more terms are added within its radius of convergence. This is the foundation of Taylor series approximations.
Power Series Convergence Visualization
True Function
Approximation (1 term)
1 TermTerms: 115 Terms
Ordinary vs. Singular Points
Before solving a second-order linear DE, , we must check if the expansion point is ordinary or singular.
Classification of Points
First, rewrite the DE in standard form: , where and .
- Ordinary Point: If both and are analytic (have convergent Taylor series) at . Practically, this means . Use the standard power series method.
- Singular Point: If (meaning or is undefined at ).
- Regular Singular Point: If the singularities are "mild." Specifically, if and are both analytic at . Use the Frobenius Method.
- Irregular Singular Point: If the conditions for a regular singular point fail. Solutions behave wildly, and these methods generally do not apply.
Method of Power Series (Around an Ordinary Point)
- Assume Solution: Write .
- Differentiate: Find and .
- Substitute: Plug into the DE.
- Shift Indices: Adjust the summation indices () so all terms involve the exact same power of (e.g., ) and start at the same lower limit.
- Find Recurrence Relation: Combine the sums. By the identity property of series, the coefficient of every power must equal zero. This gives an algebraic equation for in terms of and , etc.
- Solve: Use the recurrence relation to find in terms of arbitrary constants and (which correspond to initial conditions).
Method of Frobenius (Around a Regular Singular Point)
If is a regular singular point, standard power series fail. Instead, the solution takes the form of a Frobenius series, which adds an arbitrary power :
where and is a constant to be determined (the indicial root).
- Assume Solution: Write .
- Find Derivatives: Differentiate twice: and .
- Substitute into DE: Substitute into the differential equation, distribute any coefficients, and shift indices to align the powers of .
- Indicial Equation: Look at the term with the lowest power of (usually or ) and set its coefficient to zero. Since we assumed , this yields a quadratic equation in , known as the indicial equation.
- Solve for r: Find the roots (indicial roots). The form of the second linearly independent solution depends heavily on whether is an integer or zero.
Key Takeaways
- Power Series Method: Assume to solve variable-coefficient DEs around an Ordinary Point ().
- Radius of Convergence (): Use the Ratio test to determine the interval where the infinite series approximation is mathematically valid.
- Recurrence Relation: The core result of the method. It defines how to calculate higher-order coefficients based on previous ones, usually leaving and as arbitrary constants.
- Frobenius Method: Required when expanding around a Regular Singular Point (, but singularities are mild). Assumes and requires solving an indicial equation for .