Polar curve

From formulasearchengine
Jump to navigation Jump to search

Template:Dablink

Loosely speaking, a residual is the error in a result. To be precise, suppose we want to find x such that

f(x)=b.

Given an approximation x0 of x, the residual is

bf(x0)

whereas the error is

x0x.

If we do not know x, we cannot compute the error but we can compute the residual.

Residual of the approximation of a function

Similar terminology is used dealing with differential, integral and functional equations. For the approximation fa of the solution f of the equation

T(f)(x)=g(x) ,

the residual can either be the function

g(x)T(fa)(x)

or can be said to be the maximum of the norm of this difference

maxx𝒳|g(x)T(fa)(x)|

over the domain 𝒳, where the function fa is expected to approximate the solution f, or some integral of a function of the difference, for example:

𝒳|g(x)T(fa)(x)|2dx.

In many cases, the smallness of the residual means that the approximation is close to the solution, i.e.,

|fa(x)f(x)f(x)|1.

In these cases, the initial equation is considered as well-posed; and the residual can be considered as a measure of deviation of the approximation from the exact solution.

Use of residuals

While one does not know the exact solution, one may look for the approximation with small residual.

Residuals appear in many areas in mathematics, from iterative solvers such as the generalized minimal residual method, which seeks solutions to equations by systematically minimizing the residual.

External links