Well-posed problem

From Wikipedia, the free encyclopedia
(Redirected from Ill-posed problem)

In mathematics, a well-posed problem is one for which the following properties hold:[a]

  1. The problem has a solution
  2. The solution is unique
  3. The solution's behavior changes continuously with the initial conditions

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 modelled by these problems.

Problems that are not well-posed in the sense above are termed ill-posed. 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[edit]

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.

Energy method[edit]

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 (e.g. for which ).

Multiply the equation by and integrate in space over the unit interval to obtain

This tells us that (p-norm) cannot grow in time. By multiplying by two and integrating in time, from up to , one finds

This result is the energy estimate for this problem.

To show uniqueness of solutions, assume there are two distinct solutions to the problem, call them and , each satisfying the same initial data. Upon defining then, via the linearity of the equations, one finds that satisfies

Applying the energy estimate tells us which implies (almost everywhere).

Similarly, to show continuity with respect to initial conditions, assume that and are solutions corresponding to different initial data and . Considering once more, one finds that satisfies the same equations as above but with . This leads to the energy estimate which establishes continuity (i.e. as and become closer, as measured by the norm of their difference, then ).

The maximum principle is an alternative approach to establish uniqueness and continuity of solutions with respect to initial conditions for this example. The existence of solutions to this problem can be established using Fourier series.

See also[edit]

Notes[edit]

  1. ^ This definition of a well-posed problem comes from the work of Jacques Hadamard on mathematical modeling of physical phenomena.

References[edit]

  • Hadamard, Jacques (1902). Sur les problèmes aux dérivées partielles et leur signification physique. Princeton University Bulletin. pp. 49–52.
  • Parker, Sybil B., ed. (1989) [1974]. McGraw-Hill Dictionary of Scientific and Technical Terms (4th ed.). New York: McGraw-Hill. ISBN 0-07-045270-9.
  • Tikhonov, A. N.; Arsenin, V. Y. (1977). Solutions of ill-Posed Problems. New York: Winston. ISBN 0-470-99124-0.
  • Strauss, Walter A. (2008). Partial differential equations; An introduction (2nd ed.). Hoboken: Wiley. ISBN 978-0470-05456-7.