Anda di halaman 1dari 8

USING SERIES TO SOLVE DIFFERENTIAL EQUATIONS

Many differential equations cant be solved explicitly in terms of finite combinations of


simple familiar functions. This is true even for a simple-looking equation like
y  2xy  y  0

But it is important to be able to solve equations such as Equation 1 because they arise from
physical problems and, in particular, in connection with the Schrdinger equation in quantum mechanics. In such a case we use the method of power series; that is, we look for a
solution of the form
y  f x 

cx
n

 c0  c1 x  c2 x 2  c3 x 3    

n0

The method is to substitute this expression into the differential equation and determine the
values of the coefficients c0 , c1, c2 , . . . .
Before using power series to solve Equation 1, we illustrate the method on the simpler
equation y  y  0 in Example 1.
EXAMPLE 1 Use power series to solve the equation y  y  0.
SOLUTION We assume there is a solution of the form

y  c0  c1 x  c2 x 2  c3 x 3     

cx
n

n0

We can differentiate power series term by term, so




 nc x

y  c1  2c2 x  3c3 x 2     

n1

n1

y  2c2  2  3c3 x     

 nn  1c x
n

n2

n2

By writing out the first few terms of (4), you


can see that it is the same as (3). To obtain (4)
we replaced n by n  2 and began the summation at 0 instead of 2.

In order to compare the expressions for y and y more easily, we rewrite y as follows:
y 

 n  2n  1c

n2

xn

n0

Substituting the expressions in Equations 2 and 4 into the differential equation, we


obtain


 n  2n  1c

xn 

n2

n0

cx
n

0

n0

or


 n  2n  1c

n2

 cn x n  0

n0

Thomson Brooks-Cole copyright 2007

If two power series are equal, then the corresponding coefficients must be equal. Therefore, the coefficients of x n in Equation 5 must be 0:
n  2n  1cn2  cn  0

2 USING SERIES TO SOLVE DIFFERENTIAL EQUATIONS

cn2  

cn
n  1n  2

n  0, 1, 2, 3, . . .

Equation 6 is called a recursion relation. If c0 and c1 are known, this equation allows
us to determine the remaining coefficients recursively by putting n  0, 1, 2, 3, . . . in
succession.
Put n  0:

c2  

c0
12

Put n  1:

c3  

c1
23

Put n  2:

c4  

c2
c0
c0


34
1234
4!

Put n  3:

c5  

c3
c1
c1


45
2345
5!

Put n  4:

c6  

c4
c0
c0


56
4! 5  6
6!

Put n  5:

c7  

c5
c1
c1


67
5! 6  7
7!

By now we see the pattern:


For the even coefficients, c2n  1n

c0
2n!

For the odd coefficients, c2n1  1n

c1
2n  1!

Putting these values back into Equation 2, we write the solution as


y  c0  c1 x  c2 x 2  c3 x 3  c4 x 4  c5 x 5    

 c0 1 

 c0

 c1 x 


n0

x2
x4
x6
x 2n


     1n
 
2!
4!
6!
2n!

1n

x3
x 2n1
x5
x7


     1n
 
3!
5!
7!
2n  1!


x 2n
x 2n1
 c1  1n
2n!
2n  1!
n0

Notice that there are two arbitrary constants, c0 and c1.


NOTE 1

Thomson Brooks-Cole copyright 2007

We recognize the series obtained in Example 1 as being the Maclaurin series


for cos x and sin x. (See Equations 8.7.17 and 8.7.16.) Therefore, we could write the solution as

yx  c0 cos x  c1 sin x


But we are not usually able to express power series solutions of differential equations in
terms of known functions.

USING SERIES TO SOLVE DIFFERENTIAL EQUATIONS 3

EXAMPLE 2 Solve y  2xy  y  0.


SOLUTION We assume there is a solution of the form

y

cx
n

n0

y 

Then

 nc x
n

n1

n1

y 

and

 nn  1c x
n

n2

n2

 n  2n  1c

n2

xn

n0

as in Example 1. Substituting in the differential equation, we get




 n  2n  1c

x n  2x

n2

n0

n2

xn 

n0

n1

xn 

n1

n2

n0

cx

0

0

n0

 n  2n  1c

xn

n1

 2nc x

 2nc

n1

 n  2n  1c

 2nc

 nc x

cx
n

n0

 2n  1cn x n  0

n0

This equation is true if the coefficient of x n is 0:


n  2n  1cn2  2n  1cn  0
7

cn2 

2n  1
cn
n  1n  2

n  0, 1, 2, 3, . . .

Thomson Brooks-Cole copyright 2007

We solve this recursion relation by putting n  0, 1, 2, 3, . . . successively in Equation 7:


Put n  0:

c2 

1
c0
12

Put n  1:

c3 

1
c1
23

Put n  2:

c4 

3
3
3
c2  
c0   c0
34
1234
4!

Put n  3:

c5 

5
15
15
c3 
c1 
c1
45
2345
5!

Put n  4:

c6 

7
37
37
c4  
c0  
c0
56
4! 5  6
6!

Put n  5:

c7 

9
159
159
c5 
c1 
c1
67
5! 6  7
7!

Put n  6:

c8 

11
3  7  11
c6  
c0
78
8!

Put n  7:

c9 

13
1  5  9  13
c7 
c1
89
9!

4 USING SERIES TO SOLVE DIFFERENTIAL EQUATIONS

In general, the even coefficients are given by


c2n  

3  7  11      4n  5
c0
2n!

and the odd coefficients are given by


1  5  9      4n  3
c1
2n  1!

c2n1 
The solution is

y  c0  c1 x  c2 x 2  c3 x 3  c4 x 4    

 c0 1 


1 2
3 4
37 6
3  7  11 8
x 
x 
x 
x  
2!
4!
6!
8!

 c1 x 

1 3
15 5
159 7
1  5  9  13 9
x 
x 
x 
x  
3!
5!
7!
9!

or

y  c0 1 

NOTE 2


1 2
3  7      4n  5 2n
x  
x
2!
2n!
n2

 c1 x 

n1

1  5  9      4n  3 2n1
x
2n  1!

In Example 2 we had to assume that the differential equation had a series solution. But now we could verify directly that the function given by Equation 8 is indeed a
solution.
NOTE 3
Unlike the situation of Example 1, the power series that arise in the solution of
Example 2 do not define elementary functions. The functions

_2

y1x  1 


1 2
3  7      4n  5 2n
x  
x
2!
2n!
n2

y2x  x 

and

_8

n1

FIGURE 1
15

_2.5

2.5

_15

FIGURE 2

1  5  9      4n  3 2n1
x
2n  1!

are perfectly good functions but they cant be expressed in terms of familiar functions. We
can use these power series expressions for y1 and y2 to compute approximate values of the
functions and even to graph them. Figure 1 shows the first few partial sums T0, T2, T4, . . .
(Taylor polynomials) for y1x, and we see how they converge to y1 . In this way we can
graph both y1 and y2 in Figure 2.
NOTE 4

If we were asked to solve the initial-value problem


y  2xy  y  0

y0  1

we would observe that


c0  y0  0

Thomson Brooks-Cole copyright 2007

y0  0

c1  y0  1

This would simplify the calculations in Example 2, since all of the even coefficients would
be 0. The solution to the initial-value problem is
yx  x 

n1

1  5  9      4n  3 2n1
x
2n  1!

USING SERIES TO SOLVE DIFFERENTIAL EQUATIONS 5

EXERCISES
A Click here for answers.
111

10. y  x 2 y  0,

Click here for solutions.

Use power series to solve the differential equation.

1. y  y  0

2. y  x y

3. y  x 2 y

4. x  3y  2y  0

5. y  x y  y  0

6. y  y

Thomson Brooks-Cole copyright 2007

;
y0  1,

y0  0

11. y  x 2 y  x y  0,

y0  0,

x 2 y  x y  x 2 y  0

7. x  1y  x y  y  0

9. y  x y  y  0,

y0  0

y0  1

12. The solution of the initial-value problem

8. y  x y

y0  1,

y0  1

y0  0

is called a Bessel function of order 0.


(a) Solve the initial-value problem to find a power series
expansion for the Bessel function.
(b) Graph several Taylor polynomials until you reach one that
looks like a good approximation to the Bessel function on
the interval 5, 5.

6 USING SERIES TO SOLVE DIFFERENTIAL EQUATIONS

ANSWERS

Click here for solutions.

1.

c0

n0


5. c0

n0

xn
 c0 e x
n!

n0

n0

x 3n
3
 c0 e x 3
3nn!


x2
1n12n  3! 2n
 c0 
x
2n2
2
n!n  2!
n2 2

x 2n
2
 e x 2
2nn!

11. x 

n1

Thomson Brooks-Cole copyright 2007


1n 2n
2n n! 2n1
x  c1 
x
n
2 n!
n0 2n  1!

7. c0  c1 x  c0
9.

3. c0

1n225 2      3n  12 3n1


x
3n  1!

USING SERIES TO SOLVE DIFFERENTIAL EQUATIONS 7

SOLUTIONS

1. Let y(x) =

cn xn . Then y 0 (x) =

n=0

n=1

n=0

ncn xn1

n=1

ncn xn1 and the given equation, y 0 y = 0, becomes

cn xn = 0. Replacing n by n + 1 in the first sum gives

n=0

(n + 1)cn+1 xn

n=0

cn xn = 0, so

n=0

[(n + 1)cn+1 cn ]xn = 0. Equating coefficients gives (n + 1)cn+1 cn = 0, so the recursion relation is

cn
1
c0
1
1 1
c0
1
c0
, n = 0, 1, 2, . . .. Then c1 = c0 , c2 = c1 = , c3 = c2 = c0 = , c4 = c3 = , and
n+1
2
2
3
3 2
3!
4
4!
n

S
S
S
c0
c0 n
x
x = c0
= c0 ex .
cn xn =
in general, cn = . Thus, the solution is y(x) =
n!
n=0
n=0 n!
n=0 n!

cn+1 =

3. Assuming y(x) =

cn xn , we have y 0 (x) =

n=0

x2 y =

n=0

n=0

ncn xn1 =

n=1

cn xn+2 =

(n + 1)cn+1 xn

(n + 1)cn+1 xn and

n=0

cn2 xn . Hence, the equation y 0 = x2 y becomes

n=2

cn2 xn = 0 or c1 + 2c2 x +

n=2

[(n + 1)cn+1 cn2 ] xn = 0. Equating coefficients

n=2

cn2
for n = 2, 3, . . .. But c1 = 0, so c4 = 0 and
n+1
c0
c7 = 0 and in general c3n+1 = 0. Similarly c2 = 0 so c3n+2 = 0. Finally c3 = ,
3
c0
c0
c0
c0
c3
c6
c0
c6 =
=
= 2
, c9 =
=
= 3
, . . ., and c3n = n
. Thus, the solution is
6
63
3 2!
9
963
3 3!
3 n!
 3 n

x /3
S
S
S
S
S
3
c0
x3n
3n
y (x) =
x
=
c
= c0 ex /3 .
cn xn =
c3n x3n =
=
c
0
0
n
n
n!
n=0
n=0
n = 0 3 n!
n = 0 3 n!
n=0
gives c1 = c2 = 0 and cn+1 =

5. Let y (x) =

y 0 (x) =

cn xn

n=0

equation becomes

n=1

n=0

(n + 2)(n + 1)cn+2 xn . The differential

n=0

(n + 2)(n + 1)cn+2 xn + x

n=0

ncn xn1 and y 00 (x) =

ncn xn1 +

n=1

cn xn = 0 or

n=0




S
S
n
n
[(n + 2)(n + 1)cn+2 + ncn + cn ]x
ncn x =
ncn x . Equating coefficients gives
since
n

n=1

n=0

cn
(n + 1)cn
=
,
(n + 2)(n + 1)
n+2
c0
c0
c0
c2
c4
, c6 = =
,
n = 0, 1, 2, . . .. Then the even coefficients are given by c2 = , c4 = =
2
4
24
6
246
(n + 2)(n + 1)cn+2 + (n + 1)cn = 0, thus the recursion relation is cn+2 =

and in general, c2n = (1)n


c7 =

(2)n n! c1
c1
c5
c1
=
, and in general, c2n+1 = (1)n
=
. The solution is
7
357
3 5 7 (2n + 1)
(2n + 1)!

y (x) = c0

(1)n
(2)n n!
S
S
2n
x
x2n+1 .
+
c
1
n
n=0 2 n!
n=0 (2n + 1)!

7. Let y (x) =

cn xn . Then y 00 =

n=0

Thomson Brooks-Cole copyright 2007

(1)n c0
c1
c1
c3
c0
=
. The odd coefficients are c3 = , c5 = =
,
2 4 2n
2n n!
3
5
35

n=0

n (n 1) cn xn2 , xy 0 =

ncn xn and

n=0

 2

S
S
x + 1 y 00 =
n (n 1) cn xn +
(n + 2) (n + 1) cn+2 xn . The differential equation becomes
n=0

n=0

n=0

[(n + 2) (n + 1) cn+2 + [n (n 1) + n 1] cn ] xn = 0. The recursion relation is cn+2 =

(n 1) cn
,
n+2

8 USING SERIES TO SOLVE DIFFERENTIAL EQUATIONS

n = 0, 1, 2, . . .. Given c0 and c1 , c2 =

1 3 (2n 3) c0
(2n 3)! c0
(2n 3)! c0
= (1)n1 n n2
= (1)n1 2n2
for
2n n!
2 2
n! (n 2)!
2
n! (n 2)!

c2n = (1)n1

n = 2, 3, . . .. c3 =

0 c1
=0
3

y (x) = c0 + c1 x + c0
9. Let y(x) =

n=0

y 00 (x) =

c0
c0
c2
3c4
3c0
, c4 = = 2
, c6 =
= (1)2 3
, . . .,
2
4
2 2!
6
2 3!

c2n+1 = 0 for n = 1, 2, . . .. Thus the solution is

(1)n1 (2n 3)!


S
x2
+ c0
x2n .
2n2 n! (n 2)!
2
n=2 2

cn xn . Then xy 0 (x) = x

n=1

ncn xn1 =

n=1

ncn xn =

ncn xn ,

n=0

(n + 2)(n + 1)cn+2 xn , and the equation y 00 xy 0 y = 0 becomes

n=0

n=0

[(n + 2)(n + 1)cn+2 ncn cn ]xn = 0. Thus, the recursion relation is

cn+2 =

cn (n + 1)
cn
ncn + cn
=
=
for n = 0, 1, 2, . . .. One of the given conditions is
(n + 2)(n + 1)
(n + 2)(n + 1)
n+2

y(0) = 1. But y(0) =

n=0

cn (0)n = c0 + 0 + 0 + = c0 , so c0 = 1. Hence, c2 =

1
1
c0
c2
= , c4 =
=
,
2
2
4
24

1
c4
1
c6 =
=
, . . ., c2n = n . The other given condition is y 0 (0) = 0. But
6
246
2 n!

S
c1
y 0 (0) =
= 0, c5 = 0, . . .,
ncn (0)n1 = c1 + 0 + 0 + = c1 , so c1 = 0. By the recursion relation, c3 =
3
n=1
c2n+1 = 0 for n = 0, 1, 2, . . .. Thus, the solution to the initial-value problem is
 2 n

x /2
S
S
S
S
2
x2n
n
2n
=
= ex /2
cn x =
c2n x =
y(x) =
n n!
2
n!
n=0
n=0
n=0
n=0

11. Assuming that y(x) =

cn xn , we have xy = x

n=0

x2 y 0 = x2

ncn xn1 =

n=1

cn xn =

n=0

ncn xn+1 ,

cn xn+1 ,

n=0

n=0

y 00 (x) =

n=2

n(n 1)cn xn2 =

= 2c2 +

(n + 3)(n + 2)cn+3 xn+1

[replace n with n + 3]

n=1

(n + 3)(n + 2)cn+3 xn+1 ,

n=0

and the equation y 00 + x2 y 0 + xy = 0 becomes 2c2 +

[(n + 3)(n + 2)cn+3 + ncn + cn ] xn+1 = 0.

n=0

So c2 = 0 and the recursion relation is cn+3 =

(n + 1)cn
ncn cn
=
, n = 0, 1, 2, . . ..
(n + 3)(n + 2)
(n + 3)(n + 2)

But c0 = y(0) = 0 = c2 and by the recursion relation, c3n = c3n+2 = 0 for n = 0, 1, 2, . . . .


Also, c1 = y 0 (0) = 1, so
c4 =

2
2c1
5c4
25
22 52
=
, c7 =
= (1)2
= (1)2
, . . .,
43
43
76
7643
7!

Thomson Brooks-Cole copyright 2007

c3n+1 = (1)n

22 52 (3n 1)2
. Thus, the solution is
(3n + 1)!



S
S
22 52 (3n 1)2 x3n+1
y(x) =
(1)n
cn xn = x +
(3n + 1)!
n=0
n=1

Anda mungkin juga menyukai