Euler–Maclaurin_formula

Euler–Maclaurin formula

In mathematics, the Euler–Maclaurin formula provides a powerful connection between integrals (see calculus) and sums. It can be used to approximate integrals by finite sums, or conversely to evaluate finite sums and infinite series using integrals and the machinery of calculus. The formula was discovered independently by Leonhard Euler and Colin Maclaurin around 1735 (and later generalized as Darboux's formula). Euler needed it to compute slowly converging infinite series while Maclaurin used it to calculate integrals.

The formula

If n is a natural number and f(x) is a smooth (meaning: sufficiently often differentiable) function defined for all real numbers x between 0 and n, then the integral

I=int_0^n f(x),dx

can be approximated by the sum (or vice versa)

S=frac{1}{2}f(0)+fleft(1right) +cdots+fleft(n-1right) +frac{1}{2}f(n)

(see trapezoidal rule). The Euler–Maclaurin formula provides expressions for the difference between the sum and the integral in terms of the higher derivatives ƒ(k) at the end points of the interval 0 and n. Explicitly, for any natural number p, we have

S-I= sum_{k=2}^pfrac{B_{k}}{k!}left(f^{(k-1)}(n)-f^{(k-1)}(0)right)+R

where B1 = −1/2, B2 = 1/6, B3 = 0, B4 = −1/30, B5 = 0, B6 = 1/42, B7 = 0, B8 = −1/30, ... are the Bernoulli numbers, and R is an error term which is normally small for suitable values of p.

Note that

-B_1(f(n)+f(0)) =frac{1}{2}(f(n)+f(0)).

Hence, we may also write the formula as follows:

begin{align} & quad f(0)+f(1)+dotsb+f(n-1)+f(n) & = int^n_0f(x),dx -B_1(f(n)+f(0))+sum_{k=2}^pfrac{B_{k}}{k!}left(f^{(k-1)}(n)-f^{(k-1)}(0)right)+R. end{align}

By using the substitution rule, one can adapt this formula also to functions ƒ which are defined on some other interval of the real line.

The remainder term

The remainder term R is most easily expressed using the periodic Bernoulli polynomials Pn(x). The Bernoulli polynomials Bn(x), n = 0, 1, 2, ... are defined recursively as

B_0(x) = 1, ,

B_n'(x) = nB_{n-1}(x)mbox{ and }int_0^1 B_n(x),dx = 0mbox{ for }n ge 1.

Then the periodic Bernoulli functions Pn are defined as

P_n(x) = B_n(x - lfloor xrfloor)mbox{ for }0 < x < 1, ,

where scriptstyle lfloor xrfloor denotes the largest integer that is not greater than x. Then, in terms of Pn(x), the remainder term R can be written as

R = (-1)^{p+1} int_0^n f^{(p)}(x) {P_{p}(x) over p!},dx,

The remainder term can be estimated as

left|Rright|leqfrac{2}{(2pi)^{2(p+1)}}int_0^nleft|f^{(p)}(x)right|,dx.

Applications

The Basel problem

The Basel problem asks to determine the sum
1 + frac14 + frac19 + frac1{16} + frac1{25} + cdots = sum_{n=1}^infty frac{1}{n^2}.
Euler computed this sum to 20 decimal places with only a few terms of the Euler–Maclaurin formula in 1735. This probably convinced him that the sum equals π2 / 6, which he proved in the same year.

Sums involving a polynomial

If f is a polynomial and p is big enough, then the remainder term vanishes. For instance, if f(x) = x3, we can choose p = 2 to obtain after simplification

sum_{i=0}^n i^3=left(frac{n(n+1)}{2}right)^2

(see Faulhaber's formula).

Numerical integration

The Euler–Maclaurin formula is also used for detailed error analysis in numerical quadrature; in particular, extrapolation methods depend on it.

Asymptotic expansion of sums

In the context of computing asymptotic expansions of sums and series, usually the most useful form of the Euler–Maclaurin formula is

sum_{n=a}^{b}f(n) sim int_{a}^{b} f(x),dx+frac{f(a)+f(b)}{2}+sum_{k=1}^{infty},frac{B_{2k}}{(2k)!}left(f^{(2k-1)}(b)-f^{(2k-1)}(a)right), ,

where a and b are integers. Often the expansion remains valid even after taking the limits {scriptstyle ato -infty} or {scriptstyle bto +infty}, or both. In many cases the integral on the right-hand side can be evaluated in closed form in terms of elementary functions even though the sum on the left-hand side cannot. Then all the terms in the asymptotic series can be expressed in terms of elementary functions. For example,

sum_{k=0}^{infty}frac{1}{(z+k)^2} sim underbrace{int_{0}^{infty}frac{1}{(z+k)^{2}},dk}_{=1/z}+frac{1}{2z^{2}}
+sum_{t=1}^{infty}frac{B_{2t}}{z^{2t+1}}, . Here the left-hand side is equal to {scriptstyle psi^{(1)}(z)}, namely the first-order polygamma function defined through {scriptstyle psi^{(1)}(z)=frac{d^{2}}{dz^{2}}ln Gamma(z)}; the gamma function {scriptstyle Gamma(z)} is equal to {scriptstyle (z-1)!} if {scriptstyle z} is a positive integer. This results in an asymptotic expansion for {scriptstyle psi^{(1)}(z)}. That expansion, in turn, serves as the starting point for one of the derivations of precise error estimates for Stirling's approximation of the factorial function.

Proofs

Derivation by mathematical induction

We follow the argument given in (Apostol) .

The Bernoulli polynomials Bn(x), n = 0, 1, 2, ... may be defined recursively as follows:

B_0(x) = 1, ,

B_n'(x) = nB_{n-1}(x)mbox{ and }int_0^1 B_n(x),dx = 0mbox{ for }n ge 1.

The first several of these are

B_1(x)=x-1/2, quad B_2(x)=x^2-x+1/6,

B_3(x) = x^3-frac{3}{2}x^2+frac{1}{2}x, quad B_4(x)=x^4-2x^3+x^2-frac{1}{30}, dots

The values Bn(1) are the Bernoulli numbers. Notice that for n ≥ 2 we have

B_n(0) = B_n(1) = B_nquad(:ntext{th Bernoulli number}).

We define the periodic Bernoulli functions Pn by

P_n(x) = B_n(x - lfloor xrfloor)mbox{ for }0 < x < 1, ,

where lfloor xrfloor denotes the largest integer that is not greater than x. So Pn agree with the Bernoulli polynomials on the interval (0, 1) and are periodic with period 1. Thus,

P_n(0) = P_n(1)= B_nquad text{for } n>1.

For n = 1,

P_1(0) = - P_n(1)=B_1.

Now, consider the integral

int_k^{k+1} f(x),dx = int u,dv,

where

begin{align}
u &{}= f(x), du &{}= f'(x),dx, v &{}= P_1(x), dv &{}= P_0(x),dx quad (mbox{since }P_0(x)=1). end{align}

Integrating by parts, we get

begin{align}
int_k^{k+1} f(x),dx &= uv - int v,du &{} &= Big[f(x)P_1(x) Big]_k^{k+1} - int_k^{k+1} f'(x)P_1(x),dx &=-B_1(f(k) + f(k+1)) - int_k^{k+1} f'(x)P_1(x),dx. end{align}

Summing the above from k = 0 to k = n − 1, we get

begin{align} &int_0^{1} f(x),dx+dotsb+int_{n-1}^{n} f(x),dx &= int_0^n f(x), dx &= frac{f(0)}{2}+ f(1) + dotsb + f(n-1) + {f(n) over 2} - int_1^n f'(x) P_1(x),dx. end{align}

Adding (ƒ(0) + ƒ(n))/2 to both sides and rearranging, we have

sum_{k=0}^n f(k) = int_0^n f(x),dx + {f(0) + f(n) over 2} + int_0^n f'(x) P_1(x),dx.qquad (1)

The last two terms therefore give the error when the integral is taken to approximate the sum.

Next, consider

int_k^{k+1} f'(x)P_1(x),dx = int u,dv,

where

begin{align}
u &{}= f'(x), du &{}= f(x),dx, v &{}= P_2(x)/2 dv &{}= P_1(x),dx. end{align}

Integrating by parts again, we get,

begin{align}
uv - int v,du &{}= left[{f'(x)P_2(x) over 2} right]_k^{k+1} - {1 over 2}int_k^{k+1} f(x)P_2(x),dx &{}= {f'(k+1) - f'(k) over 12} -{1 over 2}int_k^{k+1} f(x)P_2(x),dx. end{align}

Then summing from k = 0 to k = n − 1, and then replacing the last integral in (1) with what we have thus shown to be equal to it, we have

sum_{k=0}^n f(k) = int_0^n f(x),dx + {f(0) + f(n) over 2} + frac{B_2}{2}(f'(n) - f'(0)) - {1 over 2}int_0^n f(x)P_2(x),dx.

By now the reader will have guessed that this process can be iterated. In this way we get a proof of the Euler–Maclaurin summation formula by mathematical induction, in which the induction step relies on integration by parts and on the identities for periodic Bernoulli functions.

In order to get bounds on the size of the error when the sum is approximated by the integral, we note that the Bernoulli polynomials on the interval [0, 1] attain their maximum absolute values at the endpoints (see D.H. Lehmer in References below), and the value Bn(1) is the nth Bernoulli number.

Derivation by functional analysis

The Euler–MacLaurin formula can be understood as a curious application of some ideas from Hilbert spaces and functional analysis.

First we restrict to the domain of unit interval [0,1]. Let B_n(x) be the Bernoulli polynomials. A set of functions dual to the Bernoulli polynomials are given by

tilde{B}_n(x)=frac{(-1)^{n+1}}{n!} left[
delta^{(n-1)}(1-x) - delta^{(n-1)}(x) right]

where δ is the Dirac delta function. The above is a formal notation for the idea of taking derivatives at a point; thus one has

int_0^1 tilde{B}_n(x) f(x), dx = frac{1}{n!} left[
f^{(n-1)}(1) - f^{(n-1)}(0) right]

for n > 0 and some arbitrary but differentiable function f(x) on the unit interval. For the case of n = 0, one defines tilde{B}_0(x)=1. The Bernoulli polynomials, along with their duals, form an orthogonal set of states on the unit interval: one has

int_0^1 tilde{B}_m(x) B_n(x), dx = delta_{mn}

and

sum_{n=0}^infty B_n(x) tilde{B}_n(y) = delta (x-y).

The Euler–MacLaurin summation formula then follows as an integral over the latter. One has

f(x)=int_0^1 sum_{n=0}^infty B_n(x) tilde{B}_n(y) f(y), dy

=int_0^1 f(y),dy +
sum_{n=1}^{N} B_n(x) frac{1}{n!} left[f^{(n-1)}(1) - f^{(n-1)}(0) right] - frac{1}{(N+1)!} int_0^1 B_{N+1}(x-y) f^{(N)}(y), dy.

Then value x = 0 and rearranging terms, one obtains an expression for f(0). Note that the Bernoulli numbers are defined as B_n=B_n(0), and that these vanish for odd n greater than 1.

Then, using the periodic Bernoulli function Pn defined above and repeating the argument on the interval [1,2], one can obtain an expression of f(1). This way one can obtain expressions for f(n), n=0,1,2,...,N, and adding them up gives the Euler-MacLaurin formula. Note that this derivation does assume that f(x) is sufficiently differentiable and well-behaved; specifically, that f may be approximated by polynomials; equivalently, that f is a real analytic function.

The Euler–MacLaurin summation formula can thus be seen to be an outcome of the representation of functions on the unit interval by the direct product of the Bernoulli polynomials and their duals. Note, however, that the representation is not complete on the set of square-integrable functions. The expansion in terms of the Bernoulli polynomials has a non-trivial kernel. In particular, sin(2πnx) lies in the kernel; the integral of sin(2πnx) is vanishing on the unit interval, as is the difference of its derivatives at the endpoints.

Notes

References

Search another word or see Euler–Maclaurin_formulaon Dictionary | Thesaurus |Spanish
  • Please Login or Sign Up to use the Recent Searches feature
FAVORITES
RECENT