Euler–Maclaurin formula

From formulasearchengine
Revision as of 07:39, 13 November 2013 by en>David Eppstein (→‎The Basel problem: link ref publisher)
Jump to navigation Jump to search

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. For example, many asymptotic expansions are derived from the formula, and Faulhaber's formula for the sum of powers is an immediate consequence.

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 m and n are natural numbers and f(x) is a smooth (meaning: sufficiently often differentiable), analytic function of exponential type < 2π defined for all real numbers x in the interval , then the integral

can be approximated by the sum (or vice versa)

(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 m and n. Explicitly, for any natural number p, we have

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 and depends on n, m, p and f. (The formula is often written with the subscript taking only even values, since the odd Bernoulli numbers are zero except for B1.)

Note that

Hence, we may also write the formula as follows:

or, more compactly,

with the convention of , i.e. the -1-th derivation of f is the integral of the function. This presentation also emphasizes the notation of the two kinds of Bernoulli numbers, called the first and the second kind. Here we denote the Bernoulli number of the second kind as which differ from the first kind only for the index 1.

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

Then the periodic Bernoulli functions Pn are defined as

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

or equivalently, integrating by parts, assuming ƒ(2p) is differentiable again and recalling that the odd Bernoulli numbers are zero:

When n > 0, it can be shown that

where ζ denotes the Riemann zeta function (see Lehmer; one approach to prove the inequality is to obtain the Fourier series for the polynomials Bn). The bound is achieved for even n when x is zero. Using this inequality, the size of the remainder term can be estimated using

Applications

The Basel problem

The Basel problem asks to determine the sum

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.[1] Parseval's identity for the Fourier series of f(x) = x gives the same result.

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

(see Faulhaber's formula).

Numerical integration

The Euler–Maclaurin formula is also used for detailed error analysis in numerical quadrature. It explains the superior performance of the trapezoidal rule on smooth periodic functions and is used in certain extrapolation methods. Clenshaw–Curtis quadrature is essentially a change of variables to cast an arbitrary integral in terms of integrals of periodic functions where the Euler–Maclaurin approach is very accurate (in that particular case the Euler–Maclaurin formula takes the form of a discrete cosine transform). This technique is known as a periodizing transformation.

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

where a and b are integers.[2] Often the expansion remains valid even after taking the limits or , 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,

Here the left-hand side is equal to , namely the first-order polygamma function defined through ; the gamma function is equal to if is a positive integer. This results in an asymptotic expansion for . 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.

Examples

Proofs

Derivation by mathematical induction

We follow the argument given in (Apostol).[3]

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

The first several of these are

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

For n = 1,

We define the periodic Bernoulli functions Pn by

where 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,

Let k be an integer, and consider the integral

where

Integrating by parts, we get

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

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

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

Next, consider

where

Integrating by parts again, we get,

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

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.

Derivation by functional analysis

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

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

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

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

and

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

Then setting x = 0 and rearranging terms, one obtains an expression for ƒ(0). Note that the Bernoulli numbers are defined as Bn = Bn(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 ƒ(1). This way one can obtain expressions for ƒ(n), n = 0, 1, 2, ..., N, and adding them up gives the Euler–MacLaurin formula. Note that this derivation does assume that ƒ(x) is sufficiently differentiable and well-behaved; specifically, that ƒ may be approximated by polynomials; equivalently, that ƒ is a real analytic function of exponential type . Written in explicit terms,

where are the second kind of Bernoulli numbers and indicate the periodic Bernoulli polynomials. This general formula holds for even and odd p ≥ 1.

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. This is the essentially the reason for the restriction to exponential type of less than 2π: the function sin(2πnz) grows faster than e2π|z| along the imaginary axis! Essentially, Euler-MacLaurin summation can be applied whenever Carlson's theorem holds; the Euler-MacLaurin formula is essentially a result obtaining from the study of finite differences and Newton series.

See also

Notes

43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.

References

Template:Refbegin

  • 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534, pp. 16, 806, 886


  • I had like 17 domains hosted on single account, and never had any special troubles. If you are not happy with the service you will get your money back with in 45 days, that's guaranteed. But the Search Engine utility inside the Hostgator account furnished an instant score for my launched website. Fantastico is unable to install WordPress in a directory which already have any file i.e to install WordPress using Fantastico the destination directory must be empty and it should not have any previous installation files. When you share great information, others will take note. Once your hosting is purchased, you will need to setup your domain name to point to your hosting. Money Back: All accounts of Hostgator come with a 45 day money back guarantee. If you have any queries relating to where by and how to use Hostgator Discount Coupon, you can make contact with us at our site. If you are starting up a website or don't have too much website traffic coming your way, a shared plan is more than enough. Condition you want to take advantage of the worldwide web you prerequisite a HostGator web page, -1 of the most trusted and unfailing web suppliers on the world wide web today. Since, single server is shared by 700 to 800 websites, you cannot expect much speed.



    Hostgator tutorials on how to install Wordpress need not be complicated, especially when you will be dealing with a web hosting service that is friendly for novice webmasters and a blogging platform that is as intuitive as riding a bike. After that you can get Hostgator to host your domain and use the wordpress to do the blogging. Once you start site flipping, trust me you will not be able to stop. I cut my webmaster teeth on Control Panel many years ago, but since had left for other hosting companies with more commercial (cough, cough) interfaces. If you don't like it, you can chalk it up to experience and go on. First, find a good starter template design. When I signed up, I did a search for current "HostGator codes" on the web, which enabled me to receive a one-word entry for a discount. Your posts, comments, and pictures will all be imported into your new WordPress blog.
  • Xavier Gourdon and Pascal Sebah, Introduction on Bernoulli's numbers, (2002)
  • D.H. Lehmer, "On the Maxima and Minima of Bernoulli Polynomials", American Mathematical Monthly, volume 47, pages 533–538 (1940)
  • 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534

Template:Refend

  1. David J. Pengelley, "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.
  2. Template:Harvtxt, 23.1.30
  3. Template:Cite doi
  4. 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)