You are on page 1of 5

491422590.

doc
Partial Differential Equations in Rectangular Coordinates

3.1 Partial Differential Equations in Physics and Engineering

Classification of second-order linear equations

The general PDE of order two in two variables can be written as

Auxx + 2Buxy + Cuyy + Dux + Euy + Fu = G (3.1-1)

Where A, B, C, D, E, F, and G can be functions of x and y. If G = 0, the PDE is homogeneous,


examples of homogeneous PDEs are

 2u  2u
+ =0
x 2 y 2

 2u 2  u
2
u
c +2B + Au = 0
t 2
x 2
t

If G = 0, the PDE is non-homogeneous, examples of non-homogeneous PDEs are

 2u  2u
+ = f(x, y)
x 2 y 2

 2u 2  u
2
u
 c +2B + Au = 2
t 2
x 2
t

The same concepts of linearity and homogeneity apply to the initial and boundary conditions.
For example

u(x, 0) + ux(x, 0) = 0 linear, homogeneous

u(x, 0) + ux(x, 0) = 1 linear, non-homogeneous

u(x, 0) + ux2(x, 0) = 1 nonlinear, non-homogeneous

The PDE (3.1-1) might be transformed into two ODEs. Eq. (3.1-1) can be rewritten as

Auxx + 2Buxy + Cuyy + e = 0 (3.1-2)

where e = Dux + Euy + Fu  G

Let p = ux and q = uy then

p p
dp = dx + y dy = uxxdx + uxydy (3.1-3a)
x

30
491422590.doc
q q
dq = dx + y dy = uxydx + uyydy (3.1-3b)
x

The PDE (3.1-2) in terms of x and y can be transformed into two ODEs in terms of p and q. This
can be accomplished by solving for uxx and uyy in terms of dp, dq, dx, dy, and uxy.

dp dy
uxx =  uxy (3.1-4a)
dx dx

dq dx
uyy = dy  uxy dy (3.1-4b)

uxx and uyy are then substituted into Eq. (3.1-2) [ Auxx + 2Buxy + Cuyy + e = 0 ]

dp dy dq dx
A{ dx  uxy dx } + 2Bu xy + C{ dy  uxy dy } +e=0 (3.1-5)

Eq. (3.1-5) is then rearranged by collecting the terms with uxy

dy dx dp dq
{ A dx + 2B  C dy } u xy + A dx + C dy + e = 0 (3.1-6)

dx dy
The term dy in Eq. (3.1-6) can be eliminated by multiplying (3.1-6) with  to obtain
dx

2
 dy  dy dp dy dq dy
{ A  dx   2B dx + C
 
} u { A dx
xy
dx + C dy dx + e }=0 (3.1-7)

Since Eq. (3.1-7) must be valid for all values of x and y


2
dy
A 
dy 
  2B +C=0 (3.1-8a)
 dx  dx

dp dy dq dy
A + C dy +e=0 (3.1-8b)
dx dx dx

The solution to the PDE [ Auxx + 2Buxy + Cuyy + e = 0 ] might be obtained by solving the two
dy
ODEs (3.1-8a) and (3.1-8b). is solved first from the quadratic equation (3.1-8a)
dx

dy
= (B  {B2  AC}1/2)/A
dx

dy
The curves with slope are called the characteristics of the differential equation. The value of
dx
dy
can be real or imaginary depending on the expression  = B2  AC.
dx

31
491422590.doc
If B2  AC < 0, there are no real characteristics and the PDE [ Auxx + 2Buxy + Cuyy + e = 0 ] is
called elliptic.

If B2  AC = 0, there is a single characteristics and the PDE is called parabolic.

If B2  AC > 0, there are two real characteristics and the PDE is called hyperbolic. The solution to
the PDE can be obtained by solving for u from

dp dy dq dy
A + C dy +e=0 (3.1-8b)
dx dx dx

Graphically, the solution to the PDE can be obtained at the intersection of the characteristic
curves as shown in Figure 3.1-1.

C h a r a c t e r is t ic c u r v e

I n it ia l c u r v e

Figure 3.1-1 Characteristic curves for hyperbolic PDEs.

Examples of different PDEs are

(a) Elliptic

 2u  2u
+ =0 (Laplace’s equation)
x 2 y 2

 2u  2u
+ +e=0 (Poisson’s equation)
x 2 y 2

(b) Parabolic

u  2u
y
=  ; where  is a positive constant
x 2

u  2u  2u
t
=  (
x 2
+ y 2
) + e; (Parabolic in time t and elliptic in spatial
dimensions x and y)

32
491422590.doc
(c) Hyperbolic

 2u 2  u
2
 c = 0 (wave’s equation)
t 2 x 2

The classification of second order linear PDEs might also be explained in terms of one-way and
two-way coordinates for a one-dimensional system. In one way coordinate, the conditions at a
given location in the coordinate are influenced by changes in conditions on only one side of that
location. In two way coordinate, the conditions at a given location in the coordinate are
influenced by changes in conditions on either side of that location. Example of one way
coordinate is time where yesterday’s events affect today’s happenings, but tomorrow’s
conditions have no influence on what happens today. Example of two way coordinate is the one
dimensional heat transfer in a rod. Space can also be treated as a one-way coordinate under the
action of fluid flow. If there is a strong unidirectional flow in the coordinate direction, then
significant influences travel from upstream to downstream. The conditions at a point are then
affected largely by the upstream conditions, and very little by the downstream ones.

A situation is parabolic if there exists at least one one-way coordinate; otherwise, it is elliptic.
Hyperbolic situation is also a one-way coordinate. However, information is not traveled along
coordinate direction but along special curves called characteristics.

Superposition Principle

If u1 and u2 are solutions of a linear homogeneous PDE then

u = C1u1 + C2u2 ; (C1 and C2 are constants)

is also a solution.

Example 3.1-1. Consider the two dimensional Laplace equation

 2u  2u
+ =0
x 2 y 2

This equation is linear and homogeneous with the following solutions

u1 = x + y; u2 = x2  y2; u3 = exsin y; …

The following superposition of the three particular solutions is also a solution of the Laplace
equation

u = u1 + 2u2 + 3u3 = (x + y) + 2(x2  y2) + 3exsin y

This fact can be verified as follows

u  2u
= 1 + 4x + 3e sin y 
x
= 4 + 3exsin y
x x 2

33
491422590.doc

u  2u
y
= 1  4x + 3e cos y 
x
=  4  3exsin y
x 2

 2u  2u
Therefore + = 4 + 3exsin y  4  3exsin y = 0
x 2 y 2

The superposition principle is also applied to the boundary conditions. If u1 and u2 satisfy a linear
homogeneous boundary condition then

u = C1u1 + C2u2

will also satisfy the boundary condition.

34

You might also like