Elliptic partial differential equation

From HandWiki
Short description: Class of second-order linear partial differential equations


Second-order linear partial differential equations (PDEs) are classified as either elliptic, hyperbolic, or parabolic. Any second-order linear PDE in two variables can be written in the form

Auxx+2Buxy+Cuyy+Dux+Euy+Fu+G=0,

where A, B, C, D, E, F, and G are functions of x and y and where ux=ux, uxy=2uxy and similarly for uxx,uy,uyy. A PDE written in this form is elliptic if

B2AC<0,

with this naming convention inspired by the equation for a planar ellipse.

The simplest examples of elliptic PDE's are the Laplace equation, Δu=uxx+uyy=0, and the Poisson equation, Δu=uxx+uyy=f(x,y). In a sense, any other elliptic PDE in two variables can be considered to be a generalization of one of these equations, as it can always be put into the canonical form

uxx+uyy+ (lower-order terms)=0

through a change of variables.[1][2]

Qualitative behavior

Elliptic equations have no real characteristic curves, curves along which it is not possible to eliminate at least one second derivative of u from the conditions of the Cauchy problem.[1] Since characteristic curves are the only curves along which solutions to partial differential equations with smooth parameters can have discontinuous derivatives, solutions to elliptic equations cannot have discontinuous derivatives anywhere. This means elliptic equations are well suited to describe equilibrium states, where any discontinuities have already been smoothed out. For instance, we can obtain Laplace's equation from the heat equation ut=Δu by setting ut=0. This means that Laplace's equation describes a steady state of the heat equation.[2]

In parabolic and hyperbolic equations, characteristics describe lines along which information about the initial data travels. Since elliptic equations have no real characteristic curves, there is no meaningful sense of information propagation for elliptic equations. This makes elliptic equations better suited to describe static, rather than dynamic, processes.[2]

Derivation of canonical form

We derive the canonical form for elliptic equations in two variables, uxx+uxy+uyy+ (lower-order terms)=0.

ξ=ξ(x,y) and η=η(x,y).

If u(ξ,η)=u[ξ(x,y),η(x,y)], applying the chain rule once gives

ux=uξξx+uηηx and uy=uξξy+uηηy,

a second application gives

uxx=uξξξ2x+uηηη2x+2uξηξxηx+uξξxx+uηηxx,
uyy=uξξξ2y+uηηη2y+2uξηξyηy+uξξyy+uηηyy, and
uxy=uξξξxξy+uηηηxηy+uξη(ξxηy+ξyηx)+uξξxy+uηηxy.

We can replace our PDE in x and y with an equivalent equation in ξ and η

auξξ+2buξη+cuηη + (lower-order terms)=0,

where

a=Aξx2+2Bξxξy+Cξy2,
b=2Aξxηx+2B(ξxηy+ξyηx)+2Cξyηy, and
c=Aηx2+2Bηxηy+Cηy2.

To transform our PDE into the desired canonical form, we seek ξ and η such that a=c and b=0. This gives us the system of equations

ac=A(ξx2ηx2)+2B(ξxξyηxηy)+C(ξy2ηy2)=0
b=0=2Aξxηx+2B(ξxηy+ξyηx)+2Cξyηy,

Adding i times the second equation to the first and setting ϕ=ξ+iη gives the quadratic equation

Aϕx2+2Bϕxϕy+Cϕy2=0.

Since the discriminant B2AC<0, this equation has two distinct solutions,

ϕx,ϕy=B±iACB2A

which are complex conjugates. Choosing either solution, we can solve for ϕ(x,y), and recover ξ and η with the transformations ξ=Reϕ and η=Imϕ. Since η and ξ will satisfy ac=0 and b=0, so with a change of variables from x and y to η and ξ will transform the PDE

Auxx+2Buxy+Cuyy+Dux+Euy+Fu+G=0,

into the canonical form

uξξ+uηη+ (lower-order terms)=0,

as desired.

In higher dimensions

A general second-order partial differential equation in n variables takes the form

i=1nj=1nai,j2uxixj + (lower-order terms)=0.

This equation is considered elliptic if there are no characteristic surfaces, i.e. surfaces along which it is not possible to eliminate at least one second derivative of u from the conditions of the Cauchy problem.[1]

Unlike the two-dimensional case, this equation cannot in general be reduced to a simple canonical form.[2]

See also

References

  1. ↑ 1.0 1.1 1.2 Pinchover, Yehuda; Rubinstein, Jacob (2005). An Introduction to Partial Differential Equations. Cambridge: Cambridge University Press. ISBN 978-0-521-84886-2. https://books.google.com/books?id=CnvDS9twvUMC&q=elliptic. 
  2. ↑ 2.0 2.1 2.2 2.3 Zauderer, Erich (1989). Partial Differential Equations of Applied Mathematics. New York: John Wiley&Sons. ISBN 0-471-61298-7.