Residual (numerical analysis)

From HandWiki

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

[math]\displaystyle{ f(x)=b. }[/math]

Given an approximation x0 of x, the residual is

[math]\displaystyle{ b - f(x_0) }[/math]

that is, "what is left of the right hand side" after subtracting f(x0)" (thus, the name "residual": what is left, the rest). On the other hand, the error is

[math]\displaystyle{ x - x_0 }[/math]

If the exact value of x is not known, the residual can be computed, whereas the error cannot.

Residual of the approximation of a function

Similar terminology is used dealing with differential, integral and functional equations. For the approximation [math]\displaystyle{ f_\text{a} }[/math] of the solution [math]\displaystyle{ f }[/math] of the equation

[math]\displaystyle{ T(f)(x)=g(x) \, , }[/math]

the residual can either be the function

[math]\displaystyle{ ~g(x)~ - ~T(f_\text{a})(x) }[/math],

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

[math]\displaystyle{ \max_{x\in \mathcal X} |g(x)-T(f_\text{a})(x)| }[/math]

over the domain [math]\displaystyle{ \mathcal X }[/math], where the function [math]\displaystyle{ f_\text{a} }[/math] is expected to approximate the solution [math]\displaystyle{ f }[/math],

or some integral of a function of the difference, for example:

[math]\displaystyle{ \int_{\mathcal X} |g(x)-T(f_\text{a})(x)|^2~ \mathrm dx. }[/math]

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

[math]\displaystyle{ \left|\frac{f_\text{a}(x) - f(x)}{f(x)}\right| \ll 1. }[/math]

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

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

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

References