Partial differential equation Guide, Meaning , Facts, Information and Description
In mathematics, and in particular calculus, a partial differential equation (PDE) is an equation involving partial derivatives of an unknown function. The idea is to describe a function indirectly by a relation between itself and its partial derivatives, rather than writing down a function explicitly. A solution of the equation is any function satisfying this relation.A PDE usually has many solutions; a problem often includes additional boundary conditions which restrict the solution set. Where ordinary differential equations have solutions that are families with each solution characterized by the values of some parameters, for a PDE it is more helpful to think that the parameters are function data (informally put, this means that the set of solutions is much larger). That is true fairly generally, unless the equations are heavily over-determined.
Partial differential equations are ubiquitous in science, as they describe phenomena such as fluid flow, gravitational fields, and electromagnetic fields. They are important in fields such as aircraft simulation, computer graphics, and weather prediction. The central equations of general relativity and quantum mechanics are also partial differential equations.
| Table of contents |
|
1.1 Laplace's equation
2 Methods to solve PDEs1.2 Wave equation 1.3 Heat equation 1.4 Euler-Tricomi equation 1.5 Advection equation 3 Classification |
Notation and examples
In PDEs, it is common to write the unknown function as u and its partial derivative with respect to the variable x as ux, that is:Laplace's equation
A very important and basic PDE is Laplace's equation:-
A generalization of Laplace's equation is Poisson's equation:-
Wave equation
The wave equation is an equation for an unknown function u(x,y,z,t) (where we think of t as a time variable) which reads:-
Heat equation
The heat equation describes the temperature in a given region over time. It is:-
The Euler-Tricomi equation is used in the investigation of transonic flow. It is
Euler-Tricomi equation
Advection equation
The advection equation describes the transport of a conserved scalar in a velocity field . It is:
The Schrödinger equation is a PDE at the heart of non-relativistic quantum mechanics. In the WKB approximation it is the Hamilton-Jacobi equation.
Except for Burgers' equation, all the above equations are linear in the sense that they can be written in the form Au = f for a given linear operator A and a given function f. Other important non-linear equations include the Navier-Stokes equations describing the flow of fluids, and Einstein's field equations of general relativity.
Linear PDEs are generally solved by decomposing the equation according to a set of basis functions, solving those individually and using superposition to find the solution corresponding to the boundary conditions. The method of separation of variables has many important particular applications.
There are no generally applicable methods to solve non-linear PDEs; indeed, many PDEs cannot be solved analytically at all. Nevertheless, some techniques can be used for several types of equations. The h-principle is the most powerful method to solve underdetermined equations.
The method of characteristics can be used in some cases to solve partial differential equations.
In some cases, a PDE can be solved via perturbation analysis in which the solution is considered to be a correction to an equation with a known solution. An alternative are numerical analysis techniques from simple finite difference schemes to the more mature multigrid and finite element methods. Many interesting problems in science and engineering are solved in this way using computers, sometimes high performance supercomputers.
A single partial differential equation, or even a system of partial differential equations, may be classified as parabolic, hyperbolic or elliptic. Given a system of partial differential equations, there is an associated matrix. Properties of the eigensystem of the associated matrix determine the classification of the system.Methods to solve PDEs
Classification
