PDEs_mku_y1 _2_ (4)
PDEs_mku_y1 _2_ (4)
1 / 40
What is a Partial Differential Equation
where the dots imply the other partial derivatives that may occur.
2 / 40
Some of PDEs
♣ Examples 4 to 8 have order two; 9 has order three; and 10 has order four.
♣ Examples 2 and 9 are distinguished from the others in that they are not
”linear”. We shall now explain this concept.
3 / 40
Linearity
Lu = g
4 / 40
Examples
Examples 0.2.
For each of the following equations, state the order and whether it is nonlinear,
linear inhomogeneous, or linear homogeneous; provide reasons.
1 ut − uxx + 1 = 0
2 ut − uxx + xu = 0
3 ut − uxxt + uux = 0
4 utt − uxx + x 2 = 0
5 ux (1 + ux2 )−1/2 + uy (1 + uy2 )−1/2 = 0
√
6 ut + uxxxx + 1 + u = 0
5 / 40
Solutions
♣ ut − uxx + 1 = 0
u = c1 u1 + c2 u2 ,
♣ This happens if a PDE involves derivatives with respect to one variable only
(or can be transformed to such a form), so that the other variable(s) can be
treated as parameter(s).
7 / 40
Initial and boundary conditions
♣ It is impossible to formulate a general existence theorem that applies to all
linear partial differential equations. Instead, it is more natural to specify a
solution through a set of boundary conditions or initial conditions related to
the equation.
example
The solution of the heat eq ut = κuxx in the region 0 < x < L, 0 < t < ∞ may be
specified uniquely in terms of the initial c. at t = 0 and the b.c at x = 0 and x = L.
On the other hand, the solution of the wave equation utt − a2 uxx = 0 in the region
0 < x < L, 0 < t < ∞ is uniquely obtained in terms of the b.c at t = 0, x = L and
two initial c., pertaining to the solution u(x, 0) and its time derivative ut (x, 0).
♣ Because PDEs typically have so many solutions, we single out one solution
by imposing auxiliary conditions(initial and boundary conditions).
♣ These conditions are motivated by the physics and they come in two
varieties, initial conditions and boundary conditions.
10 / 40
Solving PDE as ODE
♣ The general solution of the linear PDE Lu = g can be written in the form
u = U + v where U is a particular solution of the equation LU = g and v is
the general solution of the related hom. equation Lv = 0.
11 / 40
Solving PDEs as ODEs . . .
♣ The idea is to assume that the solution u(x, y) can be written as a product
of functions, each depending on a single variable.
12 / 40
Solving PDEs as ODEs . . .
♣ Step 2: Substitute the assumed solution into the PDE Substituting
u(x, y) = X (x)Y (y) into the PDE uxx + 2uyy = 0 gives:
∂ 2u ∂ 2u
+ 2 =0
∂x 2 ∂y 2
X ′′ (x) Y ′′ (y)
= −2
X (x) Y (y)
♣ Since the left side of the equation depends only on x and the right side
depends only on y, each side must be equal to a constant. Letâs denote
this constant by −λ. Therefore, we have two ordinary differential equations
(ODEs):
X ′′ (x) Y ′′ (y)
= −λ and 2 =λ
X (x) Y (y)
♣ Step 5: Construct the general solution The general solution to the PDE is
the product of the solutions for X (x) and Y (y).
♣ This process shows how we can treat the PDE as a system of ODEs and
solve them separately to find the general solution.
15 / 40
Formation and Solution of standard types of 1st order
equation
♣ Suppose there are two independent variables x and y and the dependent
variable is denoted by u. If we write
∂u ∂u
p= ,q =
∂x ∂y
then the 1st order PDE is written as:
f (x, y, u, p, q) = 0
examples
If for example, we take u to be the dependent variable and x,y and t to be
independent variables, then the following equations:
∂u 2
+ ∂u
∂x ∂t
= 0 is a first-order in two variables,
x ∂x + y ∂u
∂u
∂y
+ ∂u
∂t
= 0is a first-order in three variables.
16 / 40
Origins of first order PDE
♣ Suppose that we consider the equation of set of all spheres whose centers
lie along the z axis:
x 2 + y 2 + (z − c)2 = a2
x + p(z − c) = 0, y + q(z − c) = 0
yp − xq = 0
this is called first order PDE
17 / 40
Solving first order PDEs by Characteristic method
♣ The characteristic method is a powerful technique for solving first-order
Partial Differential Equations (PDEs).
where u(x, y) is the unknown function, and a, b, and c are given functions.
2 Characteristic Equations: The PDE can be transformed into a system of
ODEs known as the characteristic equations:
dx dy du
= a(x, y, u), = b(x, y, u), = c(x, y, u)
dt dt dt
where t is the parameter along the characteristic curve.
18 / 40
Solving first order PDEs by Characteristic method . . .
3. Solve the ODEs: Solve the system of ODEs to find the characteristic curves
x(t), y (t), and the solution u(t).
3. Express the Solution: Once the characteristics are found, the solution
u(x, y) is determined by eliminating the parameter t and expressing u as a
function of x and y.
Example 0.3.
Solve the following equations by characteristic method
1 2ux + 3uy = 0
2
2 ux + 2xy uy = 0
2
3 ux + uy − 3u = y where u(x, 0) = x
∂u
4 2
∂x
+ 3 ∂u
∂y
+ 8u = 0 where u = f (x, y)
19 / 40
Solving first order PDEs by Characteristic method . . .
4. 2 ∂u
∂x
+ 3 ∂u
∂y
+ 8u = 0
♣ Step 1: Characteristic Equations
Given the PDE:
2ux + 3uy + 8u = 0
The characteristic equations are:
dx dy du
= =
2 3 −8u
♣ Step 2: Solve the Characteristic Equations
i) Solve dx
2
= dy
3
:
3dx = 2dy
Integrating both sides:
3x − 2y = C4
du
ii) Solve −8u
to find u(x, y):
du
= −8dt ⇒ log u = −8t + C5
u
♣ Step 3: Express the Solution
The solution is:
u(x, y) = g(3x − 2y)e−8t
where g is an arbitrary function determined by initial or boundary conditions.
20 / 40
Solving First-Order PDEs by the Separation of Variables
Method
♣ The Separation of Variables method is a powerful technique for solving
Partial Differential Equations (PDEs), especially when the PDE can be
expressed as a product of functions, each depending on only one of the
variables. Here’s a step-by-step guide to solving first-order PDEs using this
method.
♣ Step-by-Step Procedure
1 Identify the Form of the PDE: Consider a first-order PDE of the form:
ux + uy = 0
or more generally:
a(x, y)ux + b(x, y)uy = 0
2 Assume a Separable Solution: Assume that the solution can be written as a
product of functions, each depending on a single variable:
u(x, y ) = X (x)Y (y)
where X (x) is a function of x alone and Y (y) is a function of y alone.
3 Substitute the Assumed Solution into the PDE: Substitute
u(x, y) = X (x)Y (y) into the PDE.
21 / 40
Solving First-Order PDEs by the Separation of Variables
Method . . .
4. Solve the Resulting ODEs: Since the two sides of the equation depend on
different variables, they must each be equal to a constant. This leads to two
ordinary differential equations (ODEs) which you can solve separately.
22 / 40
Solving First-Order PDEs by the Separation of Variables
Method . . .
Examples
23 / 40
Solving First-Order PDEs by the Separation of Variables
Method . . .
24 / 40
Solving First-Order PDEs by the Separation of Variables
Method . . .
25 / 40
Solving First-Order PDEs by the Separation of Variables
Method . . .
26 / 40
Solving PDEs by characteristic equation . . .
♣ Step 2: Solve the characteristic equations
1 First characteristic equation:
dx dy
=
2 3
Integrate this to find a relationship between x and y :
Z Z
3dx = 2dy ⇒ 3dx = 2dy
3x = 2y + C1 ⇒ 3x − 2y = C1
This gives us the first characteristic curve: 3x − 2y = C1 , where C1 is a
constant.
2 Second characteristic equation:
dx du
=
2 0
Since du
0 implies that u is constant along the characteristic curves, we have
u = C2 , where C2 is another constant.
♣ For the equation 2ux + 3uy = 0, the solution is u(x, y) = f (3x − 2y).
♣ For the equation ux + 2xy 2 uy = 0, the solution is u(x, y) = f x 2 + y1 .
29 / 40
Examples
Examples 0.4.
30 / 40
Solving PDEs as ODEs . . .
31 / 40
Solving PDEs as ODEs . . .
32 / 40
Solving PDEs as ODEs . . .
33 / 40
Solving PDEs as ODEs . . .
34 / 40
Solving PDEs as ODEs . . .
35 / 40
Solving PDEs as ODEs . . .
36 / 40
Lagrange’s method for solution of first order linear PDEs
An equation of the form Pp + Qq = R is said to be Lagrange’s type of PDEs
♣ Transform the given PDE of the first order in standard form
Pp + Qq = R (1)
38 / 40
Solving PDEs using Direct integration
∂u yx 2
= + f (y)
∂y 2
x 2y 2
u(x, y) = + F (y) dy + G(x)
4
where F (y) and G(x) are arbitrary functions. This is a general solution.
If F (y) = y 2 and G(x) = cos x, the particular solution(up ) is
x 2y 2
up = + y 2 + cos x
4
39 / 40
Classification of PDEs
♣ Let us consider the PDEs
a(x, y)uxx + b(x, y)uxy + c(x, y)uyy + d(x, y)ux + e(x, y)uy + f (x, y)u = g(x, y)
(3)
Example 0.7.
What are the types of the following equations?
1 uxx − uxy + uy + uyy − 3uyx + 4u = 0
6 uxx + xuyy = 0
40 / 40