Verwandte Artikel zu Partial Differential Equations: An Introduction to...

Partial Differential Equations: An Introduction to Theory and Applications - Hardcover

 
9780691161297: Partial Differential Equations: An Introduction to Theory and Applications

Inhaltsangabe

This textbook provides beginning graduate students and advanced undergraduates with an accessible introduction to the rich subject of partial differential equations (PDEs). It presents a rigorous and clear explanation of the more elementary theoretical aspects of PDEs, while also drawing connections to deeper analysis and applications. The book serves as a needed bridge between basic undergraduate texts and more advanced books that require a significant background in functional analysis. Topics include first order equations and the method of characteristics, second order linear equations, wave and heat equations, Laplace and Poisson equations, and separation of variables. The book also covers fundamental solutions, Green's functions and distributions, beginning functional analysis applied to elliptic PDEs, traveling wave solutions of selected parabolic PDEs, and scalar conservation laws and systems of hyperbolic PDEs. * Provides an accessible yet rigorous introduction to partial differential equations* Draws connections to advanced topics in analysis* Covers applications to continuum mechanics* An electronic solutions manual is available only to professors* An online illustration package is available to professors

Die Inhaltsangabe kann sich auf eine andere Ausgabe dieses Titels beziehen.

Über die Autorin bzw. den Autor

Michael Shearer is professor of mathematics at North Carolina State University. He is a fellow of the American Mathematical Society. Rachel Levy is associate professor of mathematics at Harvey Mudd College. She is a recipient of the 2013 Henry L. Alder Award for Distinguished Teaching by a Beginning College or University Mathematics Faculty Member and creator of the Grandma Got STEM project.

Von der hinteren Coverseite

"The writing style of this book is accessible, clear, and student friendly. It is approachable, with plenty of motivation for new students, and integrates nonlinear PDEs throughout. Shearer and Levy are familiar with contemporary research in applied PDEs and have made an excellent selection of topics to introduce the field."--John K. Hunter, University of California, Davis

"The material is presented in a new and innovative way, stressing more modern ideas in PDEs while keeping the approach accessible. Superior illustrations accompany important concepts, and the anecdotes and examples throughout the book will keep students interested. Shearer and Levy are both highly regarded researchers and educators in the field."--David Uminsky, University of San Francisco

Aus dem Klappentext

"The writing style of this book is accessible, clear, and student friendly. It is approachable, with plenty of motivation for new students, and integrates nonlinear PDEs throughout. Shearer and Levy are familiar with contemporary research in applied PDEs and have made an excellent selection of topics to introduce the field."--John K. Hunter, University of California, Davis

"The material is presented in a new and innovative way, stressing more modern ideas in PDEs while keeping the approach accessible. Superior illustrations accompany important concepts, and the anecdotes and examples throughout the book will keep students interested. Shearer and Levy are both highly regarded researchers and educators in the field."--David Uminsky, University of San Francisco

Auszug. © Genehmigter Nachdruck. Alle Rechte vorbehalten.

Partial Differential Equations

An Introduction to Theory and Applications

By Michael Shearer, Rachel Levy

PRINCETON UNIVERSITY PRESS

Copyright © 2015 Princeton University Press
All rights reserved.
ISBN: 978-0-691-16129-7

Contents

Preface, ix,
1. Introduction, 1,
2. Beginnings, 11,
3. First-Order PDE, 29,
4. The Wave Equation, 43,
5. The Heat Equation, 65,
6. Separation of Variables and Fourier Series, 81,
7. Eigenfunctions and Convergence of Fourier Series, 99,
8. Laplace's Equation and Poisson's Equation, 119,
9. Green's Functions and Distributions, 133,
10. Function Spaces, 153,
11. Elliptic Theory with Sobolev Spaces, 161,
12. Traveling Wave Solutions of PDE, 175,
13. Scalar Conservation Laws, 189,
14. Systems of First-Order Hyperbolic PDE, 215,
15. The Equations of Fluid Mechanics, 245,
Appendix A. Multivariable Calculus, 253,
Appendix B. Analysis, 259,
Appendix C. Systems of Ordinary Differential Equations, 263,
References, 265,
Index, 269,


CHAPTER 1

Introduction


Partial differential equations (PDE) describe physical systems, such as solid and fluid mechanics, the evolution of populations and disease, and mathematical physics. The many different kinds of PDE each can exhibit different properties. For example, the heat equation describes the spreading of heat in a conducting medium, smoothing the spatial distribution of temperature as it evolves in time; it also models the molecular diffusion of a solute in its solvent as the concentration varies in both space and time. The wave equation is at the heart of the description of time-dependent displacements in an elastic material, with wave solutions that propagate disturbances. It describes the propagation of p-waves and s-waves from the epicenter of an earthquake, the ripples on the surface of a pond from the drop of a stone, the vibrations of a guitar string, and the resulting sound waves. Laplace's equation lies at the heart of potential theory, with applications to electrostatics and fluid flow as well as other areas of mathematics, such as geometry and the theory of harmonic functions. The mathematics of PDE includes the formulation of techniques to find solutions, together with the development of theoretical tools and results that address the properties of solutions, such as existence and uniqueness.

This text provides an introduction to a fascinating, intricate, and useful branch of mathematics. In addition to covering specific solution techniques that provide an insight into how PDE work, the text is a gateway to theoretical studies of PDE, involving the full power of real, complex and functional analysis. Often we will refer to applications to provide further intuition into specific equations and their solutions, as well as to show the modeling of real problems by PDE.

The study of PDE takes many forms. Very broadly, we take two approaches in this book. One approach is to describe methods of constructing solutions, leading to formulas. The second approach is more theoretical, involving aspects of analysis, such as the theory of distributions and the theory of function spaces.


1.1. Linear PDE

To introduce PDE, we begin with four linear equations. These equations are basic to the study of PDE, and are prototypes of classes of equations, each with different properties. The primary elementary methods of solution are related to the techniques we develop for these four equations.

For each of the four equations, we consider an unknown (real-valued) function u on an open set U [subset] Rn. We refer to u as the dependent variable, and x = (x1, x2, ..., xn) [member of] U as the vector of independent variables. A partial differential equation is an equation that involves x, u, and partial derivatives of u. Quite often, x represents only spatial variables. However, many equations are evolutionary, meaning that u = u(x, t) depends also on time t and the PDE has time derivatives. The order of a PDE is defined as the order of the highest derivative that appears in the equation.


The Linear Transport Equation:

ut + cux = 0. (1.1)

This simple first-order linear PDE describes the motion at constant speed c of a quantity u depending on a single spatial variable x and time t. Each solution is a traveling wave that moves with the speed c. If c > 0, the wave moves to the right; if c< 0, the wave moves left. The solutions are all given by a formula u(x, t) = f (x - ct). The function f = f ([xi]), depending on a single variable [xi] = x - ct, is determined from side conditions, such as boundary or initial conditions.

The next three equations are prototypical second-order linear PDE.


The Heat Equation:

ut = k Δ u. (1.2)

In this equation, u(x, t) is the temperature in a homogeneous heat-conducting material, the parameter k > 0 is constant, and the Laplacian Δ is defined by

[MATHEMATICAL EXPRESSION NOT REPRODUCIBLE IN ASCII]

in Cartesian coordinates. The heat equation, also known as the diffusion equation, models diffusion in other contexts, such as the diffusion of a dye in a clear liquid. In such cases, u represents the concentration of the diffusing quantity.


The Wave Equation:

utt = c2 Δ u. (1.3)

As the name suggests, the wave equation models wave propagation. The parameter c is the wave speed. The dependent variable u = u(x, t) is a displacement, such as the displacement at each point of a guitar string as the string vibrates, if x [member of] R, or of a drum membrane, in which case x [member of] R2. The acceleration utt, being a second time derivative, gives the wave equation quite different properties from those of the heat equation.


Laplace's Equation:

Δ u = 0. (1.4)

Laplace's equation models equilibria or steady states in diffusion processes, in which u(x, t) is independent of time t, and appears in many other contexts, such as the motion of fluids, and the equilibrium distribution of heat.

These three second-order equations arise often in applications, so it is very useful to understand their properties. Moreover, their study turns out to be useful theoretically as well, since the three equations are prototypes of second-order linear equations, namely, elliptic, parabolic, and hyperbolic PDE.


1.2. Solutions; Initial and Boundary Conditions

A solution of a PDE such as any of (1.1)–(1.4) is a real-valued function u satisfying the equation. Often this means that u is as differentiable as the PDE requires, and the PDE is satisfied at each point of the domain of u. However, it can be appropriate or even necessary to consider a more general notion of solution, in which u is not required to have all the derivatives appearing in the equation, at least not in the usual sense of calculus. We will consider this kind of weak solution later (see Chapter 11).

As with ordinary differential equations (ODE), solutions of PDE are not unique; identifying a unique solution relies on side conditions, such as initial and boundary conditions. For example, the heat equation typically comes with an initial condition of the form

u(x, 0) = u0 (x), x [member of] U, (1.5)

in which u0 : U [right arrow] R is a given function.


Example 1. (Simple initial condition) The functions u(x, t) = ae-t sin x + be-4t sin(2x) are solutions of the heat equation ut = uxx for any real numbers a, b. However, a = 3, b = -7 would be uniquely determined by the initial condition u(x, 0) = 3 sin x - 7 sin(2x). Then u(x, t) = 3e-t sin x - 7e-4t sin(2x).

Boundary conditions are specified on the boundary [partial derivative]U of the (spatial) domain. Dirichlet boundary conditions take the following form, for a given function f : [partial derivative]U [right arrow] R:

u(x, t) = f (x), x [member of] [partial derivative]U, t > 0.


Neumann boundary conditions specify the normal derivative of u on the boundary:

[MATHEMATICAL EXPRESSION NOT REPRODUCIBLE IN ASCII]

where v(x) is the unit outward normal to the boundary at x. These boundary conditions are called homogeneous if f [equivalent to] 0. Similarly, a linear PDE is called homogeneous if u = 0 is a solution. If it is not homogeneous, then the equation or boundary condition is called inhomogeneous.

Equations and boundary conditions that are linear and homogeneous have the property that any linear combination u = av + bw of solutions v, w, with a, b [member of] R, is also a solution. This special property, sometimes called the principle of superposition, is crucial to constructive methods of solution for linear equations.


1.3. Nonlinear PDE

We introduce a selection of nonlinear PDE that are significant by virtue of specific properties, special solutions, or their importance in applications.


The Inviscid Burgers Equation:

ut + uux = 0 (1.6)

is an example of a nonlinear first-order equation. Notice that this equation is nonlinear due to the uux term. It is related to the linear transport equation (1.1), but the wave speed c is now u and depends on the solution. We shall see in Chapter 3 that this equation and other first-order equations can be solved systematically using a procedure called the method of characteristics. However, the method of characteristics only gets you so far; solutions typically develop a singularity, in which the graph of u as a function of x steepens in places until at some finite time the slope becomes infinite at some x. The solution then continues with a shock wave. The solution is not even continuous at the shock, but the solution stillmakes sense, because the PDE expresses a conservation law and the shock preserves conservation.

For higher-order nonlinear equations, there are no methods of solution that work in as much generality as the method of characteristics for first-order equations. Here is a sample of higher-order nonlinear equations with interesting and accessible solutions.


Fisher's Equation:

ut = Δ u + f (u),


with f (u) = u(1 - u). This equation is a model for population dynamics when the spatial distribution of the population is taken into account. Notice the resemblance to the heat equation; also note that the ODE u'(t) = f (u(t)) is the logistic equation, describing population growth limited by a maximum population normalized to u = 1. In Chapter 12, we shall construct traveling waves, special solutions in which the population distribution moves with a constant speed in one direction. Recall that all solutions of the linear transport equation (1.1) are traveling waves, but they all have the same speed c. For Fisher's equation, we have to determine the speeds of traveling waves as part of the problem, and the traveling waves are special solutions, not the general solution.


The Porous Medium Equation:

ut = Δ (um)]. (1.7)

In this equation, m > 0 is constant. The porous medium equation models flow in porous rock or compacted soil. The variable u(x, t) ≥ 0 measures the density of a compressible gas in a given location x at time t. The value of m depends on the equation of state relating pressure in the gas to its density. For m = 1, we recover the heat equation, but for m ≠ = 1, the equation is nonlinear. In fact, m ≥ 2 for gas flow.


The Korteweg-deVries (KdV) Equation:

ut + uux + uxxx = 0.

This third-order equation is a model for water waves in which the height of the wave is u(x, t). The KdV equation has particularly interesting traveling wave solutions called solitary waves, in which the height is symmetric about a single crest. The equation is amodel in the sense that it relies on an approximation of the equations of fluid mechanics in which the length of the wave is large compared to the depth of the water.


Burgers' Equation:

ut + uux = vuxx.

The parameter v > 0 represents viscosity, hence the name inviscid Burgers equation for the first-order equation (1.6) having v = 0. Burgers' equation is a combination of the heat equation with a nonlinear term that convects the solution in a way typical of fluid flow. (See the Navier-Stokes system later in this list.) This important equation can be reduced to the heat equation with a clever change of dependent variable, called the Cole-Hopf transformation (see Chapter 13, Section 13.5).

Finally, we mention two systems of nonlinear PDE.


The Shallow Water Equations:

[MATHEMATICAL EXPRESSION NOT REPRODUCIBLE IN ASCII]

in which g > 0 is the gravitational acceleration. The dependent variables h, u represent the height and velocity, respectively, of a shallow layer of water. The variable x is the horizontal spatial variable, along a flat bottom, and it is assumed that there is no dependence or motion in the orthogonal horizontal direction. Moreover, the velocity v is taken to be independent of depth.


The Navier-Stokes Equations:

[MATHEMATICAL EXPRESSION NOT REPRODUCIBLE IN ASCII]

describe the velocity u [member of] R3 and pressure p in the flow of an incompressible viscous fluid. In this system of four equations, the parameter v >0 is the viscosity, the first three equations (for u) represent conservation of momentum, and the final equation is a constraint that expresses the incompressibility of the fluid. In an incompressible fluid, local volumes are unchanged in time as they follow the flow. Apart from special types of flow (such as in a stratified fluid), incompressibility also means that the density is constant (and is incorporated into v, the kinematic viscosity).

Interestingly, themomentum equation, regarded as an evolution equation for u, resembles Burgers' equation in structure. The pressure p does not have its own evolution equation; it serves merely to maintain incompressibility. In the limit v [right arrow] 0, we recover the incompressible Euler equations for an inviscid fluid. This is a singular limit in the sense that the order of the momentum equation is reduced. It is also a singular limit for Burgers' equation.


1.4. Beginning Examples with Explicit Wave-like Solutions

The linear and nonlinear first order equations described in Sections 1.1 and 1.3 nicely illustrate mathematical properties and representation of wave-like solutions. We discuss these equations and their solutions as a starting point for more general considerations.


1.4.1. The Linear Transport Equation

Solutions of the linear transport equation,

ut + cux = 0, (1.8)

where c [member of] R is a constant (the wave speed), are traveling waves u(x, t) = f (x - ct). We can determine a unique solution by specifying the function f : R [right arrow] R from an initial condition

u(x, 0) = u0 (x), -∞<x<∞, (1.9)

in which u0 : R [right arrow] R is a given function. Then the unique solution of the initial value problem (1.8), (1.9) is the traveling wave u(x, t) = u0 (x - ct). A typical traveling wave is shown in Figure 1.1.

Instead of initial conditions, we can also specify a boundary condition for this PDE. Here is an example of how this would look, for functions φ, ψ given on the interval [0, ∞):

[MATHEMATICAL EXPRESSION NOT REPRODUCIBLE IN ASCII]. (1.10)

The solution u of (1.8), (1.10) will be a function defined on the first quadrant Q1 = {(x, t) : x ≥ 0, t ≥ 0} in the x-t plane. The general solution of the PDE is u(x, t) = f (x - ct); the initial condition specifies f (y) for y > 0, and the boundary condition gives f (y) for y< 0. Both are needed to determine the solution u(x, t) on Qt.


(Continues...)
Excerpted from Partial Differential Equations by Michael Shearer, Rachel Levy. Copyright © 2015 Princeton University Press. Excerpted by permission of PRINCETON UNIVERSITY PRESS.
All rights reserved. No part of this excerpt may be reproduced or reprinted without permission in writing from the publisher.
Excerpts are provided by Dial-A-Book Inc. solely for the personal use of visitors to this web site.

„Über diesen Titel“ kann sich auf eine andere Ausgabe dieses Titels beziehen.

EUR 14,54 für den Versand von USA nach Deutschland

Versandziele, Kosten & Dauer

Suchergebnisse für Partial Differential Equations: An Introduction to...

Beispielbild für diese ISBN

Shearer, Michael, Levy, Rachel
ISBN 10: 0691161291 ISBN 13: 9780691161297
Neu Hardcover

Anbieter: Labyrinth Books, Princeton, NJ, USA

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Zustand: New. Artikel-Nr. 187227

Verkäufer kontaktieren

Neu kaufen

EUR 55,47
Währung umrechnen
Versand: EUR 14,54
Von USA nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 18 verfügbar

In den Warenkorb

Foto des Verkäufers

Michael Shearer|Rachel Levy
ISBN 10: 0691161291 ISBN 13: 9780691161297
Neu Hardcover

Anbieter: moluna, Greven, Deutschland

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Gebunden. Zustand: New. &Uumlber den AutorMichael Shearer is professor of mathematics at North Carolina State University. He is a fellow of the American Mathematical Society. Rachel Levy is associate professor of mathematics at Harvey Mudd Colleg. Artikel-Nr. 594885408

Verkäufer kontaktieren

Neu kaufen

EUR 77,91
Währung umrechnen
Versand: Gratis
Innerhalb Deutschlands
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Michael Shearer
ISBN 10: 0691161291 ISBN 13: 9780691161297
Neu Hardcover

Anbieter: PBShop.store US, Wood Dale, IL, USA

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

HRD. Zustand: New. New Book. Shipped from UK. Established seller since 2000. Artikel-Nr. WP-9780691161297

Verkäufer kontaktieren

Neu kaufen

EUR 79,74
Währung umrechnen
Versand: EUR 0,78
Von USA nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Shearer, Michael/ Levy, Rachel
Verlag: Princeton Univ Pr, 2015
ISBN 10: 0691161291 ISBN 13: 9780691161297
Neu Hardcover

Anbieter: Revaluation Books, Exeter, Vereinigtes Königreich

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Hardcover. Zustand: Brand New. 296 pages. 10.25x7.50x1.00 inches. In Stock. Artikel-Nr. 0691161291

Verkäufer kontaktieren

Neu kaufen

EUR 72,84
Währung umrechnen
Versand: EUR 11,53
Von Vereinigtes Königreich nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Michael Shearer
ISBN 10: 0691161291 ISBN 13: 9780691161297
Neu Hardcover

Anbieter: PBShop.store UK, Fairford, GLOS, Vereinigtes Königreich

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

HRD. Zustand: New. New Book. Shipped from UK. Established seller since 2000. Artikel-Nr. WP-9780691161297

Verkäufer kontaktieren

Neu kaufen

EUR 89,60
Währung umrechnen
Versand: EUR 4,65
Von Vereinigtes Königreich nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Foto des Verkäufers

Michael Shearer
ISBN 10: 0691161291 ISBN 13: 9780691161297
Neu Hardcover

Anbieter: AHA-BUCH GmbH, Einbeck, Deutschland

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Buch. Zustand: Neu. Neuware - 'The writing style of this book is accessible, clear, and student friendly. It is approachable, with plenty of motivation for new students, and integrates nonlinear PDEs throughout. Shearer and Levy are familiar with contemporary research in applied PDEs and have made an excellent selection of topics to introduce the field.'--John K. Hunter, University of California, Davis. Artikel-Nr. 9780691161297

Verkäufer kontaktieren

Neu kaufen

EUR 99,31
Währung umrechnen
Versand: Gratis
Innerhalb Deutschlands
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Michael Shearer
ISBN 10: 0691161291 ISBN 13: 9780691161297
Neu Hardcover

Anbieter: Kennys Bookstore, Olney, MD, USA

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Zustand: New. Num Pages: 288 pages, 49 line illus. BIC Classification: PBKA; PBKJ; UY. Category: (P) Professional & Vocational; (U) Tertiary Education (US: College). Dimension: 262 x 185 x 23. Weight in Grams: 772. . 2015. Hardcover. . . . . Books ship from the US and Ireland. Artikel-Nr. V9780691161297

Verkäufer kontaktieren

Neu kaufen

EUR 101,10
Währung umrechnen
Versand: EUR 1,88
Von USA nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Shearer, Michael; Levy, Rachel
ISBN 10: 0691161291 ISBN 13: 9780691161297
Neu Hardcover

Anbieter: Majestic Books, Hounslow, Vereinigtes Königreich

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Zustand: New. 288. Artikel-Nr. 373742418

Verkäufer kontaktieren

Neu kaufen

EUR 96,41
Währung umrechnen
Versand: EUR 10,21
Von Vereinigtes Königreich nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 3 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Shearer, Michael/ Levy, Rachel
Verlag: Princeton Univ Pr, 2015
ISBN 10: 0691161291 ISBN 13: 9780691161297
Neu Hardcover

Anbieter: Revaluation Books, Exeter, Vereinigtes Königreich

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Hardcover. Zustand: Brand New. 296 pages. 10.25x7.50x1.00 inches. In Stock. Artikel-Nr. __0691161291

Verkäufer kontaktieren

Neu kaufen

EUR 110,42
Währung umrechnen
Versand: EUR 11,53
Von Vereinigtes Königreich nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Shearer, Michael/ Levy, Rachel
Verlag: Princeton Univ Pr, 2015
ISBN 10: 0691161291 ISBN 13: 9780691161297
Neu Hardcover

Anbieter: Revaluation Books, Exeter, Vereinigtes Königreich

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Hardcover. Zustand: Brand New. 296 pages. 10.25x7.50x1.00 inches. In Stock. Artikel-Nr. xr0691161291

Verkäufer kontaktieren

Neu kaufen

EUR 149,35
Währung umrechnen
Versand: EUR 11,53
Von Vereinigtes Königreich nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 2 verfügbar

In den Warenkorb