Introduction to Partial Differential Equation - I. Quick overview

Similar documents
MAE502/MSE502 Partial Differential Equations in Engineering. Spring 2012 Mon/Wed 5:00-6:15 PM

MAE/MSE502 Partial Differential Equations in Engineering. Spring 2019 Mon/Wed 6:00-7:15 PM Classroom: CAVC 101

Separation of variables

1. Differential Equations (ODE and PDE)

INTRODUCTION TO PDEs

Fundamental Solutions and Green s functions. Simulation Methods in Acoustics

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

BOUNDARY-VALUE PROBLEMS IN RECTANGULAR COORDINATES

Chapter 12 Partial Differential Equations

Introduction to multiscale modeling and simulation. Explicit methods for ODEs : forward Euler. y n+1 = y n + tf(y n ) dy dt = f(y), y(0) = y 0

Dispersion relations, linearization and linearized dynamics in PDE models

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

Introduction to Computational Fluid Dynamics

Zhi Long Liu, Daniel Shen. Instructor: Alex Bayen

Boundary-value Problems in Rectangular Coordinates

18 Green s function for the Poisson equation

CLASSIFICATION AND PRINCIPLE OF SUPERPOSITION FOR SECOND ORDER LINEAR PDE

gate information is to determine how a signal is propagated in a special 2). Think of this signal as being a bit of information.

Differential equations, comprehensive exam topics and sample questions

ENGI 4430 PDEs - d Alembert Solutions Page 11.01

Classification of partial differential equations and their solution characteristics

Dispersion relations, stability and linearization

Diffusion - The Heat Equation

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

Existence Theory: Green s Functions

Numerical Methods for PDEs

MATH 124A Solution Key HW 05

CHAPTER 4. Introduction to the. Heat Conduction Model

PDEs, part 3: Hyperbolic PDEs

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

M.Sc. in Meteorology. Numerical Weather Prediction

Chapter 3 Second Order Linear Equations

Lecture 7. Heat Conduction. BENG 221: Mathematical Methods in Bioengineering. References

2.29 Numerical Fluid Mechanics Spring 2015 Lecture 13

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

Lucio Demeio Dipartimento di Ingegneria Industriale e delle Scienze Matematiche

Introduction to Partial Differential Equations

Mathématiques appliquées (MATH0504-1) B. Dewals, Ch. Geuzaine

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

Spotlight on Laplace s Equation

An Introduction to Partial Differential Equations

MATH 425, FINAL EXAM SOLUTIONS

PDE and Boundary-Value Problems Winter Term 2014/2015

Introduction to Partial Differential Equations

Hyperbolic PDEs. Chapter 6

(The) Three Linear Partial Differential Equations

Math 46, Applied Math (Spring 2009): Final

UNIVERSITY of LIMERICK OLLSCOIL LUIMNIGH

Random walks. Marc R. Roussel Department of Chemistry and Biochemistry University of Lethbridge. March 18, 2009

are harmonic functions so by superposition

Math 127: Course Summary

Question 9: PDEs Given the function f(x, y), consider the problem: = f(x, y) 2 y2 for 0 < x < 1 and 0 < x < 1. x 2 u. u(x, 0) = u(x, 1) = 0 for 0 x 1

Partial differential equations

17 Source Problems for Heat and Wave IB- VPs

Separation of Variables. A. Three Famous PDE s

Lecture 3 Partial Differential Equations

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01

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

Introduction of Partial Differential Equations and Boundary Value Problems

Partial Differential Equations

Diffusion / Parabolic Equations. PHY 688: Numerical Methods for (Astro)Physics

Lecture Introduction

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

Math background. Physics. Simulation. Related phenomena. Frontiers in graphics. Rigid fluids

BENG 221 Mathematical Methods in Bioengineering. Fall 2017 Midterm

The 1-D Heat Equation

MATH3203 Lecture 1 Mathematical Modelling and ODEs

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.

14 Separation of Variables Method

MA Chapter 10 practice

THE WAVE EQUATION. F = T (x, t) j + T (x + x, t) j = T (sin(θ(x, t)) + sin(θ(x + x, t)))

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

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

Elements of Matlab and Simulink Lecture 7

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

An Introduction to Numerical Methods for Differential Equations. Janet Peterson

Math 124A October 11, 2011

A generalized method for advective-diffusive computations in engineering

PDE and Boundary-Value Problems Winter Term 2014/2015

Fundamental Solution

Rigid Body Motion in a Special Lorentz Gas

Figure 1: Surface waves

Starting from Heat Equation

5. Advection and Diffusion of an Instantaneous, Point Source

Introduction to Partial Differential Equations

First order wave equations. Transport equation is conservation law with J = cu, u t + cu x = 0, < x <.

Method of Separation of Variables

1.1 The classical partial differential equations

Diffusion with particle accounting

The second-order 1D wave equation

Advanced Partial Differential Equations with Applications

Final: Solutions Math 118A, Fall 2013

The Finite Difference Method

Introduction to the Wave Equation

MATH 220 solution to homework 5

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

Staple or bind all pages together. DO NOT dog ear pages as a method to bind.

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

Heat Conduction in semi-infinite Slab

APPLIED PARTIM DIFFERENTIAL EQUATIONS with Fourier Series and Boundary Value Problems

Transcription:

Introduction to Partial Differential Equation - I. Quick overview To help explain the correspondence between a PDE and a real world phenomenon, we will use t to denote time and (x, y, z) to denote the 3 spatial coordinates Some "classical" linear PDEs u Heat (or diffusion) equation: t = u, describes the diffusion of temperature or the density of a x chemical constituent from an initially concentrated distribution (e.g., a "hot spot" on a metal rod, or a speck of pollutant in the open air) A typical solution (when the initial distribution of u is a "spike"): (Exercise: Verify that this solution does satisfy the original equation) u x, t = 1 t exp x 4 t The figure in next page shows this solution at a few different times. As time increases, u(x) becomes broader, its maximum decreases, but its "center of mass" does not move. These features characterize a "diffusion process".

Solution of the heat equation at different times. The three curves are u(x, 1), u(x, 3), and u(x,10) (How this solution is obtained is beyond the scope of this course - not to worry about the detail.)

u Linear advection equation: t = c u, describes the constant movement of an initial distribution x of u with a "speed" of c along the x-axis. The distribution moves while preserving its shape. A typical solution: u(x, t) = F(η), η x+ct ; F can be any function that depends only on x+ct. (Exercise: Verify that this is indeed a solution of the original equation.) The following figure illustrate the behavior of the solution with c = 1. The initial condition, u(x, t = 0), is a "top hat" structure. At later times, this structure moves to the left with a "speed" of δx/δt = 1 while preserving its shape. (The δx and δt here are the increments in space and time in the following diagrams.) The 3 panels are u(x, 0), u(x, 1), and u(x, )

Linear wave equation: u t = c u x, describes wave motion For example, a simple traveling sinusoidal structure, u(x, t) = sin(x + ct), as illustrated below, is a solution of the equation. (While at this level the solution is similar to that of the linear advection equation, more interesting behavior would emerge when we consider the superposition of different sinusoidal "modes", and when we introduce more interesting boundary conditions for the two equations. We will skip this detail.)

Boundary conditions (I) In the three examples discussed above, we have not emphasized the role of boundary conditions. The simple solutions of the heat equation and linear advection equation are valid for the unbounded domain in < x < and "semi-infinite" domain in t, t 0, and under the boundary condition that u is well-behaved (e.g., decays to zero) as x and x. A PDE that is defined on the semi-infinite domain in time is often called an "evolution equation", which is to be solved with a given initial state, u(x, 0) = G(x). The following diagram illustrate the domain for a PDE defined on < x < and t 0. Note that the prescribed initial state provides the "boundary condition" at the "wall", t = 0, of the domain.

Boundary conditions (II) In real world applications, the heat equation is often defined on a finite interval in x, a x b (consider the problem of describing the temperature distribution on a finite metal rod), and a semi-infinite domain in t as before. The following diagram illustrates the domain for the PDE in this case. In addition to the boundary condition at t = 0, u(x,0) = G(x), two more b.c. are needed at x = a and x = b for all t. They can be written as u(a, t) = P(t) and u(b, t) = Q(t). Note that G(x) itself has to satisfy the boundary conditions of G(a) = P(0) and G(b) = Q(0). The prescription of P(t), Q(t) and G(x) on the three "walls" of the domain is necessary for solving the PDE.

Boundary conditions (III), and Laplace equation There are yet situations when the PDE may be defined on a closed domain. A famous example is the u Laplace equation: x u y = 0. (It belongs to the more general class of elliptic equations.) The closed domain is illustrated in the following. In this case, boundary conditions need to be specified at all of the four walls. Different types of PDEs often need to be matched with different types of boundary conditions in order for their solutions to exist and be unique.

Heat equation in two- and three-dimensions: u t = u x u (-D) y u t = u x u y u (3-D) z The behavior of the solutions of these equations is similar to that of the 1-D heat equation. An initially concentrated distribution in u will spread in space and become more smooth as t increases. For the -D case and for a closed domain with u specified on the "walls", the solution may reach "equilibrium" as t. At this limit, u ceases to change further so u/ t 0. Then, the -D heat equation is reduced to the -D Laplace equation discussed before. In other words, the Laplace equation describes the equiribrium solution (or "steady state solution") of the -D heat diffusion problem.