lacunary - Mathnotes

Power Series Solutions to Linear Differential Equations

It may be helpful to review shifting the summation index before proceeding.

We'll also use the following theorem about power series vanishing on an interval: If n=0a0(xx0)n=0 for all x in some open interval, then each coefficient an equals zero.

I'll proceed with an example (from Nagle, Section 8.3).

Let's find a power series solution about x = 0 to

y+2xy=0.(a)

The coefficient of y here is 2x, which is analytic everywhere, so x=0 is an ordinary point of equation (a). So, we should expect to find a power series solution of the form:

y(x)=a0+a1x+a2x2+=n=0anxn.(b)

We simply need to find the unknown coefficients an.

We can differentiate (4) to find the expansion of y(x):

y(x)=0+a1+2a2x+3a3x2+=n=0nanxn1.(c)

Substituting in these series for y and y into (a) gives:

n=0nanxn1+2xn=0anxn=0(d)

which simplifies to

n=0nanxn1+n=02anxn+1=0(e)

We could expand these out for a few terms and solve for the coefficients from here to get the first few terms of the power series solution, but we'll proceed with finding a formula for the general term of the power series solution.

Using summation index shifting techniques, we can combine the series from (e) to get:

a1+k=1[(k+1)ak+1+2ak1]xk=0(f)

Matching coefficients on the left and right, it's clear that a1=0, and that for all k1

(k+1)ak+1+2ak1=0.(g)

Here, (g) is a recurrence relation that we can use to determine ak+1 in terms of ak1, that is

ak+1=2k+1ak1.

Now, to find a2 we set k=1 and get

a2=22a0=a0.

and for k=2

a3=23a1=0

and for k=3

a4=24a2=12a0

and for k=4:

a5=25a3=0

and so on.

If we continue this and inspect the pattern that arises we see that

a2n=(1)nn!a0,n=1,2,...

a2n+1=0,n=0,1,2,...

and when we substitute this back into (b) we get

a0n=0(1)nn!x2n.

Since a0 is left undetermined as an arbitrary constant, this is a general solution to equation (a).

Also note that the radius of convergence is infinite, and that it converges to

y(x)=a0ex2.

Existince of Analytic Solutions

Given the equation

y(x)+p(x)y(x)+q(x)y(x)=0,(1)

Suppose x0 is an ordinary point for equation (1). Then (1) has two linearly independent analytic solutions of the form

y(x)=n=0an(xx0)n.(2)

Moreover, the radius of convergance of any power series solution of the form given by (2) is at least as large as the distance from x0 to the nearest singular point (real or complex-valued) of equation (1).

Translation

It's generally a lot easier to compute with series that are centered at x0=0 than at other points. We can make a substitution by saying x0=a,t0=0,x=t+a. Then, we can follow the procedure outlined above, and in the final series, we can replace t with t=xa.