Series Solutions of Differential Equations

In Introduction to Power Series, we studied how functions can be represented as power series, y(x)=n=0anxn.

We also saw that we can find series representations of the derivatives of such functions by differentiating the power series term by term. This gives y(x)=n=1nanxn1

and y(x)=n=2n(n1)anxn2.

In some cases, these power series representations can be used to find solutions to differential equations.

Be aware that this subject is given only a very brief treatment in this text. Most introductory differential equations textbooks include an entire chapter on power series solutions. This text has only a single section on the topic, so several important issues are not addressed here, particularly issues related to existence of solutions. The examples and exercises in this section were chosen for which power solutions exist. However, it is not always the case that power solutions exist. Those of you interested in a more rigorous treatment of this topic should consult a differential equations text.

Problem-Solving Strategy: Finding Power Series Solutions to Differential Equations
  1. Assume the differential equation has a solution of the form y(x)=n=0anxn.
  2. Differentiate the power series term by term to get y(x)=n=1nanxn1

    and

    y(x)=n=2n(n1)anxn2.
  3. Substitute the power series expressions into the differential equation.
  4. Re-index sums as necessary to combine terms and simplify the expression.
  5. Equate coefficients of like powers of x

    to determine values for the coefficients

    an

    in the power series.

  6. Substitute the coefficients back into the power series and write the solution.
Series Solutions to Differential Equations

Find a power series solution for the following differential equations.

  1. yy=0
  2. (x21)y+6xy+4y=−4
  1. Assume y(x)=n=0anxn

    (step 1). Then,

    y(x)=n=1nanxn1

    and

    y(x)=n=2n(n1)anxn2

    (step 2). We want to find values for the coefficients

    an

    such that


    yy=0n=2n(n1)anxn2n=0anxn=0(step 3).

    We want the indices on our sums to match so that we can express them using a single summation. That is, we want to rewrite the first summation so that it starts with

    n=0.

    To re-index the first term, replace n with

    n+2

    inside the sum, and change the lower summation limit to

    n=0.

    We get


    n=2n(n1)anxn2=n=0(n+2)(n+1)an+2xn.

    This gives


    n=0(n+2)(n+1)an+2xnn=0anxn=0n=0[(n+2)(n+1)an+2an]xn=0(step 4).

    Because power series expansions of functions are unique, this equation can be true only if the coefficients of each power of x are zero. So we have


    (n+2)(n+1)an+2an=0forn=0,1,2,….

    This recurrence relationship allows us to express each coefficient

    an

    in terms of the coefficient two terms earlier. This yields one expression for even values of n and another expression for odd values of n. Looking first at the equations involving even values of n, we see that


    a2=a02a4=a243=a04!a6=a465=a06!⋮.

    Thus, in general, when n is even,

    an=a0n!

    (step 5).


    For the equations involving odd values of n, we see that


    a3=a132=a13!a5=a354=a15!a7=a576=a17!⋮.

    Therefore, in general, when n is odd,

    an=a1n!

    (step 5 continued).


    Putting this together, we have


    y(x)=n=0anxn=a0+a1x+a02x2+a13!x3+a04!x4+a15!x5+⋯.

    Re-indexing the sums to account for the even and odd values of n separately, we obtain


    y(x)=a0k=01(2k)!x2k+a1k=01(2k+1)!x2k+1(step 6).

    Analysis for part a.


    As expected for a second-order differential equation, this solution depends on two arbitrary constants. However, note that our differential equation is a constant-coefficient differential equation, yet the power series solution does not appear to have the familiar form (containing exponential functions) that we are used to seeing. Furthermore, since

    y(x)=c1ex+c2ex

    is the general solution to this equation, we must be able to write any solution in this form, and it is not clear whether the power series solution we just found can, in fact, be written in that form.


    Fortunately, after writing the power series representations of

    ex

    and

    ex,

    and doing some algebra, we find that if we choose


    c0=(a0+a1)2,c1=(a0a1)2,

    we then have

    a0=c0+c1

    and

    a1=c0c1,

    and


    y(x)=a0+a1x+a02x2+a13!x3+a04!x4+a15!x5+=(c0+c1)+(c0c1)x+(c0+c1)2x2+(c0c1)3!x3+(c0+c1)4!x4+(c0c1)5!x5+=c0n=0xnn!+c1n=0(x)nn!=c0ex+c1ex.

    So we have, in fact, found the same general solution. Note that this choice of

    c1

    and

    c2

    is not obvious. This is a case when we know what the answer should be, and have essentially “reverse-engineered” our choice of coefficients.

  2. Assume y(x)=n=0anxn

    (step 1). Then,

    y(x)=n=1nanxn1

    and

    y(x)=n=2n(n1)anxn2

    (step 2). We want to find values for the coefficients

    an

    such that


    (x21)y+6xy+4y=−4(x21)n=2n(n1)anxn2+6xn=1nanxn1+4n=0anxn=−4x2n=2n(n1)anxn2n=2n(n1)anxn2+6xn=1nanxn1+4n=0anxn=−4.

    Taking the external factors inside the summations, we get


    n=2n(n1)anxnn=2n(n1)anxn2+n=16nanxn+n=04anxn=−4(step 3).

    Now, in the first summation, we see that when

    n=0

    or

    n=1,

    the term evaluates to zero, so we can add these terms back into our sum to get


    n=2n(n1)anxn=n=0n(n1)anxn.

    Similarly, in the third term, we see that when

    n=0,

    the expression evaluates to zero, so we can add that term back in as well. We have


    n=16nanxn=n=06nanxn.

    Then, we need only shift the indices in our second term. We get


    n=2n(n1)anxn2=n=0(n+2)(n+1)an+2xn.

    Thus, we have


    n=0n(n1)anxnn=0(n+2)(n+1)an+2xn+n=06nanxn+n=04anxn=−4(step 4).n=0[n(n1)an(n+2)(n+1)an+2+6nan+4an]xn=−4n=0[(n2n)an+6nan+4an(n+2)(n+1)an+2]xn=−4n=0[n2an+5nan+4an(n+2)(n+1)an+2]xn=−4n=0[(n2+5n+4)an(n+2)(n+1)an+2]xn=−4n=0[(n+4)(n+1)an(n+2)(n+1)an+2]xn=−4

    Looking at the coefficients of each power of x, we see that the constant term must be equal to

    −4,

    and the coefficients of all other powers of x must be zero. Then, looking first at the constant term,


    4a02a2=−4a2=2a0+2(step 3).

    For

    n1,

    we have


    (n+4)(n+1)an(n+2)(n+1)an+2=0(n+1)[(n+4)an(n+2)an+2]=0.

    Since

    n1, n+10,

    we see that


    (n+4)an(n+2)an+2=0

    and thus


    an+2=n+4n+2an.

    For even values of n, we have


    a4=64(2a0+2)=3a0+3a6=86(3a0+3)=4a0+4⋮.

    In general,

    a2k=(k+1)(a0+1)

    (step 5).


    For odd values of n, we have


    a3=53a1a5=75a3=73a1a7=97a5=93a1=3a1⋮.

    In general,

    a2k+1=2k+33a1

    (step 5 continued).


    Putting this together, we have


    y(x)=k=0(k+1)(a0+1)x2k+k=0(2k+33)a1x2k+1(step 6).

Find a power series solution for the following differential equations.

  1. y+2xy=0
  2. (x+1)y=3y
  1. y(x)=a0n=0(−1)nn!x2n=a0ex2
  2. y(x)=a0(x+1)3
Hint

Follow the problem-solving strategy.

We close this section with a brief introduction to Bessel functions. Complete treatment of Bessel functions is well beyond the scope of this course, but we get a little taste of the topic here so we can see how series solutions to differential equations are used in real-world applications. The Bessel equation of order n is given by

x2y+xy+(x2n2)y=0.

This equation arises in many physical applications, particularly those involving cylindrical coordinates, such as the vibration of a circular drum head and transient heating or cooling of a cylinder. In the next example, we find a power series solution to the Bessel equation of order 0.

Power Series Solution to the Bessel Equation

Find a power series solution to the Bessel equation of order 0 and graph the solution.

The Bessel equation of order 0 is given by

x2y+xy+x2y=0.

We assume a solution of the form y=n=0anxn.

Then y(x)=n=1nanxn1

and y(x)=n=2n(n1)anxn2.

Substituting this into the differential equation, we get

x2n=2n(n1)anxn2+xn=1nanxn1+x2n=0anxn=0Substitution.n=2n(n1)anxn+n=1nanxn+n=0anxn+2=0Bring external factors within sums.n=2n(n1)anxn+n=1nanxn+n=2an2xn=0Re-index third sum.n=2n(n1)anxn+a1x+n=2nanxn+n=2an2xn=0Separaten=1term from second sum.a1x+n=2[n(n1)an+nan+an2]xn=0Collect summation terms.a1x+n=2[(n2n)an+nan+an2]xn=0Multiply through in first term.a1x+n=2[n2an+an2]xn=0.Simplify.

Then, a1=0,

and for n2,

n2an+an2=0an=1n2an2.

Because a1=0,

all odd terms are zero. Then, for even values of n, we have

a2=122a0a4=142a2=14222a0.a6=162a4=1624222a0

In general,

a2k=(−1)k(2)2k(k!)2a0.

Thus, we have

y(x)=a0k=0(−1)k(2)2k(k!)2x2k.

The graph appears below.

This figure is the graph of a function. The graph is oscillating with the highest amplitude above the origin. The horizontal axis is labeled in increments of 2.5. The vertical axis is labeled in increments of 0.2.

Verify that the expression found in [link] is a solution to the Bessel equation of order 0.

Hint

Differentiate the power series term by term and substitute it into the differential equation.

Key Concepts

Find a power series solution for the following differential equations.

y+6y=0
5y+y=0
y=c0+5c1n=1(x/5)nn!=c0+5c1ex/5
y+25y=0
yy=0
y=c0n=0(x)2n(2n)!+c1n=0(x)2n+1(2n+1)!
2y+y=0
y2xy=0
y=c0n=0x2nn!=c0ex2
(x7)y+2y=0
yxyy=0
y=c0n=0x2n2nn!+c1n=0x2n+11357(2n+1)
(1+x2)y4xy+6y=0
x2yxy3y=0
y=c1x3+c2x
y8y=0,y(0)=−2,y(0)=10
y2xy=0,y(0)=1,y(0)=−3
y=13x+2x33!12x44!+16x66!120x77!+

The differential equation x2y+xy+(x21)y=0

is a Bessel equation of order 1. Use a power series of the form y=n=0anxn

to find the solution.

Chapter Review Exercises

True or False? Justify your answer with a proof or a counterexample.

If y

and z

are both solutions to y+2y+y=0,

then y+z

is also a solution.

True

The following system of algebraic equations has a unique solution:

6z1+3z2=84z1+2z2=4.
y=excos(3x)+exsin(2x)

is a solution to the second-order differential equation y+2y+10=0.

False

To find the particular solution to a second-order differential equation, you need one initial condition.

Classify the differential equation. Determine the order, whether it is linear and, if linear, whether the differential equation is homogeneous or nonhomogeneous. If the equation is second-order homogeneous and linear, find the characteristic equation.

y2y=0

second order, linear, homogeneous, λ22=0

y3y+2y=cos(t)
(dydt)2+yy=1

first order, nonlinear, nonhomogeneous

d2ydt2+tdydt+sin2(t)y=et

For the following problems, find the general solution.

y+9y=0
y=c1sin(3x)+c2cos(3x)
y+2y+y=0
y2y+10y=4x
y=c1exsin(3x)+c2excos(3x)+25x+225
y=cos(x)+2y+y
y+5y+y=x+e2x
y=c1ex+c2e−4x+x4+e2x18516
y=3y+xex
yx2=−3y94y+3x
y=c1e(−3/2)x+c2xe(−3/2)x+49x2+427x1627
y=2cosx+yy

For the following problems, find the solution to the initial-value problem, if possible.

y+4y+6y=0, y(0)=0, y(0)=2
y=e−2xsin(2x)
y=3ycos(x), y(0)=94, y(0)=0

For the following problems, find the solution to the boundary-value problem.

4y=−6y+2y, y(0)=0, y(1)=1
y=e1xe41(e4x1)
y=3xyy, y(0)=−3, y(1)=0

For the following problem, set up and solve the differential equation.

The motion of a swinging pendulum for small angles θ

can be approximated by d2θdt2+gLθ=0,

where θ

is the angle the pendulum makes with respect to a vertical line, g is the acceleration resulting from gravity, and L is the length of the pendulum. Find the equation describing the angle of the pendulum at time t,

assuming an initial displacement of θ0

and an initial velocity of zero.

θ(t)=θ0cos(glt)

The following problems consider the “beats” that occur when the forcing term of a differential equation causes “slow” and “fast” amplitudes. Consider the general differential equationay+by=cos(ωt)

that governs undamped motion. Assume that baω.

Find the general solution to this equation (Hint: call ω0=b/a

).

Assuming the system starts from rest, show that the particular solution can be written as y=2a(ω02ω2)sin(ω0ωt2)sin(ω0+ωt2).

[T] Using your solutions derived earlier, plot the solution to the system 2y+9y=cos(2t)

over the interval t=[−50,50].

Find, analytically, the period of the fast and slow amplitudes.

For the following problem, set up and solve the differential equations.

An opera singer is attempting to shatter a glass by singing a particular note. The vibrations of the glass can be modeled by y+ay=cos(bt),

where y+ay=0

represents the natural frequency of the glass and the singer is forcing the vibrations at cos(bt).

For what value b

would the singer be able to break that glass? (Note: in order for the glass to break, the oscillations would need to get higher and higher.)

b=a

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

You can also download for free at http://cnx.org/contents/9a1df55a-b167-4736-b5ad-15d996704270@5.1

Attribution: