Introduction to Partial Differential Equations

Size: px
Start display at page:

Download "Introduction to Partial Differential Equations"

Transcription

1 Introduction to Partial Differential Equations Philippe B. Laval KSU Current Semester Philippe B. Laval (KSU) Key Concepts Current Semester 1 / 25

2 Introduction The purpose of this section is to define what partial differential equations are, discuss why such equations are so important, present the various techniques used in solving them. We finish with a brief discussion on classification. These concepts will be studied in great detail throughout the semester. One can think of this section as an outline for the work we will be doing this semester. Philippe B. Laval (KSU) Key Concepts Current Semester 2 / 25

3 Operators The general definition of an operator coincides with the definition of a mapping or a function. Definition (Operator) Let X and Y be two sets. A rule which assigns a uniquely defined element A (x) Y to every element x of a subset D X is called an operator from X into Y. The term operator is mostly used when both X and Y are vector spaces. Operators are usually denotes with upper case letters. Remark In this class we will study operators which apply to functions. They belong to the class of differential operators, that is they involve derivatives or partial derivatives. When we apply an operator L to a function u we write L (u). Some operators which are used often have their own notation as we will see in the examples. Philippe B. Laval (KSU) Key Concepts Current Semester 3 / 25

4 Operators: s The process of differentiating can be written as an operator. In differential d calculus, is an operator. It acts on functions and compute their dx derivative with respect to x. If we define L = d dx Similarly, In multivariable calculus, x to x operator. If we define L = f then L (f ) = x x. then L (f ) = df dx. is the partial derivative with respect In multivariable calculus, another important ( operator is the gradient f denoted. If f : R 2 R, then f = x, f ). If f : R 3 R, then y f = ( f x, f y, f z ). Philippe B. Laval (KSU) Key Concepts Current Semester 4 / 25

5 Operators: s Consider the operator L defined by L (u) = u t C 2 u where C is a x 2 constant. Consider the operator L defined by L (u) = u t 2 u x 2 + u Consider the operator L defined by L (u) = 2 u t 2 C 2 2 u where C is a x 2 constant. Philippe B. Laval (KSU) Key Concepts Current Semester 5 / 25

6 Operators: Linear Definition (Linear Operator) Let L be an operator. L is said to be a linear operator or linear if it satisfies L (c 1 u 1 + c 2 u 2 ) = c 1 L (u 1 ) + c 2 L (u 2 ) for any two functions u 1 and u 2 and any two constants c 1 and c 2. Prove that the operator we defined in the first example, L = d, is a linear dx operator. Is the operator defined by L (u) = ( ) du 2 a linear operator? dx Philippe B. Laval (KSU) Key Concepts Current Semester 6 / 25

7 What are PDEs? Definition A partial differential equation (PDE) is an equation involving an unknown function of several variables and one or more of its partial derivatives. Every PDE can be written as an operator equation of the form L (u) = f where u denotes the unknown function, L is the operator which corresponds to the portion of the PDE which involves the unknown function u and its partial derivatives. f denotes the part of the PDE which does not involve u and any of its partial derivatives. We illustrate this with some examples. Philippe B. Laval (KSU) Key Concepts Current Semester 7 / 25

8 What are PDEs? PDEs are useful because most of the natural laws of physics, such as Maxwell s equations, Newton s law of cooling, Newton s equations of motion, Schroedinger s equation, Navier-Stokes equations, can be stated in terms of PDEs involving space as well as time derivatives. These derivatives occur because they have a physical meaning such as velocity, acceleration, flux, force, current,... The purpose of this class is: 1 Learn how to formulate the PDE as well as the auxiliary conditions (see below) corresponding to a physical system. That is, we will learn how to construct a mathematical model. 2 Learn how to solve and study the PDE. More modern applications of PDEs include image processing, medical imaging, various mathematical models used in biology, medicine, finance, chemistry... Philippe B. Laval (KSU) Key Concepts Current Semester 8 / 25

9 s of PDEs? u t = cu xx This is the heat equation in one dimension. It can be written as L (u) = 0 with L (u) = u t cu xx. u t = cu xx + sin x. This is the heat equation with source. u t = c (u xx + u yy ) This is the heat equation in two dimensions. u t = c (u xx + u yy + u zz ) This is the heat equation in three dimensions. Philippe B. Laval (KSU) Key Concepts Current Semester 9 / 25

10 s of PDEs? u tt = c 2 (u xx + u yy ) This is the wave equation in two dimensions. u tt = c 2 (u xx + u yy + u zz ) This is the wave equation in three dimensions. u xx + u yy = 0 This is the two dimensional Laplace equation after the mathematician Pierre Laplace ( ). Show that u (x, y) = e x sin y is a solution of Laplace equation in two dimensions. Philippe B. Laval (KSU) Key Concepts Current Semester 10 / 25

11 How to Solve a PDE? This is a very complex question in the sense that there is not a simple answer. There exists many different methods, some of which involve very advanced mathematical topics. Here, we will only list the most important techniques used. Some (but not all) of these techniques will be studied in this class. The technique or techniques used will depend on the type of equation we are trying to solve. Often, the techniques used will transform an equation we cannot solve into one we can solve. The most important techniques are: Separation of variables. This technique reduces a PDE in n variables into n ordinary differential equations (ODE s). Eigenfunction expansion. This method attempts to find the solution of a PDE as an infinite sum of eigenfunctions. These eigenfunctions. are found by solving what is known as an eigenvalue problem corresponding to the given problem. Transformation of the dependent variable. This methods transforms the unknown in a PDE into one easier to find. Philippe B. Laval (KSU) Key Concepts Current Semester 11 / 25

12 How to Solve a PDE? Change of coordinates. This method changes a PDE into an ODE or a PDE easier to solve by changing the coordinates of the problems. For example, one may rewrite a problem given in Cartesian coordinates into one in cylindrical or spherical coordinates. Integral transforms. This procedure reduces a PDE in n independent variables to one in n 1 variables. Numerical methods. These methods transform a PDE into equations which solutions can be approximated on a computer. They usually involve a very large number of computations and can most of the time only be carried out with a computer. Often, only these techniques will work. Perturbation methods. This method changes a nonlinear problem into a sequence of linear ones which approximates the nonlinear one. Philippe B. Laval (KSU) Key Concepts Current Semester 12 / 25

13 How to Solve a PDE? Impulse-response techniques. This procedure decomposes initial and boundary conditions of the problem into simple impulses and finds the response to each impulse. The overall response is then found by adding these simple responses. Integral equations. This technique changes a PDE into an equation where the unknown is inside an integral which is easier to solve. Calculus of variations methods. These methods find the solution by reformulating the equation as a minimization problem. It turns out that the minimum of certain expressions is also the solution the PDE. Philippe B. Laval (KSU) Key Concepts Current Semester 13 / 25

14 Boundary Conditions Usually, the PDEs that model physical systems and have solutions tend to have infinitely many solutions. To select the function which corresponds to the solution for a given problem, auxiliary conditions must be imposed. These fall into two categories: Boundary Conditions: These are conditions which must hold on the spatial boundary of our physical system. The three forms most commonly encountered are: Dirichlet Condition: u = g (t) Neumann Condition: u n = g (t) Mixed Condition: αu + β u n = g (t) In which u is the unknown, α, β, and g are functions prescribed on the boundary and n is the normal to the boundary. Philippe B. Laval (KSU) Key Concepts Current Semester 14 / 25

15 Initial Conditions Initial Conditions: These are the conditions which must be satisfied throughout our physical system, at a given time, usually the initial time that is the time when the study of our system begins. Usually, the PDE describing a physical system tells us how the system is evolving. So, to know how the system is at a certain time, we need to know how it was at some time in the past. This is the initial condition. Suppose that we are studying the temperature of a thin rod 1 meter long, one end being maintained at 0 and the other end at 20. The initial temperature of the rod is uniform and equal to 50. Let the temperature of the rod be given by u (x, t). If we position the rod along the x-axis so that its left end is at the origin, what are the initial and boundary conditions? Philippe B. Laval (KSU) Key Concepts Current Semester 15 / 25

16 Well-Posed Problems Definition A PDE and the auxiliary conditions comprise a well-posed problem if: 1 A solution to the problem exists. 2 The solution is unique. 3 The solution depends continuously on the data that is if small changes in the data correspond to small changes in the solution. If any of these conditions is not satisfied, the problem is said to be ill-posed. Philippe B. Laval (KSU) Key Concepts Current Semester 16 / 25

17 Classification of PDEs: Order As we saw above, there are many techniques which can be used to solve a PDE. The technique used depends on the PDE. To help in deciding which technique to use, PDEs are classified according to several criteria. These include order, number of variables, linearity, homogeneity, kinds of coeffi cients. We look at each criterion in more detail. The order of a PDE is the order of the highest partial derivative in the equation. What is the order of the PDEs below? 1 u t = u xx + u yy 2 u t + u xx + (u yy ) 3 = 0 3 u t + u xxx = u yy Philippe B. Laval (KSU) Key Concepts Current Semester 17 / 25

18 Classification of PDEs: Number of Variables This is the number of independent variables which appear in the equation (space and time variables). u t = u xx + u yy has three independent variables: x, y, and t. u tt = u xx + u yy + u zz has four independent variables: x, y, z, and t. Philippe B. Laval (KSU) Key Concepts Current Semester 18 / 25

19 Classification of PDEs: Linearity A PDE L (u) = f is linear if L is a linear operator. The general form of a second order linear PDE in two variables is: L (u) = G where L (u) = A 2 u x 2 + 2B 2 u y x + C 2 u y 2 + D u x + E u y + Fu In other words, the general form of a second order linear PDE in two variables is: Au xx + 2Bu xy + Cu yy + Du x + Eu y + Fu = G where A, B, C, D, E, F, G can either be constants or functions of the independent variables, some of which could be 0. Remark The part of the equation equal to Au xx + 2Bu xy + Cu yy is called the principal part of the second order linear PDE. As we will see below, it plays an important role in the classification of the equation. Philippe B. Laval (KSU) Key Concepts Current Semester 19 / 25

20 Classification of PDEs: Linearity Which of the equations below are linear? 1 u tt = e t u xx + sin t 2 u x = u 2 3 u x = u xx u yy 4 e t u t + e y u x + e x u y = 0 Philippe B. Laval (KSU) Key Concepts Current Semester 20 / 25

21 Classification of PDEs:Homogeneous Recall we said that a PDE could be written as an operator equation of the form L (u) = f where L is the operator which contains u and its derivative and f is an expression not involving u and any of iuts derivatives. A PDE L (u) = f is homogeneous if f = 0. For example, a second order linear PDE in two variables is homogeneous if G = 0. If the equation is not homogeneous, it is said to be nonhomogeneous. Is u y = u xx homogeneous? Is u tt = e t u xx + sin t homogeneous? Philippe B. Laval (KSU) Key Concepts Current Semester 21 / 25

22 Classification of PDEs:Kind of Coeffi cients If the coeffi cients are constants, then the equation is said to have constant coeffi cients. If the coeffi cients are not constant, they are said to be variable coeffi cients. Note that in this case by coeffi cient, we mean whatever is in front of u or its derivatives. e t u t + e y u x + e x u y has variable coeffi cients. u t + 2u xxx = u yy has constant coeffi cients. Philippe B. Laval (KSU) Key Concepts Current Semester 22 / 25

23 Classification of PDEs: Type Second order linear PDEs (Au xx + 2Bu xy + Cu yy + Du x + Eu y + Fu = G) are either 1 parabolic. Parabolic equations describe heat flow and diffusion processes. They satisfy B 2 AC = 0 2 hyperbolic. Hyperbolic equations describe vibrating systems and wave motion. They satisfy B 2 AC > 0 3 elliptic. Elliptic equations describe steady-state phenomena. They satisfy B 2 AC < 0 Philippe B. Laval (KSU) Key Concepts Current Semester 23 / 25

24 Classification of PDEs: Type Find the type of each equation below: 1 u t = u xx 2 u tt = u xx 3 u xx + u yy = 0 4 yu xx + u yy = 0. Philippe B. Laval (KSU) Key Concepts Current Semester 24 / 25

25 Exercises See the problems at the end of my notes on PDEs: key concepts. Philippe B. Laval (KSU) Key Concepts Current Semester 25 / 25

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

INTRODUCTION TO PDEs

INTRODUCTION TO PDEs INTRODUCTION TO PDEs In this course we are interested in the numerical approximation of PDEs using finite difference methods (FDM). We will use some simple prototype boundary value problems (BVP) and initial

More information

Lecture Introduction

Lecture Introduction Lecture 1 1.1 Introduction The theory of Partial Differential Equations (PDEs) is central to mathematics, both pure and applied. The main difference between the theory of PDEs and the theory of Ordinary

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

Introduction to Partial Differential Equations

Introduction to Partial Differential Equations Introduction to Partial Differential Equations Philippe B. Laval KSU Current Semester Philippe B. Laval (KSU) 1D Heat Equation: Derivation Current Semester 1 / 19 Introduction The derivation of the heat

More information

Transforming Nonhomogeneous BCs Into Homogeneous Ones

Transforming Nonhomogeneous BCs Into Homogeneous Ones Chapter 10 Transforming Nonhomogeneous s Into Homogeneous Ones 10.1 Goal In the previous chapter, we looked at separation of variables. We saw that this method applies if both the boundary conditions and

More information

Differentiation - Quick Review From Calculus

Differentiation - Quick Review From Calculus Differentiation - Quick Review From Calculus Philippe B. Laval KSU Current Semester Philippe B. Laval (KSU) Differentiation - Quick Review From Calculus Current Semester 1 / 13 Introduction In this section,

More information

Scientific Computing: An Introductory Survey

Scientific Computing: An Introductory Survey Scientific Computing: An Introductory Survey Chapter 11 Partial Differential Equations Prof. Michael T. Heath Department of Computer Science University of Illinois at Urbana-Champaign Copyright c 2002.

More information

Functions of Several Variables

Functions of Several Variables Functions of Several Variables Partial Derivatives Philippe B Laval KSU March 21, 2012 Philippe B Laval (KSU) Functions of Several Variables March 21, 2012 1 / 19 Introduction In this section we extend

More information

The Laplace Transform

The Laplace Transform The Laplace Transform Laplace Transform Philippe B. Laval KSU Today Philippe B. Laval (KSU) Definition of the Laplace Transform Today 1 / 16 Outline General idea behind the Laplace transform and other

More information

Introduction and some preliminaries

Introduction and some preliminaries 1 Partial differential equations Introduction and some preliminaries A partial differential equation (PDE) is a relationship among partial derivatives of a function (or functions) of more than one variable.

More information

AM 205: lecture 14. Last time: Boundary value problems Today: Numerical solution of PDEs

AM 205: lecture 14. Last time: Boundary value problems Today: Numerical solution of PDEs AM 205: lecture 14 Last time: Boundary value problems Today: Numerical solution of PDEs ODE BVPs A more general approach is to formulate a coupled system of equations for the BVP based on a finite difference

More information

CLASSIFICATION AND PRINCIPLE OF SUPERPOSITION FOR SECOND ORDER LINEAR PDE

CLASSIFICATION AND PRINCIPLE OF SUPERPOSITION FOR SECOND ORDER LINEAR PDE CLASSIFICATION AND PRINCIPLE OF SUPERPOSITION FOR SECOND ORDER LINEAR PDE 1. Linear Partial Differential Equations A partial differential equation (PDE) is an equation, for an unknown function u, that

More information

Mathematical Methods - Lecture 9

Mathematical Methods - Lecture 9 Mathematical Methods - Lecture 9 Yuliya Tarabalka Inria Sophia-Antipolis Méditerranée, Titane team, http://www-sop.inria.fr/members/yuliya.tarabalka/ Tel.: +33 (0)4 92 38 77 09 email: yuliya.tarabalka@inria.fr

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

Chapter 5 Types of Governing Equations. Chapter 5: Governing Equations

Chapter 5 Types of Governing Equations. Chapter 5: Governing Equations Chapter 5 Types of Governing Equations Types of Governing Equations (1) Physical Classification-1 Equilibrium problems: (1) They are problems in which a solution of a given PDE is desired in a closed domain

More information

Diffusion - The Heat Equation

Diffusion - The Heat Equation Chapter 6 Diffusion - The Heat Equation 6.1 Goal Understand how to model a simple diffusion process and apply it to derive the heat equation in one dimension. We begin with the fundamental conservation

More information

The Laplace Transform

The Laplace Transform The Laplace Transform Inverse of the Laplace Transform Philippe B. Laval KSU Today Philippe B. Laval (KSU) Inverse of the Laplace Transform Today 1 / 12 Outline Introduction Inverse of the Laplace Transform

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

An Introduction to Numerical Methods for Differential Equations. Janet Peterson

An Introduction to Numerical Methods for Differential Equations. Janet Peterson An Introduction to Numerical Methods for Differential Equations Janet Peterson Fall 2015 2 Chapter 1 Introduction Differential equations arise in many disciplines such as engineering, mathematics, sciences

More information

13 PDEs on spatially bounded domains: initial boundary value problems (IBVPs)

13 PDEs on spatially bounded domains: initial boundary value problems (IBVPs) 13 PDEs on spatially bounded domains: initial boundary value problems (IBVPs) A prototypical problem we will discuss in detail is the 1D diffusion equation u t = Du xx < x < l, t > finite-length rod u(x,

More information

Classification of partial differential equations and their solution characteristics

Classification of partial differential equations and their solution characteristics 9 TH INDO GERMAN WINTER ACADEMY 2010 Classification of partial differential equations and their solution characteristics By Ankita Bhutani IIT Roorkee Tutors: Prof. V. Buwa Prof. S. V. R. Rao Prof. U.

More information

Representation of Functions as Power Series

Representation of Functions as Power Series Representation of Functions as Power Series Philippe B. Laval KSU Today Philippe B. Laval (KSU) Functions as Power Series Today / Introduction In this section and the next, we develop several techniques

More information

Lecture 6: Introduction to Partial Differential Equations

Lecture 6: Introduction to Partial Differential Equations Introductory lecture notes on Partial Differential Equations - c Anthony Peirce. Not to be copied, used, or revised without explicit written permission from the copyright owner. 1 Lecture 6: Introduction

More information

First Order Differential Equations

First Order Differential Equations First Order Differential Equations Linear Equations Philippe B. Laval KSU Philippe B. Laval (KSU) 1st Order Linear Equations 1 / 11 Introduction We are still looking at 1st order equations. In today s

More information

Math 5587 Lecture 2. Jeff Calder. August 31, Initial/boundary conditions and well-posedness

Math 5587 Lecture 2. Jeff Calder. August 31, Initial/boundary conditions and well-posedness Math 5587 Lecture 2 Jeff Calder August 31, 2016 1 Initial/boundary conditions and well-posedness 1.1 ODE vs PDE Recall that the general solutions of ODEs involve a number of arbitrary constants. Example

More information

Introduction of Partial Differential Equations and Boundary Value Problems

Introduction of Partial Differential Equations and Boundary Value Problems Introduction of Partial Differential Equations and Boundary Value Problems 2009 Outline Definition Classification Where PDEs come from? Well-posed problem, solutions Initial Conditions and Boundary Conditions

More information

ENGI 4430 PDEs - d Alembert Solutions Page 11.01

ENGI 4430 PDEs - d Alembert Solutions Page 11.01 ENGI 4430 PDEs - d Alembert Solutions Page 11.01 11. Partial Differential Equations Partial differential equations (PDEs) are equations involving functions of more than one variable and their partial derivatives

More information

M.Sc. in Meteorology. Numerical Weather Prediction

M.Sc. in Meteorology. Numerical Weather Prediction M.Sc. in Meteorology UCD Numerical Weather Prediction Prof Peter Lynch Meteorology & Climate Centre School of Mathematical Sciences University College Dublin Second Semester, 2005 2006. In this section

More information

Numerical Methods for PDEs

Numerical Methods for PDEs Numerical Methods for PDEs Partial Differential Equations (Lecture 1, Week 1) Markus Schmuck Department of Mathematics and Maxwell Institute for Mathematical Sciences Heriot-Watt University, Edinburgh

More information

Tutorial 2. Introduction to numerical schemes

Tutorial 2. Introduction to numerical schemes 236861 Numerical Geometry of Images Tutorial 2 Introduction to numerical schemes c 2012 Classifying PDEs Looking at the PDE Au xx + 2Bu xy + Cu yy + Du x + Eu y + Fu +.. = 0, and its discriminant, B 2

More information

Differential equations, comprehensive exam topics and sample questions

Differential equations, comprehensive exam topics and sample questions Differential equations, comprehensive exam topics and sample questions Topics covered ODE s: Chapters -5, 7, from Elementary Differential Equations by Edwards and Penney, 6th edition.. Exact solutions

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

Introduction to PDEs and Numerical Methods: Exam 1

Introduction to PDEs and Numerical Methods: Exam 1 Prof Dr Thomas Sonar, Institute of Analysis Winter Semester 2003/4 17122003 Introduction to PDEs and Numerical Methods: Exam 1 To obtain full points explain your solutions thoroughly and self-consistently

More information

100 CHAPTER 4. SYSTEMS AND ADAPTIVE STEP SIZE METHODS APPENDIX

100 CHAPTER 4. SYSTEMS AND ADAPTIVE STEP SIZE METHODS APPENDIX 100 CHAPTER 4. SYSTEMS AND ADAPTIVE STEP SIZE METHODS APPENDIX.1 Norms If we have an approximate solution at a given point and we want to calculate the absolute error, then we simply take the magnitude

More information

Review of Functions. Functions. Philippe B. Laval. Current Semester KSU. Philippe B. Laval (KSU) Functions Current Semester 1 / 12

Review of Functions. Functions. Philippe B. Laval. Current Semester KSU. Philippe B. Laval (KSU) Functions Current Semester 1 / 12 Review of Functions Functions Philippe B. Laval KSU Current Semester Philippe B. Laval (KSU) Functions Current Semester 1 / 12 Introduction Students are expected to know the following concepts about functions:

More information

Partial Differential Equations

Partial Differential Equations Partial Differential Equations Introduction Deng Li Discretization Methods Chunfang Chen, Danny Thorne, Adam Zornes CS521 Feb.,7, 2006 What do You Stand For? A PDE is a Partial Differential Equation This

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

Transforming Nonhomogeneous BCs Into Homogeneous Ones

Transforming Nonhomogeneous BCs Into Homogeneous Ones Chapter 8 Transforming Nonhomogeneous s Into Homogeneous Ones 8.1 Goal In this chapter we look at more challenging example of problems which can be solved by separation of variables. A restriction of the

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

First order Partial Differential equations

First order Partial Differential equations First order Partial Differential equations 0.1 Introduction Definition 0.1.1 A Partial Deferential equation is called linear if the dependent variable and all its derivatives have degree one and not multiple

More information

LECTURE # 0 BASIC NOTATIONS AND CONCEPTS IN THE THEORY OF PARTIAL DIFFERENTIAL EQUATIONS (PDES)

LECTURE # 0 BASIC NOTATIONS AND CONCEPTS IN THE THEORY OF PARTIAL DIFFERENTIAL EQUATIONS (PDES) LECTURE # 0 BASIC NOTATIONS AND CONCEPTS IN THE THEORY OF PARTIAL DIFFERENTIAL EQUATIONS (PDES) RAYTCHO LAZAROV 1 Notations and Basic Functional Spaces Scalar function in R d, d 1 will be denoted by u,

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

Applied Mathematics 505b January 22, Today Denitions, survey of applications. Denition A PDE is an equation of the form F x 1 ;x 2 ::::;x n ;~u

Applied Mathematics 505b January 22, Today Denitions, survey of applications. Denition A PDE is an equation of the form F x 1 ;x 2 ::::;x n ;~u Applied Mathematics 505b January 22, 1998 1 Applied Mathematics 505b Partial Dierential Equations January 22, 1998 Text: Sobolev, Partial Dierentail Equations of Mathematical Physics available at bookstore

More information

Arc Length. Philippe B. Laval. Today KSU. Philippe B. Laval (KSU) Arc Length Today 1 / 12

Arc Length. Philippe B. Laval. Today KSU. Philippe B. Laval (KSU) Arc Length Today 1 / 12 Philippe B. Laval KSU Today Philippe B. Laval (KSU) Arc Length Today 1 / 12 Introduction In this section, we discuss the notion of curve in greater detail and introduce the very important notion of arc

More information

Partial Differential Equations

Partial Differential Equations Partial Differential Equations Lecture Notes Dr. Q. M. Zaigham Zia Assistant Professor Department of Mathematics COMSATS Institute of Information Technology Islamabad, Pakistan ii Contents 1 Lecture 01

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

SOLUTIONS ABOUT ORDINARY POINTS

SOLUTIONS ABOUT ORDINARY POINTS 238 CHAPTER 6 SERIES SOLUTIONS OF LINEAR EQUATIONS In Problems 23 and 24 use a substitution to shift the summation index so that the general term of given power series involves x k. 23. nc n x n2 n 24.

More information

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

PDE Solvers for Fluid Flow

PDE Solvers for Fluid Flow PDE Solvers for Fluid Flow issues and algorithms for the Streaming Supercomputer Eran Guendelman February 5, 2002 Topics Equations for incompressible fluid flow 3 model PDEs: Hyperbolic, Elliptic, Parabolic

More information

PDEs, part 1: Introduction and elliptic PDEs

PDEs, part 1: Introduction and elliptic PDEs PDEs, part 1: Introduction and elliptic PDEs Anna-Karin Tornberg Mathematical Models, Analysis and Simulation Fall semester, 2013 Partial di erential equations The solution depends on several variables,

More information

Introduction to Vector Functions

Introduction to Vector Functions Introduction to Vector Functions Differentiation and Integration Philippe B. Laval KSU Today Philippe B. Laval (KSU) Vector Functions Today 1 / 14 Introduction In this section, we study the differentiation

More information

Homework for Math , Fall 2016

Homework for Math , Fall 2016 Homework for Math 5440 1, Fall 2016 A. Treibergs, Instructor November 22, 2016 Our text is by Walter A. Strauss, Introduction to Partial Differential Equations 2nd ed., Wiley, 2007. Please read the relevant

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

Introduction to Differential Equations

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

More information

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

Integration Using Tables and Summary of Techniques

Integration Using Tables and Summary of Techniques Integration Using Tables and Summary of Techniques Philippe B. Laval KSU Today Philippe B. Laval (KSU) Summary Today 1 / 13 Introduction We wrap up integration techniques by discussing the following topics:

More information

OWELL WEEKLY JOURNAL

OWELL WEEKLY JOURNAL Y \»< - } Y Y Y & #»»» q ] q»»»>) & - - - } ) x ( - { Y» & ( x - (» & )< - Y X - & Q Q» 3 - x Q Y 6 \Y > Y Y X 3 3-9 33 x - - / - -»- --

More information

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

Strauss PDEs 2e: Section Exercise 1 Page 1 of 6 Strauss PDEs 2e: Section 3 - Exercise Page of 6 Exercise Carefully derive the equation of a string in a medium in which the resistance is proportional to the velocity Solution There are two ways (among

More information

! 1.1 Definitions and Terminology

! 1.1 Definitions and Terminology ! 1.1 Definitions and Terminology 1. Introduction: At times, mathematics aims to describe a physical phenomenon (take the population of bacteria in a petri dish for example). We want to find a function

More information

Since there is some vagueness in the given definition, I can give a mathematically more satisfactory definition as. u xx = 2 u

Since there is some vagueness in the given definition, I can give a mathematically more satisfactory definition as. u xx = 2 u 1 What are PDE? 1.1 Basic definitions and the general philosophy of the course Since the main prerequisite for this course is a basic course on Ordinary Differential Equations (ODE), and everyone in class

More information

Chapter 2 Boundary and Initial Data

Chapter 2 Boundary and Initial Data Chapter 2 Boundary and Initial Data Abstract This chapter introduces the notions of boundary and initial value problems. Some operator notation is developed in order to represent boundary and initial value

More information

Testing Series with Mixed Terms

Testing Series with Mixed Terms Testing Series with Mixed Terms Philippe B. Laval KSU Today Philippe B. Laval (KSU) Series with Mixed Terms Today 1 / 17 Outline 1 Introduction 2 Absolute v.s. Conditional Convergence 3 Alternating Series

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

DIFFERENTIAL EQUATIONS

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

More information

Discretization of PDEs and Tools for the Parallel Solution of the Resulting Systems

Discretization of PDEs and Tools for the Parallel Solution of the Resulting Systems Discretization of PDEs and Tools for the Parallel Solution of the Resulting Systems Stan Tomov Innovative Computing Laboratory Computer Science Department The University of Tennessee Wednesday April 4,

More information

Numerical Analysis and Methods for PDE I

Numerical Analysis and Methods for PDE I Numerical Analysis and Methods for PDE I A. J. Meir Department of Mathematics and Statistics Auburn University US-Africa Advanced Study Institute on Analysis, Dynamical Systems, and Mathematical Modeling

More information

METHODS FOR SOLVING MATHEMATICAL PHYSICS PROBLEMS

METHODS FOR SOLVING MATHEMATICAL PHYSICS PROBLEMS METHODS FOR SOLVING MATHEMATICAL PHYSICS PROBLEMS V.I. Agoshkov, P.B. Dubovski, V.P. Shutyaev CAMBRIDGE INTERNATIONAL SCIENCE PUBLISHING Contents PREFACE 1. MAIN PROBLEMS OF MATHEMATICAL PHYSICS 1 Main

More information

Multiple Integrals. Introduction and Double Integrals Over Rectangular Regions. Philippe B. Laval KSU. Today

Multiple Integrals. Introduction and Double Integrals Over Rectangular Regions. Philippe B. Laval KSU. Today Multiple Integrals Introduction and Double Integrals Over Rectangular Regions Philippe B. Laval KSU Today Philippe B. Laval (KSU) Double Integrals Today 1 / 21 Introduction In this section we define multiple

More information

Wave Equation Modelling Solutions

Wave Equation Modelling Solutions Wave Equation Modelling Solutions SEECS-NUST December 19, 2017 Wave Phenomenon Waves propagate in a pond when we gently touch water in it. Wave Phenomenon Our ear drums are very sensitive to small vibrations

More information

Consequences of the Completeness Property

Consequences of the Completeness Property Consequences of the Completeness Property Philippe B. Laval KSU Today Philippe B. Laval (KSU) Consequences of the Completeness Property Today 1 / 10 Introduction In this section, we use the fact that R

More information

Introduction to Vector Functions

Introduction to Vector Functions Introduction to Vector Functions Limits and Continuity Philippe B. Laval KSU Today Philippe B. Laval (KSU) Vector Functions Today 1 / 14 Introduction Until now, the functions we studied took a real number

More information

Before we look at numerical methods, it is important to understand the types of equations we will be dealing with.

Before we look at numerical methods, it is important to understand the types of equations we will be dealing with. Chapter 1. Partial Differential Equations (PDEs) Required Readings: Chapter of Tannehill et al (text book) Chapter 1 of Lapidus and Pinder (Numerical Solution of Partial Differential Equations in Science

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

Subject: Mathematics III Subject Code: Branch: B. Tech. all branches Semester: (3rd SEM) i) Dr. G. Pradhan (Coordinator) ii) Ms.

Subject: Mathematics III Subject Code: Branch: B. Tech. all branches Semester: (3rd SEM) i) Dr. G. Pradhan (Coordinator) ii) Ms. Subject: Mathematics III Subject Code: BSCM1205 Branch: B. Tech. all branches Semester: (3 rd SEM) Lecture notes prepared by: i) Dr. G. Pradhan (Coordinator) Asst. Prof. in Mathematics College of Engineering

More information

Introduction to Computational Fluid Dynamics

Introduction to Computational Fluid Dynamics AML2506 Biomechanics and Flow Simulation Day Introduction to Computational Fluid Dynamics Session Speaker Dr. M. D. Deshpande M.S. Ramaiah School of Advanced Studies - Bangalore 1 Session Objectives At

More information

Multiple Integrals. Introduction and Double Integrals Over Rectangular Regions. Philippe B. Laval. Spring 2012 KSU

Multiple Integrals. Introduction and Double Integrals Over Rectangular Regions. Philippe B. Laval. Spring 2012 KSU Multiple Integrals Introduction and Double Integrals Over Rectangular Regions Philippe B Laval KSU Spring 2012 Philippe B Laval (KSU) Multiple Integrals Spring 2012 1 / 21 Introduction In this section

More information

These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent.

These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent. Chapter 1 Introduction These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent. 1.1 Definitions and Terminology 1.1.1 Background and Definitions The words "differential

More information

1 The relation between a second order linear ode and a system of two rst order linear odes

1 The relation between a second order linear ode and a system of two rst order linear odes Math 1280 Spring, 2010 1 The relation between a second order linear ode and a system of two rst order linear odes In Chapter 3 of the text you learn to solve some second order linear ode's, such as x 00

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

Q ( q(m, t 0 ) n) S t.

Q ( q(m, t 0 ) n) S t. THE HEAT EQUATION The main equations that we will be dealing with are the heat equation, the wave equation, and the potential equation. We use simple physical principles to show how these equations are

More information

Second-Order Linear ODEs (Textbook, Chap 2)

Second-Order Linear ODEs (Textbook, Chap 2) Second-Order Linear ODEs (Textbook, Chap ) Motivation Recall from notes, pp. 58-59, the second example of a DE that we introduced there. d φ 1 1 φ = φ 0 dx λ λ Q w ' (a1) This equation represents conservation

More information

Class Meeting # 2: The Diffusion (aka Heat) Equation

Class Meeting # 2: The Diffusion (aka Heat) Equation MATH 8.52 COURSE NOTES - CLASS MEETING # 2 8.52 Introduction to PDEs, Fall 20 Professor: Jared Speck Class Meeting # 2: The Diffusion (aka Heat) Equation The heat equation for a function u(, x (.0.). Introduction

More information

Lecture Notes on Partial Dierential Equations (PDE)/ MaSc 221+MaSc 225

Lecture Notes on Partial Dierential Equations (PDE)/ MaSc 221+MaSc 225 Lecture Notes on Partial Dierential Equations (PDE)/ MaSc 221+MaSc 225 Dr. Asmaa Al Themairi Assistant Professor a a Department of Mathematical sciences, University of Princess Nourah bint Abdulrahman,

More information

In this chapter we study elliptical PDEs. That is, PDEs of the form. 2 u = lots,

In this chapter we study elliptical PDEs. That is, PDEs of the form. 2 u = lots, Chapter 8 Elliptic PDEs In this chapter we study elliptical PDEs. That is, PDEs of the form 2 u = lots, where lots means lower-order terms (u x, u y,..., u, f). Here are some ways to think about the physical

More information

First-Order Ordinary Differntial Equations: Classification and Linear Equations. David Levermore Department of Mathematics University of Maryland

First-Order Ordinary Differntial Equations: Classification and Linear Equations. David Levermore Department of Mathematics University of Maryland First-Order Ordinary Differntial Equations: Classification and Linear Equations David Levermore Department of Mathematics University of Maryland 1 February 2009 These notes cover some of the material that

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

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

Differentiation - Important Theorems

Differentiation - Important Theorems Differentiation - Important Theorems Philippe B Laval KSU Spring 2012 Philippe B Laval (KSU) Differentiation - Important Theorems Spring 2012 1 / 10 Introduction We study several important theorems related

More information

Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables

Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables Department of Mathematics Porterville College September 7, 2014 Systems of Linear Equations in Two Variables Learning Objectives: Solve Systems

More information

z x = f x (x, y, a, b), z y = f y (x, y, a, b). F(x, y, z, z x, z y ) = 0. This is a PDE for the unknown function of two independent variables.

z x = f x (x, y, a, b), z y = f y (x, y, a, b). F(x, y, z, z x, z y ) = 0. This is a PDE for the unknown function of two independent variables. Chapter 2 First order PDE 2.1 How and Why First order PDE appear? 2.1.1 Physical origins Conservation laws form one of the two fundamental parts of any mathematical model of Continuum Mechanics. These

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Concepts Paul Dawkins Table of Contents Preface... Basic Concepts... 1 Introduction... 1 Definitions... Direction Fields... 8 Final Thoughts...19 007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx

More information

Lecture 1, August 21, 2017

Lecture 1, August 21, 2017 Engineering Mathematics 1 Fall 2017 Lecture 1, August 21, 2017 What is a differential equation? A differential equation is an equation relating a function (known sometimes as the unknown) to some of its

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

Chapter 3. Second Order Linear PDEs

Chapter 3. Second Order Linear PDEs Chapter 3. Second Order Linear PDEs 3.1 Introduction The general class of second order linear PDEs are of the form: ax, y)u xx + bx, y)u xy + cx, y)u yy + dx, y)u x + ex, y)u y + f x, y)u = gx, y). 3.1)

More information

1.5 First Order PDEs and Method of Characteristics

1.5 First Order PDEs and Method of Characteristics 1.5. FIRST ORDER PDES AND METHOD OF CHARACTERISTICS 35 1.5 First Order PDEs and Method of Characteristics We finish this introductory chapter by discussing the solutions of some first order PDEs, more

More information

Introduction to Vector Functions

Introduction to Vector Functions Introduction to Vector Functions Limits and Continuity Philippe B Laval KSU Spring 2012 Philippe B Laval (KSU) Introduction to Vector Functions Spring 2012 1 / 14 Introduction In this section, we study

More information

Module 1: Introduction to Finite Difference Method and Fundamentals of CFD Lecture 1: Finite Difference Method

Module 1: Introduction to Finite Difference Method and Fundamentals of CFD Lecture 1: Finite Difference Method file:///d:/chitra/nptel_phase2/mechanical/cfd/lecture1/1_1.htm 1 of 1 6/19/2012 4:29 PM The Lecture deals with: Classification of Partial Differential Equations Boundary and Initial Conditions Finite Differences

More information

Solution of Differential Equation by Finite Difference Method

Solution of Differential Equation by Finite Difference Method NUMERICAL ANALYSIS University of Babylon/ College of Engineering/ Mechanical Engineering Dep. Lecturer : Dr. Rafel Hekmat Class : 3 rd B.Sc Solution of Differential Equation by Finite Difference Method

More information

METHODS OF ENGINEERING MATHEMATICS

METHODS OF ENGINEERING MATHEMATICS METHODS OF ENGINEERING MATHEMATICS Edward J. Hang Kyung K. Choi Department of Mechanical Engineering College of Engineering The University of Iowa Iowa City, Iowa 52242 METHODS OF ENGINEERING MATHEMATICS

More information