Power Series Solutions for Ordinary Differential Equations

Size: px
Start display at page:

Download "Power Series Solutions for Ordinary Differential Equations"

Transcription

1 Power Series Solutions for Ordinary Differential Equations James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University December 4, 2017

2 Outline 1 Power Series Solutions of Ordinary Differential Equations 2

3 Power Series Solutions of Ordinary Differential Equations You all probably know how to solve ordinary differential equations like y + 3y + 4y = 0 which is an example of a linear second order differential equation with constant coefficients. To find a solution we find twice differentiable function y(x) which satisfies the given dynamics. But what about a model like x y + 4x 2 y + 5y = 0 or y + 3xy + 6x 3 y = 0? The coefficients here are not constants; they are polynomial functions of the independent variable x. You don t usually see how to solve such equations in your first course in ordinary differential equations. In this course, we have learned more of the requisite analysis that enables us to understand what to do. However, the full proofs of some of our assertions will elude us as there are still theorems in this area that we do not have the background to prove. These details can be found in older books such as E. Ince, Ordinary Differential Equations from 1926.

4 Power Series Solutions of Ordinary Differential Equations We are going to solve such models such as p(x) y + q(x)y + r(x)y = 0 y(x 0 ) = y 0, y (x 0 ) = y 1 using a power series solution given by y(x) = a n(x x 0 ) n. We must use a powerful theorem from Ince s text: Theorem Let p(x) y + q(x)y + r(x)y = 0 be a given differential equation where p(x), q(x) and r(x) are polynomials in x. We say a is an ordinary point of this equation if p(a) 0 and otherwise, we say a is a singular point. The solution to this equation is y(x) = a n(x a) n at any ordinary point a and the radius of convergence R of this solution satisfies R = d where d is the distance from a to the nearest root of the coefficient polynomial functions p.

5 Power Series Solutions of Ordinary Differential Equations Comment In general, d is the distance to the nearest singularity of the coefficient functions whose definition is more technical than being a root of a polynomial if the coefficient functions were not polynomials. Proof Chapter 5 and Chapter 15 in Ince discusses the necessary background to study n th order ordinary differential equations of the form w (n) + p 1 (z) w (n 1) +... p n 1 (z)w (1) + p n (z) w = 0 w (i) (z 0 ) = z i, 0 i n 1 where w(z) is a function of the complex variable z = x + i y in the complex plane C. To understand this sort of equation, you must study what is called functions of a complex variable. Each complex coefficient function is assumed to be analytic at z 0 which means we can write

6 Power Series Solutions of Ordinary Differential Equations Proof p 1 (z) = p 2 (z) = ak 1 (z z 0 ) k k=0 ak 2 (z z 0 ) k k=0. =. p i (z) = ak i (z z 0 ) k k=0. =. p n (z) = ak n (z z 0 ) k where each of these power series converge in the ball in the complex plane centered at z 0 of raidus r i. k=0

7 Power Series Solutions of Ordinary Differential Equations Proof Hence, there is a smallest radius r = min{r 1,..., r n } for which they all converge. In the past, we have studied convergence of power series in a real variable x x 0 and the radius of convergence of such a series give an interval of convergence (r x 0, r + x 0 ). Here, the interval of convergence becomes a circle in the complex plane z 0 = x 0 + i y 0. B r (z 0 ) = {z = x + i y : (x x 0 ) 2 + (y y 0 ) 2 < r} However, the coefficient functions need not be so nice. They need not be analysic at the point z 0. A more general class of coefficient function are those whose power series expansions have a more general form at a given point ζ. A point ζ is called a regular singular point of this equation is each of the coefficient function p i can be written as pi(z) = (z ζ) i P i (z) where P is analytic at ζ. Thus, if ζ = 0 was a regular singular point we could write P i (z) = k=0 b iz k and have

8 Power Series Solutions of Ordinary Differential Equations Proof p 1 (z) = 1 z P 1(z) = 1 z p 2 (z) = 1 z 2 P 2(z) = 1 z 2. =. bk 1 z k k=0 bk 2 z k k=0 p i (z) = 1 z i P i(z) = 1 z i bk i z k. =. p n (z) = 1 z n P n(z) = 1 z i k=0 bk n z k k=0 Now our model converted to the complex plane is p(z) y + q(z)y + r(z)y = 0 which can be rewritten as

9 Power Series Solutions of Ordinary Differential Equations Proof y + q(z) p(z) y + r(z) p(z) y = 0. Thus p 1 (z) = q(z) p(z) and p 2(z) = r(z) p(z). Let s consider an example: say p(z) = z, q(z) = 2z 2 + 4z 3 and r(z) = z + 2. Then p 1 (z) = 2z2 +4z 3 z regular singular point. and p 2 (z) = z+2 z = z2 +2z z 2 and so z = 0 is a Note if p(z) = z 2, the root of p occurs with multiciplicty two and the requirements of a regular singular point are not met. Note the zero of p(z) here is just z = 0 and so we can solve this equation at a point like z = 1 as a power series expansion y(z) = k=0 a k(z 1) k and the radius of convergence R = 1 as that is the distance to the zero z = 0 of p(z).

10 Power Series Solutions of Ordinary Differential Equations Proof The proof that the radius of convergence is the R mentioned is a bit complicated and is done in Chapter 16 of Ince. Once you have taken a nice course in complex variable theory it should be accessible. So when you get a chance, look it up!

11 Example Solve the model y + y = 0 using power series methods. The coefficient functions here are constants, so the power series solution can be computed at any point a and the radius of convergence will be R =. Let s find a solution as a = 0. We assume y(x) = a nx n. From our study of power series, we know the first and second derived series have the same radius of convergence and differentiation can be done term by term. Thus, y = y = na n x n 1 n=1 n(n 1)a n x n 2 n=2

12 The model we need to solve then becomes n(n 1)a n x n 2 + a n x n = 0 n=2 The powers of x in the series have different indices. Change summation variables in the first one to get k = n 2 = n(n 1)a n x n 2 = (k + 2)(k + 1)a k+2 x k n=2 k=0 as k = n 2 tells us n = k + 2 and n 1 = k + 1. Since the choice of summation variable does not matter, relabel the k above back to an n to get (k + 2)(k + 1)a k+2 x k = k=0 (n + 2)(n + 1)a n+2 x n

13 The series problem to solve is then (n + 2)(n + 1)a n+2 x n + a n x n = 0 Hence, we have, for all x {(n + 2)(n + 1)a n+2 + a n }x n = 0 The only way this can be true is if each of the coefficients of x n vanish. This gives us what is called a recursion relation the coefficients must satisfy. For all n 0, we have (n + 2)(n + 1)a n+2 + a n = 0 = a n+2 = (n + 2)(n + 1) a n (1) By direct calculation, we find

14 a 2 = a a 3 = a = a 1 ( 3! a 4 = a = 1 a 5 = a = a 1. 5! a ) = a = a 2 4! In general, it is impossible to detect a pattern in these coefficients, but here we can find a pattern easily. We see We have found the solution is y(x) = a 0 + a 1 x + a 0 ( 1) 2 x 2 a 2k = ( 1) k a 0 (2k)! a 2k+1 = ( 1) k a 1 (2k + 1)! 2! + a 1( 1) 3 x 3 3! + a 0( 1) 4 x 4 4! + a 1( 1) 5 x 5 5! +

15 Define two new series by y 0 (x) = 1 + ( 1) 2 x 2 2! y 1 (x) = x + ( 1) 3 x 3 3! + + ( 1) k x 2k (2k)! a 1 ( 1) k x 2k+1 (2k + 1)! + It is easy to prove that for any convergent series, α a nx n = αa nx n. The series 2n x ( 1)2n (2n)!) and 2n+1 x ( 1)2n+1 (2n+1)!) converge for all x by the ratio test, so we can write the solution y(x) as y(x) = a 0 ( 1) 2n x 2n (2n)!) + a 1 = a 0 y 0 (x) + a 1 y 1 (x) ( 1) 2n+1 x 2n+1 (2n + 1)!)

16 Since the power series for y 0 and y 1 converge on R, we also know how to compute their derived series to get y 0(x) = y 1(x) = ( 1) 2n (2n) x 2n 1 (2n)!) ( 1) 2n+1 x 2n (2n + 1) (2n + 1)!) n=1

17 Next, note y 0 (x) and y 1 (x) are linearly independent on R as if then we also have c 0 y 0 (x) + c 1 y 1 (x) = 0, x c 0 y 0(x) + c 1 y 1(x) = 0, x Since these equations must hold for all x, in particular they hold for x = 0 giving c 0 y 0 (0) + c 1 y 1 (0) = c 0 (1) + c 1 (0) = 0 c 0 y 0(0) + c 1 y 1(0) = c 0 (0) + c 1 (1) = 0 In matrix - vector form this become [ ] [ ] 1 0 c0 0 1 c 1 = [ ] 0 0

18 The determinant of the coefficient matrix of this linear system is positive and so the only solution is c 0 = c 1 = 0 implying these functions are linearly independent on R. Note y 0 is the solution to the problem and y 1 solves As usual the solution to y + y = 0, y(0) = 1, y (0) = 0 y + y = 0, y(0) = 0, y (0) = 1 y + y = 0, y(0) = α, y (0) = β is the linear combination of the two linearly independent solutions y 0 and y 1 gving y(x) = αy 0 (x) + βy 1 (x) Of course, from earier courses and our understanding of the Taylor Series expansions of cos(x) and sin(x), we also know y 0 (x) = cos(x) and y 1 (x) = sin(x). The point of this example, is that we can do a similar analysis for the more general problem with polynomial coefficients.

19 Example Solve the model y + 6y + 9y = 0 using power series methods. Again, the coefficient functions here are constants, so the power series solution can be computed at any point a and the radius of convergence will be R =. Let s find a solution at a = 0. We assume y(x) = a nx n. Thus, y = y = na n x n 1 n=1 n(n 1)a n x n 2 n=2 The model we need to solve then becomes n(n 1)a n x n na n x n n=2 n=1 a n x n = 0

20 The powers of x in the series have different indices. We change the summation variables in both derivative terms to get k = n 1 = na n x n 1 = (k + 1)a k+1 x k k = n 2 = n=1 k=0 n(n 1)a n x n 2 = (k + 2)(k + 1)a k+2 x k n=2 k=0 Since the choice of summation variable does not matter, relabel the k above back to an n to get (k + 1)a k+1 x k = (n + 1)a n+1 x n k=0 (k + 2)(k + 1)a k+2 x k = k=0 (n + 2)(n + 1)a n+2 x n The series problem to solve is then (n + 2)(n + 1)a n+2 x n + 6 (n + 1)a n+1 x n + 9 a n x n = 0

21 Hence, we have, for all x {(n + 2)(n + 1)a n+2 + 6(n + 1)a n a n }x n = 0 The only way this can be true is if each of the coefficients of x n vanish. This gives us what is called a recursion relation the coefficients must satisfy. For all n 0, we have (n + 2)(n + 1)a n+2 + 6(n + 1)a n a n = 0 = a n+2 = 6(n + 1)a n+1 + 9a n (n + 2)(n + 1) By direct calculation, we find a 2 = 6a 1 + 9a = 3a a 0 a 3 = 6(2)a 2 + 9a 1 = 2a a 1 ( = 2 3a 1 9 ) 2 a a 1 = 6a 1 + 9a a 1 = 9a a 1

22 a 4 = 6(3)a 3 + 9a 2 = a a 2 = 3 ( 9a ) 2 2 a 1 3 ( 3a 1 9 ) 4 2 a 0 = 27 4 a a a a 0 = 9 2 a a 0 We have found the solution is ( y(x) = a 0 + a 1 x + 3a 1 9 ) 2 a 0 x 2 + ( a 1 81 ) 8 a 0 x 4 + Define two new series by y 0 (x) = x 2 + 9x x 4 + y 1 (x) = x 3x x x 4 + ( 9a ) 2 a 1 x 3

23 Hence, we can write the solution as y(x) = a 0 {1 9 2 x 2 9x x 4 + } + a 1 {x 3x x x 4 + } = a 0 y 0 (x) + a 1 y 1 (x) Our theorem guarantees that the solution y(x) converges in R, so the series y 0 we get setting a 0 = 1 and a 1 = 0 converges too. Setting a 0 = 0 and a 1 = 1 then shows y 1 converges. Since the power series for y 0 and y 1 converge on R, we also know how to compute their derived series to get y 0(x) = 9x + 27x x 3 + y 1(x) = 1 6x x 2 18x 3 +

24 Next, note y 0 (x) and y 1 (x) are linearly independent on R as if then we also have c 0 y 0 (x) + c 1 y 1 (x) = 0, x c 0 y 0(x) + c 1 y 1(x) = 0, x Since these equations must hold for all x, in particular they hold for x = 0 giving c 0 y 0 (0) + c 1 y 1 (0) = c 0 (1) + c 1 (0) = 0 c 0 y 0(0) + c 1 y 1(0) = c 0 (0) + c 1 (1) = 0 which tells us c 0 = c 1 = 0 implying these functions are linearly independent on R.

25 Note y 0 is the solution to the problem y + 6y + 9y = 0, y(0) = 1, y (0) = 0 The general solution is y(x) = Ae 3x + Bxe 3x and for these initial conditions, we find A = 1 and B = 3 giving y 0 (x) = (1 + 3x)e 3x. Using the Taylor Series expansion of e 3x, we find ( y 3x + 3x e 3x = 1 3x x 2 27 ) 6 x 3 + ( +3x 1 3x x 2 27 ) 6 x 3 + ( ) 9 = 1 + (3x 3x)x x 2 + = x 2 9x 3 + which is the series we found using the power series method! ( ) x 3 +

26 Then y 1 solves y + 6y + 9y = 0, y(0) = 0, y (0) = 1 The general solution is y(x) = Ae 3x + Bxe 3x and for these initial conditions, we find A = 0 and B = 1 giving y 1 (x) = x e 3x. Using the Taylor Series expansion of e 3x, we find ( x e 3x = x 1 3x x 2 27 ) 6 x 3 + = x 3x x x 4 which is the series we found using the power series method! As usual the solution to y + 6y + 9y = 0, y(0) = α, y (0) = β is the linear combination of the two linearly independent solutions y 0 and y 1 gving y(x) = αy 0 (x) + βy 1 (x)

27 Homework Solve using the Power Series method. y + 4y = 0 1 Use our theorems to find the radius of convergence R. 2 Find the two solutions y 0 and y 1. 3 Show y 0 and y 1 are linearly independent. 4 Write down the Initial Value Problem y 0 and y 1 satisfy. 5 Find the solution to this model with y(0) = 3 and y (0) = 2. 6 Express y 0 and y 1 in terms of traditional functions.

28 Homework Solve using the Power Series method. y + y 6y = 0 1 Use our theorems to find the radius of convergence R. 2 Find the two solutions y 0 and y 1. 3 Show y 0 and y 1 are linearly independent. 4 Write down the Initial Value Problem y 0 and y 1 satisfy. 5 Find the solution to this model with y(0) = 1 and y (0) = 4. 6 Express y 0 and y 1 in terms of traditional functions.

Power Series Solutions of Ordinary Differential Equations

Power Series Solutions of Ordinary Differential Equations Power Series Solutions for Ordinary Differential Equations James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University December 4, 2017 Outline Power

More information

Section 5.2 Series Solution Near Ordinary Point

Section 5.2 Series Solution Near Ordinary Point DE Section 5.2 Series Solution Near Ordinary Point Page 1 of 5 Section 5.2 Series Solution Near Ordinary Point We are interested in second order homogeneous linear differential equations with variable

More information

Math 2233 Homework Set 7

Math 2233 Homework Set 7 Math 33 Homework Set 7 1. Find the general solution to the following differential equations. If initial conditions are specified, also determine the solution satisfying those initial conditions. a y 4

More information

Series Solutions Near a Regular Singular Point

Series Solutions Near a Regular Singular Point Series Solutions Near a Regular Singular Point MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Background We will find a power series solution to the equation:

More information

Lecture 4: Frobenius Series about Regular Singular Points

Lecture 4: Frobenius Series about Regular Singular Points Introductory lecture notes on Partial Differential Equations - c Anthony Peirce. Not to be copied, used, or revised without explicit written permission from the copyright owner. 1 Lecture 4: Frobenius

More information

Geometric Series and the Ratio and Root Test

Geometric Series and the Ratio and Root Test Geometric Series and the Ratio and Root Test James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 5, 2018 Outline 1 Geometric Series

More information

The First Derivative and Second Derivative Test

The First Derivative and Second Derivative Test The First Derivative and Second Derivative Test James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University April 9, 2018 Outline 1 Extremal Values 2

More information

The First Derivative and Second Derivative Test

The First Derivative and Second Derivative Test The First Derivative and Second Derivative Test James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 8, 2017 Outline Extremal Values The

More information

1 Series Solutions Near Regular Singular Points

1 Series Solutions Near Regular Singular Points 1 Series Solutions Near Regular Singular Points All of the work here will be directed toward finding series solutions of a second order linear homogeneous ordinary differential equation: P xy + Qxy + Rxy

More information

Series Solutions of Differential Equations

Series Solutions of Differential Equations Chapter 6 Series Solutions of Differential Equations In this chapter we consider methods for solving differential equations using power series. Sequences and infinite series are also involved in this treatment.

More information

Solving Differential Equations Using Power Series

Solving Differential Equations Using Power Series LECTURE 25 Solving Differential Equations Using Power Series We are now going to employ power series to find solutions to differential equations of the form (25.) y + p(x)y + q(x)y = 0 where the functions

More information

Problem 1 Kaplan, p. 436: 2c,i

Problem 1 Kaplan, p. 436: 2c,i Mathematical Methods I - Fall 03 Homework Solutions Page Problem Kaplan, p 36: c,i Find the first three nonzero terms of the following Taylor series: c) ln + x) about x = 0 i) arctanh x about x = 0 The

More information

Solving Differential Equations Using Power Series

Solving Differential Equations Using Power Series LECTURE 8 Solving Differential Equations Using Power Series We are now going to employ power series to find solutions to differential equations of the form () y + p(x)y + q(x)y = 0 where the functions

More information

MATH 312 Section 6.2: Series Solutions about Singular Points

MATH 312 Section 6.2: Series Solutions about Singular Points MATH 312 Section 6.2: Series Solutions about Singular Points Prof. Jonathan Duncan Walla Walla University Spring Quarter, 2008 Outline 1 Classifying Singular Points 2 The Method of Frobenius 3 Conclusions

More information

Power Series Solutions We use power series to solve second order differential equations

Power Series Solutions We use power series to solve second order differential equations Objectives Power Series Solutions We use power series to solve second order differential equations We use power series expansions to find solutions to second order, linear, variable coefficient equations

More information

Power Series and Analytic Function

Power Series and Analytic Function Dr Mansoor Alshehri King Saud University MATH204-Differential Equations Center of Excellence in Learning and Teaching 1 / 21 Some Reviews of Power Series Differentiation and Integration of a Power Series

More information

Geometric Series and the Ratio and Root Test

Geometric Series and the Ratio and Root Test Geometric Series and the Ratio and Root Test James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 5, 2017 Outline Geometric Series The

More information

LECTURE 14: REGULAR SINGULAR POINTS, EULER EQUATIONS

LECTURE 14: REGULAR SINGULAR POINTS, EULER EQUATIONS LECTURE 14: REGULAR SINGULAR POINTS, EULER EQUATIONS 1. Regular Singular Points During the past few lectures, we have been focusing on second order linear ODEs of the form y + p(x)y + q(x)y = g(x). Particularly,

More information

Review for Exam 2. Review for Exam 2.

Review for Exam 2. Review for Exam 2. Review for Exam 2. 5 or 6 problems. No multiple choice questions. No notes, no books, no calculators. Problems similar to homeworks. Exam covers: Regular-singular points (5.5). Euler differential equation

More information

Series Solution of Linear Ordinary Differential Equations

Series Solution of Linear Ordinary Differential Equations Series Solution of Linear Ordinary Differential Equations Department of Mathematics IIT Guwahati Aim: To study methods for determining series expansions for solutions to linear ODE with variable coefficients.

More information

Fall Math 3410 Name (Print): Solution KEY Practice Exam 2 - November 4 Time Limit: 50 Minutes

Fall Math 3410 Name (Print): Solution KEY Practice Exam 2 - November 4 Time Limit: 50 Minutes Fall 206 - Math 340 Name (Print): Solution KEY Practice Exam 2 - November 4 Time Limit: 50 Minutes This exam contains pages (including this cover page) and 5 problems. Check to see if any pages are missing.

More information

Equations with regular-singular points (Sect. 5.5).

Equations with regular-singular points (Sect. 5.5). Equations with regular-singular points (Sect. 5.5). Equations with regular-singular points. s: Equations with regular-singular points. Method to find solutions. : Method to find solutions. Recall: The

More information

Chapter 5.2: Series solution near an ordinary point

Chapter 5.2: Series solution near an ordinary point Chapter 5.2: Series solution near an ordinary point We now look at ODE s with polynomial coefficients of the form: P (x)y + Q(x)y + R(x)y = 0. Thus, we assume P (x), Q(x), R(x) are polynomials in x. Why?

More information

SERIES SOLUTION OF DIFFERENTIAL EQUATIONS

SERIES SOLUTION OF DIFFERENTIAL EQUATIONS SERIES SOLUTION OF DIFFERENTIAL EQUATIONS Introduction to Differential Equations Nanang Susyanto Computer Science (International) FMIPA UGM 17 April 2017 NS (CS-International) Series solution 17/04/2017

More information

Math Assignment 11

Math Assignment 11 Math 2280 - Assignment 11 Dylan Zwick Fall 2013 Section 8.1-2, 8, 13, 21, 25 Section 8.2-1, 7, 14, 17, 32 Section 8.3-1, 8, 15, 18, 24 1 Section 8.1 - Introduction and Review of Power Series 8.1.2 - Find

More information

Relevant sections from AMATH 351 Course Notes (Wainwright): Relevant sections from AMATH 351 Course Notes (Poulin and Ingalls):

Relevant sections from AMATH 351 Course Notes (Wainwright): Relevant sections from AMATH 351 Course Notes (Poulin and Ingalls): Lecture 5 Series solutions to DEs Relevant sections from AMATH 35 Course Notes (Wainwright):.4. Relevant sections from AMATH 35 Course Notes (Poulin and Ingalls): 2.-2.3 As mentioned earlier in this course,

More information

Series solutions of second order linear differential equations

Series solutions of second order linear differential equations Series solutions of second order linear differential equations We start with Definition 1. A function f of a complex variable z is called analytic at z = z 0 if there exists a convergent Taylor series

More information

2 Series Solutions near a Regular Singular Point

2 Series Solutions near a Regular Singular Point McGill University Math 325A: Differential Equations LECTURE 17: SERIES SOLUTION OF LINEAR DIFFERENTIAL EQUATIONS II 1 Introduction Text: Chap. 8 In this lecture we investigate series solutions for the

More information

Series Solutions. 8.1 Taylor Polynomials

Series Solutions. 8.1 Taylor Polynomials 8 Series Solutions 8.1 Taylor Polynomials Polynomial functions, as we have seen, are well behaved. They are continuous everywhere, and have continuous derivatives of all orders everywhere. It also turns

More information

MA22S3 Summary Sheet: Ordinary Differential Equations

MA22S3 Summary Sheet: Ordinary Differential Equations MA22S3 Summary Sheet: Ordinary Differential Equations December 14, 2017 Kreyszig s textbook is a suitable guide for this part of the module. Contents 1 Terminology 1 2 First order separable 2 2.1 Separable

More information

Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) a n z n. n=0

Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) a n z n. n=0 Lecture 22 Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) Recall a few facts about power series: a n z n This series in z is centered at z 0. Here z can

More information

Math Exam 2, October 14, 2008

Math Exam 2, October 14, 2008 Math 96 - Exam 2, October 4, 28 Name: Problem (5 points Find all solutions to the following system of linear equations, check your work: x + x 2 x 3 2x 2 2x 3 2 x x 2 + x 3 2 Solution Let s perform Gaussian

More information

Review: Power series define functions. Functions define power series. Taylor series of a function. Taylor polynomials of a function.

Review: Power series define functions. Functions define power series. Taylor series of a function. Taylor polynomials of a function. Taylor Series (Sect. 10.8) Review: Power series define functions. Functions define power series. Taylor series of a function. Taylor polynomials of a function. Review: Power series define functions Remarks:

More information

7.3 Singular points and the method of Frobenius

7.3 Singular points and the method of Frobenius 284 CHAPTER 7. POWER SERIES METHODS 7.3 Singular points and the method of Frobenius Note: or.5 lectures, 8.4 and 8.5 in [EP], 5.4 5.7 in [BD] While behaviour of ODEs at singular points is more complicated,

More information

Complex Numbers. Outline. James K. Peterson. September 19, Complex Numbers. Complex Number Calculations. Complex Functions

Complex Numbers. Outline. James K. Peterson. September 19, Complex Numbers. Complex Number Calculations. Complex Functions Complex Numbers James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 19, 2013 Outline Complex Numbers Complex Number Calculations Complex

More information

Complex Numbers. James K. Peterson. September 19, Department of Biological Sciences and Department of Mathematical Sciences Clemson University

Complex Numbers. James K. Peterson. September 19, Department of Biological Sciences and Department of Mathematical Sciences Clemson University Complex Numbers James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 19, 2013 Outline 1 Complex Numbers 2 Complex Number Calculations

More information

Consequences of Continuity

Consequences of Continuity Consequences of Continuity James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 4, 2017 Outline 1 Domains of Continuous Functions 2 The

More information

ODE Homework Series Solutions Near an Ordinary Point, Part I 1. Seek power series solution of the equation. n(n 1)a n x n 2 = n=0

ODE Homework Series Solutions Near an Ordinary Point, Part I 1. Seek power series solution of the equation. n(n 1)a n x n 2 = n=0 ODE Homework 6 5.2. Series Solutions Near an Ordinary Point, Part I 1. Seek power series solution of the equation y + k 2 x 2 y = 0, k a constant about the the point x 0 = 0. Find the recurrence relation;

More information

5. Series Solutions of ODEs

5. Series Solutions of ODEs Advanced Engineering Mathematics 5. Series solutions of ODEs 1 5. Series Solutions of ODEs 5.1 Power series method and Theory of the power series method Advanced Engineering Mathematics 5. Series solutions

More information

e y [cos(x) + i sin(x)] e y [cos(x) i sin(x)] ] sin(x) + ey e y x = nπ for n = 0, ±1, ±2,... cos(nπ) = ey e y 0 = ey e y sin(z) = 0,

e y [cos(x) + i sin(x)] e y [cos(x) i sin(x)] ] sin(x) + ey e y x = nπ for n = 0, ±1, ±2,... cos(nπ) = ey e y 0 = ey e y sin(z) = 0, Worked Solutions 83 Chapter 3: Power Series Solutions II: Generalizations Theory 34 a Suppose that e z = 0 for some z = x + iy Then both the real imaginary parts of e z must be zero, e x cos(y) = 0 e x

More information

12d. Regular Singular Points

12d. Regular Singular Points October 22, 2012 12d-1 12d. Regular Singular Points We have studied solutions to the linear second order differential equations of the form P (x)y + Q(x)y + R(x)y = 0 (1) in the cases with P, Q, R real

More information

LECTURE 9: SERIES SOLUTIONS NEAR AN ORDINARY POINT I

LECTURE 9: SERIES SOLUTIONS NEAR AN ORDINARY POINT I LECTURE 9: SERIES SOLUTIONS NEAR AN ORDINARY POINT I In this lecture and the next two, we will learn series methods through an attempt to answer the following two questions: What is a series method and

More information

Proofs Not Based On POMI

Proofs Not Based On POMI s Not Based On POMI James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University February 12, 2018 Outline 1 Non POMI Based s 2 Some Contradiction s 3

More information

This practice exam is intended to help you prepare for the final exam for MTH 142 Calculus II.

This practice exam is intended to help you prepare for the final exam for MTH 142 Calculus II. MTH 142 Practice Exam Chapters 9-11 Calculus II With Analytic Geometry Fall 2011 - University of Rhode Island This practice exam is intended to help you prepare for the final exam for MTH 142 Calculus

More information

Ch 5.4: Regular Singular Points

Ch 5.4: Regular Singular Points Ch 5.4: Regular Singular Points! Recall that the point x 0 is an ordinary point of the equation if p(x) = Q(x)/P(x) and q(x)= R(x)/P(x) are analytic at at x 0. Otherwise x 0 is a singular point.! Thus,

More information

Chapter 11. Taylor Series. Josef Leydold Mathematical Methods WS 2018/19 11 Taylor Series 1 / 27

Chapter 11. Taylor Series. Josef Leydold Mathematical Methods WS 2018/19 11 Taylor Series 1 / 27 Chapter 11 Taylor Series Josef Leydold Mathematical Methods WS 2018/19 11 Taylor Series 1 / 27 First-Order Approximation We want to approximate function f by some simple function. Best possible approximation

More information

Lecture Notes on. Differential Equations. Emre Sermutlu

Lecture Notes on. Differential Equations. Emre Sermutlu Lecture Notes on Differential Equations Emre Sermutlu ISBN: Copyright Notice: To my wife Nurten and my daughters İlayda and Alara Contents Preface ix 1 First Order ODE 1 1.1 Definitions.............................

More information

swapneel/207

swapneel/207 Partial differential equations Swapneel Mahajan www.math.iitb.ac.in/ swapneel/207 1 1 Power series For a real number x 0 and a sequence (a n ) of real numbers, consider the expression a n (x x 0 ) n =

More information

Two Posts to Fill On School Board

Two Posts to Fill On School Board Y Y 9 86 4 4 qz 86 x : ( ) z 7 854 Y x 4 z z x x 4 87 88 Y 5 x q x 8 Y 8 x x : 6 ; : 5 x ; 4 ( z ; ( ) ) x ; z 94 ; x 3 3 3 5 94 ; ; ; ; 3 x : 5 89 q ; ; x ; x ; ; x : ; ; ; ; ; ; 87 47% : () : / : 83

More information

1 Solution to Homework 4

1 Solution to Homework 4 Solution to Homework Section. 5. The characteristic equation is r r + = (r )(r ) = 0 r = or r =. y(t) = c e t + c e t y = c e t + c e t. y(0) =, y (0) = c + c =, c + c = c =, c =. To find the maximum value

More information

Math 334 A1 Homework 3 (Due Nov. 5 5pm)

Math 334 A1 Homework 3 (Due Nov. 5 5pm) Math 334 A1 Homework 3 Due Nov. 5 5pm No Advanced or Challenge problems will appear in homeworks. Basic Problems Problem 1. 4.1 11 Verify that the given functions are solutions of the differential equation,

More information

Project One: C Bump functions

Project One: C Bump functions Project One: C Bump functions James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 2, 2018 Outline 1 2 The Project Let s recall what the

More information

Review of Power Series

Review of Power Series Review of Power Series MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Introduction In addition to the techniques we have studied so far, we may use power

More information

Georgia Tech PHYS 6124 Mathematical Methods of Physics I

Georgia Tech PHYS 6124 Mathematical Methods of Physics I Georgia Tech PHYS 612 Mathematical Methods of Physics I Instructor: Predrag Cvitanović Fall semester 2012 Homework Set #5 due October 2, 2012 == show all your work for maximum credit, == put labels, title,

More information

Bessel s Equation. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics

Bessel s Equation. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics Bessel s Equation MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Background Bessel s equation of order ν has the form where ν is a constant. x 2 y + xy

More information

The Method of Frobenius

The Method of Frobenius The Method of Frobenius R. C. Trinity University Partial Differential Equations April 7, 2015 Motivating example Failure of the power series method Consider the ODE 2xy +y +y = 0. In standard form this

More information

The Method of Undetermined Coefficients.

The Method of Undetermined Coefficients. The Method of Undetermined Coefficients. James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University May 24, 2017 Outline 1 Annihilators 2 Finding The

More information

Math Review for Exam Answer each of the following questions as either True or False. Circle the correct answer.

Math Review for Exam Answer each of the following questions as either True or False. Circle the correct answer. Math 22 - Review for Exam 3. Answer each of the following questions as either True or False. Circle the correct answer. (a) True/False: If a n > 0 and a n 0, the series a n converges. Soln: False: Let

More information

Consequences of Continuity

Consequences of Continuity Consequences of Continuity James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 4, 2017 Outline Domains of Continuous Functions The Intermediate

More information

Power Series in Differential Equations

Power Series in Differential Equations Power Series in Differential Equations Prof. Doug Hundley Whitman College April 18, 2014 Last time: Review of Power Series (5.1) The series a n (x x 0 ) n can converge either: Last time: Review of Power

More information

Lecture 10. (2) Functions of two variables. Partial derivatives. Dan Nichols February 27, 2018

Lecture 10. (2) Functions of two variables. Partial derivatives. Dan Nichols February 27, 2018 Lecture 10 Partial derivatives Dan Nichols nichols@math.umass.edu MATH 233, Spring 2018 University of Massachusetts February 27, 2018 Last time: functions of two variables f(x, y) x and y are the independent

More information

Proofs Not Based On POMI

Proofs Not Based On POMI s Not Based On POMI James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University February 1, 018 Outline Non POMI Based s Some Contradiction s Triangle

More information

Consider an ideal pendulum as shown below. l θ is the angular acceleration θ is the angular velocity

Consider an ideal pendulum as shown below. l θ is the angular acceleration θ is the angular velocity 1 Second Order Ordinary Differential Equations 1.1 The harmonic oscillator Consider an ideal pendulum as shown below. θ l Fr mg l θ is the angular acceleration θ is the angular velocity A point mass m

More information

Degree Master of Science in Mathematical Modelling and Scientific Computing Mathematical Methods I Thursday, 12th January 2012, 9:30 a.m.- 11:30 a.m.

Degree Master of Science in Mathematical Modelling and Scientific Computing Mathematical Methods I Thursday, 12th January 2012, 9:30 a.m.- 11:30 a.m. Degree Master of Science in Mathematical Modelling and Scientific Computing Mathematical Methods I Thursday, 12th January 2012, 9:30 a.m.- 11:30 a.m. Candidates should submit answers to a maximum of four

More information

McGill University Math 325A: Differential Equations LECTURE 12: SOLUTIONS FOR EQUATIONS WITH CONSTANTS COEFFICIENTS (II)

McGill University Math 325A: Differential Equations LECTURE 12: SOLUTIONS FOR EQUATIONS WITH CONSTANTS COEFFICIENTS (II) McGill University Math 325A: Differential Equations LECTURE 12: SOLUTIONS FOR EQUATIONS WITH CONSTANTS COEFFICIENTS (II) HIGHER ORDER DIFFERENTIAL EQUATIONS (IV) 1 Introduction (Text: pp. 338-367, Chap.

More information

Derivatives and the Product Rule

Derivatives and the Product Rule Derivatives and the Product Rule James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University January 28, 2014 Outline 1 Differentiability 2 Simple Derivatives

More information

Derivatives in 2D. Outline. James K. Peterson. November 9, Derivatives in 2D! Chain Rule

Derivatives in 2D. Outline. James K. Peterson. November 9, Derivatives in 2D! Chain Rule Derivatives in 2D James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 9, 2016 Outline Derivatives in 2D! Chain Rule Let s go back to

More information

Upper and Lower Bounds

Upper and Lower Bounds James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University August 30, 2017 Outline 1 2 s 3 Basic Results 4 Homework Let S be a set of real numbers. We

More information

Chapter 4. Series Solutions. 4.1 Introduction to Power Series

Chapter 4. Series Solutions. 4.1 Introduction to Power Series Series Solutions Chapter 4 In most sciences one generation tears down what another has built and what one has established another undoes. In mathematics alone each generation adds a new story to the old

More information

Introduction Derivation General formula List of series Convergence Applications Test SERIES 4 INU0114/514 (MATHS 1)

Introduction Derivation General formula List of series Convergence Applications Test SERIES 4 INU0114/514 (MATHS 1) MACLAURIN SERIES SERIES 4 INU0114/514 (MATHS 1) Dr Adrian Jannetta MIMA CMath FRAS Maclaurin Series 1/ 21 Adrian Jannetta Recap: Binomial Series Recall that some functions can be rewritten as a power series

More information

11.10a Taylor and Maclaurin Series

11.10a Taylor and Maclaurin Series 11.10a 1 11.10a Taylor and Maclaurin Series Let y = f(x) be a differentiable function at x = a. In first semester calculus we saw that (1) f(x) f(a)+f (a)(x a), for all x near a The right-hand side of

More information

Series Solutions of Linear ODEs

Series Solutions of Linear ODEs Chapter 2 Series Solutions of Linear ODEs This Chapter is concerned with solutions of linear Ordinary Differential Equations (ODE). We will start by reviewing some basic concepts and solution methods for

More information

Chapter 8: Taylor s theorem and L Hospital s rule

Chapter 8: Taylor s theorem and L Hospital s rule Chapter 8: Taylor s theorem and L Hospital s rule Theorem: [Inverse Mapping Theorem] Suppose that a < b and f : [a, b] R. Given that f (x) > 0 for all x (a, b) then f 1 is differentiable on (f(a), f(b))

More information

Power Series Solutions And Special Functions: Review of Power Series

Power Series Solutions And Special Functions: Review of Power Series Power Series Solutions And Special Functions: Review of Power Series Pradeep Boggarapu Department of Mathematics BITS PILANI K K Birla Goa Campus, Goa September, 205 Pradeep Boggarapu (Dept. of Maths)

More information

Welcome to Math 257/316 - Partial Differential Equations

Welcome to Math 257/316 - Partial Differential Equations Welcome to Math 257/316 - Partial Differential Equations Instructor: Mona Rahmani email: mrahmani@math.ubc.ca Office: Mathematics Building 110 Office hours: Mondays 2-3 pm, Wednesdays and Fridays 1-2 pm.

More information

Polynomials. Math 4800/6080 Project Course

Polynomials. Math 4800/6080 Project Course Polynomials. Math 4800/6080 Project Course 2. Algebraic Curves. Everyone knows what a curve is, until he has studied enough mathematics to become confused through the countless number of possible exceptions.

More information

Generating Function Notes , Fall 2005, Prof. Peter Shor

Generating Function Notes , Fall 2005, Prof. Peter Shor Counting Change Generating Function Notes 80, Fall 00, Prof Peter Shor In this lecture, I m going to talk about generating functions We ve already seen an example of generating functions Recall when we

More information

Series solutions to a second order linear differential equation with regular singular points

Series solutions to a second order linear differential equation with regular singular points Physics 6C Fall 0 Series solutions to a second order linear differential equation with regular singular points Consider the second-order linear differential equation, d y dx + p(x) dy x dx + q(x) y = 0,

More information

Chapter 5.3: Series solution near an ordinary point

Chapter 5.3: Series solution near an ordinary point Chapter 5.3: Series solution near an ordinary point We continue to study ODE s with polynomial coefficients of the form: P (x)y + Q(x)y + R(x)y = 0. Recall that x 0 is an ordinary point if P (x 0 ) 0.

More information

A DARK GREY P O N T, with a Switch Tail, and a small Star on the Forehead. Any

A DARK GREY P O N T, with a Switch Tail, and a small Star on the Forehead. Any Y Y Y X X «/ YY Y Y ««Y x ) & \ & & } # Y \#$& / Y Y X» \\ / X X X x & Y Y X «q «z \x» = q Y # % \ & [ & Z \ & { + % ) / / «q zy» / & / / / & x x X / % % ) Y x X Y $ Z % Y Y x x } / % «] «] # z» & Y X»

More information

Method of Frobenius. General Considerations. L. Nielsen, Ph.D. Dierential Equations, Fall Department of Mathematics, Creighton University

Method of Frobenius. General Considerations. L. Nielsen, Ph.D. Dierential Equations, Fall Department of Mathematics, Creighton University Method of Frobenius General Considerations L. Nielsen, Ph.D. Department of Mathematics, Creighton University Dierential Equations, Fall 2008 Outline 1 The Dierential Equation and Assumptions 2 3 Main Theorem

More information

Lecture IX. Definition 1 A non-singular Sturm 1 -Liouville 2 problem consists of a second order linear differential equation of the form.

Lecture IX. Definition 1 A non-singular Sturm 1 -Liouville 2 problem consists of a second order linear differential equation of the form. Lecture IX Abstract When solving PDEs it is often necessary to represent the solution in terms of a series of orthogonal functions. One way to obtain an orthogonal family of functions is by solving a particular

More information

SOLUTIONS ABOUT ORDINARY POINTS

SOLUTIONS ABOUT ORDINARY POINTS 238 CHAPTER 6 SERIES SOLUTIONS OF LINEAR EQUATIONS In Problems 23 and 24 use a substitution to shift the summation index so that the general term of given power series involves x k. 23. nc n x n2 n 24.

More information

LESSON 8.1 RATIONAL EXPRESSIONS I

LESSON 8.1 RATIONAL EXPRESSIONS I LESSON 8. RATIONAL EXPRESSIONS I LESSON 8. RATIONAL EXPRESSIONS I 7 OVERVIEW Here is what you'll learn in this lesson: Multiplying and Dividing a. Determining when a rational expression is undefined Almost

More information

EVALUATING A POLYNOMIAL

EVALUATING A POLYNOMIAL EVALUATING A POLYNOMIAL Consider having a polynomial p(x) = a + a 1 x + a 2 x 2 + + a n x n which you need to evaluate for many values of x. How do you evaluate it? This may seem a strange question, but

More information

1 Lecture 24: Linearization

1 Lecture 24: Linearization 1 Lecture 24: Linearization 1.1 Outline The linearization of a function at a point a. Linear approximation of the change in f. Error, absolute error. Examples 1.2 Linearization Functions can be complicated.

More information

LESSON 7.1 FACTORING POLYNOMIALS I

LESSON 7.1 FACTORING POLYNOMIALS I LESSON 7.1 FACTORING POLYNOMIALS I LESSON 7.1 FACTORING POLYNOMIALS I 293 OVERVIEW Here s what you ll learn in this lesson: Greatest Common Factor a. Finding the greatest common factor (GCF) of a set of

More information

The method of Fröbenius

The method of Fröbenius Note III.5 1 1 April 008 The method of Fröbenius For the general homogeneous ordinary differential equation y (x) + p(x)y (x) + q(x)y(x) = 0 (1) the series method works, as in the Hermite case, where both

More information

Introduction Derivation General formula Example 1 List of series Convergence Applications Test SERIES 4 INU0114/514 (MATHS 1)

Introduction Derivation General formula Example 1 List of series Convergence Applications Test SERIES 4 INU0114/514 (MATHS 1) MACLAURIN SERIES SERIES 4 INU0114/514 (MATHS 1) Dr Adrian Jannetta MIMA CMath FRAS Maclaurin Series 1/ 19 Adrian Jannetta Background In this presentation you will be introduced to the concept of a power

More information

Series Solutions of Linear Differential Equations

Series Solutions of Linear Differential Equations Differential Equations Massoud Malek Series Solutions of Linear Differential Equations In this chapter we shall solve some second-order linear differential equation about an initial point using The Taylor

More information

1. A polynomial p(x) in one variable x is an algebraic expression in x of the form

1. A polynomial p(x) in one variable x is an algebraic expression in x of the form POLYNOMIALS Important Points 1. A polynomial p(x) in one variable x is an algebraic expression in x of the form p(x) = a nx n +a n-1x n-1 + a 2x 2 +a 1x 1 +a 0x 0 where a 0, a 1, a 2 a n are constants

More information

and the compositional inverse when it exists is A.

and the compositional inverse when it exists is A. Lecture B jacques@ucsd.edu Notation: R denotes a ring, N denotes the set of sequences of natural numbers with finite support, is a generic element of N, is the infinite zero sequence, n 0 R[[ X]] denotes

More information

CALCULUS JIA-MING (FRANK) LIOU

CALCULUS JIA-MING (FRANK) LIOU CALCULUS JIA-MING (FRANK) LIOU Abstract. Contents. Power Series.. Polynomials and Formal Power Series.2. Radius of Convergence 2.3. Derivative and Antiderivative of Power Series 4.4. Power Series Expansion

More information

General Power Series

General Power Series General Power Series James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 29, 2018 Outline Power Series Consequences With all these preliminaries

More information

Mathematics 104 Fall Term 2006 Solutions to Final Exam. sin(ln t) dt = e x sin(x) dx.

Mathematics 104 Fall Term 2006 Solutions to Final Exam. sin(ln t) dt = e x sin(x) dx. Mathematics 14 Fall Term 26 Solutions to Final Exam 1. Evaluate sin(ln t) dt. Solution. We first make the substitution t = e x, for which dt = e x. This gives sin(ln t) dt = e x sin(x). To evaluate the

More information

Differential Equations Class Notes

Differential Equations Class Notes Differential Equations Class Notes Dan Wysocki Spring 213 Contents 1 Introduction 2 2 Classification of Differential Equations 6 2.1 Linear vs. Non-Linear.................................. 7 2.2 Seperable

More information

Further Mathematical Methods (Linear Algebra) 2002

Further Mathematical Methods (Linear Algebra) 2002 Further Mathematical Methods (Linear Algebra) 22 Solutions For Problem Sheet 3 In this Problem Sheet, we looked at some problems on real inner product spaces. In particular, we saw that many different

More information

Sin, Cos and All That

Sin, Cos and All That Sin, Cos and All That James K Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 9, 2014 Outline Sin, Cos and all that! A New Power Rule Derivatives

More information

Taylor and Maclaurin Series

Taylor and Maclaurin Series Taylor and Maclaurin Series MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Background We have seen that some power series converge. When they do, we can think of them as

More information

The Theory of Second Order Linear Differential Equations 1 Michael C. Sullivan Math Department Southern Illinois University

The Theory of Second Order Linear Differential Equations 1 Michael C. Sullivan Math Department Southern Illinois University The Theory of Second Order Linear Differential Equations 1 Michael C. Sullivan Math Department Southern Illinois University These notes are intended as a supplement to section 3.2 of the textbook Elementary

More information