LINEAR SECOND-ORDER EQUATIONS

Size: px
Start display at page:

Download "LINEAR SECOND-ORDER EQUATIONS"

Transcription

1 LINEAR SECON-ORER EQUATIONS Classification In two independent variables x and y, the general form is Au xx + 2Bu xy + Cu yy + u x + Eu y + Fu + G = 0. The coefficients are continuous functions of (x, y) in Ω. We will use the 1-1 transformation ξ = ξ(x, y), η = η(x, y) to transform the equation to one of three canonical forms determined by the sign of the discriminant B 2 AC. With w(ξ, η) = u(x(ξ, η), y(ξ, η)), the transformed equation takes the form aw ξξ + 2bw ξη + cw ηη + dw ξ + ew η + fw + g = 0, in which a = Aξ 2 x + 2Bξ x ξ y + Cξ 2 y, c = Aη 2 x + 2Bη x η y + Cη 2 y, and b = Aξ x η x + B(ξ x η y + ξ y η x ) + Cξ y η y. An important connection between the coefficients is b 2 ac = (B 2 AC)J 2 where J = ξ x η y ξ y η x ( = 0 in Ω) is the Jacobian of the 1-1 transformation. The sign of the discriminant is thus an invariant of the transformation. 1

2 The pde is classified according to the sign of the discriminant as following: (1) hyperbolic if B 2 AC > 0, canonical form u ξη +... = 0, (2) parabolic if B 2 AC = 0, canonical form u ξξ +... = 0, (3) elliptic if B 2 AC < 0, canonical form u ξξ + u ηη +... = 0, where... stands for terms containing at most first-order partials. The hyperbolic type To turn the equation into the canonical hyperbolic form, it is necessary to choose ξ and η that make the coefficients a and c both zero. A and C are not simultaneously zero or the equation is already in canonical form. Suppose A is not zero, then a is zero if one of the following equations is satisfied: ξ x + m ± ξ y = 0 roots are -m ± where m ± = (B ± B 2 AC)/A are two different real-value functions. The same equations, applied to η, can also make c = 0. One can pick either one of these equations for ξ and the another one for η. Therefore, there are two characteristic equations dy dx = m ± 2

3 that describe two families of characteristics. In terms of ξ and η, the canonical hyperbolic equation u ξη +... = 0 can be obtained. An alternate canonical form With ξ = ξ + η, η = ξ η, the canonical form of the hyperbolic type can be transformed to an alternate form: u ξ ξ u η η +... = 0. The simplest hyperbolic equation The equation u ξη = 0 has the general solution u = f(ξ) + g(η) where f, g are arbitrary differentiable functions. Solve u xx + 2u xy 3u yy = 0. u = f(y 3x) + g(y + x) Equation containing an inhomogeneous term Consider u ξη = h(ξ, η). The general solution is u = ( hdη ) dξ + f(ξ) + g(η) where f, g are arbitrary differentiable functions. 3

4 The parabolic type Suppose the discriminant B 2 AC = 0 in Ω, there is only one characteristic equation η x + B A η y = 0 (or dy/dx = B/A) which makes c = 0. As B 2 AC = 0 B/A = C/B Bη x + Cη y Aη x + Bη y = 0, b = (Aη x + Bη y )ξ x + (Bη x + Cη y )ξ y = 0. Thus, the equation can be written as u ξξ +... = 0. Note that as long as the Jacobian of the transformation is non-zero, ξ can be quite arbitrarily chosen. We normally adopt the simple choice ξ = x. Solve u xx + 4u xy + 4u yy = 0 η = y 2x, ξ = x, u = xf(y 2x) + g(y 2x) The elliptic type As B 2 AC < 0, there are no characteristics. While a general approach to reduce the equation is in principle possible, it can be cumbersome. We ll proceed by considering only cases with constant coefficients. 4

5 Equation with constant coefficients In such a case, conversion to canonical form can follow a simple procedure. Suppose that A 0 so that the equation can be divided throughout by A. (1) hyperbolic case Completing square gives ( x + B A y) 2 u ( A y) 2 u +... = 0 where = B 2 AC is the discriminant. By setting ξ = x + B A y and η = A y, the pde can be converted to the canonical form: Since u ξξ u ηη +... = 0. ξ = x ξ x + y ξ y and η = x η x + y η y, comparison of coefficients yields x y = 1, ξ ξ = B A, x y = 0, and η η = A. The transformation equations can be chosen as x = ξ and y = B A ξ + A η. 5

6 (2) parabolic case Rewrite the equation in the form: u ξξ ( A )2 u ηη +... = 0. As = 0, there is no constraint on x η and y η. Setting them to 0 and 1 respectively produce the transformation x = ξ, y = B ξ + η. The resultant equation is A u ξξ +... = 0. (3) elliptic case Use the transformation: x = ξ, y = B A ξ + η to get A u ξξ + u ηη +... = 0. Find a transformation to transform the equation to its canonical form. u xx + 2u xy + 3u yy + 4u = 0 ξ = x, η = (y x)/ 2 The second-order Cauchy problem Let Γ be a curve on which the values of u and its derivative u n in the direction normal to Γ are given. It is possible to find a unique solution if Γ is non-characteristic. The 6

7 Cauchy-Kowaleski theorem states that a unique solution exists in a neighborhood of a point of Γ if the coefficients of the pde, the functions specifying the solution and its normal derivative along Γ are analytic (possess power series expansions). Consider the following pde with the Cauchy data defined on the x-axis. u xx + u yy = 0 u(x, 0) = φ(x), u y (x, 0) = ψ(x) Use the pde and the Cauchy data to calculate the first few terms of the Taylor expansion of u about (x, 0): u(x, y) = u(x, 0) + u y (x, 0)y + 1 2! u yy(x, 0)y ! u yyy(x, 0)y ! u yyyy(x, 0)y u(x,y) = φ + ψy 1 2! φ y 2 1 3! ψ y ! φ(4) y The Cauchy-Kowalewski theorem is a local existence theorem. It only asserts that a solution exists in a neighborhood of the point, not in all space. A peculiar feature of the theorem is that the type of the differential equation (wether it is hyperbolic, parabolic, or elliptic) is irrelevant. Problem Set 2 7

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

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

Strauss PDEs 2e: Section Exercise 1 Page 1 of 6 Strauss PDEs e: Setion.1 - Exerise 1 Page 1 of 6 Exerise 1 Solve u tt = u xx, u(x, 0) = e x, u t (x, 0) = sin x. Solution Solution by Operator Fatorization By fatoring the wave equation and making a substitution,

More information

Classification of Second order PDEs

Classification of Second order PDEs Chapter 3 Classification of Second order PDEs This chapter deals with a finer classification of second order quasilinear PDEs, as compared to Chapter 1. In Section 3.1, we present a formal procedure to

More information

LECTURE NOTES IN PARTIAL DIFFERENTIAL EQUATIONS. Fourth Edition, February by Tadeusz STYŠ. University of Botswana

LECTURE NOTES IN PARTIAL DIFFERENTIAL EQUATIONS. Fourth Edition, February by Tadeusz STYŠ. University of Botswana i LECTURE NOTES IN PARTIAL DIFFERENTIAL EQUATIONS Fourth Edition, February 2011 by Tadeusz STYŠ University of Botswana ii Contents 1 Solution of Partial Differential Equations 1 1.1 The General Solution

More information

Department of mathematics MA201 Mathematics III

Department of mathematics MA201 Mathematics III Department of mathematics MA201 Mathematics III Academic Year 2015-2016 Model Solutions: Quiz-II (Set - B) 1. Obtain the bilinear transformation which maps the points z 0, 1, onto the points w i, 1, i

More information

Extra Problems and Examples

Extra Problems and Examples Extra Problems and Examples Steven Bellenot October 11, 2007 1 Separation of Variables Find the solution u(x, y) to the following equations by separating variables. 1. u x + u y = 0 2. u x u y = 0 answer:

More information

Math 342 Partial Differential Equations «Viktor Grigoryan

Math 342 Partial Differential Equations «Viktor Grigoryan Math 342 Partial Differential Equations «Viktor Grigoryan 15 Heat with a source So far we considered homogeneous wave and heat equations and the associated initial value problems on the whole line, as

More information

Reading: P1-P20 of Durran, Chapter 1 of Lapidus and Pinder (Numerical solution of Partial Differential Equations in Science and Engineering)

Reading: P1-P20 of Durran, Chapter 1 of Lapidus and Pinder (Numerical solution of Partial Differential Equations in Science and Engineering) Chapter 1. Partial Differential Equations Reading: P1-P0 of Durran, Chapter 1 of Lapidus and Pinder (Numerical solution of Partial Differential Equations in Science and Engineering) Before even looking

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

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

Math 124A October 11, 2011

Math 124A October 11, 2011 Math 14A October 11, 11 Viktor Grigoryan 6 Wave equation: solution In this lecture we will solve the wave equation on the entire real line x R. This corresponds to a string of infinite length. Although

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

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

Strauss PDEs 2e: Section Exercise 3 Page 1 of 13. u tt c 2 u xx = cos x. ( 2 t c 2 2 x)u = cos x. v = ( t c x )u

Strauss PDEs 2e: Section Exercise 3 Page 1 of 13. u tt c 2 u xx = cos x. ( 2 t c 2 2 x)u = cos x. v = ( t c x )u Strauss PDEs e: Setion 3.4 - Exerise 3 Page 1 of 13 Exerise 3 Solve u tt = u xx + os x, u(x, ) = sin x, u t (x, ) = 1 + x. Solution Solution by Operator Fatorization Bring u xx to the other side. Write

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

2. Method of Characteristics

2. Method of Characteristics 2. Method of Characteristics In this section we explore the method of characteristics when applied to linear and nonlinear equations of order one and above. 2.1. Method of characteristics for first order

More information

MATH443 PARTIAL DIFFERENTIAL EQUATIONS Second Midterm Exam-Solutions. December 6, 2017, Wednesday 10:40-12:30, SA-Z02

MATH443 PARTIAL DIFFERENTIAL EQUATIONS Second Midterm Exam-Solutions. December 6, 2017, Wednesday 10:40-12:30, SA-Z02 1 MATH443 PARTIAL DIFFERENTIAL EQUATIONS Second Midterm Exam-Solutions December 6 2017 Wednesday 10:40-12:30 SA-Z02 QUESTIONS: Solve any four of the following five problems [25]1. Solve the initial and

More information

(1) u (t) = f(t, u(t)), 0 t a.

(1) u (t) = f(t, u(t)), 0 t a. I. Introduction 1. Ordinary Differential Equations. In most introductions to ordinary differential equations one learns a variety of methods for certain classes of equations, but the issues of existence

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

PARTIAL DIFFERENTIAL EQUATIONS MA 3132 LECTURE NOTES

PARTIAL DIFFERENTIAL EQUATIONS MA 3132 LECTURE NOTES PARTIAL DIFFERENTIAL EQUATIONS MA 313 LECTURE NOTES B. Neta Department of Mathematics Naval Postgraduate School Code MA/Nd Monterey, California 93943 October 1, c 1996 - Professor Beny Neta 1 Contents

More information

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

MA 201: Partial Differential Equations D Alembert s Solution Lecture - 7 MA 201 (2016), PDE 1 / 20 MA 201: Partial Differential Equations D Alembert s Solution Lecture - 7 MA 201 (2016), PDE 1 / 20 MA 201 (2016), PDE 2 / 20 Vibrating string and the wave equation Consider a stretched string of length

More information

Homework 3 solutions Math 136 Gyu Eun Lee 2016 April 15. R = b a

Homework 3 solutions Math 136 Gyu Eun Lee 2016 April 15. R = b a Homework 3 solutions Math 136 Gyu Eun Lee 2016 April 15 A problem may have more than one valid method of solution. Here we present just one. Arbitrary functions are assumed to have whatever regularity

More information

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

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

More information

Math 220A - Fall 2002 Homework 5 Solutions

Math 220A - Fall 2002 Homework 5 Solutions Math 0A - Fall 00 Homework 5 Solutions. Consider the initial-value problem for the hyperbolic equation u tt + u xt 0u xx 0 < x 0 u t (x, 0) ψ(x). Use energy methods to show that the domain of dependence

More information

Hyperbolic PDEs. Chapter 6

Hyperbolic PDEs. Chapter 6 Chapter 6 Hyperbolic PDEs In this chapter we will prove existence, uniqueness, and continuous dependence of solutions to hyperbolic PDEs in a variety of domains. To get a feel for what we might expect,

More information

Waves and characteristics: Overview 5-1

Waves and characteristics: Overview 5-1 Waves and characteristics: Overview 5-1 Chapter 5: Waves and characteristics Overview Physics and accounting: use example of sound waves to illustrate method of linearization and counting of variables

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

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

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

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

Math 342 Partial Differential Equations «Viktor Grigoryan

Math 342 Partial Differential Equations «Viktor Grigoryan Math 342 Partial Differential Equations «Viktor Grigoryan 6 Wave equation: solution In this lecture we will solve the wave equation on the entire real line x R. This correspons to a string of infinite

More information

The double layer potential

The double layer potential The double layer potential In this project, our goal is to explain how the Dirichlet problem for a linear elliptic partial differential equation can be converted into an integral equation by representing

More information

Elliptic Problems for Pseudo Differential Equations in a Polyhedral Cone

Elliptic Problems for Pseudo Differential Equations in a Polyhedral Cone Advances in Dynamical Systems and Applications ISSN 0973-5321, Volume 9, Number 2, pp. 227 237 (2014) http://campus.mst.edu/adsa Elliptic Problems for Pseudo Differential Equations in a Polyhedral Cone

More information

New Symmetries and Particular Solutions for 2D Black-Scholes Model

New Symmetries and Particular Solutions for 2D Black-Scholes Model New Symmetries and Particular Solutions for D Black-Scholes Model R. Cimpoiasu University of Craiova, 3 A.I.Cuza, 00585 Craiova, ROMANIA R. Constantinescu University of Craiova, 3 A.I.Cuza, 00585 Craiova,

More information

First Order Partial Differential Equations: a simple approach for beginners

First Order Partial Differential Equations: a simple approach for beginners First Order Partial Differential Equations: a simple approach for beginners Phoolan Prasad Department of Mathematics Indian Institute of Science, Bangalore 560 012 E-mail: prasad@math.iisc.ernet.in URL:

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) Key Concepts Current Semester 1 / 25 Introduction The purpose of this section is to define

More information

Numerical Integration of Linear and Nonlinear Wave Equations

Numerical Integration of Linear and Nonlinear Wave Equations University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Dissertations, Theses, and Student Research Papers in Mathematics Mathematics, Department of 12-2004 Numerical Integration

More information

FOURIER METHODS AND DISTRIBUTIONS: SOLUTIONS

FOURIER METHODS AND DISTRIBUTIONS: SOLUTIONS Centre for Mathematical Sciences Mathematics, Faculty of Science FOURIER METHODS AND DISTRIBUTIONS: SOLUTIONS. We make the Ansatz u(x, y) = ϕ(x)ψ(y) and look for a solution which satisfies the boundary

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

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

MATH 131P: PRACTICE FINAL SOLUTIONS DECEMBER 12, 2012

MATH 131P: PRACTICE FINAL SOLUTIONS DECEMBER 12, 2012 MATH 3P: PRACTICE FINAL SOLUTIONS DECEMBER, This is a closed ook, closed notes, no calculators/computers exam. There are 6 prolems. Write your solutions to Prolems -3 in lue ook #, and your solutions to

More information

Lecture No 1 Introduction to Diffusion equations The heat equat

Lecture No 1 Introduction to Diffusion equations The heat equat Lecture No 1 Introduction to Diffusion equations The heat equation Columbia University IAS summer program June, 2009 Outline of the lectures We will discuss some basic models of diffusion equations and

More information

ANALYTICAL METHOD FOR SOLVING THE ONE-DIMENSIONAL WAVE EQUATION WITH MOVING BOUNDARY

ANALYTICAL METHOD FOR SOLVING THE ONE-DIMENSIONAL WAVE EQUATION WITH MOVING BOUNDARY Progress In Electromagnetics Research, PIER 20, 63 73, 1998 ANALYTICAL METHOD FOR SOLVING THE ONE-DIMENSIONAL WAVE EQUATION WITH MOVING BOUNDARY L. Gaffour Ecole National Superieure De Physique De Strasbourg

More information

Summer 2017 MATH Solution to Exercise 5

Summer 2017 MATH Solution to Exercise 5 Summer 07 MATH00 Solution to Exercise 5. Find the partial derivatives of the following functions: (a (xy 5z/( + x, (b x/ x + y, (c arctan y/x, (d log((t + 3 + ts, (e sin(xy z 3, (f x α, x = (x,, x n. (a

More information

u xx + u yy = 0. (5.1)

u xx + u yy = 0. (5.1) Chapter 5 Laplace Equation The following equation is called Laplace equation in two independent variables x, y: The non-homogeneous problem u xx + u yy =. (5.1) u xx + u yy = F, (5.) where F is a function

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

Numerical Solutions to Partial Differential Equations

Numerical Solutions to Partial Differential Equations Numerical Solutions to Partial Differential Equations Zhiping Li LMAM and School of Mathematical Sciences Peking University Introduction to Hyperbolic Equations The Hyperbolic Equations n-d 1st Order Linear

More information

Grid Generation and Applications

Grid Generation and Applications Grid Generation and Applications Acoustic Scattering from Arbitrary Shape Obstacles.5 Fictitous infinite boundary.5 C.5.5 Ω δ.5.5.5.5 Boundary Value Problem: Acoustic Scattering (p sc ) tt = c p sc, x

More information

Partial Differential Equations

Partial Differential Equations Part II Partial Differential Equations Year 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2015 Paper 4, Section II 29E Partial Differential Equations 72 (a) Show that the Cauchy problem for u(x,

More information

Numerical Continuation and Normal Form Analysis of Limit Cycle Bifurcations without Computing Poincaré Maps

Numerical Continuation and Normal Form Analysis of Limit Cycle Bifurcations without Computing Poincaré Maps Numerical Continuation and Normal Form Analysis of Limit Cycle Bifurcations without Computing Poincaré Maps Yuri A. Kuznetsov joint work with W. Govaerts, A. Dhooge(Gent), and E. Doedel (Montreal) LCBIF

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

MATH 220: Problem Set 3 Solutions

MATH 220: Problem Set 3 Solutions MATH 220: Problem Set 3 Solutions Problem 1. Let ψ C() be given by: 0, x < 1, 1 + x, 1 < x < 0, ψ(x) = 1 x, 0 < x < 1, 0, x > 1, so that it verifies ψ 0, ψ(x) = 0 if x 1 and ψ(x)dx = 1. Consider (ψ j )

More information

Week 2: First Order Semi-Linear PDEs

Week 2: First Order Semi-Linear PDEs Week 2: First Order Semi-Linear PDEs Introction We want to find a formal solution to the first order semilinear PDEs of the form a(, y)u + b(, y)u y = c(, y, u). Using a change of variables corresponding

More information

UNIVERSITY of LIMERICK OLLSCOIL LUIMNIGH

UNIVERSITY of LIMERICK OLLSCOIL LUIMNIGH UNIVERSITY of LIMERICK OLLSCOIL LUIMNIGH Faculty of Science and Engineering Department of Mathematics and Statistics END OF SEMESTER ASSESSMENT PAPER MODULE CODE: MA4006 SEMESTER: Spring 2011 MODULE TITLE:

More information

Lesson 41. where the linear operator x xy y. to enforce the one to one correspondence of this transformation, we assume

Lesson 41. where the linear operator x xy y. to enforce the one to one correspondence of this transformation, we assume Modle 4: Partial Differential Eqations Lesson 4 Classification of emi-linear nd order Partial Differential Eqations 4. Classification of nd order Partial Differential Eqations: Parabolic Hyperbolic Elliptic

More information

MATH 220: MIDTERM OCTOBER 29, 2015

MATH 220: MIDTERM OCTOBER 29, 2015 MATH 22: MIDTERM OCTOBER 29, 25 This is a closed book, closed notes, no electronic devices exam. There are 5 problems. Solve Problems -3 and one of Problems 4 and 5. Write your solutions to problems and

More information

Propagation of discontinuities in solutions of First Order Partial Differential Equations

Propagation of discontinuities in solutions of First Order Partial Differential Equations Propagation of discontinuities in solutions of First Order Partial Differential Equations Phoolan Prasad Department of Mathematics Indian Institute of Science, Bangalore 560 012 E-mail: prasad@math.iisc.ernet.in

More information

Lie Theory of Differential Equations and Computer Algebra

Lie Theory of Differential Equations and Computer Algebra Seminar Sophus Lie 1 (1991) 83 91 Lie Theory of Differential Equations and Computer Algebra Günter Czichowski Introduction The aim of this contribution is to show the possibilities for solving ordinary

More information

1 Quasi-Linear Equations and the Cauchy Kowalewski Theorem

1 Quasi-Linear Equations and the Cauchy Kowalewski Theorem Quasi-Linear Equations and the Cauchy Kowalewski Theorem Quasi-Linear Second-Order Equations in Two Variables Let (x, y) denote the variables in R 2, and consider the quasi-linear equation Au xx +2Bu xy

More information

Math512 PDE Homework 2

Math512 PDE Homework 2 Math51 PDE Homework October 11, 009 Exercise 1.3. Solve u = xu x +yu y +(u x+y y/ = 0 with initial conditon u(x, 0 = 1 x. Proof. In this case, we have F = xp + yq + (p + q / z = 0 and Γ parameterized as

More information

Partial Differential Equations, Winter 2015

Partial Differential Equations, Winter 2015 Partial Differential Equations, Winter 215 Homework #2 Due: Thursday, February 12th, 215 1. (Chapter 2.1) Solve u xx + u xt 2u tt =, u(x, ) = φ(x), u t (x, ) = ψ(x). Hint: Factor the operator as we did

More information

Lucio Demeio Dipartimento di Ingegneria Industriale e delle Scienze Matematiche

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

More information

Sobolev Spaces. Chapter 10

Sobolev Spaces. Chapter 10 Chapter 1 Sobolev Spaces We now define spaces H 1,p (R n ), known as Sobolev spaces. For u to belong to H 1,p (R n ), we require that u L p (R n ) and that u have weak derivatives of first order in L p

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

Generalized evolutionary equations and their invariant solutions

Generalized evolutionary equations and their invariant solutions Generalized evolutionary equations and their invariant solutions Rodica Cimpoiasu, Radu Constantinescu University of Craiova, 13 A.I.Cuza Street, 200585 Craiova, Dolj, Romania Abstract The paper appplies

More information

Chapter 6. Partial Differential Equations. 6.1 Introduction

Chapter 6. Partial Differential Equations. 6.1 Introduction Chapter 6 Partial Differential Equations 6.1 Introduction Let R denote the real numbers, C the complex numbers, and n-dimensional Euclidean space is denoted by R n with points denoted by x (or sometimes

More information

Grid Generation and Applications

Grid Generation and Applications Department of Mathematics Vianey Villamizar Math 511 Grid Generation and Applications Villamizar Vianey Colloquium 2004 BYU Department of Mathematics Transformation of a Simply Connected Domain η Prototypical

More information

Applied Math Qualifying Exam 11 October Instructions: Work 2 out of 3 problems in each of the 3 parts for a total of 6 problems.

Applied Math Qualifying Exam 11 October Instructions: Work 2 out of 3 problems in each of the 3 parts for a total of 6 problems. Printed Name: Signature: Applied Math Qualifying Exam 11 October 2014 Instructions: Work 2 out of 3 problems in each of the 3 parts for a total of 6 problems. 2 Part 1 (1) Let Ω be an open subset of R

More information

Optimal Transportation. Nonlinear Partial Differential Equations

Optimal Transportation. Nonlinear Partial Differential Equations Optimal Transportation and Nonlinear Partial Differential Equations Neil S. Trudinger Centre of Mathematics and its Applications Australian National University 26th Brazilian Mathematical Colloquium 2007

More information

On a class of second-order PDEs admitting partner symmetries

On a class of second-order PDEs admitting partner symmetries On a class of second-order PDEs admitting partner symmetries M. B. Sheftel 1,2 and A. A. Malykh 2 arxiv:0904.2909v2 math-ph] 28 Jul 2009 1 Department of Physics, Boğaziçi University 34342 Bebek, Istanbul,

More information

A non-local problem with integral conditions for hyperbolic equations

A non-local problem with integral conditions for hyperbolic equations Electronic Journal of Differential Equations, Vol. 1999(1999), No. 45, pp. 1 6. ISSN: 17-6691. URL: http://ejde.math.swt.edu or http://ejde.math.unt.edu ftp ejde.math.swt.edu ftp ejde.math.unt.edu (login:

More information

Symmetry Reductions of (2+1) dimensional Equal Width. Wave Equation

Symmetry Reductions of (2+1) dimensional Equal Width. Wave Equation Authors: Symmetry Reductions of (2+1) dimensional Equal Width 1. Dr. S. Padmasekaran Wave Equation Asst. Professor, Department of Mathematics Periyar University, Salem 2. M.G. RANI Periyar University,

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

5CCM211A & 6CCM211B Partial Differential Equations and Complex Variables

5CCM211A & 6CCM211B Partial Differential Equations and Complex Variables 5CCM211A & 6CCM211B Partial Differential Equations and Complex Variables These are slightly edited lecture notes by Simon Scott 1 Preliminary ideas on PDEs Partial differential equations (PDEs are fundamental

More information

A review of stability and dynamical behaviors of differential equations:

A review of stability and dynamical behaviors of differential equations: A review of stability and dynamical behaviors of differential equations: scalar ODE: u t = f(u), system of ODEs: u t = f(u, v), v t = g(u, v), reaction-diffusion equation: u t = D u + f(u), x Ω, with boundary

More information

HUYGENS PRINCIPLE FOR THE DIRICHLET BOUNDARY VALUE PROBLEM FOR THE WAVE EQUATION

HUYGENS PRINCIPLE FOR THE DIRICHLET BOUNDARY VALUE PROBLEM FOR THE WAVE EQUATION Scientiae Mathematicae Japonicae Online, e-24, 419 426 419 HUYGENS PRINCIPLE FOR THE DIRICHLET BOUNDARY VALUE PROBLEM FOR THE WAVE EQUATION KOICHI YURA Received June 16, 24 Abstract. We prove Huygens principle

More information

Solving linear and nonlinear partial differential equations by the method of characteristics

Solving linear and nonlinear partial differential equations by the method of characteristics Chapter IV Solving linear and nonlinear partial differential equations by the method of characteristics Chapter III has brought to light the notion of characteristic curves and their significance in the

More information

PDE (Math 4163) Spring 2016

PDE (Math 4163) Spring 2016 PDE (Math 4163) Spring 2016 Some historical notes. PDE arose in the context of the development of models in the physics of continuous media, e.g. vibrating strings, elasticity, the Newtonian gravitational

More information

ECONOMETRIC AND GEOMETRIC ANALYSIS OF COBB-DOUGLAS AND CES PRODUCTION FUNCTIONS

ECONOMETRIC AND GEOMETRIC ANALYSIS OF COBB-DOUGLAS AND CES PRODUCTION FUNCTIONS ECONOMETRIC AND GEOMETRIC ANALYSIS OF COBB-DOUGLAS AND CES PRODUCTION FUNCTIONS M. Zakhirov M. Ulugbek National University of Uzbekistan Abstract Due to the fact that the sign of mixed second order partial

More information

Final: Solutions Math 118A, Fall 2013

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

More information

ISSN: [Engida* et al., 6(4): April, 2017] Impact Factor: 4.116

ISSN: [Engida* et al., 6(4): April, 2017] Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY ELLIPTICITY, HYPOELLIPTICITY AND PARTIAL HYPOELLIPTICITY OF DIFFERENTIAL OPERATORS Temesgen Engida*, Dr.Vishwajeet S. Goswami

More information

Green s Functions and Distributions

Green s Functions and Distributions CHAPTER 9 Green s Functions and Distributions 9.1. Boundary Value Problems We would like to study, and solve if possible, boundary value problems such as the following: (1.1) u = f in U u = g on U, where

More information

Applied Mathematics Masters Examination Fall 2016, August 18, 1 4 pm.

Applied Mathematics Masters Examination Fall 2016, August 18, 1 4 pm. Applied Mathematics Masters Examination Fall 16, August 18, 1 4 pm. Each of the fifteen numbered questions is worth points. All questions will be graded, but your score for the examination will be the

More information

MATH 173: PRACTICE MIDTERM SOLUTIONS

MATH 173: PRACTICE MIDTERM SOLUTIONS MATH 73: PACTICE MIDTEM SOLUTIONS This is a closed book, closed notes, no electronic devices exam. There are 5 problems. Solve all of them. Write your solutions to problems and in blue book #, and your

More information

Module 2: First-Order Partial Differential Equations

Module 2: First-Order Partial Differential Equations Module 2: First-Order Partial Differential Equations The mathematical formulations of many problems in science and engineering reduce to study of first-order PDEs. For instance, the study of first-order

More information

Salmon: Lectures on partial differential equations

Salmon: Lectures on partial differential equations 6. The wave equation Of the 3 basic equations derived in the previous section, we have already discussed the heat equation, (1) θ t = κθ xx + Q( x,t). In this section we discuss the wave equation, () θ

More information

Numerical Methods in Fluid Dynamics MPO 662

Numerical Methods in Fluid Dynamics MPO 662 Numerical Methods in Fluid Dynamics MPO 66 Instructor Mohamed Iskandarani MSC 3 x 445 miskandarani@rsmas.miami.edu Grades 6% Homework (involve programming) % Mid term % Term project. Introduction Syllabus.

More information

Classification of cubics up to affine transformations

Classification of cubics up to affine transformations Classification of cubics up to affine transformations Mehdi Nadjafikah and Ahmad-Reza Forough Abstract. Classification of cubics (that is, third order planar curves in the R 2 ) up to certain transformations

More information

0.3.4 Burgers Equation and Nonlinear Wave

0.3.4 Burgers Equation and Nonlinear Wave 16 CONTENTS Solution to step (discontinuity) initial condition u(x, 0) = ul if X < 0 u r if X > 0, (80) u(x, t) = u L + (u L u R ) ( 1 1 π X 4νt e Y 2 dy ) (81) 0.3.4 Burgers Equation and Nonlinear Wave

More information

MATH 205C: STATIONARY PHASE LEMMA

MATH 205C: STATIONARY PHASE LEMMA MATH 205C: STATIONARY PHASE LEMMA For ω, consider an integral of the form I(ω) = e iωf(x) u(x) dx, where u Cc (R n ) complex valued, with support in a compact set K, and f C (R n ) real valued. Thus, I(ω)

More information

The second-order 1D wave equation

The second-order 1D wave equation C The second-order D wave equation C. Homogeneous wave equation with constant speed The simplest form of the second-order wave equation is given by: x 2 = Like the first-order wave equation, it responds

More information

The linear equations can be classificed into the following cases, from easier to more difficult: 1. Linear: u y. u x

The linear equations can be classificed into the following cases, from easier to more difficult: 1. Linear: u y. u x Week 02 : Method of C haracteristics From now on we will stu one by one classical techniques of obtaining solution formulas for PDEs. The first one is the method of characteristics, which is particularly

More information

SELF-SIMILAR SOLUTIONS FOR THE 2-D BURGERS SYSTEM IN INFINITE SUBSONIC CHANNELS

SELF-SIMILAR SOLUTIONS FOR THE 2-D BURGERS SYSTEM IN INFINITE SUBSONIC CHANNELS Bull. Korean Math. oc. 47 010, No. 1, pp. 9 37 DOI 10.4134/BKM.010.47.1.09 ELF-IMILAR OLUTION FOR THE -D BURGER YTEM IN INFINITE UBONIC CHANNEL Kyungwoo ong Abstract. We establish the existence of weak

More information

Oblique derivative problems for elliptic and parabolic equations, Lecture II

Oblique derivative problems for elliptic and parabolic equations, Lecture II of the for elliptic and parabolic equations, Lecture II Iowa State University July 22, 2011 of the 1 2 of the of the As a preliminary step in our further we now look at a special situation for elliptic.

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

i=1 α i. Given an m-times continuously

i=1 α i. Given an m-times continuously 1 Fundamentals 1.1 Classification and characteristics Let Ω R d, d N, d 2, be an open set and α = (α 1,, α d ) T N d 0, N 0 := N {0}, a multiindex with α := d i=1 α i. Given an m-times continuously differentiable

More information

LECTURE 5 APPLICATIONS OF BDIE METHOD: ACOUSTIC SCATTERING BY INHOMOGENEOUS ANISOTROPIC OBSTACLES DAVID NATROSHVILI

LECTURE 5 APPLICATIONS OF BDIE METHOD: ACOUSTIC SCATTERING BY INHOMOGENEOUS ANISOTROPIC OBSTACLES DAVID NATROSHVILI LECTURE 5 APPLICATIONS OF BDIE METHOD: ACOUSTIC SCATTERING BY INHOMOGENEOUS ANISOTROPIC OBSTACLES DAVID NATROSHVILI Georgian Technical University Tbilisi, GEORGIA 0-0 1. Formulation of the corresponding

More information

Chapter 4: First-order differential equations. Similarity and Transport Phenomena in Fluid Dynamics Christophe Ancey

Chapter 4: First-order differential equations. Similarity and Transport Phenomena in Fluid Dynamics Christophe Ancey Chapter 4: First-order differential equations Similarity and Transport Phenomena in Fluid Dynamics Christophe Ancey Chapter 4: First-order differential equations Phase portrait Singular point Separatrix

More information

Symmetry Methods for Differential Equations and Conservation Laws. Peter J. Olver University of Minnesota

Symmetry Methods for Differential Equations and Conservation Laws. Peter J. Olver University of Minnesota Symmetry Methods for Differential Equations and Conservation Laws Peter J. Olver University of Minnesota http://www.math.umn.edu/ olver Santiago, November, 2010 Symmetry Groups of Differential Equations

More information

SINC PACK, and Separation of Variables

SINC PACK, and Separation of Variables SINC PACK, and Separation of Variables Frank Stenger Abstract This talk consists of a proof of part of Stenger s SINC-PACK computer package (an approx. 400-page tutorial + about 250 Matlab programs) that

More information