Partial Differential Equations
Partial Differential Equations
1
Derivatives
Derivatives
dy u
dx y
u is a function of
y is a function of one more than one
independent variable independent variable
2
Differential Equations
Differential
Equations
2
6 xy 1 0
dx y 2
x 2
3
Partial Differential Equations
Partial Differential Equations (PDE) containing partial
derivatives of the dependent variable (one or
more) with more than one independent variable.
Examples :
2u 2u u
2 2
x 2
t t
u v
y x
4
Order of a differential equation
The order of a PDE is the order of the highest
derivative involved.
Examples :
u u First order ODE
3x t 0
x t
2u 2u 2u u u
4 4 2 2 0 Second order ODE
x 2
xy y x y
5
Solution of a differential equation
A solution to a differential equation is a function that
satisfies the equation.
u xx sin(at ) cos( x)
2u 2 2u
a 2
t 2
x
6
Methods to solve PDE’s
There are a number of different methods for solving PDEs.
Some of the most common methods include:
Separation of variables:
This method is based on the idea that the solution to a
PDE can be written as a product of functions of each
of the independent variables.
Transform methods:
This method uses Fourier transforms, Laplace
transforms, or other transforms to convert the PDE into
an ordinary differential equation (ODE) or an algebraic
equation.
Numerical methods:
These methods are used to approximate the solution
to a PDE using a computer.