Partial differential equations (PDEs) are of vast importance in applied mathematics and engineering since so many real physical situations can be modelled by them. PDEs are made up of partial derivatives . PDEs tend to be divided into three categories - hyperbolic, parabolic and elliptic.
Hyperbolic
Standard hyperbolic equations include the wave equation
|
|
Parabolic
The prototypical parabolic partial differential equation is the diffusion equation. As the term suggests, the such equations diffusion phenomena in physics, such as the spreading of heat in a conducting material.
|
Elliptic
Elliptic equations are usually used to model steady state phenomena. When the solution to either hyperbolic or parabolic equations are assumed to be invariant with time then they reduce elliptic equations.
For example the wave equation or the diffusion equation reduce to the Poisson or Laplace equation when the time dependence is removed. The Laplace equation is
|
Computational Solution
In some circumstances analytic solutions of partial differential equations can be obtained. However, this is only true of simple forms of the equations and in in simple geometric regions. For other more practical problems it is more useful to seek computational or numerical solutions. There are a number of classes of methods that have been developed for the computational solution of PDEs. Most popular is the finite element method (FEM).
The finite difference method (FDM) is derived more straightforwardly from the PDE and is also very popular. Hyperbolic and parabolic PDEs are often solved using a hybrid of the FEM and FDM; the spatial variables are modelled using the FEM and their variation with time is modelled by the FDM. In transient electromagnetics the FDM is a popular method of solution, but in this application it is usually termed the finite-difference time-domain method (FD-TD).
The boundary element method (BEM) has a much more restricted range of application to PDEs. In general it is mainly applicable to linear elliptic PDEs and it requires the PDE to first be reformulated as an integral equation. However, it has the advantage that the mesh need only cover the boundaries of the domain, rather than the full domain discretisation that is necessary in the FEM and FDM.
The finite volume method (FVM) is an important method in computational fluid dynamics (CFD).
Books on the methods described above are listed in
www.science-books.net
. Click on the topic of interest below.