Partial differential equation

In mathematics, and in particular analysis, a partial differential equation (PDE) is an equation involving partial derivatives of an unknown function. The idea is to describe a function indirectly by a relation between itself and its partial derivatives, rather than writing down a function explicitly. The relation should be local - it should connect the function and its derivatives in the same point. A solution of the equation is any function satisfying this relation.

A PDE usually has several solutions; a problem often includes additional boundary conditions which constrain the solution set. Where ordinary differential equations have solutions that are families with each solution characterized by the values of some parameters, for a PDE it is more helpful to think that the parameters are function data (informally put, this means that the set of solutions is much larger). That is true fairly generally, unless the equations are heavily over-determined.

Partial differential equations are ubiquitous in science, as they describe phenomena such as fluid flow, gravitational fields, and electromagnetic fields. They are important in fields such as aircraft simulation, computer graphics, and weather prediction. The central equations of general relativity and quantum mechanics are also partial differential equations.

Contents

Notation and examples

In PDEs, it is common to write the unknown function as u and its partial derivative with respect to the variable x as ux, that is:

<math>u_x = {\part u \over \part x}<math>
<math>u_{xy} = {\part^2 u \over \part y\, \part x}<math>

Especially in (mathematical) physics, one often prefers use of the nabla operator <math>\nabla=(\part_x,\part_y,\part_z)<math> for spatial derivatives and a dot (<math>\dot u<math>) for time derivatives, e.g. to write the wave equation (see below) as <math>\ddot u=c^2\nabla^2u<math>.

Laplace's equation

A very important and basic PDE is Laplace's equation:-

<math>u_{xx} + u_{yy} + u_{zz} = 0 <math>

for the unknown function u(x,y,z). Solutions to this equation, known as harmonic functions, serve as the potentials of vector fields in physics, such as the gravitational or electrostatic fields.

A generalization of Laplace's equation is Poisson's equation:-

<math>u_{xx} + u_{yy} + u_{zz} = f<math>

where f(x,y,z) is a given function. The solutions to this equation describe potentials of gravitational and electrostatic fields in the presence of masses or electrical charges, respectively.

Wave equation

The wave equation is an equation for an unknown function u(x,y,z,t) (where we think of t as a time variable) which reads:

<math>u_{tt} = c^2( u_{xx} + u_{yy} + u_{zz} )<math>

Its solutions describe waves such as sound or light waves; c is a number which represents the speed of the wave. In lower dimensions, this equation describes the vibration of a string or drum. Solutions will typically be combinations of oscillating sine waves.

Heat equation

The heat equation describes the temperature in a given region over time. It is:

<math>u_t = k ( u_{xx} + u_{yy} + u_{zz} )<math>

Solutions will typically "even out" over time. The number k describes the thermal conductivity of the material.

Euler-Tricomi equation

The Euler-Tricomi equation is used in the investigation of transonic flow. It is

<math>

u_{xx}=xu_{yy}<math>

Advection equation

The advection equation describes the transport of a conserved scalar <math>\psi<math> in a velocity field <math>{\bold u}=(u,v,w)<math>. It is:

<math>

\psi_t+(u\psi)_x+(v\psi)_y+(w\psi)_z=0. <math>

If the velocity field is solenoidal (that is, <math>\nabla\cdot{\bold u}=0<math>), then the equation may be simplified to

<math>

\psi_t+\psi.u_x+\psi.u_y+\psi.w_z=0. <math>

The one dimensional steady flow advection equation <math>\psi_t+u.\psi_x=0<math> (where <math>u<math> is constant) is commonly referred to as the pigpen problem. If <math>u<math> is not constant and equal to <math>\psi<math> the equation is referred to as Burgers' equation.

Ginzburg-Landau equation

The Ginzburg-Landau equation occurs in a wide variey of applications. It is

<math>

iu_t+pu_{xx} +q|u|^2u=i\gamma u<math> where <math>p,q\in\mathbb{C}<math> and <math>\gamma\in\mathbb{R}<math> are constants and <math>i<math> is the imaginary unit.


The Dym equation

The Dym equation is named for Harry Dym and occurs in the study of solitons. It is

<math>

u_t = u^3u_{xxx}.<math>

Other examples

The Schrödinger equation is a PDE at the heart of non-relativistic quantum mechanics. In the WKB approximation it is the Hamilton-Jacobi equation.

Except for Burgers' equation, all the above equations are linear in the sense that they can be written in the form Au = f for a given linear operator A and a given function f. Other important non-linear equations include the Navier-Stokes equations describing the flow of fluids, and Einstein's field equations of general relativity.

Methods to solve PDEs

Linear PDEs are generally solved, when possible, by decomposing the equation according to a set of basis functions, solving those individually and using superposition to find the solution corresponding to the boundary conditions. The method of separation of variables has many important particular applications.

There are no generally applicable methods to solve non-linear PDEs. Still, existence and uniqueness results (such as the Cauchy-Kovalevskaya theorem) are often possible, as are proofs of important qualitative and quantitative properties of solutions (getting these results is a major part of analysis).

Nevertheless, some techniques can be used for several types of equations. The h-principle is the most powerful method to solve underdetermined equations. The Riquier-Janet theory is an effective method for obtaining information about many analytic overdetermined systems.

The method of characteristics can be used in some very special cases to solve partial differential equations.

In some cases, a PDE can be solved via perturbation analysis in which the solution is considered to be a correction to an equation with a known solution. Alternatives are numerical analysis techniques from simple finite difference schemes to the more mature multigrid and finite element methods. Many interesting problems in science and engineering are solved in this way using computers, sometimes high performance supercomputers. However, most problems in science and engineering are tackled using scientific computing rather than numerical analysis, as usually it is not known whether the numerical methods used produce solutions close to the true ones.

Classification

A single partial differential equation, or even a system of partial differential equations, can usually be classified as parabolic, hyperbolic or elliptic. Given a system of partial differential equations, there is an associated matrix. Properties of the eigensystem of the associated matrix determine the classification of the system.

Examples

The matrix associated with the system

<math> u_t+2v_x=0 <math>

<math> v_t-u_x=0 <math>

has coefficients,

<math>\begin{bmatrix} 2 & 0 \\ 0 & -1\end{bmatrix}<math>

The eigenvectors are (0,1) and (1,0) with eigenvalues 2 and -1. Thus, the system is hyperbolic.


External links

References

  • A. D. Polyanin, Handbook of Linear Partial Differential Equations for Engineers and Scientists, Chapman & Hall/CRC Press, 2002.
  • A. D. Polyanin and V. F. Zaitsev, Handbook of Nonlinear Partial Differential Equations, Chapman & Hall/CRC Press, 2004.
  • A. D. Polyanin, V. F. Zaitsev, and A. Moussiaux, Handbook of First Order Partial Differential Equations, Taylor & Francis, 2002.
  • D. Zwillinger, Handbook of Differential Equations (3rd edition), Academic Press, Boston, 1997.de:Partielle Differentialgleichung

fr:Équation aux dérivées partielles ja:偏微分方程式 nl:Partiële differentiaalvergelijking zh:偏微分方程

Navigation

  • Art and Cultures
    • Art (https://academickids.com/encyclopedia/index.php/Art)
    • Architecture (https://academickids.com/encyclopedia/index.php/Architecture)
    • Cultures (https://www.academickids.com/encyclopedia/index.php/Cultures)
    • Music (https://www.academickids.com/encyclopedia/index.php/Music)
    • Musical Instruments (http://academickids.com/encyclopedia/index.php/List_of_musical_instruments)
  • Biographies (http://www.academickids.com/encyclopedia/index.php/Biographies)
  • Clipart (http://www.academickids.com/encyclopedia/index.php/Clipart)
  • Geography (http://www.academickids.com/encyclopedia/index.php/Geography)
    • Countries of the World (http://www.academickids.com/encyclopedia/index.php/Countries)
    • Maps (http://www.academickids.com/encyclopedia/index.php/Maps)
    • Flags (http://www.academickids.com/encyclopedia/index.php/Flags)
    • Continents (http://www.academickids.com/encyclopedia/index.php/Continents)
  • History (http://www.academickids.com/encyclopedia/index.php/History)
    • Ancient Civilizations (http://www.academickids.com/encyclopedia/index.php/Ancient_Civilizations)
    • Industrial Revolution (http://www.academickids.com/encyclopedia/index.php/Industrial_Revolution)
    • Middle Ages (http://www.academickids.com/encyclopedia/index.php/Middle_Ages)
    • Prehistory (http://www.academickids.com/encyclopedia/index.php/Prehistory)
    • Renaissance (http://www.academickids.com/encyclopedia/index.php/Renaissance)
    • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
    • United States (http://www.academickids.com/encyclopedia/index.php/United_States)
    • Wars (http://www.academickids.com/encyclopedia/index.php/Wars)
    • World History (http://www.academickids.com/encyclopedia/index.php/History_of_the_world)
  • Human Body (http://www.academickids.com/encyclopedia/index.php/Human_Body)
  • Mathematics (http://www.academickids.com/encyclopedia/index.php/Mathematics)
  • Reference (http://www.academickids.com/encyclopedia/index.php/Reference)
  • Science (http://www.academickids.com/encyclopedia/index.php/Science)
    • Animals (http://www.academickids.com/encyclopedia/index.php/Animals)
    • Aviation (http://www.academickids.com/encyclopedia/index.php/Aviation)
    • Dinosaurs (http://www.academickids.com/encyclopedia/index.php/Dinosaurs)
    • Earth (http://www.academickids.com/encyclopedia/index.php/Earth)
    • Inventions (http://www.academickids.com/encyclopedia/index.php/Inventions)
    • Physical Science (http://www.academickids.com/encyclopedia/index.php/Physical_Science)
    • Plants (http://www.academickids.com/encyclopedia/index.php/Plants)
    • Scientists (http://www.academickids.com/encyclopedia/index.php/Scientists)
  • Social Studies (http://www.academickids.com/encyclopedia/index.php/Social_Studies)
    • Anthropology (http://www.academickids.com/encyclopedia/index.php/Anthropology)
    • Economics (http://www.academickids.com/encyclopedia/index.php/Economics)
    • Government (http://www.academickids.com/encyclopedia/index.php/Government)
    • Religion (http://www.academickids.com/encyclopedia/index.php/Religion)
    • Holidays (http://www.academickids.com/encyclopedia/index.php/Holidays)
  • Space and Astronomy
    • Solar System (http://www.academickids.com/encyclopedia/index.php/Solar_System)
    • Planets (http://www.academickids.com/encyclopedia/index.php/Planets)
  • Sports (http://www.academickids.com/encyclopedia/index.php/Sports)
  • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
  • Weather (http://www.academickids.com/encyclopedia/index.php/Weather)
  • US States (http://www.academickids.com/encyclopedia/index.php/US_States)

Information

  • Home Page (http://academickids.com/encyclopedia/index.php)
  • Contact Us (http://www.academickids.com/encyclopedia/index.php/Contactus)

  • Clip Art (http://classroomclipart.com)
Toolbox
Personal tools