In mathematics, the solution to a well-posed problem satisfies the following properties:
It exists; It is unique; Its behavior changes continuously with the auxiliary conditions, such as initial or boundary values. These criteria were first introduced by Jacques Hadamard in 1902. Examples of archetypal well-posed problems include the Dirichlet problem for Laplace's equation and the heat equation with specified initial conditions. These might be regarded as "natural" problems in that there are physical processes modeled by these problems. Problems that are not well-posed in the sense above are termed ill-posed. A simple example is a global optimization problem, because the location of the optima is generally not a continuous function of the parameters specifying the objective, even when the objective itself is a smooth function of those parameters. Inverse problems are often ill-posed; for example, the inverse heat equation, deducing a previous distribution of temperature from final data, is not well-posed in that the solution is highly sensitive to changes in the final data. Continuum models must often be discretized in order to obtain a numerical solution. While solutions may be continuous with respect to the initial conditions, they may suffer from numerical instability when solved with finite precision, or with errors in the data.
Conditioning Even if a problem is well-posed, it may still be ill-conditioned, meaning that a small error in the initial data can result in much larger errors in the answers. Problems in nonlinear complex systems (so-called chaotic systems) provide well-known examples of instability. An ill-conditioned problem is indicated by a large condition number. If the problem is well-posed, then it stands a good chance of solution on a computer using a stable algorithm. If it is not well-posed, it needs to be re-formulated for numerical treatment. Typically this involves including additional assumptions, such as smoothness of solution. This process is known as regularization. Tikhonov regularization is one of the most commonly used for regularization of linear ill-posed problems.
Existence of local solutions The existence of local solutions is often an important part of the well-posedness problem, and it is the foundation of many estimate methods, for example, the energy method below. There are many results on this topic. For example, the Cauchy–Kowalevski theorem for Cauchy initial value problems essentially states that if the terms in a partial differential equation are all made up of analytic functions and a certain transversality condition is satisfied (the hyperplane, or more generally hypersurface, where the initial data are posed must be non-characteristic with respect to the partial differential operator), then on certain regions, there necessarily exist solutions which are as well analytic functions. This is a fundamental result in the study of analytic partial differential equations. Surprisingly, the theorem does not hold in the setting of smooth functions; an example discovered by Hans Lewy in 1957 consists of a linear partial differential equation with smooth but not analytic coefficients for which no solution exists. So the Cauchy–Kowalevski theorem is necessarily limited in its scope to analytic functions.
Energy method The energy method is useful for establishing both uniqueness and continuity with respect to initial conditions (i.e. it does not establish existence). The method is based upon deriving an upper bound of an energy-like functional for a given problem. Example: Consider the diffusion equation on the unit interval with homogeneous Dirichlet boundary conditions and suitable initial data f ( x ) {\displaystyle f(x)} (e.g. for which f ( 0 ) = f ( 1 ) = 0 {\displaystyle f(0)=f(1)=0} ):
u t = D u x x , 0 < x < 1 , t > 0 , D > 0 , u ( x , 0 ) = f ( x ) , u ( 0 , t ) = 0 , u ( 1 , t ) = 0. {\displaystyle {\begin{aligned}u_{t}&=Du_{xx},&&0<x<1,\,t>0,\,D>0,\\u(x,0)&=f(x),\\u(0,t)&=0,\\u(1,t)&=0.\end{aligned}}}
Multiply the equation u t = D u x x {\displaystyle u_{t}=Du_{xx}} by u {\displaystyle u} and integrate in space over the unit interval to obtain
… excerpt ends here. Continue reading the full article.
