Lecture 6: Introduction to Partial Differential Equations

Similar documents
Lecture 21: The one dimensional Wave Equation: D Alembert s Solution

Introduction to Partial Differential Equations

Scientific Computing: An Introductory Survey

Chapter 3 Second Order Linear Equations

Lecture Introduction

BOUNDARY-VALUE PROBLEMS IN RECTANGULAR COORDINATES

ENGI 4430 PDEs - d Alembert Solutions Page 11.01

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

Mathematical Methods - Lecture 9

Lecture 19: Heat conduction with distributed sources/sinks

INTRODUCTION TO PDEs

Lecture 4: Frobenius Series about Regular Singular Points

M.Sc. in Meteorology. Numerical Weather Prediction

First order Partial Differential equations

Introduction of Partial Differential Equations and Boundary Value Problems

Introduction LECTURE 1

Introduction and some preliminaries

CLASSIFICATION AND PRINCIPLE OF SUPERPOSITION FOR SECOND ORDER LINEAR PDE

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

Classification of partial differential equations and their solution characteristics

MATH3203 Lecture 1 Mathematical Modelling and ODEs

An Introduction to Numerical Methods for Differential Equations. Janet Peterson

Lecture 1: Review of methods to solve Ordinary Differential Equations

Extra Problems and Examples

Introduction to PDEs and Numerical Methods Lecture 1: Introduction

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01

Numerical Methods for PDEs

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01

General Technical Remarks on PDE s and Boundary Conditions Kurt Bryan MA 436

Table of Contents. II. PDE classification II.1. Motivation and Examples. II.2. Classification. II.3. Well-posedness according to Hadamard

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.

Solving First Order PDEs

Chapter #4 EEE8086-EEE8115. Robust and Adaptive Control Systems

MA 201: Partial Differential Equations D Alembert s Solution Lecture - 7 MA 201 (2016), PDE 1 / 20

Solving First Order PDEs

Partial Differential Equations

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

Chapter 3. Second Order Linear PDEs

1. Introduction. 2. Outlines

Module 2: First-Order Partial Differential Equations

Dispersion relations, linearization and linearized dynamics in PDE models

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

MATH 425, FINAL EXAM SOLUTIONS

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

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

2.29 Numerical Fluid Mechanics Spring 2015 Lecture 13

Chapter 3. Finite Difference Methods for Hyperbolic Equations Introduction Linear convection 1-D wave equation

Math 124A October 11, 2011

Tutorial 2. Introduction to numerical schemes

1 Curvilinear Coordinates

Differential equations, comprehensive exam topics and sample questions

MATH20411 PDEs and Vector Calculus B

y 2y = 4 x, Name Form Solution method

Lecture 3 Partial Differential Equations

Lecture 11: Non-linear Diffusion

Last time: Diffusion - Numerical scheme (FD) Heat equation is dissipative, so why not try Forward Euler:

Conservation and dissipation principles for PDEs

Video 15: PDE Classification: Elliptic, Parabolic and Hyperbolic March Equations 11, / 20

Numerical Methods in Physics and Astrophysics

Numerical Analysis and Methods for PDE I

Lecture 1, August 21, 2017

4 Introduction to First-Order Partial Differential

PDE (Math 4163) Spring 2016

Propagation of discontinuities in solutions of First Order Partial Differential Equations

MA22S3 Summary Sheet: Ordinary Differential Equations

Math 46, Applied Math (Spring 2008): Final

Introduction to Partial Differential Equations

Numerical methods for the Navier- Stokes equations

Numerical Methods in Physics and Astrophysics

An Introduction to Partial Differential Equations

Final: Solutions Math 118A, Fall 2013

Leplace s Equations. Analyzing the Analyticity of Analytic Analysis DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING. Engineering Math 16.

A Note on Integral Transforms and Partial Differential Equations

Chapter 2 Boundary and Initial Data

UNIVERSITY of LIMERICK OLLSCOIL LUIMNIGH

CHAPTER 4. Introduction to the. Heat Conduction Model

10 Motivation for Fourier series

Partial Differential Equations

Numerical Analysis and Computer Science DN2255 Spring 2009 p. 1(8)

Module 7: The Laplace Equation

The first order quasi-linear PDEs

Welcome to Math 257/316 - Partial Differential Equations

1 Separation of Variables

Math 4329: Numerical Analysis Chapter 03: Fixed Point Iteration and Ill behaving problems. Natasha S. Sharma, PhD

14.3 Partial Derivatives

Partial Differential Equations

Additive Manufacturing Module 8

2.29 Numerical Fluid Mechanics Spring 2015 Lecture 9

Lecture 16: Bessel s Inequality, Parseval s Theorem, Energy convergence

Existence Theory: Green s Functions

Lecture 10. (2) Functions of two variables. Partial derivatives. Dan Nichols February 27, 2018

Notes: Outline. Shock formation. Notes: Notes: Shocks in traffic flow

Lecture 9 Approximations of Laplace s Equation, Finite Element Method. Mathématiques appliquées (MATH0504-1) B. Dewals, C.

16. Working with the Langevin and Fokker-Planck equations

An Accurate Fourier-Spectral Solver for Variable Coefficient Elliptic Equations

The Solitary Wave Solutions of Zoomeron Equation

Partial Differential Equations

2 A brief interruption to discuss boundary value/intial value problems

Series Solutions of Differential Equations

1.4 Techniques of Integration

Transcription:

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 to Partial Differential Equations (Compiled 3 March 2014) In this lecture we will introduce the three basic partial differential equations we consider in this course. After briefly discussing the classification of these equations we go through the modeling process to arrive at these three equations from a number of different physical situations. We deliberately explore the different paths to arrive at the same partial differential equations to emphasize way in which the models from disparate applications share the same features. Key Concepts: Partial Differential Equations (PDEs); Elliptic, Parabolic, Hyperbolic PDEs; The heat Equation, The Wave Equation, and Laplace s Equation, Modeling and Derivation of PDEs. 6 Introduction to PDEs 6.1 Classification of PDEs Ordinary Differential Equations (ODE) - Equations which define functions of a single independent variable by prescribing a relationship between the values of the function and its derivatives. Example 1 A nonlinear second order ODE y (x) + e y(x) = 0. (6.1) Partial Differential Equations (PDE) - Involve multivariable functions u(x, t), u(x, y) that are determined by prescribing a relationship between the function value and its partial derivatives. Example 2 A Linear First Order PDE Example 3 A Nonlinier First Order PDE Example 4 Some Classic Linear Second Order PDEs: a(x, y) u(x, y) + b(x, y) u(x, y) = c(x, y) (6.2) y a(x, y, u) u(x, y) + b(x, y, u) u(x, y) = c(x, y, u) (6.3) y

2 Quadric Classification Eq. Name T = X 2 Parabolic (x,t) t = 2 u(x,t) 2 The Heat Equation or Diffusion Equation X 2 + Y 2 = k Elliptic 2 u(x,y) 2 + 2 u(x,y) y 2 = f(x, y) Poisson s Equation f 0 Laplace s Equation f = 0 T 2 c 2 X 2 = k Hyperbolic 2 u(x,t) t 2 c 2 2 u(x,t) 2 = 0 The Wave Equation By analogy with quadric surfaces ax 2 +2bXY +c 2 Y 2 + = k that can be reduced to a standard form by coordinate rotation, the most general linear 2nd order PDE au xx + 2bu xy + cu yy + (6.4) can be reduced by a transformation of coordinates to one of the Heat, Laplace or the Wave Equations. 6.2 Modeling and the derivation of PDE Mathematical modeling is the process of writing down an equation or a system of equations that describe a particular physical, chemical, biological, or economic system that we wish to understand at a more fundamental level and whose behavior we would like to predict and perhaps even control. Mathematical modeling is an art-form in which a loose set of tools are applied to arrive at a self-consistent model, which can give a faithful representation of the behavior of the target system - sometimes with startling results. Tools that are typically used to build mathematical models include: conservation principles and balance laws that must obviously govern the behavior of the system we are trying to describe, e.g. conservation of mass, fluid, chemicals, fruit flies or balance of linear momentum, Newton s Second and Third Laws of Mechanics. In this process it is very important to be very mindful of the dimensions of the variables that we define so that we do not commit the cardinal sin of adding apples to oranges. Dimensional analysis, rather than being a mere check for consistency, has evolved to an extremely useful sub-field of ODE and PDE that can be used to derive properties of certain solutions and even to identify special solutions that could not be obtained by other techniques. Other reality checks in the modeling process are obtained by ensuring that the model does not violate some very fundamental physical or economic principle - such as the second law of thermodynamics or the postulate of a liquid market. Modeling is an extremely broad topic, which arguably includes all of physics, physical chemistry, mathematical biology, and about which many books have been written. Therefore we will not have time to explore this topic in much detail in this course. We will, however, explore a few examples to illustrate the modeling process. One aspect of the remainder of this lecture to which you should pay particular attention is the way in which we can arrive at precisely the same equation in spite of the fact that we are considering completely different physical systems with very different meanings attached to the dependent and independent variables. Thus modeling is a tremendously

Introduction to Partial Differential Equations 3 unifying process, which can highlight the fundamental similarities between the behavior of seemingly disparate physical systems. In fact, we will only be studying three equations in this course! However, the richness of the diverse applications of these few equations is what makes Applied Mathematics so interesting. Indeed, it is the reason that Applied Mathematicians are in such high demand in almost every field of industry from: geoengineering, e.g., mining, extracting petroleum, geophysical prospecting; to every branch of engineering, e.g. to design more efficient circuits, medical devices and imaging techniques, or to designing safer aircraft. The focus of this course will be on what comes after the model has been built, i.e., given a mathematical model how do we find a solution? Given this emphasis you may be tempted to forget about the modeling aspect of the PDE you will find that you can derive much insight about the behavior of the solutions by keeping in mind the physical meaning behind the variables. For example, a simple thought experiment, with a mental picture of one of the physical systems to which a given PDE applies, can be used to check a solution that you have derived to see if it makes sense. 6.3 A one dimensional Conservation Law 6.3.1 Traffic flow on a highway Consider the traffic flow on a highway and let u(x, t) be the density of cars at x at time t. [u] = # of cars/unit length. (6.5) Let q(x, t) be the flux of cars at x at time t. [q] = # of cars/unit time. (6.6) q(x, t) q(x + x, t) # of cars u(x, t) x x x + x x Figure 1. Traffic flow along the x axis with density u(x, t) (cars/unit length) and flux q(x, t) (cars/second) at x & instant t. Now the change in the number of cars within the interval [x, x + x] is approximated by u x = {u(x, t + t) u(x, t)} x {q(x, t) q(x + x, t)} t (6.7) Now divide (6.7) by t x and let x 0 and t 0 and we obtain the following conservation law PDE: t + q = 0 (6.8) This limiting process is frequently referred to as taking the continuum limit. Observations This partial differential equation represents the conservation of a quantity u(x, y) that is subject to a flux q(x, t), which is why it is called a conservation law. Depending on the context and the definitions of u and q, the conservation law can be used to represent the following physical situations (among many) in which quantities are conserved:

4 conservation of cars conservation of heat conservation of chemicals. conservation of fluid. We observe that the conservation law relates the gradients of two distinct quantities u and q. In order to have enough information to solve for one of the variables, we need to provide another equation. This is sometimes provided by what is known as an equation of state in thermodynamics or a constitutive relation in continuum mechanics. For example, how does q change with u or its derivatives, i.e., q = q(u), q = q(x, t, u), or q = q(x, t, u, )? ct x x.............................. O x O x........................ Figure 2. The Galilean transformation of coordinates from x to x = x ct 6.3.2 Application: convection and the first order Wave Equation Assume that the flux of cars q increases linearly with the density of cars u, i.e., q = cu, c > 0, then it follows that t + c = 0 (6.9) But this is just a wave equation. To see this consider two coordinate systems Ox and O x. Assume that at time t = 0 the coordinate systems Ox and O x are coincident and that O x moves at a speed c relative to coordinate system Ox and directed toward increasing x. To make the situation more realistic assume that the moving coordinate system is attached to a wave whose shape is shown in figure 2 and that the red surfer is riding with the wave. We assume that there is a blue observer attached to the fixed coordinate system Ox. At time t = 0, since the two coordinate systems Ox and O x were coincident, the blue and red observers were at the same place. According to the surfer the functional form of the wave represented by the function f(x ) stays the same throughout the motion. We observe that the distance between the O and the vertical red line remains x throughout the motion, while the distance x from the centre O of the stationary coordinate system is related to x by the so-called Galilean Transformation: x = x ct (6.10)

Introduction to Partial Differential Equations 5 Thus according to the stationary observer, the functional form of the wave varies in space-time according to: f(x ) = f(x ct) (6.11) Motivated by this property of a wave/signal moving to the right at a constant speed c, we are led to consider the following guess for a solution to (6.9): We guess that u(x, t) = f(x ct) solves u t + cu x = 0 (6.12) Take derivatives u t = cf u x = f Therefore u t + cu x = cf + cf = 0, which implies u(x, t) = f(x ct) solves (6.9). Thus u t + cu x = 0 has solutions of the form u(x, t) = f(x ct) for any sufficiently differentiable f, each of which represents a right moving wave of a given shape. Observations and extensions: A judicious guess: Because (6.9) comprises a linear combination of a time derivative t and a spatial derivative, we might expect to find a solution of the form of an exponential of a linear function of x and t, since either derivative of such a function is in the form of a constant times the exponential. We therefore consider the trial solution of the form u(x, t) = e ikx+σt (6.13) Substituting (6.13) into (6.9) we obtain ( t + c ) e ikx+σt = {σ + ikc}e ikx+σt, (6.14) which is a solution of provided σ and k satisfy the following dispersion relation Thus we have obtained a special case of the solution derived in (6.12) σ = ikc (6.15) u(x, t) = g(x ct) = e ik(x ct) (6.16) Shocking - a nonlinear wave equation: What happens if q, instead of increasing linearly with u, can behave in a nonlinear way, i.e., q(u) = h(u), where h is some given function of u (6.17) Combining this with the conservation law (6.8)can be written in the form t + h (u) = 0 (6.18) We note that since the wave speed c h (u) can vary in space, it is possible for certain initial conditions and functions h to have the waves that initiate for more negative values of x to crash into waves that initiate for more positive values of x. This phenomenon is resolved in wave mechanics by the formation of a shock wave, which represents a special solution to this over-specified situation in which there are potentially multiple values of the solution at certain points in the domain. This is the same phenomenon that occurs with formation of supersonic shock waves by aircraft or by the cracking of a whip.

6 A left moving wave: What happens if q = cu? In this case t c = 0 (6.19) We leave it as an exercise to show, in a similar way to the procedure used for the right moving wave, that (6.19) has a solution that represents a left moving wave. The second order wave equation: Note that if we apply the left t c and right t + c moving wave operators in succession, we obtain ( t + c ) ( t c ) u(x, t) = 2 u t 2 c2 2 u = 0, (6.20) 2 which is the second order wave equation that has both left and right moving wave solutions (we will return to this later in the context of acoustic waves in a solid bar). 6.3.3 Application: the convection-diffusion equation Consider the traffic flowing down the highway as shown in figure 1 and assume that the flux q increases linearly with the car density u. Now assume some agency from the driver in which she responds to an increase in the density of traffic by decreasing her speed, which results in a decrease in the flux of cars locally. This situation can be represented by a flux function of the form q = cu D Combining (6.21) with (6.8) we obtain the convection-diffusion equation Observations: (6.21) t + c = D 2 u 2 (6.22) A second order parabolic PDE: Considering the highest derivatives that appear in each of the independent variables x and t we observe (from the chart at the beginning of this lecture) that the convection-diffusion is classified as a parabolic PDE. A moving coordinate system: Introduce the transformation u(x, t) = U(ξ, t), where ξ = x ct and show that U(ξ, t) satisfies the diffusion equation U t = DU ξξ. Can you interpret the removal of the convection term physically? The dispersion relation and stability: Consider solutions of (6.22) of the form u(x, t) = e ikx+σt. Determine the associated dispersion relation σ = σ(k). Using the dispersion relation determine if the solution stable when D > 0 or when D < 0?