Microsoft Store
 

Numerical integration


 

In numerical analysis, numerical integration constitutes a broad family of algorithms for calculating the numerical value of a definite integral, and by extension, the term is also sometimes used to describe numerical algorithms for solving differential equations.

Reasons for numerical integration

There are several reasons for carrying out numerical integration.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

The integrand f may be known only at certain points,

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

such as obtained by sampling.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Some embedded systems and other computer applications may need numerical integration for this reason.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

A formula for the integrand may be known,

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

but it may be difficult or impossible to find an antiderivative.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

An example of such an integrand is exp(-t2).

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

It may be possible to find an antiderivative symbolically,

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

but it may be easier to compute a numerical approximation than to compute the antiderivative.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

That may be the case if the antiderivative is given as an infinite series or product,

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

or if its evaluation requires a special function which is not available.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~