Lecture
Lecture
Lecture - 6
MA201 (2022)
• A second-order PDE in two independent variables x and y in its
most general form is given by
• In operator notation,
Remark:
• Equation (4) is called homogeneous, if f ≡ 0, otherwise it is called
non-homogeneous.
MA201 (2022)
The Principle of Superposition
Theorem
Suppose u1 solves linear PDE T (u) = f1 and u2 solves T (u) = f2 , then
u = c1 u1 + c2 u2 solves T (u) = c1 f1 + c2 f2 .
In particular, if u1 and u2 both solve the same homogeneous linear PDE
T (u) = 0, so does u = c1 u1 + c2 u2 .
Remark:
• Any linear combination of solutions of a linear homogeneous PDE is
also a solution.
MA201 (2022)
Linear Equations with Constant Coefficients
With the notations D = ∂/∂x and D ′ = ∂/∂y, a PDE with constant
coefficients can be written as
F (D, D ′ )u = f . (6)
We classify PDE (6) into two main types (with respect to the
appearance of the operators):
• Reducible: Equation (6) is called reducible if it can be written as
the product of linear factors of the form aD + bD ′ + c, with
constants a, b, c. For example, consider the equation
uxx − uyy = 0.
In this case
F (D, D ′ ) = D 2 − (D ′ )2 = (D + D ′ )(D − D ′ ).
Theorem 1
If (ar D + br D ′ + cr ) is a factor of F (D, D ′ ), ar 6= 0, then
cr x
ur = exp − φr (br x − ar y )
ar
is a solution of the equation F (D, D ′ )u = 0. Here, φr is an arbitrary
real-valued function.
Theorem 2
If (br D ′ + cr ) is a factor of F (D, D ′ ) and φr is an arbitrary real-valued
single variable function, then
cr y
ur = exp − φr (br x)
br
is a solution of the equation F (D, D ′ )u = 0.
MA201 (2022)
Linear Equations with Constant Coefficients: Reducible Equation
Theorem 3
If (aD + bD ′ + c)m (m ≤ n, a 6= 0) is a factor of F (D, D ′ ) and
φ1 , φ2 , . . . , φm are arbitrary real-valued functions, then
m
n cx o X
exp − x i −1 φi (bx − ay )
a
i =1
Example
• General solution of
uxx − uyy = 0
is given by
u = φ1 (x + y ) + φ2 (x − y ),
φ1 and φ2 are arbitrary real-valued single functions.
′2
• By Theorem 1, D 2 − D = (D − D ′ )(D + D ′ ) and
a1 = 1, b1 = −1, a2 = 1, b2 = 1 and c1 = 0 = c2 .
• Hence the solution.
MA201 (2022)
Reducible Equations: Examples
Example
• General solution of
u = xφ1 (x − y ) + φ2 (x − y ) + xψ1 (x + y ) + ψ2 (x + y ).
′4 ′2 ′2
• We have D 4 + D − 2D 2 D = (D 2 − D )2 = (D + D ′ )2 (D − D ′ )2 .
• By using Theorem 3, m=2. Also, n = 2 for both expressions. For
(D + D ′ )2 part, a = 1, b = 1 whereas for the (D − D ′ )2 part,
a = 1, b = −1.
• Hence the solution.
MA201 (2022)
Classification
• Consider
MA201 (2022)
Methods and Techniques for Solving PDEs
• Numerical Methods
Our immediate focus will be on a method in which we will use
transformation of the independent variables x and y to another set, say ξ
and β.
The aim is to transform the PDE to an easier one so that the solution
can be obtained by simple integration only.
MA201 (2022)