1.3 Types of Second-Order Equations

Transformation Theorems

Consider the general PDE:

a11uxx+2a12uxy+a22uyy+a1ux+a2uy+a0u=0

After some linear transformation of variables

x=b1x+b2y and y=b3x+b4y

i) Elliptic Case:

If a122<a11a22 then it is reducible to

uxx+uyy+=0

ii) Hyperbolic Case:

If a122>a11a22 then it is reducible to

uxxuyy+=0

iii) Parabolic case:

If a122=a11a22 then it is reducible to

uxx+=0

(unless a11=a12=a22=0)

Example

uxx5uxy=0

a11=1,a12=52,a22=0

(52)2>a11a22

Hyperbolic

xxu5xyu=0u((x)25(xy)+(52y)2(52y)2)=0u((x(52)(y))2(52y)2)=0u(x(52)(y))2u(52y)2=0(1)want{x=x52yy=52y{x=x+yy=25y

x=b1x+b2y,y=b3x+b4y whose inverse (x,y)=(x(x,y),y(x,y))

x=(x/x)x+(y/x)y=x52yy=(x/y)x+(y/y)y=52y.

So looking at (1):

xx=1, yx=52;xy=0, yy=52


Integrating we get:
x=x,y=52(yx)

x=x,y=x+25y

b1=1,b2=0,b3=1,b4=25


ux=xu=(x52y)u=ux52uy

uy=yu=52yu=52uy

uxx=x(ux)=(x52y)(ux52uy)uxx=uxx5uxy+254uyy.uyy=y(uy)=yuy=y(52uy)=52yuyuyy=5252uyy=254uyy.uxxuyy=[uxx5uxy+254uyy]254uyyuxxuyy=uxx5uxy=0

For a second-order PDE in standard form

a(x,y)uxx+2b(x,y)uxy+c(x,y)uyy=0Δ=b2ac

If Δ>0: hyperbolic
If Δ=0: parabolic
If Δ<0: elliptic

Linear Algebra Perspective

Now we have n variables denoted x1,x2,,xn

i.j=1naijuxi,xj+i=1naiuxi+a0u=0

Assume aij=aji. Let x=(x1,x2,,xn). Considering any linear change of independent variables:

(ξ1,,ξn)=ξ=Bx

We B is an n×n matrix ξk=mbkmxm

Convert to the new variables using chain rule:

xi=kξkxiξknote: ξkxm=xm(rbkrxr)=bkm.uxi,xj=(kbkiξk)(lbljξl)u

So the PDE is converted to

i,jaijuxi,xj=k,l(i,jbikaijblj)uξkξl

Which is a new second order equation and the new coefficient matrix
Since A is a symmetric matrix there exists a rotational matrix B with determinant 1

BAB=D=(d1d2dn)

If all eigenvalues are negative or positive it is elliptic.
If none of the d1,,dn vanish and one has the opposite as the (n1) others it is hyperbolic or if at least two are positive and at least two are negative it is ultrahyperbolic. If exactly one of the eigenvalues is zero and the others have the same sign it is parabolic.

Example (hyperbolic)

Start with

uxx4uxy+uyy=0a=1,2b=4b=2,c=1.

Discriminant: b2ac=41=3>0 hyperbolic, so we expect uξξuηη.

1) Package the second-order part as a matrix

A=(abbc)=(1221).

2) Find a linear change that diagonalizes A
Eigenpairs:
λ1=3,v1=(1,1)T,
λ2=1,v2=(1,1)T.

Orthonormal basis:

v^1=12(1,1),v^2=12(1,1).

New variables:

(ξη)(12121212)B(xy)ξ=xy2,η=x+y2.

Jacobian (rows are ξT,ηT):

B=(ξ/xξ/yη/xη/y)=(12121212).

3) Transform the coefficients
For a linear change, the principal matrix transforms by congruence:

A=BABT=(3001).

Thus the PDE becomes

3uξξuηη=0.

4) Normalize (optional)
Scale ξ~=3ξ so that

uξ~ξ~uηη=0,

the canonical hyperbolic form.


We are simply diagonalizing the weights of our hessian