8 - Series Solutions of Differential Equations

Size: px
Start display at page:

Download "8 - Series Solutions of Differential Equations"

Transcription

1 8 - Series Solutions of Differential Equations 8.2 Power Series and Analytic Functions Homework: p # ü Introduction Our earlier technques allowed us to write our solutions in terms of elementary functions (such as polynomial functions, exponential functions, trigonometric functions, etc). In most cases we are not able to do so. We can approximate the solution using numerical methods (Euler s method, etc.), or we can use power series. ü Power Series A power series about the point x 0 is an expression of the form (1) an Hx - x 0 L n = a 0 + a 1 Hx - x 0 L + a 2 Hx - x 0 L 2 +, where x is a variable and the a n s are constants. We say that (1) converges at the point x = c if the infinite series (of real numbers) an Hc - x 0 L n N converges; that is, the limit of the partial sums lim NØ an Hc - x 0 L n exists (as a finite number). If this dimit does not exist, the power series is said to diverge at x = c. Note that (1) converges at x = x 0. Theorem 1 - Radius of Convegence For each power series of the form (1), there is a number r (0 r ), called the radius of convergence of the power series, such that (1) converges absolutely for x - x 0 <r and diverges for x - x 0 >r. If the series (1) converges for all values of x, then r=. When the series (1) converges only at x 0, then r=0. Note that at the interior points of the interval, the power series converges absolutely, that is, the series an Hx - x 0 L n converges for every x in the interior. Recall that we had to test the endpoints of the interval individually. At the endpoints, the power series could diverge, converge conditionally, or converge absolutely. For the geometric series x n, the radius of convergence is r=1, since 1 = 1 + x x x2 + = x n for -1 < x < 1. So the radius of convergence is r=1 and the interval of convergence is -1 < x < 1. Recall that if the series was not a geometric series, we used the ratio test to find the interval of convergence.

2 2 CH_08_notes.nb Theorem 2 - Ratio Test for Power Series If, for n large, the coefficients a n are nonzero and satisfy lim nø a n = L (0 L ) a n+1 then the radius of convergence of the power series an Hx - x 0 L n is r=l ü Example Determine the convergence set of the given power series. 3 n n! xn Theorem 3 - Power Series Vanishing on an Interval If an Hx - x 0 L n = 0 for all x in some open interval, then each coefficient a n equals zero. Given two power series f HxL = an Hx - x 0 L n and ghxl = bn Hx - x 0 L n with nonzero radii of convergence. The sum is given by f HxL + ghxl = Han + b n LHx- x 0 L n for all x in the common interval of convergence for both power series. The product, given by f HxL ghxl = cn Hx - x 0 L n n where c n = k=0 a k b n-k, for all x in the common open interval of convergence for both power series. Theorem 4 - Differentiation and Integration of Power Series If the series f HxL = an Hx - x 0 L n has a positive radius of convergence r, then f is differentiable in the interval x - x 0 <r and termwise differentiation gives the power series for the derivative: f ' HxL = nan Hx - x 0 L n-1 for x - x 0 <r n=1 Furthermore, termwise integration gives the power series for the integral of f: Ÿ f HxL x = an n + 1 Hx - x 0L n+1 + C for x - x 0 < r

3 CH_08_notes.nb 3 ü Shifting the Summation Index Note that an Hx - x 0 L n = ak Hx - x 0 L k = a j Hx - x 0 L j Occasionally we will need to shift the summation index to determine the terms of a power series. ü Example Express the given power series as a series with generic term x k. k=0 j=0 (a) nhn - 1L an x n+2 n=2 (b) nan Hx - al n an Hx - al n n=1 ü Analytic Functions Definition 1 - Analytic Function A function f is said to be analytic at x 0 if, in an open interval about x 0, this funciton is the sum of a power series an Hx - x 0 L n that has a positive radius of convergene.

4 4 CH_08_notes.nb Elementary functions such as x, sin x, and cos x are analytice for all x, while ln x is analytic for x > 0. A rational function P HxL is an analytic funtion except at those x QHxL 0 for which QHx 0 L = 0. Recall the representations of some of these functions: (10) x = 1 + x + x2 + x3 + = x n 2! 3! n! (11) sin x = x - x3 + x5 + = H-1L n n+1 x2 3! 5! H2 n+1l! (12) cos x = 1 - x2 + x4 + = H-1L n 2! 4! H2 nl! x2 n (13) ln x = Hx - 1L - 1 Hx - 2 1L2 + 1 Hx - H-1L n-1 3 1L3 + = Hx - 1L n n n=1 The inportance of f being analytice is the fact that if f HxL i analytic at x 0, then it is the sum of some power series that converges in a neighborhood of x 0 : f HxL = an Hx - x 0 L n Any power series regardless of how it is derived that converges in some neighborhood of x 0 to a function has to be the Taylor series of that function.

5 CH_08_notes.nb Power Series Solutions to Linear Differential Equations Homework: p # ü Introduction We start by considering the linear differential equation (1) a 2 HxL y'' + a 1 HxL y' + a 0 HxL y = 0 that has been written in the standard form (2) y'' + phxl y' + qhxl y = 0 Definition 2 - Ordinary and Singular Points A point x 0 is called an ordinary point of equation (1) if both p = a 1 and q = a 0 a 2 a 2 ordinary point, it is called a singular point of the equation. ü Example Determine all singularpoints of the given differential equation. Ix 2 + xm y'' + 3 y' - 6 xy= 0 are analytic at x 0. If x 0 is not an At an ordinary point x 0 of equation (1) or (2), the coefficient functions phxl and qhxl are analytic. It runs out, in a eighborhood of an ordinary point x 0, the solutions to (1) or (2) can be expressed as a power series about x 0. Thus, we want to find a power series solution of the form (4) yhxl = a 0 + a 1 Hx - x 0 L + a 2 Hx - x 0 L 2 + = an Hx - x 0 L n Note that Note that y' HxL = a a 2 Hx - x 0 L + 3 a 3 Hx - x 0 L 2 + = nan Hx - x 0 L n-1 n=1 y'' HxL = 2 a a 3 Hx - x 0 L + 12 a 4 Hx - x 0 L 2 + = nhn - 1L an Hx - x 0 L n-2 n=2

6 6 CH_08_notes.nb ü Example Find at least the first four nonzero terms in a power series expansion about x = 0 for a general solution to the given differential equation: Ix 2 + 1M y'' - xy' + y = 0

7 CH_08_notes.nb 7 ü Example Find at least the first four nonzero terms in a power series expansion about x = 0 for the solution to the given initial value problem. y'' + Hx - 2L y' - y = 0; yh0l =-1, y' H0L = 0

8 8 CH_08_notes.nb 8.4 Equations with Analytic Coefficients Homework: p # ü Introduction We have intrduced a procedure for finding the power series solution of (1) y'' + phxl y' + qhxl y = 0 Theorem 5 - Existence of Analytic Solutions Suppose x 0 is an ordinary point for equation (1). Then (1) has two linearly independent analytic solutions of the form (2) yhxl = an Hx - x 0 L n Moreover, the radius of convergence of any power series solutionfhe form given by (2) is at least as large as the distance from x 0 to the nearest singular pont (real or complex-valued) of equation (1) ü Example Find a minimum value for the radius of convergence of a power series solution about x 0 = 0. Ix 2-5 x + 6M y'' - 3 xy' - y = 0

9 CH_08_notes.nb 9 ü Example Find at least the first four nonzero terms in a power series expansion about x = 2 for a general solution to the given differential equation: x 2 y'' - xy' + 2 y = 0; yh0l =-1, y' H0L = 0

10 10 CH_08_notes.nb 8.6 Method of Frobenius Homework: p # ü Introduction Definition 3 - Regular Singular Points A singular point x 0 of (7) y'' HxL + phxl y' HxL + qhxl yhxl = 0 is said to be a regular singular point if both Hx - x 0 L phxl and Hx - x 0 L 2 qhxl are analytic at x 0. Otherwise x 0 is called an irregular singular point. ü Example Classify each singular point (real or complex) of the given equation as regular or irregular. Ix 2-4M 2 y'' + 3 Hx - 2L y' + 5 y = 0 Let us assume that x = 0 is a regular singular point of y'' HxL + phxl y' HxL + qhxl yhxl = 0. Then xphxl and x 2 qhxl are analytic functions at x = 0. Which means that in some open interval about x = 0 (4) xphxl = p 0 + p 1 x + p 2 x 2 + = pn x n (5) x 2 qhxl = q 0 + q 1 x + q 2 x 2 + = qn x n One result of (4) and (5) is (6) lim xø0 xphxl = p 0 and lim xø0 x 2 qhxl = q 0 Note that (4) and (5) can be rewritten as follows: (9) phxl = pn x n-1 and qhxl = qn x n-2

11 CH_08_notes.nb 11 Frobenius (inspired by the solutions to Cauchy-Euler equations) considered solutions of y'' HxL + phxl y' HxL + qhxl yhxl = 0 at the regular singular point x = 0 to have the form: (10) whr, xl = x r an x n = an x n+r, x > 0 Differentiating w with respect to x gives (11) w' Hr, xl = Hn + rl an x n+r-1 (12) w'' Hr, xl = Hn + rlhn + r - 1L an x n+r-2 Substituting these (9), (10), (11), and (12) into y'' HxL + phxl y' HxL + qhxl yhxl = 0 are regrouping terms by powers of x we obtain - 1L + p 0 r + q 0 D a 0 x r-2 + 1L ra 1 + p 0 Hr + 1L a 1 + p 1 ra 0 + q 0 a 1 + q 1 a 0 D x r-1 + = 0 Since each coefficient is equal to zero, we consider the equation - 1L + p 0 r + q 0 D a 0 = 0 Definition 4 - Indicial Equation If x 0 is a regular sinular point of y'' + py' + qy= 0, then the indicial equation for this point is (16) rhr - 1L + p 0 r + q 0 where p 0 := lim xøx0 Hx - x 0 L phxl and q 0 := lim xøx0 Hx - x 0 L 2 qhxl The roots of the indicial equation are called the exponents (indices) of the singularity x 0. ü Example Find the indicial equation and the exponents for the singularity x = 0 of 3 xy'' + y' - y = 0. To find the coefficients we will be looking for a recursive relationship as before. To do this, we will use the larger root of the indicial equation.

12 12 CH_08_notes.nb ü Example Find a series expansion about the regular singular point x = 0 for a solution to 3 xy'' + y' - y = 0.

13 CH_08_notes.nb 13 Method of Frobenius To derive a series solution about the singular point x 0 of (29) a 2 HxL y'' HxL + a 1 HxL y' HxL + a 0 HxL yhxl = 0, x > x 0 (a) Set phxl := a 1HxL 0HxL a 2 HxL a 2 HxL 0L phxl and Hx - x 0 L 2 qhxl are analytic at x 0, then x 0 is a regular singular point and the remaining steps apply. (b) Let (30) whr, xl = Hx - x 0 L r an Hx - x 0 L n = an Hx - x 0 L n+r and, using termwise differentiation, substitute whr, xl into equation (29) to obtain an equation of the form A 0 Hx - x 0 L r+j + A 1 Hx - x 0 L r+j+1 + = 0 (c) Set the coefficients A 0, A 1, A 2,... equal to zero. [Notice that the equation A 0 = 0 is just a constant multiple of the indicial equation rhr - 1L + p 0 r + q 0 = 0.] (d) Use the system of equations A 0 = 0, A 1 = 0, A 2 = 0,... to find the recurrence relation involving a k and a 0, a 1,..., a k-1. (e) Take r = r 1, the larger root of the indicial equation and use the relation obtained in step (d) to determine a 1, a 2,..., recursively in terms of a 0 and r 1. (f) A series expansion of a solution to (29) is (31) whr 1, xl = Hx - x 0 L r 1 an Hx - x 0 L n, x > x 0 where a 0 is arbitrary and the a n s are defined in terms of a 0 and r 1. What is the radius of convergence of the power series in (31)? Theorem 6 - Frobenious s Theorem If x 0 is a regular sinular point of equation (29), then there exists at least one series solution of the form (30), where r = r 1 is the larger root of the associated indicial equation. Moreover, this series conrges for all x such that 0 < x - x 0 < R, where R is the distance from x 0 to the nearest other singular point (real or complex) of (29). For simplicity, will consider only expansions about the regular singular point x = 0 and only those equations for which the associated indicial equation has real roots.

14 14 CH_08_notes.nb ü Example Find a series expansion about the regular singular point x = 0 for a solution to x 2 y'' - xy' + H1 - xl y = 0, x > 0.

15 CH_08_notes.nb Finding a Second Linearly Independent Solution Homework: p # ü Introduction In the last section, we used the method of Frobenius to find one series solution, how do we find the second one, if it exists? Theorem 7 - Form a Second Linearly Independent Solution Let x 0 be a regular singular point for y'' + py' + qy= 0 and let r 1 and r 2 be the roots of the associated indicial equation, where Re r 1 Re r 2. (a) If r 1 - r 2 is not an integer, then there exist two linearly independent solutions of the form (11) y 1 HxL = an Hx - x 0 L n+r 1, a0 0 (b) (c) (12) y 2 HxL = bn Hx - x 0 L n+r 2, b0 0 If r 1 = r 2, then there exist two linearly independent solutions of the form (13) y 1 HxL = an Hx - x 0 L n+r 1, a0 0 (14) y 2 HxL = y 1 HxL lnhx - x 0 L + bn Hx - x 0 L n+r 1 n=1 If r 1 - r 2 is a positive integer, then there exist two linearly independent solutions of the form (15) y 1 HxL = an Hx - x 0 L n+r 1, a0 0 (16) y 2 HxL = Cy 1 HxL lnhx - x 0 L + bn Hx - x 0 L n+r 2, b0 0 where C is a constant that could be zero. ü Example Find the first few terms in the series expansion about the regular singular point x = 0 for two linearly independent solutions to x 2 y'' - xy' + H1 - xl y = 0, x > 0.

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 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

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

The Method of Frobenius

The Method of Frobenius The Method of Frobenius Department of Mathematics IIT Guwahati If either p(x) or q(x) in y + p(x)y + q(x)y = 0 is not analytic near x 0, power series solutions valid near x 0 may or may not exist. If either

More information

Last Update: March 1 2, 201 0

Last Update: March 1 2, 201 0 M ath 2 0 1 E S 1 W inter 2 0 1 0 Last Update: March 1 2, 201 0 S eries S olutions of Differential Equations Disclaimer: This lecture note tries to provide an alternative approach to the material in Sections

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

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

Lecture 21 Power Series Method at Singular Points Frobenius Theory

Lecture 21 Power Series Method at Singular Points Frobenius Theory Lecture 1 Power Series Method at Singular Points Frobenius Theory 10/8/011 Review. The usual power series method, that is setting y = a n 0 ) n, breaks down if 0 is a singular point. Here breaks down means

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

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

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

Differential Equations Practice: Euler Equations & Regular Singular Points Page 1

Differential Equations Practice: Euler Equations & Regular Singular Points Page 1 Differential Equations Practice: Euler Equations & Regular Singular Points Page 1 Questions Eample (5.4.1) Determine the solution to the differential equation y + 4y + y = 0 that is valid in any interval

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

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 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

6 - Theory of Higher-Order Linear Differential Equations

6 - Theory of Higher-Order Linear Differential Equations 6 - Theory of Higher-Order Linear Differential Equations 6.1 Basic Theory of Linear Differential Equations Homework: p. 325-326 #1, 7, 15, 19 ü Introduction A linear differential equation of order n is

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

Ch 5.7: Series Solutions Near a Regular Singular Point, Part II

Ch 5.7: Series Solutions Near a Regular Singular Point, Part II Ch 5.7: Series Solutions Near a Regular Singular Point, Part II! Recall from Section 5.6 (Part I): The point x 0 = 0 is a regular singular point of with and corresponding Euler Equation! We assume solutions

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

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

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

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

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

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

FROBENIUS SERIES SOLUTIONS

FROBENIUS SERIES SOLUTIONS FROBENIUS SERIES SOLUTIONS TSOGTGEREL GANTUMUR Abstract. We introduce the Frobenius series method to solve second order linear equations, and illustrate it by concrete examples. Contents. Regular singular

More information

2.4 Infinite Limits. An Overview Infinite Limits Finding Infinite Limits Analytically Quick Quiz SECTION 2.4 EXERCISES

2.4 Infinite Limits. An Overview Infinite Limits Finding Infinite Limits Analytically Quick Quiz SECTION 2.4 EXERCISES Section 2.4 Infinite Limits 2.4 Infinite Limits Two more limit scenarios are frequently encountered in calculus and are discussed in this and the following sections. An infinite limit occurs when function

More information

10.1 Sequences. Example: A sequence is a function f(n) whose domain is a subset of the integers. Notation: *Note: n = 0 vs. n = 1.

10.1 Sequences. Example: A sequence is a function f(n) whose domain is a subset of the integers. Notation: *Note: n = 0 vs. n = 1. 10.1 Sequences Example: A sequence is a function f(n) whose domain is a subset of the integers. Notation: *Note: n = 0 vs. n = 1 Examples: EX1: Find a formula for the general term a n of the sequence,

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

Complex Analysis Slide 9: Power Series

Complex Analysis Slide 9: Power Series Complex Analysis Slide 9: Power Series MA201 Mathematics III Department of Mathematics IIT Guwahati August 2015 Complex Analysis Slide 9: Power Series 1 / 37 Learning Outcome of this Lecture We learn Sequence

More information

Considering our result for the sum and product of analytic functions, this means that for (a 0, a 1,..., a N ) C N+1, the polynomial.

Considering our result for the sum and product of analytic functions, this means that for (a 0, a 1,..., a N ) C N+1, the polynomial. Lecture 3 Usual complex functions MATH-GA 245.00 Complex Variables Polynomials. Construction f : z z is analytic on all of C since its real and imaginary parts satisfy the Cauchy-Riemann relations and

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

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

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

Series Solutions of ODEs. Special Functions

Series Solutions of ODEs. Special Functions C05.tex 6/4/0 3: 5 Page 65 Chap. 5 Series Solutions of ODEs. Special Functions We continue our studies of ODEs with Legendre s, Bessel s, and the hypergeometric equations. These ODEs have variable coefficients

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

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

Power Series. Part 1. J. Gonzalez-Zugasti, University of Massachusetts - Lowell

Power Series. Part 1. J. Gonzalez-Zugasti, University of Massachusetts - Lowell Power Series Part 1 1 Power Series Suppose x is a variable and c k & a are constants. A power series about x = 0 is c k x k A power series about x = a is c k x a k a = center of the power series c k =

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

Lecture 13: Series Solutions near Singular Points

Lecture 13: Series Solutions near Singular Points Lecture 13: Series Solutions near Singular Points March 28, 2007 Here we consider solutions to second-order ODE s using series when the coefficients are not necessarily analytic. A first-order analogy

More information

كلية العلوم قسم الرياضيات المعادالت التفاضلية العادية

كلية العلوم قسم الرياضيات المعادالت التفاضلية العادية الجامعة اإلسالمية كلية العلوم غزة قسم الرياضيات المعادالت التفاضلية العادية Elementary differential equations and boundary value problems المحاضرون أ.د. رائد صالحة د. فاتن أبو شوقة 1 3 4 5 6 بسم هللا

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

Series Solutions Near an Ordinary Point

Series Solutions Near an Ordinary Point Series Solutions Near an Ordinary Point MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 Ordinary Points (1 of 2) Consider the second order linear homogeneous

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

Power Series Solutions to the Bessel Equation

Power Series Solutions to the Bessel Equation Power Series Solutions to the Bessel Equation Department of Mathematics IIT Guwahati The Bessel equation The equation x 2 y + xy + (x 2 α 2 )y = 0, (1) where α is a non-negative constant, i.e α 0, is called

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

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

c n (x a) n c 0 c 1 (x a) c 2 (x a) 2...

c n (x a) n c 0 c 1 (x a) c 2 (x a) 2... 3 CHAPTER 6 SERIES SOLUTIONS OF LINEAR EQUATIONS 6. REVIEW OF POWER SERIES REVIEW MATERIAL Infinite series of constants, p-series, harmonic series, alternating harmonic series, geometric series, tests

More information

Taylor and Maclaurin Series. Approximating functions using Polynomials.

Taylor and Maclaurin Series. Approximating functions using Polynomials. Taylor and Maclaurin Series Approximating functions using Polynomials. Approximating f x = e x near x = 0 In order to approximate the function f x = e x near x = 0, we can use the tangent line (The Linear

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

Polynomial Approximations and Power Series

Polynomial Approximations and Power Series Polynomial Approximations and Power Series June 24, 206 Tangent Lines One of the first uses of the derivatives is the determination of the tangent as a linear approximation of a differentiable function

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

Additional material: Linear Differential Equations

Additional material: Linear Differential Equations Chapter 5 Additional material: Linear Differential Equations 5.1 Introduction The material in this chapter is not formally part of the LTCC course. It is included for completeness as it contains proofs

More information

A sequence { a n } converges if a n = finite number. Otherwise, { a n }

A sequence { a n } converges if a n = finite number. Otherwise, { a n } 9.1 Infinite Sequences Ex 1: Write the first four terms and determine if the sequence { a n } converges or diverges given a n =(2n) 1 /2n A sequence { a n } converges if a n = finite number. Otherwise,

More information

Analysis II: Basic knowledge of real analysis: Part V, Power Series, Differentiation, and Taylor Series

Analysis II: Basic knowledge of real analysis: Part V, Power Series, Differentiation, and Taylor Series .... Analysis II: Basic knowledge of real analysis: Part V, Power Series, Differentiation, and Taylor Series Kenichi Maruno Department of Mathematics, The University of Texas - Pan American March 4, 20

More information

Ma 530 Power Series II

Ma 530 Power Series II Ma 530 Power Series II Please note that there is material on power series at Visual Calculus. Some of this material was used as part of the presentation of the topics that follow. Operations on Power Series

More information

Taylor and Maclaurin Series. Approximating functions using Polynomials.

Taylor and Maclaurin Series. Approximating functions using Polynomials. Taylor and Maclaurin Series Approximating functions using Polynomials. Approximating f x = e x near x = 0 In order to approximate the function f x = e x near x = 0, we can use the tangent line (The Linear

More information

Completion Date: Monday February 11, 2008

Completion Date: Monday February 11, 2008 MATH 4 (R) Winter 8 Intermediate Calculus I Solutions to Problem Set #4 Completion Date: Monday February, 8 Department of Mathematical and Statistical Sciences University of Alberta Question. [Sec..9,

More information

1 + lim. n n+1. f(x) = x + 1, x 1. and we check that f is increasing, instead. Using the quotient rule, we easily find that. 1 (x + 1) 1 x (x + 1) 2 =

1 + lim. n n+1. f(x) = x + 1, x 1. and we check that f is increasing, instead. Using the quotient rule, we easily find that. 1 (x + 1) 1 x (x + 1) 2 = Chapter 5 Sequences and series 5. Sequences Definition 5. (Sequence). A sequence is a function which is defined on the set N of natural numbers. Since such a function is uniquely determined by its values

More information

PUTNAM PROBLEMS SEQUENCES, SERIES AND RECURRENCES. Notes

PUTNAM PROBLEMS SEQUENCES, SERIES AND RECURRENCES. Notes PUTNAM PROBLEMS SEQUENCES, SERIES AND RECURRENCES Notes. x n+ = ax n has the general solution x n = x a n. 2. x n+ = x n + b has the general solution x n = x + (n )b. 3. x n+ = ax n + b (with a ) can be

More information

Taylor and Maclaurin Series. Copyright Cengage Learning. All rights reserved.

Taylor and Maclaurin Series. Copyright Cengage Learning. All rights reserved. 11.10 Taylor and Maclaurin Series Copyright Cengage Learning. All rights reserved. We start by supposing that f is any function that can be represented by a power series f(x)= c 0 +c 1 (x a)+c 2 (x a)

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

AP Calculus Testbank (Chapter 9) (Mr. Surowski)

AP Calculus Testbank (Chapter 9) (Mr. Surowski) AP Calculus Testbank (Chapter 9) (Mr. Surowski) Part I. Multiple-Choice Questions n 1 1. The series will converge, provided that n 1+p + n + 1 (A) p > 1 (B) p > 2 (C) p >.5 (D) p 0 2. The series

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

Scientific Computing

Scientific Computing 2301678 Scientific Computing Chapter 2 Interpolation and Approximation Paisan Nakmahachalasint Paisan.N@chula.ac.th Chapter 2 Interpolation and Approximation p. 1/66 Contents 1. Polynomial interpolation

More information

Chapter 11 - Sequences and Series

Chapter 11 - Sequences and Series Calculus and Analytic Geometry II Chapter - Sequences and Series. Sequences Definition. A sequence is a list of numbers written in a definite order, We call a n the general term of the sequence. {a, a

More information

Power series and Taylor series

Power series and Taylor series Power series and Taylor series D. DeTurck University of Pennsylvania March 29, 2018 D. DeTurck Math 104 002 2018A: Series 1 / 42 Series First... a review of what we have done so far: 1 We examined series

More information

MATH115. Infinite Series. Paolo Lorenzo Bautista. July 17, De La Salle University. PLBautista (DLSU) MATH115 July 17, / 43

MATH115. Infinite Series. Paolo Lorenzo Bautista. July 17, De La Salle University. PLBautista (DLSU) MATH115 July 17, / 43 MATH115 Infinite Series Paolo Lorenzo Bautista De La Salle University July 17, 2014 PLBautista (DLSU) MATH115 July 17, 2014 1 / 43 Infinite Series Definition If {u n } is a sequence and s n = u 1 + u 2

More information

Practice Problems For Test 3

Practice Problems For Test 3 Practice Problems For Test 3 Power Series Preliminary Material. Find the interval of convergence of the following. Be sure to determine the convergence at the endpoints. (a) ( ) k (x ) k (x 3) k= k (b)

More information

ODE. Philippe Rukimbira. Department of Mathematics Florida International University PR (FIU) MAP / 92

ODE. Philippe Rukimbira. Department of Mathematics Florida International University PR (FIU) MAP / 92 ODE Philippe Rukimbira Department of Mathematics Florida International University PR (FIU) MAP 2302 1 / 92 4.4 The method of Variation of parameters 1. Second order differential equations (Normalized,

More information

AMATH 351 Mar 15, 2013 FINAL REVIEW. Instructor: Jiri Najemnik

AMATH 351 Mar 15, 2013 FINAL REVIEW. Instructor: Jiri Najemnik AMATH 351 Mar 15, 013 FINAL REVIEW Instructor: Jiri Najemni ABOUT GRADES Scores I have so far will be posted on the website today sorted by the student number HW4 & Exam will be added early next wee Let

More information

8.5 Taylor Polynomials and Taylor Series

8.5 Taylor Polynomials and Taylor Series 8.5. TAYLOR POLYNOMIALS AND TAYLOR SERIES 50 8.5 Taylor Polynomials and Taylor Series Motivating Questions In this section, we strive to understand the ideas generated by the following important questions:

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

PRELIMINARIES FOR HYPERGEOMETRIC EQUATION. We will only consider differential equations with regular singularities in this lectures.

PRELIMINARIES FOR HYPERGEOMETRIC EQUATION. We will only consider differential equations with regular singularities in this lectures. PRELIMINARIES FOR HYPERGEOMETRIC EQUATION EDMUND Y.-M. CHIANG Abstract. We give a brief introduction to some preliminaries for Gauss hypergeometric equations. We will only consider differential equations

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

Elementary Differential Equations, Section 2 Prof. Loftin: Practice Test Problems for Test Find the radius of convergence of the power series

Elementary Differential Equations, Section 2 Prof. Loftin: Practice Test Problems for Test Find the radius of convergence of the power series Elementary Differential Equations, Section 2 Prof. Loftin: Practice Test Problems for Test 2 SOLUTIONS 1. Find the radius of convergence of the power series Show your work. x + x2 2 + x3 3 + x4 4 + + xn

More information

Math 0230 Calculus 2 Lectures

Math 0230 Calculus 2 Lectures Math 00 Calculus Lectures Chapter 8 Series Numeration of sections corresponds to the text James Stewart, Essential Calculus, Early Transcendentals, Second edition. Section 8. Sequences A sequence is a

More information

2.5 Limits at Infinity

2.5 Limits at Infinity Section 25 Limits at Infinity 1 25 Limits at Infinity Limits at infinity as opposed to infinite limits occur when the independent variable becomes large in magnitude For this reason, limits at infinity

More information

Practice Problems For Test 3

Practice Problems For Test 3 Practice Problems For Test 3 Power Series Preliminary Material. Find the interval of convergence of the following. Be sure to determine the convergence at the endpoints. (a) ( ) k (x ) k (x 3) k= k (b)

More information

Chapter 2. First-Order Differential Equations

Chapter 2. First-Order Differential Equations Chapter 2 First-Order Differential Equations i Let M(x, y) + N(x, y) = 0 Some equations can be written in the form A(x) + B(y) = 0 DEFINITION 2.2. (Separable Equation) A first-order differential equation

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

Module 9 : Infinite Series, Tests of Convergence, Absolute and Conditional Convergence, Taylor and Maclaurin Series

Module 9 : Infinite Series, Tests of Convergence, Absolute and Conditional Convergence, Taylor and Maclaurin Series Module 9 : Infinite Series, Tests of Convergence, Absolute and Conditional Convergence, Taylor and Maclaurin Series Lecture 27 : Series of functions [Section 271] Objectives In this section you will learn

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

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

1 Solutions in cylindrical coordinates: Bessel functions

1 Solutions in cylindrical coordinates: Bessel functions 1 Solutions in cylindrical coordinates: Bessel functions 1.1 Bessel functions Bessel functions arise as solutions of potential problems in cylindrical coordinates. Laplace s equation in cylindrical coordinates

More information

LAURENT SERIES AND SINGULARITIES

LAURENT SERIES AND SINGULARITIES LAURENT SERIES AND SINGULARITIES Introduction So far we have studied analytic functions Locally, such functions are represented by power series Globally, the bounded ones are constant, the ones that get

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

Math 113 (Calculus 2) Exam 4

Math 113 (Calculus 2) Exam 4 Math 3 (Calculus ) Exam 4 November 0 November, 009 Sections 0, 3 7 Name Student ID Section Instructor In some cases a series may be seen to converge or diverge for more than one reason. For such problems

More information

Math Lecture 36

Math Lecture 36 Math 80 - Lecture 36 Dylan Zwick Fall 013 Today, we re going to examine the solutions to the differential equation x y + xy + (x p )y = 0, which is called Bessel s equation of order p 0. The solutions

More information

a j x j. j=0 The number R (possibly infinite) which Theorem 1 guarantees is called the radius of convergence of the power series.

a j x j. j=0 The number R (possibly infinite) which Theorem 1 guarantees is called the radius of convergence of the power series. Lecture 6 Power series A very important class of series to study are the power series. They are interesting in part because they represent functions and in part because they encode their coefficients which

More information

LECTURE 10: REVIEW OF POWER SERIES. 1. Motivation

LECTURE 10: REVIEW OF POWER SERIES. 1. Motivation LECTURE 10: REVIEW OF POWER SERIES By definition, a power series centered at x 0 is a series of the form where a 0, a 1,... and x 0 are constants. For convenience, we shall mostly be concerned with the

More information

5.4 Bessel s Equation. Bessel Functions

5.4 Bessel s Equation. Bessel Functions SEC 54 Bessel s Equation Bessel Functions J (x) 87 # with y dy>dt, etc, constant A, B, C, D, K, and t 5 HYPERGEOMETRIC ODE At B (t t )(t t ), t t, can be reduced to the hypergeometric equation with independent

More information

Math 1B Final Exam, Solution. Prof. Mina Aganagic Lecture 2, Spring (6 points) Use substitution and integration by parts to find:

Math 1B Final Exam, Solution. Prof. Mina Aganagic Lecture 2, Spring (6 points) Use substitution and integration by parts to find: Math B Final Eam, Solution Prof. Mina Aganagic Lecture 2, Spring 20 The eam is closed book, apart from a sheet of notes 8. Calculators are not allowed. It is your responsibility to write your answers clearly..

More information

Math 113 Fall 2005 key Departmental Final Exam

Math 113 Fall 2005 key Departmental Final Exam Math 3 Fall 5 key Departmental Final Exam Part I: Short Answer and Multiple Choice Questions Do not show your work for problems in this part.. Fill in the blanks with the correct answer. (a) The integral

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

2.2 Definitions of Limits

2.2 Definitions of Limits Section 2.2 Definitions of Limits 1 2.2 Definitions of Limits Computing tangent lines and instantaneous velocities (Section 2.1) are just two of many important calculus problems that rely on limits. We

More information

Chapter 4 Sequences and Series

Chapter 4 Sequences and Series Chapter 4 Sequences and Series 4.1 Sequence Review Sequence: a set of elements (numbers or letters or a combination of both). The elements of the set all follow the same rule (logical progression). The

More information

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

Fourth Week: Lectures 10-12

Fourth Week: Lectures 10-12 Fourth Week: Lectures 10-12 Lecture 10 The fact that a power series p of positive radius of convergence defines a function inside its disc of convergence via substitution is something that we cannot ignore

More information

Infinite series, improper integrals, and Taylor series

Infinite series, improper integrals, and Taylor series Chapter 2 Infinite series, improper integrals, and Taylor series 2. Introduction to series In studying calculus, we have explored a variety of functions. Among the most basic are polynomials, i.e. functions

More information

Introduction and Review of Power Series

Introduction and Review of Power Series Introduction and Review of Power Series Definition: A power series in powers of x a is an infinite series of the form c n (x a) n = c 0 + c 1 (x a) + c 2 (x a) 2 +...+c n (x a) n +... If a = 0, this is

More information