HOME

TheInfoList



OR:

In
numerical analysis Numerical analysis is the study of algorithms that use numerical approximation (as opposed to symbolic computation, symbolic manipulations) for the problems of mathematical analysis (as distinguished from discrete mathematics). It is the study of ...
, order of accuracy quantifies the
rate of convergence In numerical analysis, the order of convergence and the rate of convergence of a convergent sequence are quantities that represent how quickly the sequence approaches its limit. A sequence (x_n) that converges to x^* is said to have ''order of co ...
of a numerical approximation of a
differential equation In mathematics, a differential equation is an equation that relates one or more unknown functions and their derivatives. In applications, the functions generally represent physical quantities, the derivatives represent their rates of change, an ...
to the exact solution. Consider u, the exact solution to a differential equation in an appropriate
normed space In mathematics, a normed vector space or normed space is a vector space over the real or complex numbers, on which a norm is defined. A norm is the formalization and the generalization to real vector spaces of the intuitive notion of "length" i ...
(V,, , \ , , ). Consider a numerical approximation u_h, where h is a parameter characterizing the approximation, such as the step size in a finite difference scheme or the diameter of the cells in a
finite element method The finite element method (FEM) is a popular method for numerically solving differential equations arising in engineering and mathematical modeling. Typical problem areas of interest include the traditional fields of structural analysis, heat ...
. The numerical solution u_h is said to be nth-order accurate if the error E(h):= , , u-u_h, , is proportional to the step-size h to the nth power: : E(h) = , , u-u_h, , \leq Ch^n where the constant C is independent of h and usually depends on the solution u. Using the
big O notation Big ''O'' notation is a mathematical notation that describes the limiting behavior of a function when the argument tends towards a particular value or infinity. Big O is a member of a family of notations invented by Paul Bachmann, Edmund Lan ...
an nth-order accurate numerical method is notated as : , , u-u_h, , = O(h^n) This definition is strictly dependent on the norm used in the space; the choice of such norm is fundamental to estimate the rate of convergence and, in general, all numerical errors correctly. The size of the error of a first-order accurate approximation is directly proportional to h.
Partial differential equations In mathematics, a partial differential equation (PDE) is an equation which imposes relations between the various partial derivatives of a multivariable function. The function is often thought of as an "unknown" to be solved for, similarly to ...
which vary over both time and space are said to be accurate to order n in time and to order m in space.


References

Numerical analysis {{applied-math-stub