Copyright © Cengage Learning. All rights reserved. 17 Second-Order Differential Equations.

Slides:



Advertisements
Similar presentations
Differential Equations Brannan Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 08: Series Solutions of Second Order Linear Equations.
Advertisements

Ch 5.8: Bessel’s Equation Bessel Equation of order :
Second-Order Differential
Copyright © Cengage Learning. All rights reserved.
INFINITE SEQUENCES AND SERIES
Ch 5.2: Series Solutions Near an Ordinary Point, Part I
Ch 5.1: Review of Power Series
Differential equations 机动 目录 上页 下页 返回 结束 15.2 First-order linear equations 15.3 Exact equations 15.4 Strategy for solving first-order equations Chapter.
Additional Topics in Differential Equations
Differential Equations 6 Copyright © Cengage Learning. All rights reserved. 6.1 Day
Additional Topics in Differential Equations
Copyright © Cengage Learning. All rights reserved. CHAPTER 5 SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION.
SECOND-ORDER DIFFERENTIAL EQUATIONS Series Solutions SECOND-ORDER DIFFERENTIAL EQUATIONS In this section, we will learn how to solve: Certain.
Infinite Series Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved. 11 Infinite Sequences and Series.
Copyright © Cengage Learning. All rights reserved. 17 Second-Order Differential Equations.
Infinite Sequences and Series 8. Taylor and Maclaurin Series 8.7.
SERIES SOLUTIONS TO DIFFERENTIAL EQUATIONS AP Calculus BC.
In section 11.9, we were able to find power series representations for a certain restricted class of functions. Here, we investigate more general problems.
Copyright © Cengage Learning. All rights reserved. 14 Partial Derivatives.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved. 11 Infinite Sequences and Series.
Copyright © Cengage Learning. All rights reserved. 11 Infinite Sequences and Series.
Copyright © Cengage Learning. All rights reserved. 11 Infinite Sequences and Series.
Copyright © Cengage Learning. All rights reserved The Chain Rule.
Copyright © Cengage Learning. All rights reserved.
Second-Order Differential
Advanced Engineering Mathematics, 7 th Edition Peter V. O’Neil © 2012 Cengage Learning Engineering. All Rights Reserved. CHAPTER 4 Series Solutions.
Copyright © Cengage Learning. All rights reserved. 3 Differentiation Rules.
Copyright © Cengage Learning. All rights reserved. Sequences and Series.
Copyright © Cengage Learning. All rights reserved. 7 Systems of Equations and Inequalities.
Copyright © Cengage Learning. All rights reserved. 5.2 Verifying Trigonometric Identities.
Copyright © Cengage Learning. All rights reserved Applications of Taylor Polynomials.
Copyright © Cengage Learning. All rights reserved.
Sequences, Series, and Probability
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Differential equations
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
A power series with center c is an infinite series where x is a variable. For example, is a power series with center c = 2.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Ch 5.2: Series Solutions Near an Ordinary Point, Part I
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Integration Techniques, L’Hôpital’s Rule, and Improper Integrals
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Presentation transcript:

Copyright © Cengage Learning. All rights reserved. 17 Second-Order Differential Equations

Copyright © Cengage Learning. All rights reserved Series Solutions

3 Many differential equations can’t 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 Schrödinger equation in quantum mechanics.

4 Series Solutions In such a case we use the method of power series; that is, we look for a solution of the form y = f (x) = c n x n = c 0 + c 1 x + c 2 x 2 + c 3 x The method is to substitute this expression into the differential equation and determine the values of the coefficients c 0, c 1, c 2,.... This technique resembles the method of undetermined coefficients.

5 Series Solutions Before using power series to solve Equation 1, we illustrate the method on the simpler equation y  + y = 0 in Example1. But it’s easier to understand the power series method when it is applied to this simpler equation.

6 Example 1 Use power series to solve the equation y  + y = 0. Solution: We assume there is a solution of the form y = c 0 + c 1 x + c 2 x 2 + c 3 x = We can differentiate power series term by term, so y = c 1 + 2c 2 x + 3c 3 x = nc n x n – 1

7 Example 1 – Solution y  = 2c  3c 3 x +... = n(n – 1)c n x n – 2 In order to compare the expressions for y and y  more easily, we rewrite y  as follows: y  = (n + 2)(n + 1)c n + 2 x n Substituting the expressions in Equations 2 and 4 into the differential equation, we obtain (n + 2)(n + 1)c n + 2 x n + c n x n = 0 cont’d

8 Example 1 – Solution or [(n + 2)(n + 1)c n c n ]x n = 0 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 + 2)(n + 1)c n c n = 0 n = 0, 1, 2, 3,... cont’d

9 Example 1 – Solution Equation 6 is called a recursion relation. If c 0 and c 1 are known, this equation allows us to determine the remaining coefficients recursively by putting n = 0, 1, 2, 3,... in succession. Put n = 0: Put n = 1: Put n = 2: cont’d

10 Example 1 – Solution Put n = 3: Put n = 4: Put n = 5: cont’d

11 Example 1 – Solution By now we see the pattern: For the even coefficients, c 2n = (–1) n For the odd coefficients, c 2n+1 = (–1) n Putting these values back into Equation 2, we write the solution as y = c 0 + c 1 x + c 2 x 2 + c 3 x 3 + c 4 x 4 + c 5 x cont’d

12 Example 1 – Solution Notice that there are two arbitrary constants, c 0 and c 1. cont’d

13 Series Solutions Note 1: We recognize the series obtained in Example 1 as being the Maclaurin series for cos x and sin x. Therefore we could write the solution as y (x) = c 0 cos x + c 1 sin x But we are not usually able to express power series solutions of differential equations in terms of known functions.

14 Example 2 Solve y  – 2xy + y = 0. Solution: We assume there is a solution of the form y = c n x n Then y = nc n x n –1 and y  = n(n – 1)c n x n – 2 = (n + 2)(n + 1)c n + 2 x n as in Example 1.

15 Example 2 – Solution Substituting in the differential equation, we get (n + 2)(n + 1)c n + 2 x n – 2x nc n x n – 1 + c n x n = 0 (n + 2)(n + 1)c n + 2 x n – 2nc n x n + c n x n = 0 [(n + 2)(n + 1)c n + 2 – (2n – 1)c n ]x n = 0 cont’d

16 Example 2 – Solution This equation is true if the coefficient of x n is 0: (n + 2)(n + 1)c n + 2 – (2n – 1)c n = 0 n = 0, 1, 2, 3,... We solve this recursion relation by putting n = 0, 1, 2, 3,... successively in Equation 7: Put n = 0: cont’d

17 Example 2 – Solution Put n = 1: Put n = 2: Put n = 3: Put n = 4: cont’d

18 Example 2 – Solution Put n = 5: Put n = 6: Put n = 7: cont’d

19 Example 2 – Solution In general, the even coefficients are given by and the odd coefficients are given by The solution is y = c 0 + c 1 x + c 2 x 2 + c 3 x 3 + c 4 x cont’d

20 Example 2 – Solution or cont’d

21 Series Solutions Note 2: 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.

22 Series Solutions The functions and are perfectly good functions but they can’t be expressed in terms of familiar functions. We can use these power series expressions for y 1 and y 2 to compute approximate values of the functions and even to graph them.

23 Series Solutions Figure 1 shows the first few partial sums T 0, T 2, T 4,... (Taylor polynomials) for y 1 (x), and we see how they converge to y 1. Figure 1

24 Series Solutions In this way we can graph both y 1 and y 2 in Figure 2. Note 4: If we were asked to solve the initial-value problem y  – 2xy + y = 0 y (0) = 1 y (0) = 1 Figure 2

25 we would observe from this Theorem that c 0 = y (0) = 0 c 1 = y (0) = 1 Series Solutions

26 Series Solutions 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