Laplace s Method for Ordinary Differential Equations

Size: px
Start display at page:

Download "Laplace s Method for Ordinary Differential Equations"

Transcription

1 Physics 2400 Spring 2016 Laplace s Method for Ordinary Differential Equations Lecture notes by M. G. Rozman Last modified: March 31, 2016 We can [1, pp ], [2, h. VIII], [3, Apps. a-b], [4, h. 18], [5, h. 8.A] represent solutions of some differential equations by definite integrals in which the independent variable appears as a parameter under the integral sign. In this compact form various properties of different solutions to an equation become quite clear, asymptotic expansions can be obtained directly, and numerical computation may be facilitated. One of the most important applications of this method is due to Laplace and affects the equation (a 0 + b 0 x) dn y dx n + (a 1 + b 1 x) dn 1 y dx n (a n + b n x) y = 0, (1) whose coefficients are at most of the first degree in x. Let us try to find a solution of this equation by taking for y an expression of the form y(x) = Z(t) e xt dt (2) where Z is a function of the variable t and where is an unspecified yet integration contour independent of x. We have, d p y dx p = Z(t) t p e xt dt, (3) and, replacing y and its derivatives in the left-hand side of Eq. (1) by Eq. (3), we find Z(t) e xt (P(t) + x Q(t)) dt = 0, (4) where we have set, for brevity, P(t) = a 0 t n + a 1 t n a n, (5) Q(t) = b 0 t n + b 1 t n b n. (6) Page 1 of

2 Integrating Eq. (4) by parts, we get 0 = Z(t) [P(t) + x Q(t)] e xt dt (7) = = Z(t) P(t) e xt dt + Z(t) Q(t) de xt (8) [P(t)Z(t) ddt ] [Q(t)Z(t)] e xt dt + [ Q(t)Z(t) e xt] 2 where the second term in Eq. (9) is evaluated at the end points of the contour. If we choose the contour so as to make this contribution vanish, [ ] Q(t)Z(t) e xt 2 = 0, (10) then Eq. (2) will represent a solution to Eq. (1) if the function Z(t) satisfies the differential equation 1 d [Q(t)Z(t)] P(t)Z(t) = 0. (11) dt Eq. (11) is the first order linear ordinary differential equation that can be solved separating variables: d [Q(t)Z(t)] = P(t)Z(t)dt (12) d [Q(t)Z(t)] Q(t)Z(t) 1 (9) = P(t) dt (13) Q(t) d ln (Q(t)Z(t)) = P(t) dt (14) Q(t) P(t) ln (Q(t)Z(t)) = Q(t) dt + c 1, (15) where c 1 is an integration constant. Exponentiating, ( ) P(t) Q(t)Z(t) = c exp Q(t) dt, (16) where c = exp(c 1 ) is another integration constant; Z(t) = c Q(t) exp ( ) P(t) Q(t) dt. (17) Using Eq. (17) it is possible to determine suitable integration contour(s) to fulfill the requirement of Eq. (10). Page 2 of

3 Integral representation of a solution to a boundary-value problem Example 3 in [6, h. 6] The equation x d3 y + 2y = 0, y(0) = 1, y( ) = 0, (18) dx3 is of Laplace s type. Following the general method, we form the functions P(t) and Q(t): a 0 = 0, b 0 = 1, a 1 = 0, b 1 = 0, a 2 = 0, b 2 = 0, a 3 = 2, b 3 = 0, (19) and P(t) = a 0 t 3 + a 1 t 2 + a 2 t + a 3 = 2, Q(t) = b 0 t 3 + b 1 t 2 + b 2 t + b 3 = t 3, (20) P(t) dt Q(t) dt = 2 t 3 = 1 t 2, (21) Z = 1 t 3 exp ( 1 t 2 ) (22) The definite integral y(x) = e xt 1 t 2 is therefore a particular integral of Eq. (18) if the function takes on the same values at the extremities of the path of integration. t 3 dt (23) Q(t)Z(t) = e xt 1 t 2 (24) Let s assume that x > 0 and choose the integration contour along the negative real axis, < t 0. Q( )Z( ) = Q(0)Z(0) = 0, (25) y(x) 0 e xt 1 t 2 d 1 t 2 = where we changed the integration variables u = 1 t 2, 0 u <. 0 e x u u du, (26) The Airy function The equation d 2 y dx 2 x y = 0 (27) is of Laplace s type. Following the general method, we form the functions a 0 = 1, b 0 = 0, a 1 = 0, b 1 = 0, a 2 = 0, b 2 = 1, (28) Page 3 of

4 P(t) = a 0 t 2 + a 1 t + a 2 = t 2, Q(t) = b 0 t 2 + b 1 t + b 2 = 1, (29) P(t) Q(t) dt = t3 3, t3 Z(t) = e 3, (30) so that the solution can be represented in the form y(x) = e xt t3 3 dt. (31) The path of integration must be chosen so that the function e xt t3 3 (32) vanishes at both ends of it. These ends must therefore go to infinity in the regions of the complex plane of t in which Re t 3 > 0. Hermite Polynomials As an illustration of Laplace s method, we consider Hermite s differential equation, d 2 y dy 2x + 2ν y = 0, (33) dx2 dx where ν is an arbitrary constant. In this case Eq. (17) gives a 0 = 1, a 1 = 0, a 2 = 2ν, (34) b 0 = 0, b 1 = 2, b 2 = 0, (35) P(t) = t 2 + 2ν, (36) Q(t) = 2t, (37) P(t) ( Q(t) dt = t 2 ν ) dt = t2 t 4 ν log t = t2 4 + log 1 t ν. (38) Z(t) = A t2 e tν+1 This may be substituted into Eq. (2) to obtain an integral representation. y(x) = A 4. (39) e xt t2 4 dt (40) tν+1 where A is an arbitrary constant, and the path of integration must be chosen so that e xt t2 2 4 t ν+1 = 0, (41) 1 where the expression is evaluated at the end points of contour. We will discuss the choice of the integration contour when we talk about harmonic oscillator in quantum mechanics. Page 4 of

5 Bessel functions Bessel functions satisfy the equation d 2 f dx d f x dx + ) (1 ν2 x 2 f = 0, (42) where ν is a given constant. The solution is most easily effected if we remove the singularity at x = 0; this may be achieved by the substitution to obtain the equation We have here and consequently The definite integral f (x) = x ν y(x), (43) d f dx = νxν 1 y + x ν dy dx (44) d 2 f dx 2 = ν(ν 1)xν 2 ν 1 dy y + 2νx dx + xν d2 y dx 2 (45) x d2 y dy + (2ν + 1) dx2 dx + x y = 0. (46) P(t) = (2ν + 1) t, Q(t) = 1 + t 2, (47) ( P(t) t dt dt = (2ν + 1) Q(t) 1 + t 2 = ν + 1 ) d(1 + t 2 ) t 2 = ln ( 1 + t 2) 1 ν+ 2 (48) y(x) = Z = ( 1 + t 2) ν 1 2 is therefore a particular integral of the equation (46) if the function (49) e xt ( 1 + t 2) ν 1 2 dt (50) e xt ( 1 + t 2) ν+ 1 2 (51) takes on the same values at the extremities of the path of integration. Laguerre polynomials A differential equation that arises in the study of the hydrogen atom is the Laguerre equation: x f (x) + (1 x) f (x) + λ f (x) = 0. (52) Let us attack the solution to this equation using Laplace s method. Page 5 of

6 References [1] Éduard Goursat. Differential Equations, volume II of A ourse in Mathematical Analysis. Dover Publications, [2] Edward Lindsay Ince. Ordinary Differential Equations. Dover Publications, [3] Lev D. Landau and Evgeny M. Lifshitz. Quantum Mechanics Non-Relativistic Theory, volume III of ourse of Theoretical Physics. Butterworth-Heinemann, 3 edition, [4] B. Brian Davies. Integral transforms and their applications, volume 41 of Texts in Applied Mathematics. Springer Verlag, 3 edition, [5] Hung heng. Advanced Analytic Methods in Applied Mathematics, Science, and Engineering. LuBan Press, [6] arl M. Bender and Steven A. Orszag. Advanced Mathematical Methods for Scientists and Engineers. Springer Verlag, Page 6 of

laplace s method for ordinary differential equations

laplace s method for ordinary differential equations Physics 24 Spring 217 laplace s method for ordinary differential equations lecture notes, spring semester 217 http://www.phys.uconn.edu/ rozman/ourses/p24_17s/ Last modified: May 19, 217 It is possible

More information

harmonic oscillator in quantum mechanics

harmonic oscillator in quantum mechanics Physics 400 Spring 016 harmonic oscillator in quantum mechanics lecture notes, spring semester 017 http://www.phys.uconn.edu/ rozman/ourses/p400_17s/ Last modified: May 19, 017 Dimensionless Schrödinger

More information

PHYS 404 Lecture 1: Legendre Functions

PHYS 404 Lecture 1: Legendre Functions PHYS 404 Lecture 1: Legendre Functions Dr. Vasileios Lempesis PHYS 404 - LECTURE 1 DR. V. LEMPESIS 1 Legendre Functions physical justification Legendre functions or Legendre polynomials are the solutions

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

4 Power Series Solutions: Frobenius Method

4 Power Series Solutions: Frobenius Method 4 Power Series Solutions: Frobenius Method Now the ODE adventure takes us to series solutions for ODEs, a technique A & W, that is often viable, valuable and informative. These can be readily applied Sec.

More information

Two special equations: Bessel s and Legendre s equations. p Fourier-Bessel and Fourier-Legendre series. p

Two special equations: Bessel s and Legendre s equations. p Fourier-Bessel and Fourier-Legendre series. p LECTURE 1 Table of Contents Two special equations: Bessel s and Legendre s equations. p. 259-268. Fourier-Bessel and Fourier-Legendre series. p. 453-460. Boundary value problems in other coordinate system.

More information

A Note on the Differential Equations with Distributional Coefficients

A Note on the Differential Equations with Distributional Coefficients MATEMATIKA, 24, Jilid 2, Bil. 2, hlm. 115 124 c Jabatan Matematik, UTM. A Note on the Differential Equations with Distributional Coefficients Adem Kilicman Department of Mathematics, Institute for Mathematical

More information

Airy Function Zeroes Steven Finch. July 19, J 1 3

Airy Function Zeroes Steven Finch. July 19, J 1 3 Airy Function Zeroes Steven Finch July 9, 24 On the negative real axis (x

More information

Bessel Functions Michael Taylor. Lecture Notes for Math 524

Bessel Functions Michael Taylor. Lecture Notes for Math 524 Bessel Functions Michael Taylor Lecture Notes for Math 54 Contents 1. Introduction. Conversion to first order systems 3. The Bessel functions J ν 4. The Bessel functions Y ν 5. Relations between J ν and

More information

Lecture 4.6: Some special orthogonal functions

Lecture 4.6: Some special orthogonal functions Lecture 4.6: Some special orthogonal functions Matthew Macauley Department of Mathematical Sciences Clemson University http://www.math.clemson.edu/~macaule/ Math 4340, Advanced Engineering Mathematics

More information

Lecture 4: Series expansions with Special functions

Lecture 4: Series expansions with Special functions Lecture 4: Series expansions with Special functions 1. Key points 1. Legedre polynomials (Legendre functions) 2. Hermite polynomials(hermite functions) 3. Laguerre polynomials (Laguerre functions) Other

More information

Special Functions of Mathematical Physics

Special Functions of Mathematical Physics Arnold F. Nikiforov Vasilii B. Uvarov Special Functions of Mathematical Physics A Unified Introduction with Applications Translated from the Russian by Ralph P. Boas 1988 Birkhäuser Basel Boston Table

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Terminology A differential equation is an equation that contains an unknown function together with one or more of its derivatives. 1 Examples: 1. y = 2x + cos x 2. dy dt =

More information

PHYS 211 Lecture 9 - Examples of 3D motion 9-1

PHYS 211 Lecture 9 - Examples of 3D motion 9-1 PHYS 211 Lecture 9 - Examples of 3D motion 9-1 Lecture 9 - Examples of 3D motion Text: Fowles and Cassiday, Chap. 4 In one dimension, the equations of motion to be solved are functions of only one position

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

221A Lecture Notes Steepest Descent Method

221A Lecture Notes Steepest Descent Method Gamma Function A Lecture Notes Steepest Descent Method The best way to introduce the steepest descent method is to see an example. The Stirling s formula for the behavior of the factorial n! for large

More information

Boyce/DiPrima/Meade 11 th ed, Ch 1.1: Basic Mathematical Models; Direction Fields

Boyce/DiPrima/Meade 11 th ed, Ch 1.1: Basic Mathematical Models; Direction Fields Boyce/DiPrima/Meade 11 th ed, Ch 1.1: Basic Mathematical Models; Direction Fields Elementary Differential Equations and Boundary Value Problems, 11 th edition, by William E. Boyce, Richard C. DiPrima,

More information

One-dimensional harmonic oscillator. -motivation. -equation, energy levels. -eigenfunctions, Hermite polynomials. -classical analogy

One-dimensional harmonic oscillator. -motivation. -equation, energy levels. -eigenfunctions, Hermite polynomials. -classical analogy One-dimensional harmonic oscillator -motivation -equation, energy levels -eigenfunctions, Hermite polynomials -classical analogy One-dimensional harmonic oscillator 05/0 Harmonic oscillator = potential

More information

Advanced Mathematical Methods for Scientists and Engineers I

Advanced Mathematical Methods for Scientists and Engineers I Carl M. Bender Steven A. Orszag Advanced Mathematical Methods for Scientists and Engineers I Asymptotic Methods and Perturbation Theory With 148 Figures Springer CONTENTS! Preface xiii PART I FUNDAMENTALS

More information

Homogeneous Equations with Constant Coefficients

Homogeneous Equations with Constant Coefficients Homogeneous Equations with Constant Coefficients MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 General Second Order ODE Second order ODEs have the form

More information

Qualification Exam: Mathematical Methods

Qualification Exam: Mathematical Methods Qualification Exam: Mathematical Methods Name:, QEID#41534189: August, 218 Qualification Exam QEID#41534189 2 1 Mathematical Methods I Problem 1. ID:MM-1-2 Solve the differential equation dy + y = sin

More information

INTEGRAL TRANSFORMS and THEIR APPLICATIONS

INTEGRAL TRANSFORMS and THEIR APPLICATIONS INTEGRAL TRANSFORMS and THEIR APPLICATIONS Lokenath Debnath Professor and Chair of Mathematics and Professor of Mechanical and Aerospace Engineering University of Central Florida Orlando, Florida CRC Press

More information

This ODE arises in many physical systems that we shall investigate. + ( + 1)u = 0. (λ + s)x λ + s + ( + 1) a λ. (s + 1)(s + 2) a 0

This ODE arises in many physical systems that we shall investigate. + ( + 1)u = 0. (λ + s)x λ + s + ( + 1) a λ. (s + 1)(s + 2) a 0 Legendre equation This ODE arises in many physical systems that we shall investigate We choose We then have Substitution gives ( x 2 ) d 2 u du 2x 2 dx dx + ( + )u u x s a λ x λ a du dx λ a λ (λ + s)x

More information

MA 412 Complex Analysis Final Exam

MA 412 Complex Analysis Final Exam MA 4 Complex Analysis Final Exam Summer II Session, August 9, 00.. Find all the values of ( 8i) /3. Sketch the solutions. Answer: We start by writing 8i in polar form and then we ll compute the cubic root:

More information

Lecture 3: Central Limit Theorem

Lecture 3: Central Limit Theorem Lecture 3: Central Limit Theorem Scribe: Jacy Bird (Division of Engineering and Applied Sciences, Harvard) February 8, 003 The goal of today s lecture is to investigate the asymptotic behavior of P N (

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Terminology A differential equation is an equation that contains an unknown function together with one or more of its derivatives. 1 Examples: 1. y = 2x + cos x 2. dy dt =

More information

Solutions to Math 53 Math 53 Practice Final

Solutions to Math 53 Math 53 Practice Final Solutions to Math 5 Math 5 Practice Final 20 points Consider the initial value problem y t 4yt = te t with y 0 = and y0 = 0 a 8 points Find the Laplace transform of the solution of this IVP b 8 points

More information

Tyn Myint-U Lokenath Debnath. Linear Partial Differential Equations for Scientists and Engineers. Fourth Edition. Birkhauser Boston Basel Berlin

Tyn Myint-U Lokenath Debnath. Linear Partial Differential Equations for Scientists and Engineers. Fourth Edition. Birkhauser Boston Basel Berlin Tyn Myint-U Lokenath Debnath Linear Partial Differential Equations for Scientists and Engineers Fourth Edition Birkhauser Boston Basel Berlin Preface to the Fourth Edition Preface to the Third Edition

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Chapter 1 Introduction and Basic Terminology Most of the phenomena studied in the sciences and engineering involve processes that change with time. For example, it is well known

More information

Calculus C (ordinary differential equations)

Calculus C (ordinary differential equations) Calculus C (ordinary differential equations) Lesson 9: Matrix exponential of a symmetric matrix Coefficient matrices with a full set of eigenvectors Solving linear ODE s by power series Solutions to linear

More information

Lecture 9. Systems of Two First Order Linear ODEs

Lecture 9. Systems of Two First Order Linear ODEs Math 245 - Mathematics of Physics and Engineering I Lecture 9. Systems of Two First Order Linear ODEs January 30, 2012 Konstantin Zuev (USC) Math 245, Lecture 9 January 30, 2012 1 / 15 Agenda General Form

More information

On linear and non-linear equations.(sect. 2.4).

On linear and non-linear equations.(sect. 2.4). On linear and non-linear equations.sect. 2.4). Review: Linear differential equations. Non-linear differential equations. Properties of solutions to non-linear ODE. The Bernoulli equation. Review: Linear

More information

Theory of Adiabatic Invariants A SOCRATES Lecture Course at the Physics Department, University of Marburg, Germany, February 2004

Theory of Adiabatic Invariants A SOCRATES Lecture Course at the Physics Department, University of Marburg, Germany, February 2004 Preprint CAMTP/03-8 August 2003 Theory of Adiabatic Invariants A SOCRATES Lecture Course at the Physics Department, University of Marburg, Germany, February 2004 Marko Robnik CAMTP - Center for Applied

More information

Nonconstant Coefficients

Nonconstant Coefficients Chapter 7 Nonconstant Coefficients We return to second-order linear ODEs, but with nonconstant coefficients. That is, we consider (7.1) y + p(t)y + q(t)y = 0, with not both p(t) and q(t) constant. The

More information

Coordinates, phase space, constraints

Coordinates, phase space, constraints Coordinates, phase space, constraints Sourendu Gupta TIFR, Mumbai, India Classical Mechanics 2011 August 1, 2011 Mechanics of a single particle For the motion of a particle (of constant mass m and position

More information

Math 3313: Differential Equations Second-order ordinary differential equations

Math 3313: Differential Equations Second-order ordinary differential equations Math 3313: Differential Equations Second-order ordinary differential equations Thomas W. Carr Department of Mathematics Southern Methodist University Dallas, TX Outline Mass-spring & Newton s 2nd law Properties

More information

Asymptotics of Integrals of. Hermite Polynomials

Asymptotics of Integrals of. Hermite Polynomials Applied Mathematical Sciences, Vol. 4, 010, no. 61, 04-056 Asymptotics of Integrals of Hermite Polynomials R. B. Paris Division of Complex Systems University of Abertay Dundee Dundee DD1 1HG, UK R.Paris@abertay.ac.uk

More information

Introduction to Differential Equations

Introduction to Differential Equations Chapter 1 Introduction to Differential Equations 1.1 Basic Terminology Most of the phenomena studied in the sciences and engineering involve processes that change with time. For example, it is well known

More information

Dynamics at the Horsetooth Volume 2A, Focused Issue: Asymptotics and Perturbations, 2010.

Dynamics at the Horsetooth Volume 2A, Focused Issue: Asymptotics and Perturbations, 2010. Dynamics at the Horsetooth Volume 2A, Focused Issue: Asymptotics Perturbations, 2010. Perturbation Theory the WKB Method Department of Mathematics Colorado State University shinn@math.colostate.edu Report

More information

PARTIAL DIFFERENTIAL EQUATIONS and BOUNDARY VALUE PROBLEMS

PARTIAL DIFFERENTIAL EQUATIONS and BOUNDARY VALUE PROBLEMS PARTIAL DIFFERENTIAL EQUATIONS and BOUNDARY VALUE PROBLEMS NAKHLE H. ASMAR University of Missouri PRENTICE HALL, Upper Saddle River, New Jersey 07458 Contents Preface vii A Preview of Applications and

More information

3. Riley 12.9: The equation sin x dy +2ycos x 1 dx can be reduced to a quadrature by the standard integrating factor,» Z x f(x) exp 2 dt cos t exp (2

3. Riley 12.9: The equation sin x dy +2ycos x 1 dx can be reduced to a quadrature by the standard integrating factor,» Z x f(x) exp 2 dt cos t exp (2 PHYS 725 HW #4. Due 15 November 21 1. Riley 12.3: R dq dt + q C V (t); The solution is obtained with the integrating factor exp (t/rc), giving q(t) e t/rc 1 R dsv (s) e s/rc + q() With q() and V (t) V

More information

arxiv:quant-ph/ v1 21 Feb 2001

arxiv:quant-ph/ v1 21 Feb 2001 Explicit summation of the constituent WKB series and new approximate wavefunctions arxiv:quant-ph/0102111v1 21 Feb 2001 1. Introduction Vladimir V Kudryashov and Yulian V Vanne Institute of Physics, National

More information

Linear Partial Differential Equations for Scientists and Engineers

Linear Partial Differential Equations for Scientists and Engineers Tyn Myint-U Lokenath Debnath Linear Partial Differential Equations for Scientists and Engineers Fourth Edition Birkhäuser Boston Basel Berlin Tyn Myint-U 5 Sue Terrace Westport, CT 06880 USA Lokenath Debnath

More information

A RECURSION FORMULA FOR THE COEFFICIENTS OF ENTIRE FUNCTIONS SATISFYING AN ODE WITH POLYNOMIAL COEFFICIENTS

A RECURSION FORMULA FOR THE COEFFICIENTS OF ENTIRE FUNCTIONS SATISFYING AN ODE WITH POLYNOMIAL COEFFICIENTS Georgian Mathematical Journal Volume 11 (2004), Number 3, 409 414 A RECURSION FORMULA FOR THE COEFFICIENTS OF ENTIRE FUNCTIONS SATISFYING AN ODE WITH POLYNOMIAL COEFFICIENTS C. BELINGERI Abstract. A recursion

More information

Euler-Maclaurin summation formula

Euler-Maclaurin summation formula Physics 4 Spring 6 Euler-Maclaurin summation formula Lecture notes by M. G. Rozman Last modified: March 9, 6 Euler-Maclaurin summation formula gives an estimation of the sum N in f i) in terms of the integral

More information

Differential Equations

Differential Equations Differential Equations A differential equation (DE) is an equation which involves an unknown function f (x) as well as some of its derivatives. To solve a differential equation means to find the unknown

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS 1. Basic Terminology A differential equation is an equation that contains an unknown function together with one or more of its derivatives. 1 Examples: 1. y = 2x + cos x 2. dy dt

More information

BESSEL FUNCTIONS APPENDIX D

BESSEL FUNCTIONS APPENDIX D APPENDIX D BESSEL FUNCTIONS D.1 INTRODUCTION Bessel functions are not classified as one of the elementary functions in mathematics; however, Bessel functions appear in the solution of many physical problems

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

Lecture 3: Central Limit Theorem

Lecture 3: Central Limit Theorem Lecture 3: Central Limit Theorem Scribe: Jacy Bird (Division of Engineering and Applied Sciences, Harvard) February 8, 003 The goal of today s lecture is to investigate the asymptotic behavior of P N (εx)

More information

Problem Set 8 Mar 5, 2004 Due Mar 10, 2004 ACM 95b/100b 3pm at Firestone 303 E. Sterl Phinney (2 pts) Include grading section number

Problem Set 8 Mar 5, 2004 Due Mar 10, 2004 ACM 95b/100b 3pm at Firestone 303 E. Sterl Phinney (2 pts) Include grading section number Problem Set 8 Mar 5, 24 Due Mar 1, 24 ACM 95b/1b 3pm at Firestone 33 E. Sterl Phinney (2 pts) Include grading section number Useful Readings: For Green s functions, see class notes and refs on PS7 (esp

More information

Fourier transforms, Generalised functions and Greens functions

Fourier transforms, Generalised functions and Greens functions Fourier transforms, Generalised functions and Greens functions T. Johnson 2015-01-23 Electromagnetic Processes In Dispersive Media, Lecture 2 - T. Johnson 1 Motivation A big part of this course concerns

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS 1. Basic Terminology A differential equation is an equation that contains an unknown function together with one or more of its derivatives. 1 Examples: 1. y = 2x + cos x 2. dy dt

More information

Introduction to Mathematical Physics

Introduction to Mathematical Physics Introduction to Mathematical Physics Methods and Concepts Second Edition Chun Wa Wong Department of Physics and Astronomy University of California Los Angeles OXFORD UNIVERSITY PRESS Contents 1 Vectors

More information

3. Identify and find the general solution of each of the following first order differential equations.

3. Identify and find the general solution of each of the following first order differential equations. Final Exam MATH 33, Sample Questions. Fall 6. y = Cx 3 3 is the general solution of a differential equation. Find the equation. Answer: y = 3y + 9 xy. y = C x + C is the general solution of a differential

More information

Bessel function - Wikipedia, the free encyclopedia

Bessel function - Wikipedia, the free encyclopedia Bessel function - Wikipedia, the free encyclopedia Bessel function Page 1 of 9 From Wikipedia, the free encyclopedia In mathematics, Bessel functions, first defined by the mathematician Daniel Bernoulli

More information

The Sommerfeld Polynomial Method: Harmonic Oscillator Example

The Sommerfeld Polynomial Method: Harmonic Oscillator Example Chemistry 460 Fall 2017 Dr. Jean M. Standard October 2, 2017 The Sommerfeld Polynomial Method: Harmonic Oscillator Example Scaling the Harmonic Oscillator Equation Recall the basic definitions of the harmonic

More information

Solutions: Section 2.5

Solutions: Section 2.5 Solutions: Section 2.5. Problem : Given dy = ay + by2 = y(a + by) with a, b > 0. For the more general case, we will let y 0 be any real number. Always look for the equilibria first! In this case, y(a +

More information

3. Identify and find the general solution of each of the following first order differential equations.

3. Identify and find the general solution of each of the following first order differential equations. Final Exam MATH 33, Sample Questions. Fall 7. y = Cx 3 3 is the general solution of a differential equation. Find the equation. Answer: y = 3y + 9 xy. y = C x + C x is the general solution of a differential

More information

UNIVERSITY OF SURREY FACULTY OF ENGINEERING AND PHYSICAL SCIENCES DEPARTMENT OF PHYSICS. BSc and MPhys Undergraduate Programmes in Physics LEVEL HE2

UNIVERSITY OF SURREY FACULTY OF ENGINEERING AND PHYSICAL SCIENCES DEPARTMENT OF PHYSICS. BSc and MPhys Undergraduate Programmes in Physics LEVEL HE2 Phys/Level /1/9/Semester, 009-10 (1 handout) UNIVERSITY OF SURREY FACULTY OF ENGINEERING AND PHYSICAL SCIENCES DEPARTMENT OF PHYSICS BSc and MPhys Undergraduate Programmes in Physics LEVEL HE PAPER 1 MATHEMATICAL,

More information

Physics 137A Quantum Mechanics Fall 2012 Midterm II - Solutions

Physics 137A Quantum Mechanics Fall 2012 Midterm II - Solutions Physics 37A Quantum Mechanics Fall 0 Midterm II - Solutions These are the solutions to the exam given to Lecture Problem [5 points] Consider a particle with mass m charge q in a simple harmonic oscillator

More information

Nonlinear Integral Equation Formulation of Orthogonal Polynomials

Nonlinear Integral Equation Formulation of Orthogonal Polynomials Nonlinear Integral Equation Formulation of Orthogonal Polynomials Eli Ben-Naim Theory Division, Los Alamos National Laboratory with: Carl Bender (Washington University, St. Louis) C.M. Bender and E. Ben-Naim,

More information

Integral-free Wigner functions

Integral-free Wigner functions Integral-free Wigner functions A. Teğmen Physics Department, Ankara University, 0600 Ankara, TURKEY tegmen@science.ankara.edu.tr Abstract arxiv:math-ph/070208v 6 Feb 2007 Wigner phase space quasi-probability

More information

S. Ghorai 1. Lecture XV Bessel s equation, Bessel s function. e t t p 1 dt, p > 0. (1)

S. Ghorai 1. Lecture XV Bessel s equation, Bessel s function. e t t p 1 dt, p > 0. (1) S Ghorai 1 1 Gamma function Gamma function is defined by Lecture XV Bessel s equation, Bessel s function Γp) = e t t p 1 dt, p > 1) The integral in 1) is convergent that can be proved easily Some special

More information

Math 31S. Rumbos Fall Solutions to Exam 1

Math 31S. Rumbos Fall Solutions to Exam 1 Math 31S. Rumbos Fall 2011 1 Solutions to Exam 1 1. When people smoke, carbon monoxide is released into the air. Suppose that in a room of volume 60 m 3, air containing 5% carbon monoxide is introduced

More information

MAE294B/SIOC203B: Methods in Applied Mechanics Winter Quarter sgls/mae294b Solution IV

MAE294B/SIOC203B: Methods in Applied Mechanics Winter Quarter sgls/mae294b Solution IV MAE9B/SIOC3B: Methods in Applied Mechanics Winter Quarter 8 http://webengucsdedu/ sgls/mae9b 8 Solution IV (i The equation becomes in T Applying standard WKB gives ɛ y TT ɛte T y T + y = φ T Te T φ T +

More information

CHEM 301: Homework assignment #5

CHEM 301: Homework assignment #5 CHEM 30: Homework assignment #5 Solutions. A point mass rotates in a circle with l =. Calculate the magnitude of its angular momentum and all possible projections of the angular momentum on the z-axis.

More information

1954] BOOK REVIEWS 185

1954] BOOK REVIEWS 185 1954] BOOK REVIEWS 185 = i*(7r w +i(i n )) where i:k n ~*K n+l is the identity map. When, in addition, ir n +i(k)=0 and n>3, T n + 2 (K) is computed to be H n {K)/2H n {K). This is equivalent to the statement

More information

High-order actions and their applications to honor our friend and

High-order actions and their applications to honor our friend and High-order actions and their applications to honor our friend and collaborator Siu A. Chin Universitat Politecnica de Catalunya, Barcelona, Spain Lecture: Magnus Expansion and Suzuki s Method Outline of

More information

Separable Differential Equations

Separable Differential Equations Separable Differential Equations MATH 6 Calculus I J. Robert Buchanan Department of Mathematics Fall 207 Background We have previously solved differential equations of the forms: y (t) = k y(t) (exponential

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

Simple Harmonic Oscillator

Simple Harmonic Oscillator Classical harmonic oscillator Linear force acting on a particle (Hooke s law): F =!kx From Newton s law: F = ma = m d x dt =!kx " d x dt + # x = 0, # = k / m Position and momentum solutions oscillate in

More information

Simple Harmonic Motion Concept Questions

Simple Harmonic Motion Concept Questions Simple Harmonic Motion Concept Questions Question 1 Which of the following functions x(t) has a second derivative which is proportional to the negative of the function d x! " x? dt 1 1. x( t ) = at. x(

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

COMPUTATION OF BESSEL AND AIRY FUNCTIONS AND OF RELATED GAUSSIAN QUADRATURE FORMULAE

COMPUTATION OF BESSEL AND AIRY FUNCTIONS AND OF RELATED GAUSSIAN QUADRATURE FORMULAE BIT 6-85//41-11 $16., Vol. 4, No. 1, pp. 11 118 c Swets & Zeitlinger COMPUTATION OF BESSEL AND AIRY FUNCTIONS AND OF RELATED GAUSSIAN QUADRATURE FORMULAE WALTER GAUTSCHI Department of Computer Sciences,

More information

Mathematics for Chemistry: Exam Set 1

Mathematics for Chemistry: Exam Set 1 Mathematics for Chemistry: Exam Set 1 June 18, 017 1 mark Questions 1. The minimum value of the rank of any 5 3 matrix is 0 1 3. The trace of an identity n n matrix is equal to 1-1 0 n 3. A square matrix

More information

The Laplace Transform

The Laplace Transform C H A P T E R 6 The Laplace Transform Many practical engineering problems involve mechanical or electrical systems acted on by discontinuous or impulsive forcing terms. For such problems the methods described

More information

5.1 Classical Harmonic Oscillator

5.1 Classical Harmonic Oscillator Chapter 5 Harmonic Oscillator 5.1 Classical Harmonic Oscillator m l o l Hooke s Law give the force exerting on the mass as: f = k(l l o ) where l o is the equilibrium length of the spring and k is the

More information

Quantum mechanics. Effects on the equations of motion of the fractal structures of the geodesics of a nondifferentiable space

Quantum mechanics. Effects on the equations of motion of the fractal structures of the geodesics of a nondifferentiable space http ://luth.obspm.fr/~luthier/nottale/ Quantum mechanics Effects on the equations of motion of the fractal structures of the geodesics of a nondifferentiable space Laurent Nottale CNRS LUTH, Paris-Meudon

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

221B Lecture Notes Steepest Descent Method

221B Lecture Notes Steepest Descent Method Gamma Function B Lecture Notes Steepest Descent Method The best way to introduce the steepest descent method is to see an example. The Stirling s formula for the behavior of the factorial n! for large

More information

Laplace Transforms Chapter 3

Laplace Transforms Chapter 3 Laplace Transforms Important analytical method for solving linear ordinary differential equations. - Application to nonlinear ODEs? Must linearize first. Laplace transforms play a key role in important

More information

PARABOLIC POTENTIAL WELL

PARABOLIC POTENTIAL WELL APPENDIX E PARABOLIC POTENTIAL WELL An example of an extremely important class of one-dimensional bound state in quantum mechanics is the simple harmonic oscillator whose potential can be written as V(x)=

More information

Lecture 6 Quantum Mechanical Systems and Measurements

Lecture 6 Quantum Mechanical Systems and Measurements Lecture 6 Quantum Mechanical Systems and Measurements Today s Program: 1. Simple Harmonic Oscillator (SHO). Principle of spectral decomposition. 3. Predicting the results of measurements, fourth postulate

More information

Purdue University Study Guide for MA Credit Exam

Purdue University Study Guide for MA Credit Exam Purdue University Study Guide for MA 60 Credit Exam Students who pass the credit exam will gain credit in MA60. The credit exam is a twohour long exam with 5 multiple choice questions. No books or notes

More information

Polynomial Solutions of the Laguerre Equation and Other Differential Equations Near a Singular

Polynomial Solutions of the Laguerre Equation and Other Differential Equations Near a Singular Polynomial Solutions of the Laguerre Equation and Other Differential Equations Near a Singular Point Abstract Lawrence E. Levine Ray Maleh Department of Mathematical Sciences Stevens Institute of Technology

More information

Chemical Engineering 436 Laplace Transforms (1)

Chemical Engineering 436 Laplace Transforms (1) Chemical Engineering 436 Laplace Transforms () Why Laplace Transforms?? ) Converts differential equations to algebraic equations- facilitates combination of multiple components in a system to get the total

More information

arxiv: v1 [math.cv] 18 Aug 2015

arxiv: v1 [math.cv] 18 Aug 2015 arxiv:508.04376v [math.cv] 8 Aug 205 Saddle-point integration of C bump functions Steven G. Johnson, MIT Applied Mathematics Created November 23, 2006; updated August 9, 205 Abstract This technical note

More information

ENTIRE FUNCTIONS AND COMPLETENESS PROBLEMS. Lecture 3

ENTIRE FUNCTIONS AND COMPLETENESS PROBLEMS. Lecture 3 ENTIRE FUNCTIONS AND COMPLETENESS PROBLEMS A. POLTORATSKI Lecture 3 A version of the Heisenberg Uncertainty Principle formulated in terms of Harmonic Analysis claims that a non-zero measure (distribution)

More information

Notes on the CEV model

Notes on the CEV model Notes on the CEV model Andrew Lesniewski Ellington Management Group 53 Forest Avenue Old Greenwich, CT 687 First draft of March 2, 24 This draft of November 6, 29 Statement of the problem We construct

More information

Spectral Functions for Regular Sturm-Liouville Problems

Spectral Functions for Regular Sturm-Liouville Problems Spectral Functions for Regular Sturm-Liouville Problems Guglielmo Fucci Department of Mathematics East Carolina University May 15, 13 Regular One-dimensional Sturm-Liouville Problems Let I = [, 1 R, and

More information

Wave Phenomena Physics 15c. Masahiro Morii

Wave Phenomena Physics 15c. Masahiro Morii Wave Phenomena Physics 15c Masahiro Morii Teaching Staff! Masahiro Morii gives the lectures.! Tuesday and Thursday @ 1:00 :30.! Thomas Hayes supervises the lab.! 3 hours/week. Date & time to be decided.!

More information

On an Eigenvalue Problem Involving Legendre Functions by Nicholas J. Rose North Carolina State University

On an Eigenvalue Problem Involving Legendre Functions by Nicholas J. Rose North Carolina State University On an Eigenvalue Problem Involving Legendre Functions by Nicholas J. Rose North Carolina State University njrose@math.ncsu.edu 1. INTRODUCTION. The classical eigenvalue problem for the Legendre Polynomials

More information

Research Statement. James Bremer Department of Mathematics, University of California, Davis

Research Statement. James Bremer Department of Mathematics, University of California, Davis Research Statement James Bremer Department of Mathematics, University of California, Davis Email: bremer@math.ucdavis.edu Webpage: https.math.ucdavis.edu/ bremer I work in the field of numerical analysis,

More information

Definition of differential equations and their classification. Methods of solution of first-order differential equations

Definition of differential equations and their classification. Methods of solution of first-order differential equations Introduction to differential equations: overview Definition of differential equations and their classification Solutions of differential equations Initial value problems Existence and uniqueness Mathematical

More information

Asymptotic Expansions

Asymptotic Expansions Asymptotic Expansions V 1.5.4 217/1/3 Suppose we have a function f(x) of single real parameter x and we are interested in an approximation to f(x) for x close to x. The approximation might depend on whether

More information

UNIFORM BOUNDS FOR BESSEL FUNCTIONS

UNIFORM BOUNDS FOR BESSEL FUNCTIONS Journal of Applied Analysis Vol. 1, No. 1 (006), pp. 83 91 UNIFORM BOUNDS FOR BESSEL FUNCTIONS I. KRASIKOV Received October 8, 001 and, in revised form, July 6, 004 Abstract. For ν > 1/ and x real we shall

More information

Matrix Theory and Differential Equations Practice For the Final in BE1022 Thursday 14th December 2006 at 8.00am

Matrix Theory and Differential Equations Practice For the Final in BE1022 Thursday 14th December 2006 at 8.00am Matrix Theory and Differential Equations Practice For the Final in BE1022 Thursday 14th December 2006 at 8.00am Question 1 A Mars lander is approaching the moon at a speed of five kilometers per second.

More information

8.323 Relativistic Quantum Field Theory I

8.323 Relativistic Quantum Field Theory I MIT OpenCourseWare http://ocw.mit.edu 8.33 Relativistic Quantum Field Theory I Spring 008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. MASSACHUSETTS

More information

A Chebyshev Polynomial Rate-of-Convergence Theorem for Stieltjes Functions

A Chebyshev Polynomial Rate-of-Convergence Theorem for Stieltjes Functions mathematics of computation volume 39, number 159 july 1982, pages 201-206 A Chebyshev Polynomial Rate-of-Convergence Theorem for Stieltjes Functions By John P. Boyd Abstract. The theorem proved here extends

More information