Partial differential equation

Revision as of 21:29, 14 May 2025 by imported>Ow0cast (Rollback edit(s) by Bailey6969 (talk): Vandalism (UV 0.1.6))
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Template:Short description Template:More footnotes needed

File:Heat.gif
A visualisation of a solution to the two-dimensional heat equation with temperature represented by the vertical direction and color.

Template:Differential equations

In mathematics, a partial differential equation (PDE) is an equation which involves a multivariable function and one or more of its partial derivatives.

The function is often thought of as an "unknown" that solves the equation, similar to how Template:Mvar is thought of as an unknown number solving, e.g., an algebraic equation like Template:Math. However, it is usually impossible to write down explicit formulae for solutions of partial differential equations. There is correspondingly a vast amount of modern mathematical and scientific research on methods to numerically approximate solutions of certain partial differential equations using computers. Partial differential equations also occupy a large sector of pure mathematical research, in which the usual questions are, broadly speaking, on the identification of general qualitative features of solutions of various partial differential equations, such as existence, uniqueness, regularity and stability.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> Among the many open questions are the existence and smoothness of solutions to the Navier–Stokes equations, named as one of the Millennium Prize Problems in 2000.

Partial differential equations are ubiquitous in mathematically oriented scientific fields, such as physics and engineering. For instance, they are foundational in the modern scientific understanding of sound, heat, diffusion, electrostatics, electrodynamics, thermodynamics, fluid dynamics, elasticity, general relativity, and quantum mechanics (Schrödinger equation, Pauli equation etc.). They also arise from many purely mathematical considerations, such as differential geometry and the calculus of variations; among other notable applications, they are the fundamental tool in the proof of the Poincaré conjecture from geometric topology.

Partly due to this variety of sources, there is a wide spectrum of different types of partial differential equations, where the meaning of a solution depends on the context of the problem, and methods have been developed for dealing with many of the individual equations which arise. As such, it is usually acknowledged that there is no "universal theory" of partial differential equations, with specialist knowledge being somewhat divided between several essentially distinct subfields.<ref>Template:Cite book</ref>

Ordinary differential equations can be viewed as a subclass of partial differential equations, corresponding to functions of a single variable. Stochastic partial differential equations and nonlocal equations are, as of 2020, particularly widely studied extensions of the "PDE" notion. More classical topics, on which there is still much active research, include elliptic and parabolic partial differential equations, fluid mechanics, Boltzmann equations, and dispersive partial differential equations.<ref>Template:Cite book</ref>

IntroductionEdit

A function Template:Math of three variables is "harmonic" or "a solution of the Laplace equation" if it satisfies the condition <math display="block">\frac{\partial^2u}{\partial x^2}+\frac{\partial^2u}{\partial y^2}+\frac{\partial^2u}{\partial z^2}=0.</math> Such functions were widely studied in the 19th century due to their relevance for classical mechanics, for example the equilibrium temperature distribution of a homogeneous solid is a harmonic function. If explicitly given a function, it is usually a matter of straightforward computation to check whether or not it is harmonic. For instance <math display="block">u(x,y,z) = \frac{1}{\sqrt{x^2 - 2x + y^2 + z^2 + 1}}</math> and <math display="block">u(x,y,z) = 2x^2 - y^2 - z^2</math> are both harmonic while <math display="block">u(x,y,z)=\sin(xy)+z</math> is not. It may be surprising that the two examples of harmonic functions are of such strikingly different form. This is a reflection of the fact that they are not, in any immediate way, special cases of a "general solution formula" of the Laplace equation. This is in striking contrast to the case of ordinary differential equations (ODEs) roughly similar to the Laplace equation, with the aim of many introductory textbooks being to find algorithms leading to general solution formulas. For the Laplace equation, as for a large number of partial differential equations, such solution formulas fail to exist.

The nature of this failure can be seen more concretely in the case of the following PDE: for a function Template:Math of two variables, consider the equation <math display="block">\frac{\partial^2v}{\partial x\partial y}=0.</math> It can be directly checked that any function Template:Mvar of the form Template:Math, for any single-variable functions Template:Mvar and Template:Mvar whatsoever, will satisfy this condition. This is far beyond the choices available in ODE solution formulas, which typically allow the free choice of some numbers. In the study of PDEs, one generally has the free choice of functions.

The nature of this choice varies from PDE to PDE. To understand it for any given equation, existence and uniqueness theorems are usually important organizational principles. In many introductory textbooks, the role of existence and uniqueness theorems for ODE can be somewhat opaque; the existence half is usually unnecessary, since one can directly check any proposed solution formula, while the uniqueness half is often only present in the background in order to ensure that a proposed solution formula is as general as possible. By contrast, for PDE, existence and uniqueness theorems are often the only means by which one can navigate through the plethora of different solutions at hand. For this reason, they are also fundamental when carrying out a purely numerical simulation, as one must have an understanding of what data is to be prescribed by the user and what is to be left to the computer to calculate.

To discuss such existence and uniqueness theorems, it is necessary to be precise about the domain of the "unknown function". Otherwise, speaking only in terms such as "a function of two variables", it is impossible to meaningfully formulate the results. That is, the domain of the unknown function must be regarded as part of the structure of the PDE itself.

The following provides two classic examples of such existence and uniqueness theorems. Even though the two PDE in question are so similar, there is a striking difference in behavior: for the first PDE, one has the free prescription of a single function, while for the second PDE, one has the free prescription of two functions.

Even more phenomena are possible. For instance, the following PDE, arising naturally in the field of differential geometry, illustrates an example where there is a simple and completely explicit solution formula, but with the free choice of only three numbers and not even one function.

  • If Template:Mvar is a function on Template:Math with <math display="block">\frac{\partial}{\partial x} \frac{\frac{\partial u}{\partial x}}{\sqrt{1 + \left(\frac{\partial u}{\partial x}\right)^2 + \left(\frac{\partial u}{\partial y}\right)^2}} +

\frac{\partial}{\partial y} \frac{\frac{\partial u}{\partial y}}{\sqrt{1 + \left(\frac{\partial u}{\partial x}\right)^2 + \left(\frac{\partial u}{\partial y}\right)^2}}=0,</math> then there are numbers Template:Mvar, Template:Mvar, and Template:Mvar with Template:Math. In contrast to the earlier examples, this PDE is nonlinear, owing to the square roots and the squares. A linear PDE is one such that, if it is homogeneous, the sum of any two solutions is also a solution, and any constant multiple of any solution is also a solution.

DefinitionEdit

A partial differential equation is an equation that involves an unknown function of <math>n\geq 2</math> variables and (some of) its partial derivatives.Template:Sfn That is, for the unknown function <math display="block">u : U \rightarrow \mathbb{R},</math> of variables <math>x = (x_1,\dots,x_n)</math> belonging to the open subset <math>U</math> of <math>\mathbb{R}^n</math>, the <math>k^{th}</math>-order partial differential equation is defined as <math display="block">F[D^{k} u, D^{k-1}u,\dots, D u, u, x]=0,</math> where <math display="block"> F: \mathbb{R}^{n^{k}}\times \mathbb{R}^{n^{k-1}}\dots \times \mathbb{R}^{n} \times \mathbb{R} \times U \rightarrow \mathbb{R},</math> and <math>D</math> is the partial derivative operator.

NotationEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} When writing PDEs, it is common to denote partial derivatives using subscripts. For example: <math display="block">u_x = \frac{\partial u}{\partial x},\quad u_{xx} = \frac{\partial^2 u}{\partial x^2},\quad u_{xy} = \frac{\partial^2 u}{\partial y\, \partial x} = \frac{\partial}{\partial y } \left(\frac{\partial u}{\partial x}\right). </math> In the general situation that Template:Mvar is a function of Template:Mvar variables, then Template:Math denotes the first partial derivative relative to the Template:Mvar-th input, Template:Math denotes the second partial derivative relative to the Template:Mvar-th and Template:Mvar-th inputs, and so on.

The Greek letter Template:Math denotes the Laplace operator; if Template:Mvar is a function of Template:Mvar variables, then <math display="block">\Delta u = u_{11} + u_{22} + \cdots + u_{nn}.</math> In the physics literature, the Laplace operator is often denoted by Template:Math; in the mathematics literature, Template:Math may also denote the Hessian matrix of Template:Mvar.

ClassificationEdit

Linear and nonlinear equationsEdit

A PDE is called linear if it is linear in the unknown and its derivatives. For example, for a function Template:Mvar of Template:Mvar and Template:Mvar, a second order linear PDE is of the form <math display="block"> a_1(x,y)u_{xx} + a_2(x,y)u_{xy} + a_3(x,y)u_{yx} + a_4(x,y)u_{yy} + a_5(x,y)u_x + a_6(x,y)u_y + a_7(x,y)u = f(x,y) </math> where Template:Math and Template:Mvar are functions of the independent variables Template:Mvar and Template:Mvar only. (Often the mixed-partial derivatives Template:Math and Template:Math will be equated, but this is not required for the discussion of linearity.) If the Template:Math are constants (independent of Template:Mvar and Template:Mvar) then the PDE is called linear with constant coefficients. If Template:Mvar is zero everywhere then the linear PDE is homogeneous, otherwise it is inhomogeneous. (This is separate from asymptotic homogenization, which studies the effects of high-frequency oscillations in the coefficients upon solutions to PDEs.)

Nearest to linear PDEs are semi-linear PDEs, where only the highest order derivatives appear as linear terms, with coefficients that are functions of the independent variables. The lower order derivatives and the unknown function may appear arbitrarily. For example, a general second order semi-linear PDE in two variables is <math display="block"> a_1(x,y)u_{xx} + a_2(x,y)u_{xy} + a_3(x,y)u_{yx} + a_4(x,y)u_{yy} + f(u_x, u_y, u, x, y) = 0 </math>

In a quasilinear PDE the highest order derivatives likewise appear only as linear terms, but with coefficients possibly functions of the unknown and lower-order derivatives: <math display="block"> a_1(u_x, u_y, u, x, y)u_{xx} + a_2(u_x, u_y, u, x, y)u_{xy} + a_3(u_x, u_y, u, x, y)u_{yx} + a_4(u_x, u_y, u, x, y)u_{yy} + f(u_x, u_y, u, x, y) = 0 </math> Many of the fundamental PDEs in physics are quasilinear, such as the Einstein equations of general relativity and the Navier–Stokes equations describing fluid motion.

A PDE without any linearity properties is called fully nonlinear, and possesses nonlinearities on one or more of the highest-order derivatives. An example is the Monge–Ampère equation, which arises in differential geometry.<ref name="PrincetonCompanion">Template:Citation</ref>

Second order equationsEdit

The elliptic/parabolic/hyperbolic classification provides a guide to appropriate initial- and boundary conditions and to the smoothness of the solutions. Assuming Template:Math, the general linear second-order PDE in two independent variables has the form <math display="block">Au_{xx} + 2Bu_{xy} + Cu_{yy} + \cdots \mbox{(lower order terms)} = 0,</math> where the coefficients Template:Mvar, Template:Mvar, Template:Mvar... may depend upon Template:Mvar and Template:Mvar. If Template:Math over a region of the Template:Mvar-plane, the PDE is second-order in that region. This form is analogous to the equation for a conic section: <math display="block">Ax^2 + 2Bxy + Cy^2 + \cdots = 0.</math>

More precisely, replacing Template:Math by Template:Mvar, and likewise for other variables (formally this is done by a Fourier transform), converts a constant-coefficient PDE into a polynomial of the same degree, with the terms of the highest degree (a homogeneous polynomial, here a quadratic form) being most significant for the classification.

Just as one classifies conic sections and quadratic forms into parabolic, hyperbolic, and elliptic based on the discriminant Template:Math, the same can be done for a second-order PDE at a given point. However, the discriminant in a PDE is given by Template:Math due to the convention of the Template:Mvar term being Template:Math rather than Template:Mvar; formally, the discriminant (of the associated quadratic form) is Template:Math, with the factor of 4 dropped for simplicity.

  1. Template:Math (elliptic partial differential equation): Solutions of elliptic PDEs are as smooth as the coefficients allow, within the interior of the region where the equation and solutions are defined. For example, solutions of Laplace's equation are analytic within the domain where they are defined, but solutions may assume boundary values that are not smooth. The motion of a fluid at subsonic speeds can be approximated with elliptic PDEs, and the Euler–Tricomi equation is elliptic where Template:Math. By change of variables, the equation can always be expressed in the form: <math display="block">u_{xx} + u_{yy} + \cdots = 0 , </math>where x and y correspond to changed variables. This justifies Laplace equation as an example of this type.<ref name=":0">{{#invoke:citation/CS1|citation

|CitationClass=web }}</ref>

  1. Template:Math (parabolic partial differential equation): Equations that are parabolic at every point can be transformed into a form analogous to the heat equation by a change of independent variables. Solutions smooth out as the transformed time variable increases. The Euler–Tricomi equation has parabolic type on the line where Template:Math. By change of variables, the equation can always be expressed in the form: <math display="block">u_{xx} + \cdots = 0,</math>where x correspond to changed variables. This justifies heat equation, which are of form <math display="inline">u_t - u_{xx} + \cdots = 0 </math>, as an example of this type.<ref name=":0" />
  2. Template:Math (hyperbolic partial differential equation): hyperbolic equations retain any discontinuities of functions or derivatives in the initial data. An example is the wave equation. The motion of a fluid at supersonic speeds can be approximated with hyperbolic PDEs, and the Euler–Tricomi equation is hyperbolic where Template:Math. By change of variables, the equation can always be expressed in the form: <math display="block">u_{xx} - u_{yy} + \cdots = 0,</math>where x and y correspond to changed variables. This justifies wave equation as an example of this type.<ref name=":0" />

If there are Template:Mvar independent variables Template:Math, a general linear partial differential equation of second order has the form <math display="block">L u =\sum_{i=1}^n\sum_{j=1}^n a_{i,j} \frac{\partial^2 u}{\partial x_i \partial x_j} \quad+ \text{lower-order terms} = 0.</math>

The classification depends upon the signature of the eigenvalues of the coefficient matrix Template:Math.

  1. Elliptic: the eigenvalues are all positive or all negative.
  2. Parabolic: the eigenvalues are all positive or all negative, except one that is zero.
  3. Hyperbolic: there is only one negative eigenvalue and all the rest are positive, or there is only one positive eigenvalue and all the rest are negative.
  4. Ultrahyperbolic: there is more than one positive eigenvalue and more than one negative eigenvalue, and there are no zero eigenvalues.<ref>Courant and Hilbert (1962), p.182.</ref>

The theory of elliptic, parabolic, and hyperbolic equations have been studied for centuries, largely centered around or based upon the standard examples of the Laplace equation, the heat equation, and the wave equation.

However, the classification only depends on linearity of the second-order terms and is therefore applicable to semi- and quasilinear PDEs as well. The basic types also extend to hybrids such as the Euler–Tricomi equation; varying from elliptic to hyperbolic for different regions of the domain, as well as higher-order PDEs, but such knowledge is more specialized.

Systems of first-order equations and characteristic surfacesEdit

Template:See also

The classification of partial differential equations can be extended to systems of first-order equations, where the unknown Template:Mvar is now a vector with Template:Mvar components, and the coefficient matrices Template:Mvar are Template:Mvar by Template:Mvar matrices for Template:Math. The partial differential equation takes the form <math display="block">Lu = \sum_{\nu=1}^{n} A_\nu \frac{\partial u}{\partial x_\nu} + B=0,</math> where the coefficient matrices Template:Mvar and the vector Template:Mvar may depend upon Template:Mvar and Template:Mvar. If a hypersurface Template:Mvar is given in the implicit form <math display="block">\varphi(x_1, x_2, \ldots, x_n)=0,</math> where Template:Mvar has a non-zero gradient, then Template:Mvar is a characteristic surface for the operator Template:Mvar at a given point if the characteristic form vanishes: <math display="block">Q\left(\frac{\partial\varphi}{\partial x_1}, \ldots, \frac{\partial\varphi}{\partial x_n}\right) = \det\left[\sum_{\nu=1}^n A_\nu \frac{\partial \varphi}{\partial x_\nu}\right] = 0.</math>

The geometric interpretation of this condition is as follows: if data for Template:Mvar are prescribed on the surface Template:Mvar, then it may be possible to determine the normal derivative of Template:Mvar on Template:Mvar from the differential equation. If the data on Template:Mvar and the differential equation determine the normal derivative of Template:Mvar on Template:Mvar, then Template:Mvar is non-characteristic. If the data on Template:Mvar and the differential equation do not determine the normal derivative of Template:Mvar on Template:Mvar, then the surface is characteristic, and the differential equation restricts the data on Template:Mvar: the differential equation is internal to Template:Mvar.

  1. A first-order system Template:Math is elliptic if no surface is characteristic for Template:Mvar: the values of Template:Mvar on Template:Mvar and the differential equation always determine the normal derivative of Template:Mvar on Template:Mvar.
  2. A first-order system is hyperbolic at a point if there is a spacelike surface Template:Mvar with normal Template:Mvar at that point. This means that, given any non-trivial vector Template:Mvar orthogonal to Template:Mvar, and a scalar multiplier Template:Mvar, the equation Template:Math has Template:Mvar real roots Template:Math. The system is strictly hyperbolic if these roots are always distinct. The geometrical interpretation of this condition is as follows: the characteristic form Template:Math defines a cone (the normal cone) with homogeneous coordinates ζ. In the hyperbolic case, this cone has Template:Mvar sheets, and the axis Template:Math runs inside these sheets: it does not intersect any of them. But when displaced from the origin by η, this axis intersects every sheet. In the elliptic case, the normal cone has no real sheets.

Analytical solutionsEdit

Separation of variablesEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} Linear PDEs can be reduced to systems of ordinary differential equations by the important technique of separation of variables. This technique rests on a feature of solutions to differential equations: if one can find any solution that solves the equation and satisfies the boundary conditions, then it is the solution (this also applies to ODEs). We assume as an ansatz that the dependence of a solution on the parameters space and time can be written as a product of terms that each depend on a single parameter, and then see if this can be made to solve the problem.<ref>Template:Cite book</ref>

In the method of separation of variables, one reduces a PDE to a PDE in fewer variables, which is an ordinary differential equation if in one variable – these are in turn easier to solve.

This is possible for simple PDEs, which are called separable partial differential equations, and the domain is generally a rectangle (a product of intervals). Separable PDEs correspond to diagonal matrices – thinking of "the value for fixed Template:Mvar" as a coordinate, each coordinate can be understood separately.

This generalizes to the method of characteristics, and is also used in integral transforms.

Method of characteristicsEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} The characteristic surface in Template:Mathdimensional space is called a characteristic curve.Template:Sfn In special cases, one can find characteristic curves on which the first-order PDE reduces to an ODE – changing coordinates in the domain to straighten these curves allows separation of variables, and is called the method of characteristics.

More generally, applying the method to first-order PDEs in higher dimensions, one may find characteristic surfaces.

Integral transformEdit

An integral transform may transform the PDE to a simpler one, in particular, a separable PDE. This corresponds to diagonalizing an operator.

An important example of this is Fourier analysis, which diagonalizes the heat equation using the eigenbasis of sinusoidal waves.

If the domain is finite or periodic, an infinite sum of solutions such as a Fourier series is appropriate, but an integral of solutions such as a Fourier integral is generally required for infinite domains. The solution for a point source for the heat equation given above is an example of the use of a Fourier integral.

Change of variablesEdit

Often a PDE can be reduced to a simpler form with a known solution by a suitable change of variables. For example, the Black–Scholes equation <math display="block"> \frac{\partial V}{\partial t} + \tfrac{1}{2} \sigma^2 S^2 \frac{\partial^2 V}{\partial S^2} + rS \frac{\partial V}{\partial S} - rV = 0 </math> is reducible to the heat equation <math display="block"> \frac{\partial u}{\partial \tau} = \frac{\partial^2 u}{\partial x^2}</math> by the change of variables<ref>Template:Cite book</ref> <math display="block">\begin{align} V(S,t) &= v(x,\tau),\\[5px] x &= \ln\left(S \right),\\[5px] \tau &= \tfrac{1}{2} \sigma^2 (T - t),\\[5px] v(x,\tau) &= e^{-\alpha x-\beta\tau} u(x,\tau). \end{align}</math>

Fundamental solutionEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} Inhomogeneous equationsTemplate:Clarification needed can often be solved (for constant coefficient PDEs, always be solved) by finding the fundamental solution (the solution for a point source <math>P(D)u=\delta</math>), then taking the convolution with the boundary conditions to get the solution.

This is analogous in signal processing to understanding a filter by its impulse response.

Superposition principleEdit

Template:Further The superposition principle applies to any linear system, including linear systems of PDEs. A common visualization of this concept is the interaction of two waves in phase being combined to result in a greater amplitude, for example Template:Math. The same principle can be observed in PDEs where the solutions may be real or complex and additive. If Template:Math and Template:Math are solutions of linear PDE in some function space Template:Mvar, then Template:Math with any constants Template:Math and Template:Math are also a solution of that PDE in the same function space.

Methods for non-linear equationsEdit

Template:See also

There are no generally applicable analytical methods to solve nonlinear PDEs. Still, existence and uniqueness results (such as the Cauchy–Kowalevski theorem) are often possible, as are proofs of important qualitative and quantitative properties of solutions (getting these results is a major part of analysis).

Nevertheless, some techniques can be used for several types of equations. The [[h-principle|Template:Mvar-principle]] is the most powerful method to solve underdetermined equations. The Riquier–Janet theory is an effective method for obtaining information about many analytic overdetermined systems.

The method of characteristics can be used in some very special cases to solve nonlinear partial differential equations.<ref>Template:Cite book</ref>

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. Alternatives 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.

Lie group methodEdit

From 1870 Sophus Lie's work put the theory of differential equations on a more satisfactory foundation. He showed that the integration theories of the older mathematicians can, by the introduction of what are now called Lie groups, be referred, to a common source; and that ordinary differential equations which admit the same infinitesimal transformations present comparable difficulties of integration. He also emphasized the subject of transformations of contact.

A general approach to solving PDEs uses the symmetry property of differential equations, the continuous infinitesimal transformations of solutions to solutions (Lie theory). Continuous group theory, Lie algebras and differential geometry are used to understand the structure of linear and nonlinear partial differential equations for generating integrable equations, to find its Lax pairs, recursion operators, Bäcklund transform and finally finding exact analytic solutions to the PDE.

Symmetry methods have been recognized to study differential equations arising in mathematics, physics, engineering, and many other disciplines.

Semi-analytical methodsEdit

The Adomian decomposition method,<ref>Template:Cite book</ref> the Lyapunov artificial small parameter method, and his homotopy perturbation method are all special cases of the more general homotopy analysis method.<ref>Template:Cite book</ref> These are series expansion methods, and except for the Lyapunov method, are independent of small physical parameters as compared to the well known perturbation theory, thus giving these methods greater flexibility and solution generality.

Numerical solutionsEdit

The three most widely used numerical methods to solve PDEs are the finite element method (FEM), finite volume methods (FVM) and finite difference methods (FDM), as well other kind of methods called meshfree methods, which were made to solve problems where the aforementioned methods are limited. The FEM has a prominent position among these methods and especially its exceptionally efficient higher-order version hp-FEM. Other hybrid versions of FEM and Meshfree methods include the generalized finite element method (GFEM), extended finite element method (XFEM), spectral finite element method (SFEM), meshfree finite element method, discontinuous Galerkin finite element method (DGFEM), element-free Galerkin method (EFGM), interpolating element-free Galerkin method (IEFGM), etc.

Finite element methodEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} The finite element method (FEM) (its practical application often known as finite element analysis (FEA)) is a numerical technique for finding approximate solutions of partial differential equations (PDE) as well as of integral equations.<ref>Template:Cite book</ref><ref>Template:Cite book</ref> The solution approach is based either on eliminating the differential equation completely (steady state problems), or rendering the PDE into an approximating system of ordinary differential equations, which are then numerically integrated using standard techniques such as Euler's method, Runge–Kutta, etc.

Finite difference methodEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} Finite-difference methods are numerical methods for approximating the solutions to differential equations using finite difference equations to approximate derivatives.

Finite volume methodEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} Similar to the finite difference method or finite element method, values are calculated at discrete places on a meshed geometry. "Finite volume" refers to the small volume surrounding each node point on a mesh. In the finite volume method, surface integrals in a partial differential equation that contain a divergence term are converted to volume integrals, using the divergence theorem. These terms are then evaluated as fluxes at the surfaces of each finite volume. Because the flux entering a given volume is identical to that leaving the adjacent volume, these methods conserve mass by design.

Neural networksEdit

Template:Excerpt

Weak solutionsEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} Weak solutions are functions that satisfy the PDE, yet in other meanings than regular sense. The meaning for this term may differ with context, and one of the most commonly used definitions is based on the notion of distributions.

An exampleTemplate:Sfn for the definition of a weak solution is as follows:

Consider the boundary-value problem given by: <math display="block">\begin{align} Lu&=f \quad\text{in }U,\\ u&=0 \quad \text{on }\partial U, \end{align} </math> where <math display="block">Lu=-\sum_{i,j}\partial_j (a^{ij}\partial_i u)+\sum_{i}b^{i}\partial_i u + cu </math> denotes a second-order partial differential operator in divergence form.

We say a <math>u\in H_{0}^{1}(U)</math> is a weak solution if <math display="block">\int_{U} [\sum_{i,j}a^{ij}(\partial_{i}u)(\partial_{j}v)+\sum_{i}b^i (\partial_{i}u) v +cuv]dx=\int_{U} fvdx</math> for every <math>v\in H_{0}^{1}(U)</math>, which can be derived by a formal integral by parts.

An example for a weak solution is as follows: <math display="block">\phi(x)=\frac{1}{4\pi} \frac{1}{|x|} </math> is a weak solution satisfying <math display="block"> \nabla^2 \phi=\delta

\text{ in }R^3</math> in distributional sense, as formally, <math display="block"> \int_{R^3}\nabla^2 \phi(x)\psi(x)dx=\int_{R^3} \phi(x)\nabla^2 \psi(x)dx=\psi(0)\text{ for }\psi\in C_{c}^{\infty}(R^3).</math>

Theoretical StudiesEdit

As a branch of pure mathematics, the theoretical studies of PDEs focus on the criteria for a solution to exist, the properties of a solution, and finding its formula is often secondary.

Well-posednessEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} Well-posedness refers to a common schematic package of information about a PDE. To say that a PDE is well-posed, one must have:

  • an existence and uniqueness theorem, asserting that by the prescription of some freely chosen functions, one can single out one specific solution of the PDE
  • by continuously changing the free choices, one continuously changes the corresponding solution

This is, by the necessity of being applicable to several different PDE, somewhat vague. The requirement of "continuity", in particular, is ambiguous, since there are usually many inequivalent means by which it can be rigorously defined. It is, however, somewhat unusual to study a PDE without specifying a way in which it is well-posed.

RegularityEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} Regularity refers to the integrability and differentiability of weak solutions, which can often be represented by Sobolev spaces.

This problem arise due to the difficulty in searching for classical solutions. Researchers often tend to find weak solutions at first and then find out whether it is smooth enough to be qualified as a classical solution.

Results from functional analysis are often used in this field of study.

See alsoEdit

Some common PDEs

Types of boundary conditions

Various topics

NotesEdit

Template:Reflist

ReferencesEdit

Template:Refbegin

Template:Refend

Further readingEdit

External linksEdit

Template:Sister project links

|CitationClass=web }}Template:Cbignore

Template:Differential equations topics Template:Analysis-footer Template:Authority control