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

Size: px
Start display at page:

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

Transcription

1 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, many equations in which the unknown function u is a function of the variables x and t (x being space, t time) have lots of solutions in which the variables separate; that is solutions of the form u(x, t) = X(x)T (t), where X is just a function of x, T of t. The idea is then (very roughly) to find all such solutions and see if we can combine them to solve BIVP s for the equation. One such equation is the heat equation u tt = ku xx, (1) and I will illustrate the method with it. This equation is linear, homogeneous. An important consequence of being linear is that from a few solutions one gets more because: 1. If u = u(x, t) is a solution of (1), so is cu(x, t) for all constants c. 2. If u 1 = u 1 (x, t) and u 2 = u 2 (x, t) are solutions of (1), so is u 1 (x, t) + u 2 (x, t). 3. Combining these two facts, we get: If u 1 (x, t), u 2 (x, t),..., u n (x, t) are solutions of (1), so is c 1 u 1 (x, t) + c 2 u 2 (x, t) + + c n u(x, t) for all choices of constants c 1, c 2,..., c n. 4. We can usually go even further: If u 1 (x, t), u 2 (x, t), u 3 (x, t),... is a sequence of solutions of (1), then if the constants c 1, c 2,... are such that the series c n u(x, t) converges for all x, t, then u(x, t) = c n u(x, t) has a good chance of being also a solution of (1). 5. u(x, t) 0 (the function that is identically 0) is a solution of (1); mostly a totally useless one, but one that has to be occasionally kept in mind.

2 1 SEPARATION OF VARIABLES 2 A problem: If we do not impose further conditions, we simply end with too many solutions. Too much of a good thing can sometimes be as bad as too little. The ideal situation is have also homogeneous boundary conditions. A simple example of a linear equation with homogeneous boundary conditions is Because the boundary conditions are homogeneous, solutions to this problem, satisfy all the properties of the previous page; a solution to the problem being a function defined for 0 x L, t 0 such that it satisfies the equation and the boundary conditions. Here are the properties repeated for the BVP. 1. If u = u(x, t) is a solution of (2), so is cu(x, t) for all constants c. 2. If u 1 = u 1 (x, t) and u 2 = u 2 (x, t) are solutions of (2), so is u 1 (x, t) + u 2 (x, t). 3. Combining these two facts, we get: If u 1 (x, t), u 2 (x, t),..., u n (x, t) are solutions of (2), so is c 1 u 1 (x, t) + c 2 u 2 (x, t) + + c n u(x, t) for all choices of constants c 1, c 2,..., c n. 4. We can usually go even further: If u 1 (x, t), u 2 (x, t), u 3 (x, t),... is a sequence of solutions of (2), then if the constants c 1, c 2,... are such that the series c n u(x, t) converges for all x, t, then u(x, t) = c n u(x, t) has a good chance of being also a solution of (2). 5. u(x, t) 0 (the function that is identically 0) is a solution of (2); mostly a totally useless one, but one that has to be occasionally kept in mind. (2)

3 1 SEPARATION OF VARIABLES 3 Solving (2); that is, the problem: Main idea: Try to find ALL solutions of (2) that are products of a function of x by a function of t; that is, all solutions of the form u(x, t) = X(x)T (t), where X(x) is defined for 0 x L and T (t) for t 0. Really all? Well, we ignore the useless 0 solution; we try to find ALL non-zero solutions of (2) that are products of a function of x by a function of t. When is a function u(x, t) = X(x)T (t) a solution of (2)? We have: for u to solve the equation we must have u t (x, t) = X(x)T (t), u xx (x, t) = X (x)t (t); X(x)T (t) = kx (x)t (t). And now comes if not the stroke of genius, a clever thing to do: Divide both sides by kx(x)t (t): end we get: X(x)T (t) kx(x)t (t) = kx (x)t (t) kx(x)t (t), cancelling what can be canceled, kx(x) T (t) kx(x) T (t) = X (x)t (t) kx(x)t (t) T (t) kt (t) = X (x) X(x). (3) Lo and behold! (voilà as a French person might say), the variables have been separated. Here s the thing. In equation (3), the variables x, t are independent. We could move t while keeping x fixed. If x is fixed, the right hand side of (3)is fixed, which means that the left side can t move either, how ever much we may move t. In other words, the left hand side must be a constant. But so must the right hand side. In other words, we should have T (t) kt (t) = X (x) = λ, (4) X(x) where λ is a constant. The reason for writing λ rather then λ is technical. Not all values of λ will work once the boundary conditions get into play; writing λ makes the working λ s positive (as we are about to see). Nobody likes negative numbers. It is tradition to use Greek letters for these constants.

4 1 SEPARATION OF VARIABLES 4 We haven t touched the boundary conditions yet. We found that a solution u = XT of u t = ku xx must satisfy T (t) kt (t) = X (x) X(x) = λ where λ is a constant. This breaks up into two equations: X + λx = 0, (5) T + λkt = 0. (6) It is time to invite the boundary conditions to join the party. On the left we have 0 = u(0, t) = X(0)T (t) for all t > 0. Either T (t) = 0 for all t > 0, or X(0) = 0. If T (t) 0, then u(x, t) = X(x)T (t) is always zero, and we didn t do all this work to get what we could get for nothing. So we must demand X(0) = 0. Similarly, from 0 = u(l, t) = X(L)T (t) for all t > 0 we conclude that we must have X(L) = 0. At this point we see: u(x, t) = X(x)T (t) solves the BVP (2) if and only if X, T are non-zero solutions of X + λx = 0, X(0) = 0, X(L) = 0, (7) T + λkt = 0. (8) for some constant λ. Let s concentrate first on (7). It is an example of what is called a Sturm Liouville problem; to be more precise, as we are about to see there are only so many constants λ for which (7) has a non-zero solution; determining all these constants and the corresponding solutions is what is known as a Sturm-Liouville problem. We must determine all values of λ for which (7) has non-zero solutions, and find these non-zero solutions.

5 1 SEPARATION OF VARIABLES 5 We saw: u(x, t) = X(x)T (t) solves the BVP (2) if and only if X, T are non-zero solutions of X + λx = 0, X(0) = 0, X(L) = 0, T + λkt = 0. for some constant λ. We were going to concentrate first on the X part, known as a Sturm-Liouville problem: Determine all λ s for which the problem X + λx = 0, X(0) = 0, X(L) = 0 (7) has non-zero solutions; find those solutions. Can λ be negative? If λ < 0, we can write λ = µ 2, where µ > 0 and the equation is X µ 2 X = 0. From our knowledge of ODE, we know that the general solution of this equation is X(x) = C 1 e µx + C 2 e µx, where C 1, C 2 are constants. For x = 0, we have X(0) = C 1 + C 2, so to satisfy X(0) = 0 we need to have 0 = C 1 + C 2 = 0, or C 2 = C 1. The solution now looks like X(x) = C 1 (e µx e µx ) = 2C 1 sinh(µx). To satisfy now X(L) = 0 we must have 2C 1 sinh(µl) = 0. We assume L > 0 (Heat distribution in a bar of zero length is not of great interest). The only zero of sinh is at zero, so sinh(µl) 0. 2, of course, is not 0. So we need to have C 1 = 0. But then X(x) = 0 for all x! We have the useless zero solution once more. The conclusion is: If λ < 0 there is no non-zero solution to problem (7).

6 1 SEPARATION OF VARIABLES 6 We saw: u(x, t) = X(x)T (t) solves the BVP (2) if and only if X, T are non-zero solutions of for some constant λ. We saw has no non-zero solutions if λ < 0. X + λx = 0, X(0) = 0, X(L) = 0, T + λkt = 0. X + λx = 0, X(0) = 0, X(L) = 0 (7) Can λ be zero? If λ = 0, the equation for X is X = 0; with general solution X(x) = C 1 x + C 2. The condition X(0) = 0 forces C 2 = 0; with C 2 = 0, the condition X(L) = 0 becomes C 1 L = 0. This can only be satisfied if C 1 = 0, and we are again left with the zero solution. If λ = 0 there is no non-zero solution to problem (7).

7 1 SEPARATION OF VARIABLES 7 We saw: u(x, t) = X(x)T (t) solves the BVP (2) if and only if X, T are non-zero solutions of for some constant λ. We saw has no non-zero solutions if λ 0. X + λx = 0, X(0) = 0, X(L) = 0, T + λkt = 0. X + λx = 0, X(0) = 0, X(L) = 0 (7) Can λ be positive? (Our last chance!) If λ > 0, we can write λ = µ 2, where µ > 0 and the equation is X + µ 2 X = 0. Invoking the ODE genie, we know that the general solution of this equation is X(x) = C 1 cos µx + C 2 sin µx, where C 1, C 2 are constants. For x = 0, we have X(0) = C 1, so to satisfy X(0) = 0 we need to have C 1 = 0. The solution now looks like X(x) = C 2 sin µx. To satisfy X(L) = 0 we need to have C 2 sin µl = 0 and this can be achieved without having X(x) become the zero solution! What is necessary, and sufficient, is that µl be a zero of the sine function. sin x = 0 if and only if x = 0, ±π, ±2π, ±3π,.... Since µ > 0 and L > 0, we will have sin µl = 0 if µl = nπ, so µ = nπ L hence λ = n2 π 2, n = 1, 2, 3,.... L2 If λ > 0 there are non-zero solutions of (7) (precisely) for the corresponding solutions are for constants C n. λ = n2 π 2, n = 1, 2, 3,... ; L2 X n (x) = C n sin nπx, n = 1, 2, 3,..., L

8 1 SEPARATION OF VARIABLES 8 (2) We saw: u(x, t) = X(x)T (t) solves the BVP (2) if and only if X, T are non-zero solutions of for some constant λ. We saw X + λx = 0, X(0) = 0, X(L) = 0, T + λkt = 0. X + λx = 0, X(0) = 0, X(L) = 0 (7) has non-zero solutions if and only if λ = n 2 π 2 /L 2, the solutions being C n sin(nπx/l), n = 1, 2, 3,.... The numbers n 2 π 2 /L 2 are called the eigenvalues of the Sturm-Liouville problem (7), any function C sin(nπx/l) being an eigenfunction corresponding to the eigenvalue n 2 π 2 /L 2. In some ways the main one is the one where the constant C is 1; all others are a constant times this one. Having solved (7) we now solve T + λkt = 0 (6) for λ = n 2 π 2 /L 2, n = 1, 2, 3,.... From our journey through ODEland we know these solutions are: T n (t) = A n e n2 π 2 k L 2 t, n = 1, 2,... Putting everything together we found that the solutions we are looking for are of the form A n C n sin nπx n 2 π 2 k L e L 2 t, n = 1, 2, 3,... Constant times constant is just constant; it is silly to have A n C n in front. We replace the product of the two with a single constant and state our almost final result. All the non-zero solutions of (2) of the form u(x, t) = X(x)T (t) are given by u n (x, t) = b n sin nπx n 2 π 2 k L e L 2 t for n = 1, 2, 3, 4,..., arbitrary constants b 1, b 2, b 3,....

9 1 SEPARATION OF VARIABLES 9 The story concluded We found that all the non-zero solutions of (2) of the form u(x, t) = X(x)T (t) are given by u n (x, t) = b n sin nπx L n 2 π 2 k e L 2 t for n = 1, 2, 3, 4,..., arbitrary constants b 1, b 2, b 3,.... Now we can try to get a more general type of solution if we remember that all is linear, homogeneous. We can combine all these solutions into u(x, t) = b n sin nπx L n 2 π 2 k e L 2 t, (9) which, if it converges, is also a solution. We have found, it turns out, the most general solution of (2). The b n s are free, any choice will do as long as the series converges, giving us a massive amount of solutions. All this is very nice (depending on your aesthetic criteria, of course) but what one REALLY wants to solve is a IBVP: u(l, t) = 0, t > 0, u(x, 0) = f(x) 0 < x < L, where f(x) is a prescribed function. The function in (9) satisfies all but the initial condition, so the big question is: can we select the b n s so the initial condition holds? Yes, we can! Setting t = 0 and equating we see that we must select the b n s so that f(x) = b n sin nπx L. (11) In other words, we must expand f(x) into a sine series! Having paid a lot of attention to the course so far, we see at once that the choice is b n = 2 L f(x) sin nπx dx, n = 1, 2, 3, 4, 5,.... (12) L 0 L Example. Solve the BVP Solution. and the solution is In this case, u t (x, t) = 3u xx (x, t), 0 < x < 1, t > 0, u(1, t) = 0, t > 0, u(x, 0) = x 0 < x < L, b n = u(x, t) = 2 π x sin nπx dx = 2 ( 1)n πn = 2( 1)n 1 nπ ( 1) n 2 n e 3n π 2t sin nπx This series converges like the Fourier series it is for t = 0, but for t > 0 the negative exponentials kick in and convergence is super fast. (10)

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

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

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

Strauss PDEs 2e: Section Exercise 4 Page 1 of 6

Strauss PDEs 2e: Section Exercise 4 Page 1 of 6 Strauss PDEs 2e: Section 5.3 - Exercise 4 Page of 6 Exercise 4 Consider the problem u t = ku xx for < x < l, with the boundary conditions u(, t) = U, u x (l, t) =, and the initial condition u(x, ) =, where

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

Partial Differential Equations Summary

Partial Differential Equations Summary Partial Differential Equations Summary 1. The heat equation Many physical processes are governed by partial differential equations. temperature of a rod. In this chapter, we will examine exactly that.

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

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

MA 201: Method of Separation of Variables Finite Vibrating String Problem Lecture - 11 MA201(2016): PDE

MA 201: Method of Separation of Variables Finite Vibrating String Problem Lecture - 11 MA201(2016): PDE MA 201: Method of Separation of Variables Finite Vibrating String Problem ecture - 11 IBVP for Vibrating string with no external forces We consider the problem in a computational domain (x,t) [0,] [0,

More information

Diffusion on the half-line. The Dirichlet problem

Diffusion on the half-line. The Dirichlet problem Diffusion on the half-line The Dirichlet problem Consider the initial boundary value problem (IBVP) on the half line (, ): v t kv xx = v(x, ) = φ(x) v(, t) =. The solution will be obtained by the reflection

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

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

Math 260: Solving the heat equation

Math 260: Solving the heat equation Math 260: Solving the heat equation D. DeTurck University of Pennsylvania April 25, 2013 D. DeTurck Math 260 001 2013A: Solving the heat equation 1 / 1 1D heat equation with Dirichlet boundary conditions

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

Math 201 Assignment #11

Math 201 Assignment #11 Math 21 Assignment #11 Problem 1 (1.5 2) Find a formal solution to the given initial-boundary value problem. = 2 u x, < x < π, t > 2 u(, t) = u(π, t) =, t > u(x, ) = x 2, < x < π Problem 2 (1.5 5) Find

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

The One Dimensional Heat Equation

The One Dimensional Heat Equation The One Dimensional Heat Equation Adam Abrahamsen and David Richards May 22, 2002 Abstract In this document we will study the flow of heat in one dimension through a small thin rod. We will use the derivation

More information

Partial Differential Equations Separation of Variables. 1 Partial Differential Equations and Operators

Partial Differential Equations Separation of Variables. 1 Partial Differential Equations and Operators PDE-SEP-HEAT-1 Partial Differential Equations Separation of Variables 1 Partial Differential Equations and Operators et C = C(R 2 ) be the collection of infinitely differentiable functions from the plane

More information

The One-Dimensional Heat Equation

The One-Dimensional Heat Equation The One-Dimensional Heat Equation R. C. Trinity University Partial Differential Equations February 24, 2015 Introduction The heat equation Goal: Model heat (thermal energy) flow in a one-dimensional object

More information

Partial Differential Equations

Partial Differential Equations Partial Differential Equations Partial differential equations (PDEs) are equations involving functions of more than one variable and their partial derivatives with respect to those variables. Most (but

More information

Math Assignment 14

Math Assignment 14 Math 2280 - Assignment 14 Dylan Zwick Spring 2014 Section 9.5-1, 3, 5, 7, 9 Section 9.6-1, 3, 5, 7, 14 Section 9.7-1, 2, 3, 4 1 Section 9.5 - Heat Conduction and Separation of Variables 9.5.1 - Solve the

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

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

Review For the Final: Problem 1 Find the general solutions of the following DEs. a) x 2 y xy y 2 = 0 solution: = 0 : homogeneous equation.

Review For the Final: Problem 1 Find the general solutions of the following DEs. a) x 2 y xy y 2 = 0 solution: = 0 : homogeneous equation. Review For the Final: Problem 1 Find the general solutions of the following DEs. a) x 2 y xy y 2 = 0 solution: y y x y2 = 0 : homogeneous equation. x2 v = y dy, y = vx, and x v + x dv dx = v + v2. dx =

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

Analysis III (BAUG) Assignment 3 Prof. Dr. Alessandro Sisto Due 13th October 2017

Analysis III (BAUG) Assignment 3 Prof. Dr. Alessandro Sisto Due 13th October 2017 Analysis III (BAUG Assignment 3 Prof. Dr. Alessandro Sisto Due 13th October 2017 Question 1 et a 0,..., a n be constants. Consider the function. Show that a 0 = 1 0 φ(xdx. φ(x = a 0 + Since the integral

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 251 Final Examination May 4, 2015 FORM A. Name: Student Number: Section:

MATH 251 Final Examination May 4, 2015 FORM A. Name: Student Number: Section: MATH 251 Final Examination May 4, 2015 FORM A Name: Student Number: Section: This exam has 16 questions for a total of 150 points. In order to obtain full credit for partial credit problems, all work must

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

THE METHOD OF SEPARATION OF VARIABLES

THE METHOD OF SEPARATION OF VARIABLES THE METHOD OF SEPARATION OF VARIABES To solve the BVPs that we have encountered so far, we will use separation of variables on the homogeneous part of the BVP. This separation of variables leads to problems

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

MATH 251 Final Examination December 19, 2012 FORM A. Name: Student Number: Section:

MATH 251 Final Examination December 19, 2012 FORM A. Name: Student Number: Section: MATH 251 Final Examination December 19, 2012 FORM A Name: Student Number: Section: This exam has 17 questions for a total of 150 points. In order to obtain full credit for partial credit problems, all

More information

Wave Equation Dirichlet Boundary Conditions

Wave Equation Dirichlet Boundary Conditions Wave Equation Dirichet Boundary Conditions u tt x, t = c u xx x, t, < x 1 u, t =, u, t = ux, = fx u t x, = gx Look for simpe soutions in the form ux, t = XxT t Substituting into 13 and dividing

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

CHAPTER 10 NOTES DAVID SEAL

CHAPTER 10 NOTES DAVID SEAL CHAPTER 1 NOTES DAVID SEA 1. Two Point Boundary Value Problems All of the problems listed in 14 2 ask you to find eigenfunctions for the problem (1 y + λy = with some prescribed data on the boundary. To

More information

MATH 251 Final Examination August 14, 2015 FORM A. Name: Student Number: Section:

MATH 251 Final Examination August 14, 2015 FORM A. Name: Student Number: Section: MATH 251 Final Examination August 14, 2015 FORM A Name: Student Number: Section: This exam has 11 questions for a total of 150 points. Show all your work! In order to obtain full credit for partial credit

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

# 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

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

A Guided Tour of the Wave Equation

A Guided Tour of the Wave Equation A Guided Tour of the Wave Equation Background: In order to solve this problem we need to review some facts about ordinary differential equations: Some Common ODEs and their solutions: f (x) = 0 f(x) =

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

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

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

1 From Fourier Series to Fourier transform

1 From Fourier Series to Fourier transform Differential Equations 2 Fall 206 The Fourier Transform From Fourier Series to Fourier transform Recall: If fx is defined and piecewise smooth in the interval [, ] then we can write where fx = a n = b

More information

MA 201, Mathematics III, July-November 2016, Partial Differential Equations: 1D wave equation (contd.) and 1D heat conduction equation

MA 201, Mathematics III, July-November 2016, Partial Differential Equations: 1D wave equation (contd.) and 1D heat conduction equation MA 201, Mathematics III, July-November 2016, Partial Differential Equations: 1D wave equation (contd.) and 1D heat conduction equation Lecture 12 Lecture 12 MA 201, PDE (2016) 1 / 24 Formal Solution of

More information

Differential equations and how to solve them. by Marco DS

Differential equations and how to solve them. by Marco DS Differential equations and how to solve them by Marco DS October 28, 205 Introduction: This document provides information on several methods used to solve differential equation. Note that not all topics

More information

u tt = a 2 u xx u tt = a 2 (u xx + u yy )

u tt = a 2 u xx u tt = a 2 (u xx + u yy ) 10.7 The wave equation 10.7 The wave equation O. Costin: 10.7 1 This equation describes the propagation of waves through a medium: in one dimension, such as a vibrating string u tt = a 2 u xx 1 This equation

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

MATH 251 Final Examination August 10, 2011 FORM A. Name: Student Number: Section:

MATH 251 Final Examination August 10, 2011 FORM A. Name: Student Number: Section: MATH 251 Final Examination August 10, 2011 FORM A Name: Student Number: Section: This exam has 10 questions for a total of 150 points. In order to obtain full credit for partial credit problems, all work

More information

Separation of Variables. A. Three Famous PDE s

Separation of Variables. A. Three Famous PDE s Separation of Variables c 14, Philip D. Loewen A. Three Famous PDE s 1. Wave Equation. Displacement u depends on position and time: u = u(x, t. Concavity drives acceleration: u tt = c u xx.. Heat Equation.

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

Solving Nonhomogeneous PDEs (Eigenfunction Expansions)

Solving Nonhomogeneous PDEs (Eigenfunction Expansions) Chapter 12 Solving Nonhomogeneous PDEs (Eigenfunction Expansions) 12.1 Goal We know how to solve diffusion problems for which both the PDE and the s are homogeneous using the separation of variables method.

More information

Separation of variables in two dimensions. Overview of method: Consider linear, homogeneous equation for u(v 1, v 2 )

Separation of variables in two dimensions. Overview of method: Consider linear, homogeneous equation for u(v 1, v 2 ) Separation of variables in two dimensions Overview of method: Consider linear, homogeneous equation for u(v 1, v 2 ) Separation of variables in two dimensions Overview of method: Consider linear, homogeneous

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

MA 201: Partial Differential Equations Lecture - 10

MA 201: Partial Differential Equations Lecture - 10 MA 201: Partia Differentia Equations Lecture - 10 Separation of Variabes, One dimensiona Wave Equation Initia Boundary Vaue Probem (IBVP) Reca: A physica probem governed by a PDE may contain both boundary

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

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

Problem (p.613) Determine all solutions, if any, to the boundary value problem. y + 9y = 0; 0 < x < π, y(0) = 0, y (π) = 6,

Problem (p.613) Determine all solutions, if any, to the boundary value problem. y + 9y = 0; 0 < x < π, y(0) = 0, y (π) = 6, Problem 10.2.4 (p.613) Determine all solutions, if any, to the boundary value problem y + 9y = 0; 0 < x < π, y(0) = 0, y (π) = 6, by first finding a general solution to the differential equation. Solution.

More information

Math 220a - Fall 2002 Homework 6 Solutions

Math 220a - Fall 2002 Homework 6 Solutions Math a - Fall Homework 6 Solutions. Use the method of reflection to solve the initial-boundary value problem on the interval < x < l, u tt c u xx = < x < l u(x, = < x < l u t (x, = x < x < l u(, t = =

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

SAMPLE FINAL EXAM SOLUTIONS

SAMPLE FINAL EXAM SOLUTIONS LAST (family) NAME: FIRST (given) NAME: ID # : MATHEMATICS 3FF3 McMaster University Final Examination Day Class Duration of Examination: 3 hours Dr. J.-P. Gabardo THIS EXAMINATION PAPER INCLUDES 22 PAGES

More information

The 1-D Heat Equation

The 1-D Heat Equation The 1-D Heat Equation 18.303 Linear Partial Differential Equations Matthew J. Hancock Fall 004 1 The 1-D Heat Equation 1.1 Physical derivation Reference: Haberman 1.1-1.3 [Sept. 8, 004] In a metal rod

More information

1 Separation of Variables

1 Separation of Variables Jim ambers ENERGY 281 Spring Quarter 27-8 ecture 2 Notes 1 Separation of Variables In the previous lecture, we learned how to derive a PDE that describes fluid flow. Now, we will learn a number of analytical

More information

Lecture Notes for Math 251: ODE and PDE. Lecture 32: 10.2 Fourier Series

Lecture Notes for Math 251: ODE and PDE. Lecture 32: 10.2 Fourier Series Lecture Notes for Math 251: ODE and PDE. Lecture 32: 1.2 Fourier Series Shawn D. Ryan Spring 212 Last Time: We studied the heat equation and the method of Separation of Variabes. We then used Separation

More information

Take Home Exam I Key

Take Home Exam I Key Take Home Exam I Key MA 336 1. (5 points) Read sections 2.1 to 2.6 in the text (which we ve already talked about in class), and the handout on Solving the Nonhomogeneous Heat Equation. Solution: You did

More information

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01 ENGI 940 ecture Notes 8 - PDEs Page 8.0 8. Partial Differential Equations Partial differential equations (PDEs) are equations involving functions of more than one variable and their partial derivatives

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

MAT 372 K.T.D.D. Final Sınavın Çözümleri N. Course. Question 1 (Canonical Forms). Consider the second order partial differential equation

MAT 372 K.T.D.D. Final Sınavın Çözümleri N. Course. Question 1 (Canonical Forms). Consider the second order partial differential equation OKAN ÜNİVERSİTESİ FEN EDEBİYAT FAKÜTESİ MATEMATİK BÖÜMÜ 1.5. MAT 7 K.T.D.D. Final Sınavın Çözümleri N. Course Question 1 (Canonical Forms). Consider the second order partial differential equation (sin

More information

Partial differential equation for temperature u(x, t) in a heat conducting insulated rod along the x-axis is given by the Heat equation:

Partial differential equation for temperature u(x, t) in a heat conducting insulated rod along the x-axis is given by the Heat equation: Chapter 7 Heat Equation Partial differential equation for temperature u(x, t) in a heat conducting insulated rod along the x-axis is given by the Heat equation: u t = ku x x, x, t > (7.1) Here k is a constant

More information

Partial Differential Equations for Engineering Math 312, Fall 2012

Partial Differential Equations for Engineering Math 312, Fall 2012 Partial Differential Equations for Engineering Math 312, Fall 2012 Jens Lorenz July 17, 2012 Contents Department of Mathematics and Statistics, UNM, Albuquerque, NM 87131 1 Second Order ODEs with Constant

More information

Math 311, Partial Differential Equations, Winter 2015, Midterm

Math 311, Partial Differential Equations, Winter 2015, Midterm Score: Name: Math 3, Partial Differential Equations, Winter 205, Midterm Instructions. Write all solutions in the space provided, and use the back pages if you have to. 2. The test is out of 60. There

More information

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01 ENGI 940 Lecture Notes 8 - PDEs Page 8.01 8. Partial Differential Equations Partial differential equations (PDEs) are equations involving functions of more than one variable and their partial derivatives

More information

Boundary Value Problems (Sect. 10.1). Two-point Boundary Value Problem.

Boundary Value Problems (Sect. 10.1). Two-point Boundary Value Problem. Boundary Value Problems (Sect. 10.1). Two-point BVP. from physics. Comparison: IVP vs BVP. Existence, uniqueness of solutions to BVP. Particular case of BVP: Eigenvalue-eigenfunction problem. Two-point

More information

Plot of temperature u versus x and t for the heat conduction problem of. ln(80/π) = 820 sec. τ = 2500 π 2. + xu t. = 0 3. u xx. + u xt 4.

Plot of temperature u versus x and t for the heat conduction problem of. ln(80/π) = 820 sec. τ = 2500 π 2. + xu t. = 0 3. u xx. + u xt 4. 10.5 Separation of Variables; Heat Conduction in a Rod 579 u 20 15 10 5 10 50 20 100 30 150 40 200 50 300 x t FIGURE 10.5.5 Example 1. Plot of temperature u versus x and t for the heat conduction problem

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

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

MATH 251 Final Examination December 16, 2015 FORM A. Name: Student Number: Section:

MATH 251 Final Examination December 16, 2015 FORM A. Name: Student Number: Section: MATH 5 Final Examination December 6, 5 FORM A Name: Student Number: Section: This exam has 7 questions for a total of 5 points. In order to obtain full credit for partial credit problems, all work must

More information

The 1-D Heat Equation

The 1-D Heat Equation The 1-D Heat Equation 18.303 Linear Partial Differential Equations Matthew J. Hancock Fall 005 1 The 1-D Heat Equation 1.1 Physical derivation Reference: Haberman 1.1-1.3 [Sept. 7, 005] In a metal rod

More information

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

In this worksheet we will use the eigenfunction expansion to solve nonhomogeneous equation. 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.

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

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

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

FOURIER SERIES PART III: APPLICATIONS

FOURIER SERIES PART III: APPLICATIONS FOURIER SERIES PART III: APPLICATIONS We extend the construction of Fourier series to functions with arbitrary eriods, then we associate to functions defined on an interval [, L] Fourier sine and Fourier

More information

A proof for the full Fourier series on [ π, π] is given here.

A proof for the full Fourier series on [ π, π] is given here. niform convergence of Fourier series A smooth function on an interval [a, b] may be represented by a full, sine, or cosine Fourier series, and pointwise convergence can be achieved, except possibly at

More information

An Introduction to Partial Differential Equations in the Undergraduate Curriculum

An Introduction to Partial Differential Equations in the Undergraduate Curriculum An Introduction to Partial Differential Equations in the Undergraduate Curriculum John C. Polking LECTURE 12 Heat Transfer in the Ball 12.1. Outline of Lecture The problem The problem for radial temperatures

More information

Special Instructions:

Special Instructions: Be sure that this examination has 20 pages including this cover The University of British Columbia Sessional Examinations - December 2016 Mathematics 257/316 Partial Differential Equations Closed book

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

Sturm-Liouville Theory

Sturm-Liouville Theory LECTURE 5 Sturm-Liouville Theory In the three preceing lectures I emonstrate the utility of Fourier series in solving PDE/BVPs. As we ll now see, Fourier series are just the tip of the iceberg of the theory

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

MATH 251 Final Examination May 3, 2017 FORM A. Name: Student Number: Section:

MATH 251 Final Examination May 3, 2017 FORM A. Name: Student Number: Section: MATH 5 Final Examination May 3, 07 FORM A Name: Student Number: Section: This exam has 6 questions for a total of 50 points. In order to obtain full credit for partial credit problems, all work must be

More information

MA Chapter 10 practice

MA Chapter 10 practice MA 33 Chapter 1 practice NAME INSTRUCTOR 1. Instructor s names: Chen. Course number: MA33. 3. TEST/QUIZ NUMBER is: 1 if this sheet is yellow if this sheet is blue 3 if this sheet is white 4. Sign the scantron

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

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

Introduction to the Wave Equation

Introduction to the Wave Equation Introduction to the Ryan C. Trinity University Partial Differential Equations ecture 4 Modeling the Motion of an Ideal Elastic String Idealizing Assumptions: The only force acting on the string is (constant

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

Lecture Wigner-Ville Distributions

Lecture Wigner-Ville Distributions Introduction to Time-Frequency Analysis and Wavelet Transforms Prof. Arun K. Tangirala Department of Chemical Engineering Indian Institute of Technology, Madras Lecture - 6.1 Wigner-Ville Distributions

More information

Undamped Vibration of a Beam

Undamped Vibration of a Beam Undamped Vibration of a Beam Louie L. Yaw Walla Walla University Engineering Department PDE Class Presentation June 5, 2009 Problem - Undamped Transverse Beam Vibration +u p(x, t) 0 m(x), EI(x) +x V L

More information

DUHAMEL S PRINCIPLE FOR THE WAVE EQUATION HEAT EQUATION WITH EXPONENTIAL GROWTH or DECAY COOLING OF A SPHERE DIFFUSION IN A DISK SUMMARY of PDEs

DUHAMEL S PRINCIPLE FOR THE WAVE EQUATION HEAT EQUATION WITH EXPONENTIAL GROWTH or DECAY COOLING OF A SPHERE DIFFUSION IN A DISK SUMMARY of PDEs DUHAMEL S PRINCIPLE FOR THE WAVE EQUATION HEAT EQUATION WITH EXPONENTIAL GROWTH or DECAY COOLING OF A SPHERE DIFFUSION IN A DISK SUMMARY of PDEs MATH 4354 Fall 2005 December 5, 2005 1 Duhamel s Principle

More information

Lecture6. Partial Differential Equations

Lecture6. Partial Differential Equations EP219 ecture notes - prepared by- Assoc. Prof. Dr. Eser OĞAR 2012-Spring ecture6. Partial Differential Equations 6.1 Review of Differential Equation We have studied the theoretical aspects of the solution

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