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 wasdiscovered 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( 1 ight) +cdots+fleft( n-1 ight) +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) ight)+R

where "B"1 = −1/2, "B"2 = 1/6, "B"3 = 0, "B"4 = −1/30, "B"5 = 0, "B"6 = 1/42, "B"7 = 0, "B"8 = −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:

:egin{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) ight)+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 "P""n"("x"). The Bernoulli polynomials "B""n"("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 "P""n" are defined as

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

where scriptstyle lfloor x floor denotes the largest integer thatis not greater than "x". Then, in terms of "P""n"("x"), the remainderterm "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|R ight|leqfrac{2}{(2pi)^{2(p+1)int_0^nleft|f^{(p)}(x) ight|,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 &pi;2 / 6, which he proved in the same year. [David J. Pengelley, [http://www.math.nmsu.edu/~davidp/euler2k2.pdf "Dances between continuous and discrete: Euler's summation formula"] , in: Robert Bradley and Ed Sandifer (Eds), "Proceedings, Euler 2K+2 Conference (Rumford, Maine, 2002)" , Euler Society, 2003.]

ums involving a polynomial

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

:sum_{i=0}^n i^3=left(frac{n(n+1)}{2} ight)^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) ight), ,

where a and b are integers. Often the expansion remains valid even after taking the limits {scriptstyle a o -infty} or {scriptstyle b o +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^{2ln 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) [Tom M. Apostol, "An Elementary View of Euler's Summation Formula", "American Mathematical Monthly", volume 106, number 5, pages 409&mdash;418 (May 1999). doi|10.2307/2589145.] .

The Bernoulli polynomials "B""n"("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 "B""n"(1) are the Bernoulli numbers. Notice thatfor "n" &ge; 2 we have :B_n(0) = B_n(1) = B_nquad(:n ext{th Bernoulli number}).

We define the periodic Bernoulli functions "P""n" by

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

where lfloor x floor denotes the largest integer thatis not greater than "x". So "P""n" 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 ext{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

:egin{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

:egin{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

:egin{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 ("&fnof;"(0) + "&fnof;"("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

:egin{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,

:egin{align}uv - int v,du &{}= left [ {f'(x)P_2(x) over 2} ight] _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 "B""n"(1) is the "n"th 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

: ilde{B}_n(x)=frac{(-1)^{n+1{n!} left [ delta^{(n-1)}(1-x) - delta^{(n-1)}(x) ight]

where &delta; 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 ilde{B}_n(x) f(x), dx = frac{1}{n!} left [ f^{(n-1)}(1) - f^{(n-1)}(0) ight]

for "n" &gt; 0 and some arbitrary but differentiable function "f"("x") on the unit interval. For the case of "n" = 0, one defines ilde{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 ilde{B}_m(x) B_n(x), dx = delta_{mn}

and

:sum_{n=0}^infty B_n(x) ilde{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) ilde{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) ight] - 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 "P""n" 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&pi;"nx") lies in the kernel; the integral of sin(2&pi;"nx") is vanishing on the unit interval, as is the difference of its derivatives at the endpoints.

Notes

References

* Pierre Gaspard, "r-adic one-dimensional maps and the Euler summation formula", "Journal of Physics A", 25 (letter) L483-L485 (1992). "(Describes the eigenfunctions of the transfer operator for the Bernoulli map)"
* Xavier Gourdon and Pascal Sebah, " [http://numbers.computation.free.fr/Constants/Miscellaneous/bernoulli.html Introduction on Bernoulli's numbers] ", (2002)
* D.H. Lehmer, "On the Maxima and Minima of Bernoulli Polynomials", "American Mathematical Monthly", volume 47, pages 533&ndash;538 (1940)
*


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • Fórmula de Euler-Maclaurin — En matemáticas, la fórmula de Euler Maclaurin relaciona a integrales con series. Esta fórmula puede ser usada para aproximar integrales por sumas finitas o, de forma inversa, para evaluar series (finitas o infnitas) resolviendo integrales. La… …   Wikipedia Español

  • Formule d'Euler-Maclaurin — En mathématiques, la formule d Euler Maclaurin (appelée parfois formule sommatoire d Euler) est une relation entre sommes discrètes et intégrales. Elle fut découverte indépendamment, aux alentours de 1735, par le mathématicien suisse Leonhard… …   Wikipédia en Français

  • Euler — Leonhard Euler « Euler » redirige ici. Pour les autres significations, voir Euler (homonymie). Leonhard Euler …   Wikipédia en Français

  • Colin Maclaurin — (1698–1746) Born February, 1698 …   Wikipedia

  • List of topics named after Leonhard Euler — In mathematics and physics, there are a large number of topics named in honour of Leonhard Euler (pronounced Oiler ). As well, many of these topics include their own unique function, equation, formula, identity, number (single or sequence), or… …   Wikipedia

  • Leonhard Euler — Infobox Scientist name = Leonhard Euler|box width = 300px |200px image width = 200px caption = Portrait by Johann Georg Brucker birth date = birth date|df=yes|1707|4|15 birth place = Basel, Switzerland death date = 18 September (O.S 7 September)… …   Wikipedia

  • Contributions of Leonhard Euler to mathematics — The 18th century Swiss mathematician Leonhard Euler (1707–1783) is among the most prolific and successful mathematicians in the history of the field. His seminal work had a profound impact in numerous areas of mathematics and he is widely… …   Wikipedia

  • Leonard Euler — Leonhard Euler « Euler » redirige ici. Pour les autres significations, voir Euler (homonymie). Leonhard Euler …   Wikipédia en Français

  • Leonhard Euler — « Euler » redirige ici. Pour les autres significations, voir Euler (homonymie). Leonhard Euler Portrait par Johann Georg Brucker Naissance …   Wikipédia en Français

  • Leonhard Paul Euler — Leonhard Euler « Euler » redirige ici. Pour les autres significations, voir Euler (homonymie). Leonhard Euler …   Wikipédia en Français

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”