Unit 1 (APM4814)
Unit 1 (APM4814)
Partial differential equations (PDEs) form the basis of very many mathematical
models of physical phenomena, and processes encountering in engineering
problems. More recently their use has spread into economics, image processing
and other, fields. To investigate the predictions of PDE models of such
phenomena it is often necessary to approximate their solution numerically,
commonly in combination with the analysis of simple special cases; while in
some of the recent instances the numerical models play an almost independent
role.
By definition, PDEs are equations that involve functions and its partial
derivatives with respects to two or more independent variables.
PDEs are used to mathematically formulate, and therefore assist the solution of,
physical and other problems involving functions of several variables, such as
wave propagation, elasticity, fluid flow, electrostatics, vibration,
electrodynamics, etc.
1
PDEs govern several problems in different fields of science and engineering,
however despite the great spread of partial differential equations, analytical
solutions are not available for many higher differential equations.
The majority of PDEs have no analytical solutions, due to the nature of these
equations as well as nonlinear behaviour encountered.
It should be noted that the differential equations in a certain domain satisfying
given conditions are referred to as boundary-value problems. If one or more of
the boundaries are not known and moving with time, the problem should be then
considered as moving boundary problem.
Moreover, if the governing equation is time independent together with boundary
condition, then the problem is specified as free boundary problem.
A partial differential equation (PDE) for the function u (𝑥1 , 𝑥2 , …, 𝑥𝑛 ) is an
𝜕𝑢 𝜕𝑢 𝜕2 𝑢 𝜕2 𝑢
equation of the form: f (𝑥1 , 𝑥2 , … ; 𝑢, , ,…, , , … ) = 0 (1)
𝜕𝑥1 𝜕𝑥2 𝜕𝑥 1 𝜕𝑥2
Where:
(x, y, t): Spatial and time independent variables, respectively,
A, B, C: Usually known functions,
u (x, y, t): Dependent unknown variable, usually called potential.
2.1 Homogeneity definition: The given PDE is defined as non-homogeneous
if all its terms contain the dependent variable or its partial derivatives or
homogeneous otherwise.
2.2 Order definition: The order is defined as the highest derivative term that
appears in the given PDE.
2.3 Degree definition: The degree is defined as the highest power of the
highest derivative that appears in the given partial differential equation.
2
2.4 Dimension Definition: The dimension of the given partial differential
equation is defined as the number of the spatial variables it contains.
2.5 Linearity Definition: The given PDE is called linear if the potential
and its derivatives are of first order and there are no products involving
more than these terms or non-linear otherwise.
2.6 Quasi-linearity Definition: The given PDE is called as a quasi-linear if
all the terms with highest order derivatives of dependent variables occur
linearly, that is the coefficients of such terms are functions of only lower
order derivatives of the dependent variables. However, terms with lower
order derivatives can occur in any manner.
𝜕𝑧 𝜕𝑧
Example 1: + = 2z: First-order PDE (linear and homogeneous).
𝜕𝑥 𝜕𝑦
𝜕2 𝑢 𝜕2 𝑢
Example 2: + + 4x + 3y – 4z = 0: Second-order PDE (linear and
𝜕𝑥 2 𝜕𝑦 2
nonhomogeneous).
𝜕2 𝑢 𝜕2 𝑢
Example 3: 𝑥 + 2u + 3𝑢2 = 0: Second-order PDE (linear and
𝜕𝑥 2 𝜕𝑦 2
homogeneous).
𝜕2 𝑢 𝜕2 𝑢 𝜕2 𝑢 𝜕𝑢 2 𝜕𝑢 2
Example 4: 𝑢𝑥 2
+ 𝑢2 𝑥𝑦 + 𝑢𝑦 2
+ ( ) +( ) + 𝑢3 = 0:
𝜕𝑥 𝜕𝑥𝜕𝑦 𝜕𝑦 𝜕𝑥 𝜕𝑦
𝜕2 𝑢 𝜕2 𝑢 𝜕2 𝑢
2
+ 2
+ = 0 (3) can be written as:
𝜕𝑥 𝜕𝑦 𝜕𝑧 2
3
𝑢𝑥𝑥 + 𝑢𝑦𝑦 + 𝑢𝑧𝑧 =0 (4)
4
A nonlinear partial differential equation is known as quasi-linear if it is linear in
highest order derivatives and the coefficients of highest order derivatives depend
on independent variables as well on lesser order derivatives.
𝜕𝑢 𝜕𝑢 𝜕2 𝑢 𝜕𝑢 𝜕𝑢
𝑥1 + 𝑥2 , 𝑢, , ) = 𝐹 (𝑥1 , 𝑥2 , 𝑢 , ) (9)
𝜕𝑥1 𝜕𝑥2 𝜕𝑥22 𝜕𝑥1 𝜕𝑥2
5
But further classification into elliptic, hyperbolic, and parabolic equations,
especially for second-order linear equations, is of utmost importance.
We can write a second order linear partial differential equation (PDE) involving
independent variables x & y in the form:
𝜕2 𝑢 𝜕2 𝑢 𝜕2 𝑢 𝜕𝑓 𝜕𝑓
A
𝜕𝑥 2 +𝐵 𝜕𝑥𝜕𝑦
+𝐶
𝜕𝑦 2
= 𝐹 (𝑥, 𝑦, 𝑓,
𝜕𝑥 𝜕𝑦
, ) (10)
Where the coefficients A, B and C are functions of the independent variables x α
y.
To begin with, let us consider a review of conic curves (ellipse, parabola and
hyperbola): A𝑥 2 + 𝐵𝑥𝑦 + 𝐶𝑦 2 + 𝐷𝑥 + 𝐸𝑦 + 𝐹 = 0 (11)
The classification of partial differential equations depends on the sign of
discriminant 𝐵 2 − 4𝐴𝐶 as follow:
If 𝐵 2 − 4𝐴𝐶 < 0, the partial differential equation is elliptic. (E.g.,
Laplace’s and Poisson equations)
If 𝐵 2 − 4𝐴𝐶 = 0, the partial differential equation is parabolic. (E.g., heat
equation).
If 𝐵 2 − 4𝐴𝐶 > 0, the partial differential equation is hyperbolic. (E.g., wave
equation).
𝜕2 𝑢 𝜕2 𝑢
Example 10 : Laplace equation : + =0
𝜕𝑥 2 𝜕𝑦 2
6
Some examples of 2-D PDE of the aforementioned categories are as follows:
𝜕2 𝑢 𝜕2 𝑢 𝜕2 𝑢
Example 13: = 𝑐2 ( + ): 2-D wave equation.
𝜕𝑡 2 𝜕𝑥 2 𝜕𝑦 2
𝜕𝑢 𝜕2 𝑢 𝜕2 𝑢
Example 14: = 𝑐2 ( 2
+ ) : 2-D Heat equation.
𝜕𝑡 𝜕𝑥 𝜕𝑦 2
𝜕2 𝑢 𝜕2 𝑢
Example 15: 2
+ = f (x, y): 2-D Poisson’s equation.
𝜕𝑥 𝜕𝑦 2
7
4. Applications of PDEs in civil engineering
Differential equations are extensively involved in civil engineering. Here is a list
of few applications:
4.1 Laplace and Poisson’s equations: They are used to model the steady state
temperature distribution in a plane, the steady state electric field (voltage), the
inviscid fluid flow, the gravitational field.
4.2 Wave equation: It is used to model the vibration of beam or slabs according
to the dimension of the problem, the long water waves in a straight canal, the
torsion oxillations a rod, the longitudinal vibrations of a bar, etc.
4.3 Heat equation: It is used to model time-dependent temperature distribution
along heated bar.
4.4 Advection-diffusion equation: It is used to model the dispersion of tracers
in porous media, and transport of pollutant in rivers, streams, and atmospheres.
Additional readings
Supplementary problems
1. Obtain all cases for the coefficients in the following partial differential
equation: 𝑎𝑢𝑥𝑥 + 𝑏𝑢𝑥𝑥 + 𝑐𝑢𝑥 + 𝑑𝑢𝑦 = 0 to be an elliptic.
Solution:
8
a. The given PDE is homogeneous due to the absence of the function G
b. The given PDE is linear because all coefficients are constants.
Now, let us write the general form of the second order linear partial differential
equation:
𝜕2 𝑢 𝜕2 𝑢 𝜕2 𝑢 𝜕𝑢 𝜕𝑢
A 2
+ 2𝐵 +𝐶 +𝐷 +𝐸 + 𝐹𝑢 = 𝐺 (1)
𝜕𝑥 𝜕𝑥𝜕𝑦 𝜕𝑦 2 𝜕𝑥 𝜕𝑦
After making a comparison between equations (1) and the PDE given in the
question, we can equate the coefficients as follows:
A=a
B=0 (2)
C=b
2. Show that 𝑎𝑢𝑥𝑥 + 𝑏𝑢𝑥𝑥 + 𝑐𝑢𝑦 = 0 is hyperbolic for all possible cases of
its constants.
Solution:
Now, let us write the general form of the second order linear partial differential
equation:
9
𝜕2 𝑢 𝜕2 𝑢 𝜕2 𝑢 𝜕𝑢 𝜕𝑢
A 2
+ 2𝐵 +𝐶 +𝐷 +𝐸 + 𝐹𝑢 = 𝐺 (1)
𝜕𝑥 𝜕𝑥𝜕𝑦 𝜕𝑦 2 𝜕𝑥 𝜕𝑦
A = a; B = b; C = b (3)
From equation (5), it can be observed that 𝐵 2- 4AC is always positive for any
value positive or negative for b, therefore the equation is hyperbolic type.
Exercises:
1. Classify the following PDEs using the discriminant method:
𝜕2 𝑢 4𝜕2 𝑢 𝜕2 𝑢
a. 2
− + =0
𝜕𝑥 2𝑥2𝑦 2𝑦 2
𝜕2 𝑢 𝜕2 𝑢
b. 2
+ =0
𝜕𝑥 𝜕𝑦 2
a. 𝑢𝑡 = 𝑢𝑥𝑥 + 2𝑢𝑥 + 𝑢
b. 𝑢𝑡 = 𝑥𝑢𝑥𝑥 + 𝑒 −𝑡
c. 𝑢𝑥𝑥 + 3𝑢𝑥𝑦 + 𝑢𝑦𝑦 = sin 𝑥
d. 𝑢𝑡𝑡 = 𝑢𝑢𝑥𝑥𝑥𝑥
10
3. Find the value of x to make our equation a parabolic equation:
𝜕2 𝑢 𝜕2 𝑢 𝜕2 𝑢
3𝑥 2
− 18 +3
𝜕𝑥 𝜕𝑥𝜕𝑦 𝜕𝑦 2
Multiple choice :
a. 9
b. 7
c. 8
d. 5
11