Lesson 20 - Power Series Solutions
Consider the second order equation: y ″ + p ( x ) y ′ + q ( x ) y = 0 . A point x 0 called an ordinary point of the above equation if both p and q are analytic at x 0 , meaning that they both have infinite derivatives. If x 0 is not an ordinary point, it is called a singular point .
In order to differentiate a power series with respect to x , let y ( x ) = ∑ n = 0 ∞ a n x n . Then, by power rule:
y ′ = ∑ n = 1 ∞ n a n x n − 1
y ″ = ∑ n = 2 ∞ n ( n − 1 ) a n x n − 2
Each derivative that is taken shifts the index up by 1 . By substituting for n , these summation derivatives can have their indexes shifted back to n = 0 . (See Lesson 19 - Taylor Polynomial, Power Series and Shifting Index )
Try it Yourself
Shift the starting index of the summation to n = 0 for the following summations:
y ′ = ∑ n = 1 ∞ n a n x n − 1
y ″ = ∑ n = 2 ∞ n ( n − 1 ) a n x n − 2
We can use these derivatives of power solutions to find solutions to differential equations about a point.
Example
Find a power series solution about x = 0 for y ′ + 2 x y = 0 .
y ( x ) = ∑ n = 0 ∞ a n x n
y ′ ( x ) = ∑ n = 1 ∞ n a n x n − 1
Substitute y ( x ) and y ′ ( x ) for the summations above.
y ′ + 2 x y = 0 → ∑ n = 1 ∞ n a n x n − 1 + 2 ∑ n = 0 ∞ a n x n + 1 = 0
Let's expand each summation.
Left side:
∑ n = 1 ∞ n a n x n − 1 = a 1 + 2 a 2 x + 3 a 3 x 2 + …
Right side:
2 ∑ n = 0 ∞ a n x n + 1 = 2 a 0 x + 2 a 1 x 2 + 2 a 2 x 3 + …
Since a 1 is the only coefficient that contains no x term, and since the sum of the power series is equal to 0 , then we can say that a 1 is also equal to 0 .
a 1 = 0
Now let's take the coefficients of x and determine the value of a 2 .
2 a 2 + 2 a 0 = 0 → 2 a 2 = − 2 a 0 → a 2 = − a 0
Coefficients of x 2 :
3 a 3 + 2 a 1 = 0 → 3 a 3 = − 2 a 1 → a 3 = 0
Terms of x 3
4 a 4 + 2 a 2 = 0 → 4 a 4 = − 2 a 2 → a 4 = − a 2 2
Let's put the terms together:
y ( x ) = a 0 ( 1 − a 2 + a 4 2 ! + … )
Recall the coefficients that each of the terms above represent: a 2 = x 2 , a 4 = x 3 , …
So,
y ( x ) = a 0 ( 1 − x 2 + x 3 2 ! + … )
We can now deduce a general solution for the differential equation by looking at the pattern:
a 2 n = ( − 1 ) n a 0 n !
y ( x ) = a 0 ∑ n = 0 ∞ ( − 1 ) n n ! x 2 n
Try for Yourself:
Find a power series solution about x = 0 for y ′ − y = 0 .
Find the general solution using power series about x = 0 for y ″ + y = 0 .
Was that confusing? That's okay. Let's go onto a much lighter topic that will make you wonder why we learned anything in the previous lessons.
Next Lesson: Lesson 21 - Definition of Laplace Transforms
Table of Contents: Table of Contents