Lecture 4.6: Some special orthogonal functions

Size: px
Start display at page:

Download "Lecture 4.6: Some special orthogonal functions"

Transcription

1 Lecture 4.6: Some special orthogonal functions Matthew Macauley Department of Mathematical Sciences Clemson University Math 4340, Advanced Engineering Mathematics M. Macauley (Clemson) Lecture 4.6: Some special orthogonal functions Advanced Engineering Mathematics 1 / 13

2 Motivation Recall that every 2nd order linear homogeneous ODE, y + P(x)y + Q(x)y = 0 can be written as a Sturm-Liouville equation, called its self-adjoint or Sturm-Liouville form: d ( p(x)y ) + q(x)y = λw(x)y, where p(x), w(x) > 0. dx Many of these ODEs require the Frobenius method to solve. Examples from physics and engineering Legendre s equation: (1 x 2 )y 2xy + n(n + 1)y = 0. Used for modeling spherically symmetric potentials in the theory of Newtonian gravitation and in electricity & magnetism (e.g., the wave equation for an electron in a hydrogen atom). Parametric Bessel s equation: x 2 y + xy + (λx 2 α 2 )y = 0. Used for analyzing vibrations of a circular drum. Chebyshev s equation: (1 x 2 )y xy + n 2 y = 0. Arises in numerical analysis techniques. Hermite s equation: y 2xy + 2ny = 0. Used for modeling simple harmonic oscillators in quantum mechanics. Laguerre s equation: xy + (1 x)y + ny = 0. Arises in a number of equations from quantum mechanics. Airy s equation: y k 2 xy = 0. Models the refraction of light. M. Macauley (Clemson) Lecture 4.6: Some special orthogonal functions Advanced Engineering Mathematics 2 / 13

3 Legendre s differential equation Consider the following Sturm-Liouville problem, defined on ( 1, 1): d dx [(1 x 2 ) d dx y ] = λy, [ ] p(x) = 1 x 2, q(x) = 0, w(x) = 1. The eigenvalues are λ n = n(n + 1) for n = 1, 2,..., and the eigenfunctions solve Legendre s equation: (1 x 2 )y 2xy + n(n + 1)y = 0. For each n, one solution is a degree-n Legendre polynomial P n(x) = 1 d n [ (x 2 2 n n! dx n 1) n]. 1 They are orthogonal with respect to the inner product f, g = f (x)g(x) dx. 1 It can be checked that 1 P m, P n = P m(x)p n(x) dx = 2 1 2n + 1 δmn. By orthogonality, every function f, continuous on 1 < x < 1, can be expressed using Legendre polynomials: f (x) = f, Pn c np n(x), where c n = P n, P = (n + 1 ) f, Pn n 2 M. Macauley (Clemson) Lecture 4.6: Some special orthogonal functions Advanced Engineering Mathematics 3 / 13

4 Legendre polynomials P 0 (x) = 1 P 1 (x) = x P 2 (x) = 1 2 (3x2 1) P 3 (x) = 1 2 (5x3 3x) P 4 (x) = 1 8 (35x4 30x 2 + 3) P 5 (x) = 1 8 (63x5 70x x) P 6 (x) = 1 8 (231x6 315x x 2 5) P 7 (x) = 1 16 (429x7 693x x 3 35x) M. Macauley (Clemson) Lecture 4.6: Some special orthogonal functions Advanced Engineering Mathematics 4 / 13

5 Parametric Bessel s differential equation Consider the following Sturm-Liouville problem on [0, a]: d dx ( xy ) ν2 x y = λxy, [ p(x) = x, For a fixed ν, the eigenvalues are λ n = ω 2 n := α 2 n/a 2, for n = 1, 2,.... q(x) = ν2 x, w(x) = x ]. Here, α n is the n th positive root of J ν(x), the Bessel functions of the first kind of order ν. The eigenfunctions solve the parametric Bessel s equation: x 2 y + xy + (λx 2 ν 2 )y = 0. Fixing ν, for each n there is a solution J νn(x) := J ν(ω nx). a They are orthogonal with repect to the inner product f, g = f (x)g(x) x dx. 0 It can be checked that a J νn, J νm = J ν(ω nx)j ν(ω mx) dx = 0, if n m. 0 By orthogonality, every continuous function f (x) on [0, a] can be expressed in a Fourier-Bessel series: f, Jνn f (x) c nj ν(ω nx), where c n = J νn, J. νn M. Macauley (Clemson) Lecture 4.6: Some special orthogonal functions Advanced Engineering Mathematics 5 / 13

6 Bessel functions (of the first kind) J ν(x) = ( 1) m 1 ( x ) 2m+ν. m!(ν + m)! 2 m=0 M. Macauley (Clemson) Lecture 4.6: Some special orthogonal functions Advanced Engineering Mathematics 6 / 13

7 Fourier-Bessel series from J 0 (x) f (x) c nj 0 (ω nx), J 0 (x) = ( 1) m 1 ( x ) 2m (m!) m=0 2 2 Figure: First 5 solutions to (xy ) = λx 2. M. Macauley (Clemson) Lecture 4.6: Some special orthogonal functions Advanced Engineering Mathematics 7 / 13

8 Fourier-Bessel series from J 3 (x) The Fourier-Bessel series using J 3 (x) of the function f (x) = { x 3 0 < x < 10 0 x > 10 f (x) c nj 3 (ω nx/10), J 3 (x) = ( 1) m 1 ( x ) 2m+3. m!(3 + m)! 2 m=0 is Figure: First 5 partial sums to the Fourier-Bessel series of f (x) using J 3 M. Macauley (Clemson) Lecture 4.6: Some special orthogonal functions Advanced Engineering Mathematics 8 / 13

9 Chebyshev s differential equation Consider the following Sturm-Liouville problem on [ 1, 1]: d [ 1 x 2 d ] dx dx y 1 = λ [p(x) y, = 1 x 2, q(x) = 0, w(x) = 1 x 2 The eigenvalues are λ n = n 2 for n = 1, 2,..., and the eigenfunctions solve Chebyshev s equation: (1 x 2 )y xy + n 2 y = 0. For each n, one solution is a degree-n Chebyshev polynomial, defined recursively by T 0 (x) = 1, T 1 (x) = x, T n+1 (x) = 2xT n(x) T n 1 (x). 1 f (x)g(x) They are orthogonal with repect to the inner product f, g = dx. 1 1 x 2 It can be checked that 1 T m, T n = 1 T m(x)t n(x) 1 x 2 dx = { 1 πδmn m 0, n 0 2 π m = n = x 2 ]. By orthogonality, every function f (x), continuous for 1 < x < 1, can be expressed using Chebyshev polynomials: f (x) f, Tn c nt n(x), where c n = T n, T = 2 f, Tn, if n, m > 0. n π M. Macauley (Clemson) Lecture 4.6: Some special orthogonal functions Advanced Engineering Mathematics 9 / 13

10 Chebyshev polynomials (of the first kind) T 0 (x) = 1 T 4 (x) = 8x 4 8x T 1 (x) = x T 5 (x) = 16x 5 20x 3 + 5x T 2 (x) = 2x 2 1 T 6 (x) = 32x 6 48x x 2 1 T 3 (x) = 4x 3 3x T 7 (x) = 64x 7 112x x 3 7x M. Macauley (Clemson) Lecture 4.6: Some special orthogonal functions Advanced Engineering Mathematics 10 / 13

11 Hermite s differential equation Consider the following Sturm-Liouville problem on (, ): d dx [e x2 d dx y ] = λe x2 y, [ p(x) = e x2, q(x) = 0, w(x) = e x2 ]. The eigenvalues are λ n = 2n for n = 1, 2,..., and the eigenfunctions solve Hermite s equation: y 2xy + 2ny = 0. For each n, one solution is a degree-n Hermite polynomial, defined by H n(x) = ( 1) n e x2 dn ( dx n e x2 = 2x d ) n 1 dx 1 They are orthogonal with repect to the inner product f, g = f (x)g(x)e x2 dx. 1 It can be checked that H m, H n = H m(x)h n(x)e x2 dx = π2 n n!δ mn. By orthogonality, every function f (x) satisfying f 2 e x2 dx < can be expressed using Hermite polynomials: f (x) f, Hn f, Hn c nh n(x), where c n = = H n, H n π2 n n!. M. Macauley (Clemson) Lecture 4.6: Some special orthogonal functions Advanced Engineering Mathematics 11 / 13

12 Hermite polynomials H 0 (x) = 1 H 4 (x) = 16x 4 48x H 1 (x) = 2x H 5 (x) = 32x 5 160x x H 2 (x) = 4x 2 2 H 6 (x) = 64x 6 480x x H 3 (x) = 8x 3 12x H 7 (x) = 128x x x x M. Macauley (Clemson) Lecture 4.6: Some special orthogonal functions Advanced Engineering Mathematics 12 / 13

13 Hermite functions The Hermite functions can be defined from the Hermite polynomials as ψ n(x) = ( 2 n n! π ) 1 2 e x2 2 H n(x) = ( 1) n( 2 n n! π ) 1 2 e x2 d n 2 dx n e x2. They are orthonormal with respect to the inner product f, g = f (x)g(x) dx Every real-valued function f such that f 2 dx < can be expressed uniquely as f (x) c nψ n(x) dx, where c n = f, ψ n = f (x)ψ n(x) dx. These are solutions to the time-independent Schrödinger ODE: y + x 2 y = (2n + 1)y. M. Macauley (Clemson) Lecture 4.6: Some special orthogonal functions Advanced Engineering Mathematics 13 / 13

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

LEGENDRE POLYNOMIALS AND APPLICATIONS. We construct Legendre polynomials and apply them to solve Dirichlet problems in spherical coordinates.

LEGENDRE POLYNOMIALS AND APPLICATIONS. We construct Legendre polynomials and apply them to solve Dirichlet problems in spherical coordinates. LEGENDRE POLYNOMIALS AND APPLICATIONS We construct Legendre polynomials and apply them to solve Dirichlet problems in spherical coordinates.. Legendre equation: series solutions The Legendre equation is

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

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

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

AND NONLINEAR SCIENCE SERIES. Partial Differential. Equations with MATLAB. Matthew P. Coleman. CRC Press J Taylor & Francis Croup

AND NONLINEAR SCIENCE SERIES. Partial Differential. Equations with MATLAB. Matthew P. Coleman. CRC Press J Taylor & Francis Croup CHAPMAN & HALL/CRC APPLIED MATHEMATICS AND NONLINEAR SCIENCE SERIES An Introduction to Partial Differential Equations with MATLAB Second Edition Matthew P Coleman Fairfield University Connecticut, USA»C)

More information

Power Series Solutions to the Legendre Equation

Power Series Solutions to the Legendre Equation Power Series Solutions to the Legendre Equation Department of Mathematics IIT Guwahati The Legendre equation The equation (1 x 2 )y 2xy + α(α + 1)y = 0, (1) where α is any real constant, is called Legendre

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

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

Lecture 1.4: Inner products and orthogonality

Lecture 1.4: Inner products and orthogonality Lecture 1.4: Inner products and orthogonality Matthew Macauley Department of Mathematical Sciences Clemson University http://www.math.clemson.edu/~macaule/ Math 4340, Advanced Engineering Mathematics M.

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

Ordinary Differential Equations II

Ordinary Differential Equations II Ordinary Differential Equations II February 23 2017 Separation of variables Wave eq. (PDE) 2 u t (t, x) = 2 u 2 c2 (t, x), x2 c > 0 constant. Describes small vibrations in a homogeneous string. u(t, x)

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

Sturm-Liouville Theory

Sturm-Liouville Theory More on Ryan C. Trinity University Partial Differential Equations April 19, 2012 Recall: A Sturm-Liouville (S-L) problem consists of A Sturm-Liouville equation on an interval: (p(x)y ) + (q(x) + λr(x))y

More information

Linear Operators, Eigenvalues, and Green s Operator

Linear Operators, Eigenvalues, and Green s Operator Chapter 10 Linear Operators, Eigenvalues, and Green s Operator We begin with a reminder of facts which should be known from previous courses. 10.1 Inner Product Space A vector space is a collection of

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

1 Parametric Bessel Equation and Bessel-Fourier Series

1 Parametric Bessel Equation and Bessel-Fourier Series 1 Parametric Bessel Equation an Bessel-Fourier Series Recall the parametric Bessel equation of orer n: x 2 y + xy + (a 2 x 2 n 2 )y = (1.1) The general solution is given by y = J n (ax) +Y n (ax). If we

More information

Introduction to Sturm-Liouville Theory

Introduction to Sturm-Liouville Theory Introduction to R. C. Trinity University Partial Differential Equations April 10, 2014 Sturm-Liouville problems Definition: A (second order) Sturm-Liouville (S-L) problem consists of A Sturm-Liouville

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

Boundary Value Problems in Cylindrical Coordinates

Boundary Value Problems in Cylindrical Coordinates Boundary Value Problems in Cylindrical Coordinates 29 Outline Differential Operators in Various Coordinate Systems Laplace Equation in Cylindrical Coordinates Systems Bessel Functions Wave Equation the

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

Power Series Solutions to the Legendre Equation

Power Series Solutions to the Legendre Equation Department of Mathematics IIT Guwahati The Legendre equation The equation (1 x 2 )y 2xy + α(α + 1)y = 0, (1) where α is any real constant, is called Legendre s equation. When α Z +, the equation has polynomial

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

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

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

Varied Factor Ordering in 2-D Quantum Gravity and Sturm-Liouville Theory

Varied Factor Ordering in 2-D Quantum Gravity and Sturm-Liouville Theory Varied Factor Ordering in 2-D Quantum Gravity and Sturm-Liouville Theory Justin Rivera Wentworth Institute of Technology May 26, 2016 Justin Rivera (Wentworth Institute of Technology) Varied Factor Ordering

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

A Catalogue of Sturm-Liouville differential equations

A Catalogue of Sturm-Liouville differential equations A Catalogue of Sturm-Liouville differential equations W.N. Everitt Dedicated to all scientists who, down the long years, have contributed to Sturm-Liouville theory. Abstract. The idea for this catalogue

More information

Differential Equations

Differential Equations Differential Equations Problem Sheet 1 3 rd November 2011 First-Order Ordinary Differential Equations 1. Find the general solutions of the following separable differential equations. Which equations are

More information

Solutions: Problem Set 3 Math 201B, Winter 2007

Solutions: Problem Set 3 Math 201B, Winter 2007 Solutions: Problem Set 3 Math 201B, Winter 2007 Problem 1. Prove that an infinite-dimensional Hilbert space is a separable metric space if and only if it has a countable orthonormal basis. Solution. If

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

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

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

(L, t) = 0, t > 0. (iii)

(L, t) = 0, t > 0. (iii) . Sturm Liouville Boundary Value Problems 69 where E is Young s modulus and ρ is the mass per unit volume. If the end x = isfixed, then the boundary condition there is u(, t) =, t >. (ii) Suppose that

More information

Midterm Solution

Midterm Solution 18303 Midterm Solution Problem 1: SLP with mixed boundary conditions Consider the following regular) Sturm-Liouville eigenvalue problem consisting in finding scalars λ and functions v : [0, b] R b > 0),

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

Physics 250 Green s functions for ordinary differential equations

Physics 250 Green s functions for ordinary differential equations Physics 25 Green s functions for ordinary differential equations Peter Young November 25, 27 Homogeneous Equations We have already discussed second order linear homogeneous differential equations, which

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

FOURIER SERIES, TRANSFORMS, AND BOUNDARY VALUE PROBLEMS

FOURIER SERIES, TRANSFORMS, AND BOUNDARY VALUE PROBLEMS fc FOURIER SERIES, TRANSFORMS, AND BOUNDARY VALUE PROBLEMS Second Edition J. RAY HANNA Professor Emeritus University of Wyoming Laramie, Wyoming JOHN H. ROWLAND Department of Mathematics and Department

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

Orthonormal series expansion and finite spherical Hankel transform of generalized functions

Orthonormal series expansion and finite spherical Hankel transform of generalized functions Malaya Journal of Matematik 2(1)(2013) 77 82 Orthonormal series expansion and finite spherical Hankel transform of generalized functions S.K. Panchal a, a Department of Mathematics, Dr. Babasaheb Ambedkar

More information

Mathematics for Chemistry: Exam Set 1

Mathematics for Chemistry: Exam Set 1 Mathematics for Chemistry: Exam Set 1 March 19, 017 1 mark Questions 1. The maximum value of the rank of any 5 3 matrix is (a (b3 4 5. The determinant of an identity n n matrix is equal to (a 1 (b -1 0

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

Mathematical Modeling using Partial Differential Equations (PDE s)

Mathematical Modeling using Partial Differential Equations (PDE s) Mathematical Modeling using Partial Differential Equations (PDE s) 145. Physical Models: heat conduction, vibration. 146. Mathematical Models: why build them. The solution to the mathematical model will

More information

Lecture #1. Review. Postulates of quantum mechanics (1-3) Postulate 1

Lecture #1. Review. Postulates of quantum mechanics (1-3) Postulate 1 L1.P1 Lecture #1 Review Postulates of quantum mechanics (1-3) Postulate 1 The state of a system at any instant of time may be represented by a wave function which is continuous and differentiable. Specifically,

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

Bessel Functions. A Touch of Magic. Fayez Karoji 1 Casey Tsai 1 Rachel Weyrens 2. SMILE REU Summer Louisiana State University

Bessel Functions. A Touch of Magic. Fayez Karoji 1 Casey Tsai 1 Rachel Weyrens 2. SMILE REU Summer Louisiana State University Bessel s Function A Touch of Magic Fayez Karoji 1 Casey Tsai 1 Rachel Weyrens 2 1 Department of Mathematics Louisiana State University 2 Department of Mathematics University of Arkansas SMILE REU Summer

More information

Partial Differential Equations with MATLAB

Partial Differential Equations with MATLAB CHAPMAN & HALL/CRC APPLIED MATHEMATICS AND NONLINEAR SCIENCE SERIES An Introduction to Partial Differential Equations with MATLAB Second Edition Matthew P. Coleman CHAPMAN & HALL/CRC APPLIED MATHEMATICS

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

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

Math 4263 Homework Set 1

Math 4263 Homework Set 1 Homework Set 1 1. Solve the following PDE/BVP 2. Solve the following PDE/BVP 2u t + 3u x = 0 u (x, 0) = sin (x) u x + e x u y = 0 u (0, y) = y 2 3. (a) Find the curves γ : t (x (t), y (t)) such that that

More information

Lecture 19: Ordinary Differential Equations: Special Functions

Lecture 19: Ordinary Differential Equations: Special Functions Lecture 19: Ordinary Differential Equations: Special Functions Key points Hermite differential equation: Legendre's differential equation: Bessel's differential equation: Modified Bessel differential equation:

More information

Recurrence Relations and Fast Algorithms

Recurrence Relations and Fast Algorithms Recurrence Relations and Fast Algorithms Mark Tygert Research Report YALEU/DCS/RR-343 December 29, 2005 Abstract We construct fast algorithms for decomposing into and reconstructing from linear combinations

More information

MATH3383. Quantum Mechanics. Appendix D: Hermite Equation; Orthogonal Polynomials

MATH3383. Quantum Mechanics. Appendix D: Hermite Equation; Orthogonal Polynomials MATH3383. Quantum Mechanics. Appendix D: Hermite Equation; Orthogonal Polynomials. Hermite Equation In the study of the eigenvalue problem of the Hamiltonian for the quantum harmonic oscillator we have

More information

Introduction to Sturm-Liouville Theory and the Theory of Generalized Fourier Series

Introduction to Sturm-Liouville Theory and the Theory of Generalized Fourier Series CHAPTER 5 Introduction to Sturm-Liouville Theory and the Theory of Generalized Fourier Series We start with some introductory examples. 5.. Cauchy s equation The homogeneous Euler-Cauchy equation (Leonhard

More information

PHYS 502 Lecture 8: Legendre Functions. Dr. Vasileios Lempesis

PHYS 502 Lecture 8: Legendre Functions. Dr. Vasileios Lempesis PHYS 502 Lecture 8: Legendre Functions Dr. Vasileios Lempesis Introduction Legendre functions or Legendre polynomials are the solutions of Legendre s differential equation that appear when we separate

More information

Lecture #8: Quantum Mechanical Harmonic Oscillator

Lecture #8: Quantum Mechanical Harmonic Oscillator 5.61 Fall, 013 Lecture #8 Page 1 Last time Lecture #8: Quantum Mechanical Harmonic Oscillator Classical Mechanical Harmonic Oscillator * V(x) = 1 kx (leading term in power series expansion of most V(x)

More information

Equations (3) and (6) form a complete solution as long as the set of functions fy n (x)g exist that satisfy the Properties One and Two given by equati

Equations (3) and (6) form a complete solution as long as the set of functions fy n (x)g exist that satisfy the Properties One and Two given by equati PHYS/GEOL/APS 661 Earth and Planetary Physics I Eigenfunction Expansions, Sturm-Liouville Problems, and Green's Functions 1. Eigenfunction Expansions In seismology in general, as in the simple oscillating

More information

Quantum Harmonic Oscillator

Quantum Harmonic Oscillator Quantum Harmonic Oscillator Chapter 13 P. J. Grandinetti Chem. 4300 Oct 20, 2017 P. J. Grandinetti (Chem. 4300) Quantum Harmonic Oscillator Oct 20, 2017 1 / 26 Kinetic and Potential Energy Operators Harmonic

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

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

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

Solutions to Laplace s Equation in Cylindrical Coordinates and Numerical solutions. ρ + (1/ρ) 2 V

Solutions to Laplace s Equation in Cylindrical Coordinates and Numerical solutions. ρ + (1/ρ) 2 V Solutions to Laplace s Equation in Cylindrical Coordinates and Numerical solutions Lecture 8 1 Introduction Solutions to Laplace s equation can be obtained using separation of variables in Cartesian and

More information

23 Elements of analytic ODE theory. Bessel s functions

23 Elements of analytic ODE theory. Bessel s functions 23 Elements of analytic ODE theory. Bessel s functions Recall I am changing the variables) that we need to solve the so-called Bessel s equation 23. Elements of analytic ODE theory Let x 2 u + xu + x 2

More information

A Fourier-Bessel Expansion for Solving Radial Schrödinger Equation in Two Dimensions

A Fourier-Bessel Expansion for Solving Radial Schrödinger Equation in Two Dimensions A Fourier-Bessel Expansion for Solving Radial Schrödinger Equation in Two Dimensions H. TAŞELI and A. ZAFER Department of Mathematics, Middle East Technical University, 06531 Ankara, Turkey ABSTRACT The

More information

MATH 412 Fourier Series and PDE- Spring 2010 SOLUTIONS to HOMEWORK 5

MATH 412 Fourier Series and PDE- Spring 2010 SOLUTIONS to HOMEWORK 5 MATH 4 Fourier Series PDE- Spring SOLUTIONS to HOMEWORK 5 Problem (a: Solve the following Sturm-Liouville problem { (xu + λ x u = < x < e u( = u (e = (b: Show directly that the eigenfunctions are orthogonal

More information

Legendre s Equation. PHYS Southern Illinois University. October 18, 2016

Legendre s Equation. PHYS Southern Illinois University. October 18, 2016 Legendre s Equation PHYS 500 - Southern Illinois University October 18, 2016 PHYS 500 - Southern Illinois University Legendre s Equation October 18, 2016 1 / 11 Legendre s Equation Recall We are trying

More information

On the Computations of Eigenvalues of the Fourth-order Sturm Liouville Problems

On the Computations of Eigenvalues of the Fourth-order Sturm Liouville Problems Int. J. Open Problems Compt. Math., Vol. 4, No. 3, September 2011 ISSN 1998-6262; Copyright c ICSRS Publication, 2011 www.i-csrs.org On the Computations of Eigenvalues of the Fourth-order Sturm Liouville

More information

Lecture Notes for MAE 3100: Introduction to Applied Mathematics

Lecture Notes for MAE 3100: Introduction to Applied Mathematics ecture Notes for MAE 31: Introduction to Applied Mathematics Richard H. Rand Cornell University Ithaca NY 14853 rhr2@cornell.edu http://audiophile.tam.cornell.edu/randdocs/ version 17 Copyright 215 by

More information

Final Exam May 4, 2016

Final Exam May 4, 2016 1 Math 425 / AMCS 525 Dr. DeTurck Final Exam May 4, 2016 You may use your book and notes on this exam. Show your work in the exam book. Work only the problems that correspond to the section that you prepared.

More information

Before you begin read these instructions carefully:

Before you begin read these instructions carefully: NATURAL SCIENCES TRIPOS Part IB & II (General Friday, 30 May, 2014 9:00 am to 12:00 pm MATHEMATICS (2 Before you begin read these instructions carefully: You may submit answers to no more than six questions.

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

Harmonic oscillator Wigner function extension to exceptional polynomials

Harmonic oscillator Wigner function extension to exceptional polynomials Pramana J. Phys. (2018) 91:39 https://doi.org/10.1007/s12043-018-1619-9 Indian Academy of Sciences Harmonic oscillator Wigner function extension to exceptional polynomials K V S SHIV CHAITANYA Department

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

LEAST SQUARES APPROXIMATION

LEAST SQUARES APPROXIMATION LEAST SQUARES APPROXIMATION One more approach to approximating a function f (x) on an interval a x b is to seek an approximation p(x) with a small average error over the interval of approximation. A convenient

More information

First-Order ODE: Separable Equations, Exact Equations and Integrating Factor

First-Order ODE: Separable Equations, Exact Equations and Integrating Factor First-Order ODE: Separable Equations, Exact Equations and Integrating Factor Department of Mathematics IIT Guwahati REMARK: In the last theorem of the previous lecture, you can change the open interval

More information

Reverse engineering using computational algebra

Reverse engineering using computational algebra Reverse engineering using computational algebra Matthew Macauley Department of Mathematical Sciences Clemson University http://www.math.clemson.edu/~macaule/ Math 4500, Spring 2015 M. Macauley (Clemson)

More information

Laplace s Method for Ordinary Differential Equations

Laplace s Method for Ordinary Differential Equations 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. 124-8], [2, h. VIII], [3, Apps. a-b], [4, h. 18],

More information

Mathematical Physics Homework 10

Mathematical Physics Homework 10 Georgia Institute of Technology Mathematical Physics Homework Conner Herndon November, 5 Several types of orthogonal polynomials frequently occur in various physics problems. For instance, Hermite polynomials

More information

Lecture 5: Harmonic oscillator, Morse Oscillator, 1D Rigid Rotor

Lecture 5: Harmonic oscillator, Morse Oscillator, 1D Rigid Rotor Lecture 5: Harmonic oscillator, Morse Oscillator, 1D Rigid Rotor It turns out that the boundary condition of the wavefunction going to zero at infinity is sufficient to quantize the value of energy that

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

1 A complete Fourier series solution

1 A complete Fourier series solution Math 128 Notes 13 In this last set of notes I will try to tie up some loose ends. 1 A complete Fourier series solution First here is an example of the full solution of a pde by Fourier series. Consider

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

Quantum Mechanics: Vibration and Rotation of Molecules

Quantum Mechanics: Vibration and Rotation of Molecules Quantum Mechanics: Vibration and Rotation of Molecules 8th April 2008 I. 1-Dimensional Classical Harmonic Oscillator The classical picture for motion under a harmonic potential (mass attached to spring

More information

Sturm-Liouville operators have form (given p(x) > 0, q(x)) + q(x), (notation means Lf = (pf ) + qf ) dx

Sturm-Liouville operators have form (given p(x) > 0, q(x)) + q(x), (notation means Lf = (pf ) + qf ) dx Sturm-Liouville operators Sturm-Liouville operators have form (given p(x) > 0, q(x)) L = d dx ( p(x) d ) + q(x), (notation means Lf = (pf ) + qf ) dx Sturm-Liouville operators Sturm-Liouville operators

More information

SPECTRAL METHODS: ORTHOGONAL POLYNOMIALS

SPECTRAL METHODS: ORTHOGONAL POLYNOMIALS SPECTRAL METHODS: ORTHOGONAL POLYNOMIALS 31 October, 2007 1 INTRODUCTION 2 ORTHOGONAL POLYNOMIALS Properties of Orthogonal Polynomials 3 GAUSS INTEGRATION Gauss- Radau Integration Gauss -Lobatto Integration

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

Before you begin read these instructions carefully:

Before you begin read these instructions carefully: NATURAL SCIENCES TRIPOS Part IB & II (General) Tuesday, 29 May, 2012 9:00 am to 12:00 pm MATHEMATICS (1) Before you begin read these instructions carefully: You may submit answers to no more than six questions.

More information

A Quantum Mechanical Model for the Vibration and Rotation of Molecules. Rigid Rotor

A Quantum Mechanical Model for the Vibration and Rotation of Molecules. Rigid Rotor A Quantum Mechanical Model for the Vibration and Rotation of Molecules Harmonic Oscillator Rigid Rotor Degrees of Freedom Translation: quantum mechanical model is particle in box or free particle. A molecule

More information

In what follows, we examine the two-dimensional wave equation, since it leads to some interesting and quite visualizable solutions.

In what follows, we examine the two-dimensional wave equation, since it leads to some interesting and quite visualizable solutions. ecture 22 igher-dimensional PDEs Relevant section of text: Chapter 7 We now examine some PDEs in higher dimensions, i.e., R 2 and R 3. In general, the heat and wave equations in higher dimensions are given

More information

Orthonormal Series Expansion and Laguerre-Finite Hankel Transform of Generalized Functions

Orthonormal Series Expansion and Laguerre-Finite Hankel Transform of Generalized Functions IOSR Journal of Mathematics (IOSR-JM) e-issn: 2278-5728, p-issn: 2319-765X. Volume 10, Issue 4 Ver. IV (Jul-Aug. 2014), PP 96-101 Orthonormal Series Expansion and Laguerre-Finite Hankel Transform of Generalized

More information

Separation of Variables in Linear PDE: One-Dimensional Problems

Separation of Variables in Linear PDE: One-Dimensional Problems Separation of Variables in Linear PDE: One-Dimensional Problems Now we apply the theory of Hilbert spaces to linear differential equations with partial derivatives (PDE). We start with a particular example,

More information

The Density Matrix for the Ground State of 1-d Impenetrable Bosons in a Harmonic Trap

The Density Matrix for the Ground State of 1-d Impenetrable Bosons in a Harmonic Trap The Density Matrix for the Ground State of 1-d Impenetrable Bosons in a Harmonic Trap Institute of Fundamental Sciences Massey University New Zealand 29 August 2017 A. A. Kapaev Memorial Workshop Michigan

More information

PHYS 771, Quantum Mechanics, Final Exam, Fall 2011 Instructor: Dr. A. G. Petukhov. Solutions

PHYS 771, Quantum Mechanics, Final Exam, Fall 2011 Instructor: Dr. A. G. Petukhov. Solutions PHYS 771, Quantum Mechanics, Final Exam, Fall 11 Instructor: Dr. A. G. Petukhov Solutions 1. Apply WKB approximation to a particle moving in a potential 1 V x) = mω x x > otherwise Find eigenfunctions,

More information

Spherical Coordinates and Legendre Functions

Spherical Coordinates and Legendre Functions Spherical Coordinates and Legendre Functions Spherical coordinates Let s adopt the notation for spherical coordinates that is standard in physics: φ = longitude or azimuth, θ = colatitude ( π 2 latitude)

More information

MATH 423 Linear Algebra II Lecture 33: Diagonalization of normal operators.

MATH 423 Linear Algebra II Lecture 33: Diagonalization of normal operators. MATH 423 Linear Algebra II Lecture 33: Diagonalization of normal operators. Adjoint operator and adjoint matrix Given a linear operator L on an inner product space V, the adjoint of L is a transformation

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

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

APPLIED PARTIM DIFFERENTIAL EQUATIONS with Fourier Series and Boundary Value Problems

APPLIED PARTIM DIFFERENTIAL EQUATIONS with Fourier Series and Boundary Value Problems APPLIED PARTIM DIFFERENTIAL EQUATIONS with Fourier Series and Boundary Value Problems Fourth Edition Richard Haberman Department of Mathematics Southern Methodist University PEARSON Prentice Hall PEARSON

More information

Chapter 1. Preliminaries. The purpose of this chapter is to provide some basic background information. Linear Space. Hilbert Space.

Chapter 1. Preliminaries. The purpose of this chapter is to provide some basic background information. Linear Space. Hilbert Space. Chapter 1 Preliminaries The purpose of this chapter is to provide some basic background information. Linear Space Hilbert Space Basic Principles 1 2 Preliminaries Linear Space The notion of linear space

More information