In this worksheet we will use the eigenfunction expansion to solve nonhomogeneous equation.

Size: px
Start display at page:

Download "In this worksheet we will use the eigenfunction expansion to solve nonhomogeneous equation."

Transcription

1 Eigen Function Expansion and Applications. In this worksheet we will use the eigenfunction expansion to solve nonhomogeneous equation. a/ The theory. b/ Example: Solving the Euler equation in two ways. c/ Example: non uniqueness of solution. The idea is simple: a/ The theory: Let L be a regular Sturm-Liouville operator on an interval ( a, b) together with regular boundary conditions. That is, (note the minus sign in front of the nd derivative) L( u) + x p( x u q( u Let f be a function in L ( a, b). We consider the problem Lu f We denote by l n, f ( n, the eigenvalues and corresponding normalized eigenfunctions of L. L ( ) () We know that { } makes a complete orthonormal set in L ( a, b). We write f as f( n () where is the fourier coefficients of f with respect to the base { }. Let's assume that the solution u of the nonhomogeneous equation can be expressed as u( n u n (5) We want to compare the coefficients u n in (5) with those in (). Formally, we apply the operator L to the infinite sum (5) to compute L( u ). Lu( L n n x u n L ( ) u n φ (, ) n Using () and the equation (3) we have n u n Page

2 n u n φ (, ) n x n We then equalize the coefficients of on both sides and find u n (see the note that follows) u( n (6) l n. Using this in (5) we have Important: If 0 for some n, that is if 0 is an eigenvalue for L then the above makes no sense (dividing by 0) unless 0 accordingly. We can see this from the relation u n. Thus, we must have f( dx 0. In other words, a b The right hand side f must be orthogonal to all eigenfunctions which correspond to the 0 eigenvalue, in order the equation Lu f has a solution. Moreover, if this is the case then the corresponding u n can be arbitrary constant. This also says that the problem Lu f does not have an unique solution. In fact, let us denote the eigenfunctions corresponding to the zero eigenvalue by ψ (,,..., ψ ( m, and the eigenfunctions corresponding to the nonzero eigenvalues by φ (,,...,,... Then the solution to Lu f is not unique and given by m u( C i ψ ( i, + i where the constants { C i } are arbitrary. n EXAMPLE : Consider the Euler operator with Neumann conditions [Sturm-Liouville type for p(, q( 0, w( ] over the interval I { x 0 < x < b }. The boundary conditions are type at both end points. Euler differential operator Boundary conditions L( y ) x x y( y ( 0 ) 0 and y ( b) 0 x x a/ Can we find the Green function following the formula? b/ Find the expansion of the Green function in terms of the eigenfunctions (see (7). Page

3 c/ What is the condition should be imposed on f such that the equation L( u) f has a solution? d/ Let b, and f( x Compare by graphing. f/ let b sin( π. Solve Lu f using the undetermined constant method and the series method. and f be the piecewisedefined function x 0 and x 0 x 0 and x 0 Solve the problem L( u) f using eigenfunction series (6). Compare the results by graphing. Solution: a/ Green function: To compute the Green function according to the text, we have to find two fundamental solutions u,u of Lu 0 which satisfy the BC at the ends respectively. Since the general solution of Lu 0 is > restart:u:x->c + C*x; u : x C + C x We determine u and u by finding the constants to match the BC. At x 0, we have > subs(x0,diff(u(,0); So we can take u(. At x b we have > subs(xb,diff(u(,0); C 0 C 0 Again, u must be a constant. However, u,u cannot make two linear independent solutions. Hence, the formula for the Green function cannot be applied here! b/ Eigenfunction expansion for G: We need to determine the eigenvalues and eigenfunctions of the Euler differential operator with Neumann BC. As an exercise, you should check that: λ 0 0 is an eigenvalue with the normalized eigenfunction f ( 0, In fact, this causes the nonexistence of two linear independent solutions. The other eigenvalues and corresponding normalized eigenfunctions are > lambda[n]:n^*pi^/b^; n π : b > phi:(n,->sqrt(/b)*cos(n*pi*x/b); φ : ( n, cos n πx b b Thus the partial eigen-expansion for G is given by (excluding the first eigenfunction φ ( 0, ) > G_Pseries:(m,x,z)->sum(phi(n,*phi(n,z)/lambda[n],n..m); G_Pseries : ( m, x, z) Page 3 m n φ (, ) n x z ) b.

4 Let's take m and plot the graph of this partial sum. > b::eval(g_pseries(,x,z)); cos( π cos( π z ) cos( π cos( π z) + π π > plot3d(g_pseries(0,x,z),x0..,z0..); c/ Solvability condition: Since the 0 is an eigenvalue, in order to the problem Lu f has a solution we must have that f is orthogonal to the eigenfunction φ ( 0, to this eigenvalue 0. That is, b > Int(f(*/sqrt(b),x0..b)0; f( dx 0 d/ Solve the equation by undetermined constant method: The right hand side f( We check the solvability condition > f:x->(x-/)*sin(pi*; eval(int(f(,x0..)); 0 f : x x sin( π x sin( π. 0 We looking for a particular solution of the form: u p ( ( A x + B ) sin( π + ( C x + D ) cos( π where A, B are constants to be determined. > up:x->(a*x+b)*sin(pi*+(c*x+d)*cos(pi*; Page 4

5 up : x ( A x + B ) sin( π + ( C x + D ) cos( π Substitute this into the equation Lu f, we have > diff(up(,x, (x-/)*sin(pi*; collect(%,[sin(pi*,cos(pi*]); A cos( π π ( A x + B ) sin( π π C sin( π π ( C x + D ) cos( π π x sin( π ( ( A x + B) π C π ) sin( π + ( A π ( C x + D) π ) cos( π x Compare the coefficients, we infer that > A:-/Pi^; B:/(*Pi^); C:0; D:-/Pi^3; A : B : π π C : 0 D : π 3 > diff(up(,x,f(; #check against the equation sin( π x + sin( π π π π x sin( π So, a particular solution is ( A x + B ) sin( π + D cos( π and the general solution is then given by > u:x->c3 + C*x + up(; u : x C3 + C x + up( We need to find the constants to match the BC. > subs(x0,diff(u(,)0; subs(x,diff(u(,)0; sin( 0 ) C + + π sin( π) C + π Thus, the solution is ( C and C is arbitrary). > u:x->-/(*pi)*x + up(; x u : x + π > F[n]:int(f(*phi(n,,x0..); cos( 0) π cos( π) π up( 0 0 Page 5

6 ( 4 sin( n π) n cos( n π) π + cos( n π) π n + π π n ) F n : π ( + n) ( + n ) > F[]:int(f(*phi(,,x0..); F Then the "Fourier" coefficients for u is given by > U[n]: -F[n]/lambda[n]; U[]: -F[]/subs(n,lambda[n]); U n : : F n 4 π ( 4 sin( n π) n cos( n π) π + cos( n π) π n + π π n ) π 4 ( + n) ( + n ) n U : 4 Thus, the (partial) "Fourier" series for u is > up_series:(m,-> U[]*phi(, + sum(u[n]*phi(n,,n..m); up_series : ( m, U φ (, + > eval(up_series(3,); cos( π π 3 36 π 3 m n cos( 3 π π 3 U n Finally, we plot the result given by the integral and the partial sum above in the same graph for a comparison. It can be seen that, even with one term ( m ), the partial sum approximates well the solution. > plot([u(,up_series(3,],x0..,color[red,blue],title"green_so l: RED, Partial Sum: BLUE"); Page 6

7 One can see that the two graphs are away from each other by a constant distance. This tells us that u( and the solution given by the series are different by just a constant. This is in accordance with what we know in the case the homogeneous problem has nonzero solution so that the nonhomogeneous equation exhibits nonuniqueness. f/ Define new f: > f:x->piecewise([-, -x < 0 and x-/ < 0],[, /-x < 0 and x- < 0]); - x 0 and x 0 f : x x 0 and x 0 > int(f(,x0..); #check the solvability condition 0 > F[n]:int(f(*phi(n,,x0..); F n : sin n π sin( n π) n π Then the "Fourier" coefficients for u is given by > U[n]: -F[n]/lambda[n]; F n Page 7

8 sin n π sin( n π) U n : n 3 π 3 Thus, the (partial) "Fourier" series for u is > up_series:(m,-> sum(u[n]*phi(n,,n..m); Let's compute few terms of this series > eval(up_series(3,); up_series : ( m, cos( π 4 4 π 3 7 We plot the series with 50 (!) terms > plot(up_series(50,,x0..); m n cos( 3 π π 3 U n To check against the equation we can plot the nd derivative of the partial series and the function f(. We can see that they are pretty close! > plot([diff(up_series(50,,x,,f(],x0..,color[red,blue],titl e"nd derivative: RED, f(: BLUE",disconttrue); Page 8

9 > Page 9

Green function and Eigenfunctions

Green function and Eigenfunctions Green function nd Eigenfunctions Let L e regulr Sturm-Liouville opertor on n intervl (, ) together with regulr oundry conditions. We denote y, φ ( n, x ) the eigenvlues nd corresponding normlized eigenfunctions

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

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

Section 12.6: Non-homogeneous Problems

Section 12.6: Non-homogeneous Problems Section 12.6: Non-homogeneous Problems 1 Introduction Up to this point all the problems we have considered are we what we call homogeneous problems. This means that for an interval < x < l the problems

More information

17 Source Problems for Heat and Wave IB- VPs

17 Source Problems for Heat and Wave IB- VPs 17 Source Problems for Heat and Wave IB- VPs We have mostly dealt with homogeneous equations, homogeneous b.c.s in this course so far. Recall that if we have non-homogeneous b.c.s, then we want to first

More information

Last Update: April 7, 201 0

Last Update: April 7, 201 0 M ath E S W inter Last Update: April 7, Introduction to Partial Differential Equations Disclaimer: his lecture note tries to provide an alternative approach to the material in Sections.. 5 in the textbook.

More information

MATH-UA 263 Partial Differential Equations Recitation Summary

MATH-UA 263 Partial Differential Equations Recitation Summary MATH-UA 263 Partial Differential Equations Recitation Summary Yuanxun (Bill) Bao Office Hour: Wednesday 2-4pm, WWH 1003 Email: yxb201@nyu.edu 1 February 2, 2018 Topics: verifying solution to a PDE, dispersion

More information

Chapter 10: Partial Differential Equations

Chapter 10: Partial Differential Equations 1.1: Introduction Chapter 1: Partial Differential Equations Definition: A differential equations whose dependent variable varies with respect to more than one independent variable is called a partial differential

More information

v(x, 0) = g(x) where g(x) = f(x) U(x). The solution is where b n = 2 g(x) sin(nπx) dx. (c) As t, we have v(x, t) 0 and u(x, t) U(x).

v(x, 0) = g(x) where g(x) = f(x) U(x). The solution is where b n = 2 g(x) sin(nπx) dx. (c) As t, we have v(x, t) 0 and u(x, t) U(x). Problem set 4: Solutions Math 27B, Winter216 1. The following nonhomogeneous IBVP describes heat flow in a rod whose ends are held at temperatures u, u 1 : u t = u xx < x < 1, t > u(, t) = u, u(1, t) =

More information

1 Wave Equation on Finite Interval

1 Wave Equation on Finite Interval 1 Wave Equation on Finite Interval 1.1 Wave Equation Dirichlet Boundary Conditions u tt (x, t) = c u xx (x, t), < x < l, t > (1.1) u(, t) =, u(l, t) = u(x, ) = f(x) u t (x, ) = g(x) First we present the

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

Method of Separation of Variables

Method of Separation of Variables MODUE 5: HEAT EQUATION 11 ecture 3 Method of Separation of Variables Separation of variables is one of the oldest technique for solving initial-boundary value problems (IBVP) and applies to problems, where

More information

Name: Math Homework Set # 5. March 12, 2010

Name: Math Homework Set # 5. March 12, 2010 Name: Math 4567. Homework Set # 5 March 12, 2010 Chapter 3 (page 79, problems 1,2), (page 82, problems 1,2), (page 86, problems 2,3), Chapter 4 (page 93, problems 2,3), (page 98, problems 1,2), (page 102,

More information

Math 2930 Worksheet Final Exam Review

Math 2930 Worksheet Final Exam Review Math 293 Worksheet Final Exam Review Week 14 November 3th, 217 Question 1. (* Solve the initial value problem y y = 2xe x, y( = 1 Question 2. (* Consider the differential equation: y = y y 3. (a Find the

More information

1. Solve the boundary-value problems or else show that no solutions exist. y (x) = c 1 e 2x + c 2 e 3x. (3)

1. Solve the boundary-value problems or else show that no solutions exist. y (x) = c 1 e 2x + c 2 e 3x. (3) Diff. Eqns. Problem Set 6 Solutions. Solve the boundary-value problems or else show that no solutions exist. a y + y 6y, y, y 4 b y + 9y x + e x, y, yπ a Assuming y e rx is a solution, we get the characteristic

More information

6 Non-homogeneous Heat Problems

6 Non-homogeneous Heat Problems 6 Non-homogeneous Heat Problems Up to this point all the problems we have considered for the heat or wave equation we what we call homogeneous problems. This means that for an interval < x < l the problems

More information

Problem set 3: Solutions Math 207B, Winter Suppose that u(x) is a non-zero solution of the eigenvalue problem. (u ) 2 dx, u 2 dx.

Problem set 3: Solutions Math 207B, Winter Suppose that u(x) is a non-zero solution of the eigenvalue problem. (u ) 2 dx, u 2 dx. Problem set 3: Solutions Math 27B, Winter 216 1. Suppose that u(x) is a non-zero solution of the eigenvalue problem u = λu < x < 1, u() =, u(1) =. Show that λ = (u ) 2 dx u2 dx. Deduce that every eigenvalue

More information

Physics 6303 Lecture 15 October 10, Reminder of general solution in 3-dimensional cylindrical coordinates. sinh. sin

Physics 6303 Lecture 15 October 10, Reminder of general solution in 3-dimensional cylindrical coordinates. sinh. sin Physics 6303 Lecture 15 October 10, 2018 LAST TIME: Spherical harmonics and Bessel functions Reminder of general solution in 3-dimensional cylindrical coordinates,, sin sinh cos cosh, sin sin cos cos,

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

Midterm 2: Sample solutions Math 118A, Fall 2013

Midterm 2: Sample solutions Math 118A, Fall 2013 Midterm 2: Sample solutions Math 118A, Fall 213 1. Find all separated solutions u(r,t = F(rG(t of the radially symmetric heat equation u t = k ( r u. r r r Solve for G(t explicitly. Write down an ODE for

More information

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

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

More information

Math 3363 Examination I Solutions

Math 3363 Examination I Solutions Math 3363 Examination I Solutions Spring 218 Please use a pencil and do the problems in the order in which they are listed. No books, notes, calculators, cell phones, smart watches, or other electronics.

More information

AMS 212A Applied Mathematical Methods I Appendices of Lecture 06 Copyright by Hongyun Wang, UCSC. ( ) cos2

AMS 212A Applied Mathematical Methods I Appendices of Lecture 06 Copyright by Hongyun Wang, UCSC. ( ) cos2 AMS 22A Applied Mathematical Methods I Appendices of Lecture 06 Copyright by Hongyun Wang UCSC Appendix A: Proof of Lemma Lemma : Let (x ) be the solution of x ( r( x)+ q( x) )sin 2 + ( a) 0 < cos2 where

More information

Introduction to Hilbert spaces. I.

Introduction to Hilbert spaces. I. Teoretisk Fysik, KTH September 5, 26 5A135 Fysikens matematiska metoder, ht6. Introduction to Hilbert spaces. I. My aim here is to give a down-to-earth introduction to the theory of Hilbert spaces which

More information

LECTURE 19: SEPARATION OF VARIABLES, HEAT CONDUCTION IN A ROD

LECTURE 19: SEPARATION OF VARIABLES, HEAT CONDUCTION IN A ROD ECTURE 19: SEPARATION OF VARIABES, HEAT CONDUCTION IN A ROD The idea of separation of variables is simple: in order to solve a partial differential equation in u(x, t), we ask, is it possible to find a

More information

Preparation for the Final

Preparation for the Final Preparation for the Final Basic Set of Problems that you should be able to do: - all problems on your tests (- 3 and their samples) - ex tra practice problems in this documents. The final will be a mix

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

Lecture Notes for Math 251: ODE and PDE. Lecture 30: 10.1 Two-Point Boundary Value Problems

Lecture Notes for Math 251: ODE and PDE. Lecture 30: 10.1 Two-Point Boundary Value Problems Lecture Notes for Math 251: ODE and PDE. Lecture 30: 10.1 Two-Point Boundary Value Problems Shawn D. Ryan Spring 2012 Last Time: We finished Chapter 9: Nonlinear Differential Equations and Stability. Now

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

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

LECTURE 33: NONHOMOGENEOUS HEAT CONDUCTION PROBLEM

LECTURE 33: NONHOMOGENEOUS HEAT CONDUCTION PROBLEM LECTURE 33: NONHOMOGENEOUS HEAT CONDUCTION PROBLEM 1. General Solving Procedure The general nonhomogeneous 1-dimensional heat conduction problem takes the form Eq : [p(x)u x ] x q(x)u + F (x, t) = r(x)u

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

Ma 221 Eigenvalues and Fourier Series

Ma 221 Eigenvalues and Fourier Series Ma Eigenvalues and Fourier Series Eigenvalue and Eigenfunction Examples Example Find the eigenvalues and eigenfunctions for y y 47 y y y5 Solution: The characteristic equation is r r 47 so r 44 447 6 Thus

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

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

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

SECTION (See Exercise 1 for verification when both boundary conditions are Robin.) The formal solution of problem 6.53 is

SECTION (See Exercise 1 for verification when both boundary conditions are Robin.) The formal solution of problem 6.53 is 6.6 Properties of Parabolic Partial Differential Equations SECTION 6.6 265 We now return to a difficulty posed in Chapter 4. In what sense are the series obtained in Chapters 4 and 6 solutions of their

More information

Boundary-value Problems in Rectangular Coordinates

Boundary-value Problems in Rectangular Coordinates Boundary-value Problems in Rectangular Coordinates 2009 Outline Separation of Variables: Heat Equation on a Slab Separation of Variables: Vibrating String Separation of Variables: Laplace Equation Review

More information

3 rd class Mech. Eng. Dept. hamdiahmed.weebly.com Fourier Series

3 rd class Mech. Eng. Dept. hamdiahmed.weebly.com Fourier Series Definition 1 Fourier Series A function f is said to be piecewise continuous on [a, b] if there exists finitely many points a = x 1 < x 2

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

Wave Equation With Homogeneous Boundary Conditions

Wave Equation With Homogeneous Boundary Conditions Wave Equation With Homogeneous Boundary Conditions MATH 467 Partial Differential Equations J. Robert Buchanan Department of Mathematics Fall 018 Objectives In this lesson we will learn: how to solve the

More information

Instructor s Solutions Manual PARTIAL DIFFERENTIAL EQUATIONS. with FOURIER SERIES and BOUNDARY VALUE PROBLEMS. NAKHLÉ H. ASMAR University of Missouri

Instructor s Solutions Manual PARTIAL DIFFERENTIAL EQUATIONS. with FOURIER SERIES and BOUNDARY VALUE PROBLEMS. NAKHLÉ H. ASMAR University of Missouri Instructor s Solutions Manual PARTIA DIFFERENTIA EQUATIONS with FOURIER SERIES and BOUNDARY VAUE PROBEMS Second Edition NAKHÉ H. ASMAR University of Missouri Contents Preface Errata v vi A Preview of Applications

More information

Section Consider the wave equation: ρu tt = T 0 u xx + αu + βu t

Section Consider the wave equation: ρu tt = T 0 u xx + αu + βu t Section 5.3 Exercises, 3, 5, 7, 8 and 9 were assigned, and 7,8 were to turn in. You might also note that 5.3.1 was done in class (it is poorly worded, since it is the ODE that is Sturm-iouville, not a

More information

Eigenvalue Problem. 1 The First (Dirichlet) Eigenvalue Problem

Eigenvalue Problem. 1 The First (Dirichlet) Eigenvalue Problem Eigenvalue Problem A. Salih Department of Aerospace Engineering Indian Institute of Space Science and Technology, Thiruvananthapuram July 06 The method of separation variables for solving the heat equation

More information

Physics 6303 Lecture 8 September 25, 2017

Physics 6303 Lecture 8 September 25, 2017 Physics 6303 Lecture 8 September 25, 2017 LAST TIME: Finished tensors, vectors, and matrices At the beginning of the course, I wrote several partial differential equations (PDEs) that are used in many

More information

BIRLA INSTITUTE OF TECHNOLOGY AND SCIENCE, Pilani Pilani Campus

BIRLA INSTITUTE OF TECHNOLOGY AND SCIENCE, Pilani Pilani Campus BIRLA INSTITUTE OF TECHNOLOGY AND SCIENCE, PILANI INSTRUCTION DIVISION FIRST SEMESTER 2017-2018 Course Handout (Part - II) Date: 02/08/2017 In addition to Part I (General Handout for all courses appended

More information

Final: Solutions Math 118A, Fall 2013

Final: Solutions Math 118A, Fall 2013 Final: Solutions Math 118A, Fall 2013 1. [20 pts] For each of the following PDEs for u(x, y), give their order and say if they are nonlinear or linear. If they are linear, say if they are homogeneous or

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

Consequences of Orthogonality

Consequences of Orthogonality Consequences of Orthogonality Philippe B. Laval KSU Today Philippe B. Laval (KSU) Consequences of Orthogonality Today 1 / 23 Introduction The three kind of examples we did above involved Dirichlet, Neumann

More information

Math 300 Winter 2011 Advanced Boundary Value Problems I. Bessel s Equation and Bessel Functions

Math 300 Winter 2011 Advanced Boundary Value Problems I. Bessel s Equation and Bessel Functions Math 3 Winter 2 Avance Bounary Value Problems I Bessel s Equation an Bessel Functions Department of Mathematical an Statistical Sciences University of Alberta Bessel s Equation an Bessel Functions We use

More information

Last Update: April 4, 2011

Last Update: April 4, 2011 Math ES Winter Last Update: April 4, Introduction to Partial Differential Equations Disclaimer: his lecture note tries to provide an alternative approach to the material in Sections..6 in the textbook.

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

1 Introduction. Green s function notes 2018

1 Introduction. Green s function notes 2018 Green s function notes 8 Introduction Back in the "formal" notes, we derived the potential in terms of the Green s function. Dirichlet problem: Equation (7) in "formal" notes is Φ () Z ( ) ( ) 3 Z Φ (

More information

PDE and Boundary-Value Problems Winter Term 2014/2015

PDE and Boundary-Value Problems Winter Term 2014/2015 PDE and Boundary-Value Problems Winter Term 2014/2015 Lecture 6 Saarland University 17. November 2014 c Daria Apushkinskaya (UdS) PDE and BVP lecture 6 17. November 2014 1 / 40 Purpose of Lesson To show

More information

Partial Differential Equations

Partial Differential Equations Partial Differential Equations Spring Exam 3 Review Solutions Exercise. We utilize the general solution to the Dirichlet problem in rectangle given in the textbook on page 68. In the notation used there

More information

Ch 10.1: Two Point Boundary Value Problems

Ch 10.1: Two Point Boundary Value Problems Ch 10.1: Two Point Boundary Value Problems In many important physical problems there are two or more independent variables, so the corresponding mathematical models involve partial differential equations.

More information

BOUNDARY-VALUE PROBLEMS IN RECTANGULAR COORDINATES

BOUNDARY-VALUE PROBLEMS IN RECTANGULAR COORDINATES 1 BOUNDARY-VALUE PROBLEMS IN RECTANGULAR COORDINATES 1.1 Separable Partial Differential Equations 1. Classical PDEs and Boundary-Value Problems 1.3 Heat Equation 1.4 Wave Equation 1.5 Laplace s Equation

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

1 Expansion in orthogonal functions

1 Expansion in orthogonal functions Notes "orthogonal" January 9 Expansion in orthogonal functions To obtain a more useful form of the Green s function, we ll want to expand in orthogonal functions that are (relatively) easy to integrate.

More information

LINEAR ALGEBRA SUMMARY SHEET.

LINEAR ALGEBRA SUMMARY SHEET. LINEAR ALGEBRA SUMMARY SHEET RADON ROSBOROUGH https://intuitiveexplanationscom/linear-algebra-summary-sheet/ This document is a concise collection of many of the important theorems of linear algebra, organized

More information

Math Computer Lab 4 : Fourier Series

Math Computer Lab 4 : Fourier Series Math 227 - Computer Lab 4 : Fourier Series Dylan Zwick Fall 212 This lab should be a pretty quick lab. It s goal is to introduce you to one of the coolest ideas in mathematics, the Fourier series, and

More information

Math 46, Applied Math (Spring 2009): Final

Math 46, Applied Math (Spring 2009): Final Math 46, Applied Math (Spring 2009): Final 3 hours, 80 points total, 9 questions worth varying numbers of points 1. [8 points] Find an approximate solution to the following initial-value problem which

More information

Spotlight on Laplace s Equation

Spotlight on Laplace s Equation 16 Spotlight on Laplace s Equation Reference: Sections 1.1,1.2, and 1.5. Laplace s equation is the undriven, linear, second-order PDE 2 u = (1) We defined diffusivity on page 587. where 2 is the Laplacian

More information

CHAPTER 4. Introduction to the. Heat Conduction Model

CHAPTER 4. Introduction to the. Heat Conduction Model A SERIES OF CLASS NOTES FOR 005-006 TO INTRODUCE LINEAR AND NONLINEAR PROBLEMS TO ENGINEERS, SCIENTISTS, AND APPLIED MATHEMATICIANS DE CLASS NOTES 4 A COLLECTION OF HANDOUTS ON PARTIAL DIFFERENTIAL EQUATIONS

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

Lucio Demeio Dipartimento di Ingegneria Industriale e delle Scienze Matematiche

Lucio Demeio Dipartimento di Ingegneria Industriale e delle Scienze Matematiche Scuola di Dottorato THE WAVE EQUATION Lucio Demeio Dipartimento di Ingegneria Industriale e delle Scienze Matematiche Lucio Demeio - DIISM wave equation 1 / 44 1 The Vibrating String Equation 2 Second

More information

Final Examination Solutions

Final Examination Solutions Math. 42 Fulling) December 22 Final Examination Solutions Calculators may be used for simple arithmetic operations only! Laplacian operator in polar coordinates: Some possibly useful information 2 u =

More information

About solving time dependent Schrodinger equation

About solving time dependent Schrodinger equation About solving time dependent Schrodinger equation (Griffiths Chapter 2 Time Independent Schrodinger Equation) Given the time dependent Schrodinger Equation: Ψ Ψ Ψ 2 1. Observe that Schrodinger time dependent

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

Solving the Heat Equation (Sect. 10.5).

Solving the Heat Equation (Sect. 10.5). Solving the Heat Equation Sect. 1.5. Review: The Stationary Heat Equation. The Heat Equation. The Initial-Boundary Value Problem. The separation of variables method. An example of separation of variables.

More information

Examples of the Fourier Theorem (Sect. 10.3). The Fourier Theorem: Continuous case.

Examples of the Fourier Theorem (Sect. 10.3). The Fourier Theorem: Continuous case. s of the Fourier Theorem (Sect. 1.3. The Fourier Theorem: Continuous case. : Using the Fourier Theorem. The Fourier Theorem: Piecewise continuous case. : Using the Fourier Theorem. The Fourier Theorem:

More information

MATH 590: Meshfree Methods

MATH 590: Meshfree Methods MATH 590: Meshfree Methods The Connection to Green s Kernels Greg Fasshauer Department of Applied Mathematics Illinois Institute of Technology Fall 2014 fasshauer@iit.edu MATH 590 1 Outline 1 Introduction

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

Fourier and Partial Differential Equations

Fourier and Partial Differential Equations Chapter 5 Fourier and Partial Differential Equations 5.1 Fourier MATH 294 SPRING 1982 FINAL # 5 5.1.1 Consider the function 2x, 0 x 1. a) Sketch the odd extension of this function on 1 x 1. b) Expand the

More information

More on Fourier Series

More on Fourier Series More on Fourier Series R. C. Trinity University Partial Differential Equations Lecture 6.1 New Fourier series from old Recall: Given a function f (x, we can dilate/translate its graph via multiplication/addition,

More information

3 Green s functions in 2 and 3D

3 Green s functions in 2 and 3D William J. Parnell: MT34032. Section 3: Green s functions in 2 and 3 57 3 Green s functions in 2 and 3 Unlike the one dimensional case where Green s functions can be found explicitly for a number of different

More information

Final Examination Linear Partial Differential Equations. Matthew J. Hancock. Feb. 3, 2006

Final Examination Linear Partial Differential Equations. Matthew J. Hancock. Feb. 3, 2006 Final Examination 8.303 Linear Partial ifferential Equations Matthew J. Hancock Feb. 3, 006 Total points: 00 Rules [requires student signature!]. I will use only pencils, pens, erasers, and straight edges

More information

Physics 6303 Lecture 9 September 17, ct' 2. ct' ct'

Physics 6303 Lecture 9 September 17, ct' 2. ct' ct' Physics 6303 Lecture 9 September 17, 018 LAST TIME: Finished tensors, vectors, 4-vectors, and 4-tensors One last point is worth mentioning although it is not commonly in use. It does, however, build on

More information

Elements of linear algebra

Elements of linear algebra Elements of linear algebra Elements of linear algebra A vector space S is a set (numbers, vectors, functions) which has addition and scalar multiplication defined, so that the linear combination c 1 v

More information

f xx g dx, (5) The point (i) is straightforward. Let us check the point (ii). Doing the integral by parts, we get 1 f g xx dx = f g x 1 0 f xg x dx =

f xx g dx, (5) The point (i) is straightforward. Let us check the point (ii). Doing the integral by parts, we get 1 f g xx dx = f g x 1 0 f xg x dx = Problem 19. Consider the heat equation u t = u xx, (1) u = u(x, t), x [, 1], with the boundary conditions (note the derivative in the first one) u x (, t) =, u(1, t) = (2) and the initial condition u(x,

More information

Partial Differential Equations

Partial Differential Equations Partial Differential Equations Xu Chen Assistant Professor United Technologies Engineering Build, Rm. 382 Department of Mechanical Engineering University of Connecticut xchen@engr.uconn.edu Contents 1

More information

Exercise 11. Isao Sasano

Exercise 11. Isao Sasano Exercise Isao Sasano Exercise Calculate the value of the following series by using the Parseval s equality for the Fourier series of f(x) x on the range [, π] following the steps ()-(5). () Calculate the

More information

Review and problem list for Applied Math I

Review and problem list for Applied Math I Review and problem list for Applied Math I (This is a first version of a serious review sheet; it may contain errors and it certainly omits a number of topic which were covered in the course. Let me know

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

Lecture 24. Scott Pauls 5/21/07

Lecture 24. Scott Pauls 5/21/07 Lecture 24 Department of Mathematics Dartmouth College 5/21/07 Material from last class The heat equation α 2 u xx = u t with conditions u(x, 0) = f (x), u(0, t) = u(l, t) = 0. 1. Separate variables to

More information

Polytechnic Institute of NYU MA 2132 Final Practice Answers Fall 2012

Polytechnic Institute of NYU MA 2132 Final Practice Answers Fall 2012 Polytechnic Institute of NYU MA Final Practice Answers Fall Studying from past or sample exams is NOT recommended. If you do, it should be only AFTER you know how to do all of the homework and worksheet

More information

# Points Score Total 100

# Points Score Total 100 Name: PennID: Math 241 Make-Up Final Exam January 19, 2016 Instructions: Turn off and put away your cell phone. Please write your Name and PennID on the top of this page. Please sign and date the pledge

More information

Chapter 4. Higher-Order Differential Equations

Chapter 4. Higher-Order Differential Equations Chapter 4 Higher-Order Differential Equations i THEOREM 4.1.1 (Existence of a Unique Solution) Let a n (x), a n,, a, a 0 (x) and g(x) be continuous on an interval I and let a n (x) 0 for every x in this

More information

The lecture of 1/23/2013: WHY STURM-LIOUVILLE?

The lecture of 1/23/2013: WHY STURM-LIOUVILLE? The lecture of 1/23/2013: WHY STURM-LIOUVILLE? 1 Separation of variables There are several equations of importance in mathematical physics that have lots of simple solutions. To be a bit more specific,

More information

Applications of the Maximum Principle

Applications of the Maximum Principle Jim Lambers MAT 606 Spring Semester 2015-16 Lecture 26 Notes These notes correspond to Sections 7.4-7.6 in the text. Applications of the Maximum Principle The maximum principle for Laplace s equation is

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

Lecture 19: Heat conduction with distributed sources/sinks

Lecture 19: Heat conduction with distributed sources/sinks 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 ecture 19: Heat conduction

More information

ADVANCED ENGINEERING MATHEMATICS MATLAB

ADVANCED ENGINEERING MATHEMATICS MATLAB ADVANCED ENGINEERING MATHEMATICS WITH MATLAB THIRD EDITION Dean G. Duffy Contents Dedication Contents Acknowledgments Author Introduction List of Definitions Chapter 1: Complex Variables 1.1 Complex Numbers

More information

PARTIAL DIFFERENTIAL EQUATIONS (MATH417) SOLUTIONS FOR THE FINAL EXAM

PARTIAL DIFFERENTIAL EQUATIONS (MATH417) SOLUTIONS FOR THE FINAL EXAM PARTIAL DIFFERENTIAL EQUATIONS (MATH417) SOLUTIONS FOR THE FINAL EXAM Problem 1 (1 pts.) Classify each equation as linear homogeneous, linear inhomogeneous, or nonlinear: a) u = u x + x 3 b) u + u c) u

More information

ORDINARY DIFFERENTIAL EQUATIONS AND CALCULUS OF VARIATIONS

ORDINARY DIFFERENTIAL EQUATIONS AND CALCULUS OF VARIATIONS ORDINARY DIFFERENTIAL EQUATIONS AND CALCULUS OF VARIATIONS Book of Problems M. V. Makarets Kiev T. Shevchenko University, Ukraine V. Yu. Reshetnyak Institute of Surface Chemistry, Ukraine.0 World Scientific!

More information

Chapter 3 Second Order Linear Equations

Chapter 3 Second Order Linear Equations Partial Differential Equations (Math 3303) A Ë@ Õæ Aë áöß @. X. @ 2015-2014 ú GA JË@ É Ë@ Chapter 3 Second Order Linear Equations Second-order partial differential equations for an known function u(x,

More information

21 Laplace s Equation and Harmonic Functions

21 Laplace s Equation and Harmonic Functions 2 Laplace s Equation and Harmonic Functions 2. Introductory Remarks on the Laplacian operator Given a domain Ω R d, then 2 u = div(grad u) = in Ω () is Laplace s equation defined in Ω. If d = 2, in cartesian

More information

Observation problems related to string vibrations. Outline of Ph.D. Thesis

Observation problems related to string vibrations. Outline of Ph.D. Thesis Observation problems related to string vibrations Outline of Ph.D. Thesis András Lajos Szijártó Supervisor: Dr. Ferenc Móricz Emeritus Professor Advisor: Dr. Jenő Hegedűs Associate Professor Doctoral School

More information

Maple in Differential Equations

Maple in Differential Equations Maple in Differential Equations and Boundary Value Problems by H. Pleym Maple Worksheets Supplementing Edwards and Penney Differential Equations and Boundary Value Problems - Computing and Modeling Preface

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