CH 12 PDF
CH 12 PDF
• linear, nonlinear
Ex. uxy + xuxx = f (x, y). linear
• homogeneous, nonhomogeneous
Ex. uxy + xuxx = 0. homogeneous
Ex. uxy + xuxx = f (x, y). nonhomogeneous
• solution of a PDE
∂ 2u ∂ 2u
• Two-dimensional Laplace equation + =0
∂x2 ∂y 2
∂ 2u ∂ 2u
• Two-dimensional Poisson equation + = f (x, y)
∂x2 ∂y 2
µ ¶
∂ 2u 2 ∂ 2u ∂ 2u
• Two-dimensional wave equation = c +
∂t2 ∂x2 ∂y 2
Theorem 1. (Fundamental Theorem on Superposition)
If u1, u2 are solutions of a homogeneous linear PDE in some region R,
then
u = c1u1 + c2u2
is also a solution of that PDE in the region R, where c1, c2 are constants.
Sol. Since no y-derivatives occur, we can solve this PDE like u00 − u = 0.
We have
u = Aex + Be−x
with constants A and B. Hence the solution of the PDE is
u(x, y) = A(y)ex + B(y)e−x.
Example 2. Solving a PDE like a ODE
Find solutions u = u(x, y) of the PDE uxy = −ux.
• Physical Assumptions
1. The mass of the string per unit length is constant. The string is
perfectly elastic and does not offer any resistance to bending.
∂ 2u 2
2∂ u T
=c (c2 = ).
∂t2 ∂x2 ρ
∂ 2u 2
2∂ u 2 T
= c (c = ).
∂t2 ∂x2 ρ
(One-dimensional wave equation)
∂ 2u 2
2∂ u T
=c (c2 = )
∂t2 ∂x2 ρ
boundary condition
u(0, t) = 0, u(L, t) = 0 for all t.
initial condition
u(x, 0) = f (x), 0 ≤ x ≤ L, initial deflection.
ut(x, 0) = g(x), 0 ≤ x ≤ L, initial velocity.
Case k < 0, k = −p2. F 00 +p2F = 0 and F (x) = A cos px+B sin px.
F (0) = A = 0, and F (L) = B sin(pL) = 0.
nπ
Thus p = , n = ±1, · · · and setting B = 1, we obtain
L
nπx
Fn(x) = sin , n = 1, 2, · · · .
L
cnπ
The other ODE G̈ + λ2nG = 0, λn = cp = L , has a solution
Gn(t) = Bn cos λnt + Bn∗ sin λnt.
Physical interpretation
f ∗(x − ct)(c > 0): a wave that is traveling to the right as t increases.
f ∗(x + ct)(c > 0): a wave that is traveling to the left as t increases.
=⇒ u(x, t) is the superposition of these two waves.
Example 1.
Find the solution of the wave equation corresponding to the initial deflection
2k L
x if 0 < x <
L 2
f (x) =
2k (L − x)
if
L
<x<L
L 2
and initial velocity zero.
Sol. Since g(x) = 0, Bn∗ = 0 and
Z
2 L nπx
Bn = f (x) sin dx
L 0 L
Z Z L
2 h L/2 2k nπx 2k nπx i
= x sin dx + (L − x) sin dx
L 0 L L L/2 L L
8k nπ
= 2 2 sin .
nπ 2
Thus,
∞
X nπx cnπ
u(x, t) = Bncos λnt sin , λn =
n=1
L L
∞
8k X sin nπ
2 cnπt nπx
= 2 cos sin
π n=1 n2 L L
8k ¡ 1 cπt πx 1 3cπt 3πx ¢
= 2 2 cos sin − 2 cos sin + ··· .
π 1 L L 3 L L
Types of PDEs
The PDE of the form
Auxx + 2Buxy + Cuyy = F (x, y, u, ux, uy ) (1)
has three Types of PDEs, depending on the discriminant AC −B 2 as follows.
Type Defining Condition Example in Sec.12.1
Hyperbolic AC − B 2 < 0 Wave equation
Parabolic AC − B 2 = 0 Heat equation
Elliptic AC − B 2 > 0 Laplace equation
Note Ax2 + 2Bxy + Cy 2 + Dx + Ey + F = 0.
Ex. x2 − y 2 = 1: hyperbolic, x2 − y = 0: parabolic, x2 + 2y 2 = 1: elliptic
[Optional]
¯ Ax2 + 2Bxy + Cy 2 + Dx + Ey + F = 0.
µ ¶µ ¶
¡ ¢ A B x
Ax2 + 2Bxy + Cy 2 = x y .
B C y
¯ ¯
¯ A−λ B ¯
¯ ¯ = λ2 − (A + C)λ + (AC − B 2) = 0
¯B C −λ¯
λ = λ1, λ2 (eigenvalues)
hyperbolic if AC − B 2 < 0,
parabolic if AC − B 2 = 0,
elliptic if AC − B 2 > 0.
Sol. λ2 − 2λ + 2 = 0 λ = −1 + i, 1 − i.
The PDE is elliptic and reduces to uvw = 0. The solution is
u(x, y) = Φ(y + (1 + i)x) + Ψ(y + (1 − i)x).
We choose
v+w v−w
v ⇒ = y + ax, w ⇒ = bx.
2 2i
Let v = y + ax, w = bx. That is, p = a, q = 1, r = b, s = 0.
Notice that 2λ = − 2B 2 C
A , λ = A.
Then
Aλ2 + 2Bλ + C = 0,
Apλ + Cq + B(λq + p) = p(Aλ + B) + q(C + Bλ)
= p · 0 + q(Aλ2 − (Aλ)λ) = 0.
We choose p = 1, q = 0, that is,
v = x, w = y + λx.
The the normal form is
uvv = 0
and the solution is
u(x, y) = vΦ(w) + Ψ(w) = xΦ(y + λx) + Ψ(y + λx).
Sol. λ2 + 4λ + 4 = 0 λ = −2.
The PDE is parabolic and the normal form is uvv = 0. The solution is
u(x, y) = xΦ(y − 2x) + Ψ(y − 2x).
Case k < 0, k = −p2. F 00 +p2F = 0 and F (x) = A cos px+B sin px.
F (0) = A = 0, and F (L) = B sin(pL) = 0.
nπ
Thus p = , n = ±1, · · · and setting B = 1, we obtain
L
nπx
Fn(x) = sin , n = 1, 2, · · · .
L
cnπ
The other ODE Ġ + λ2nG = 0, λn = cp = L , has a solution
2
Gn(t) = Bne−λnt.
Sol. (a)
P∞ nπx −λn t 2
u(x, t) = n=1 Bn sin L e , λn = cnπ/80.
From the Initial Conditions
∞
X nπ πx
u(x, 0) = Bn sin x = 100 sin ,
n=1
80 80
2 2
So B1 = 100, B2 = B3 = · · · = 0 and λ21 = c80π2 = 0.001785[sec−1], the
solution is
πx
u(x, t) = 100 sin e−0.001785t.
80
−0.001785t
(b) When 100e = 50, t = 388sec.
Sol.
• Step 1. Two ODEs from the heat equation
By the method of separating variables, set u(x, t) = F (x)G(t). Then
00
Ġ F
= = k,
c2G F
and we have two ODEs
00
F − kF = 0, Ġ − c2kG = 0.
Physical Assumptions
1. The mass of the membrane per unit area is constant. The membrane is
perfectly flexible and offers no resistance to bearing.
2. The tension per unit length T is the same at all points and in all directions
and does not change during the motion.