Misplaced Pages

Euler–Maclaurin formula: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 14:18, 12 February 2020 editKillaman slaughtermaster (talk | contribs)2 editsm Low-order cases: Added missing denominators in remainders - see the definition of the integral remainder form.← Previous edit Revision as of 22:00, 8 April 2020 edit undoJoel Brennan (talk | contribs)Extended confirmed users3,724 editsm added wikilinksNext edit →
Line 1: Line 1:
{{Use American English|date = March 2019}} {{Use American English|date = March 2019}}
{{Short description|Summation formula}} {{Short description|Summation formula}}
In ], the '''Euler–Maclaurin formula''' is a formula for the difference between an ] and a closely related sum. It can be used to approximate integrals by finite sums, or conversely to evaluate finite sums and ] using integrals and the machinery of calculus. For example, many asymptotic expansions are derived from the formula, and ] for the sum of powers is an immediate consequence. In ], the '''Euler–Maclaurin formula''' is a formula for the difference between an ] and a closely related ]. It can be used to approximate integrals by finite sums, or conversely to evaluate finite sums and ] using integrals and the machinery of ]. For example, many asymptotic expansions are derived from the formula, and ] for the sum of powers is an immediate consequence.


The formula was discovered independently by ] and ] around 1735. Euler needed it to compute slowly converging infinite series while Maclaurin used it to calculate integrals. It was later generalized to ]. The formula was discovered independently by ] and ] around 1735. Euler needed it to compute slowly converging infinite series while Maclaurin used it to calculate integrals. It was later generalized to ].


==The formula== ==The formula==
If <math>m</math> and <math>n</math> are ]s and <math>f(x)</math> is a complex or real valued ] for ]s <math>x</math> in the interval <math></math>, then the integral If <math>m</math> and <math>n</math> are ]s and <math>f(x)</math> is a ] or ] valued ] ] for ]s <math>x</math> in the ] <math></math>, then the integral


:<math>I = \int_m^n f(x)\,dx</math> :<math>I = \int_m^n f(x)\,dx</math>
Line 14: Line 14:
:<math>S = f(m + 1) + \cdots + f(n - 1) + f(n)</math> :<math>S = f(m + 1) + \cdots + f(n - 1) + f(n)</math>


(see ]). The Euler–Maclaurin formula provides expressions for the difference between the sum and the integral in terms of the higher derivatives <math>f^{(k)}(x)</math> evaluated at the end points of the interval, that is to say when <math>x=m</math> and <math>x=n</math>. (see ]). The Euler–Maclaurin formula provides expressions for the difference between the sum and the integral in terms of the higher ]s <math>f^{(k)}(x)</math> evaluated at the endpoints of the interval, that is to say when <math>x=m</math> and <math>x=n</math>.


Explicitly, for <math>p</math> a positive integer and a function <math>f(x)</math> that is <math>p</math> times continuously differentiable in the interval <math></math>, we have Explicitly, for <math>p</math> a positive ] and a function <math>f(x)</math> that is <math>p</math> times ] on the interval <math></math>, we have


:<math> S - I = \sum_{k=1}^p {\frac{B_k}{k!} (f^{(k - 1)}(n) - f^{(k - 1)}(m))} + R_p,</math> :<math> S - I = \sum_{k=1}^p {\frac{B_k}{k!} (f^{(k - 1)}(n) - f^{(k - 1)}(m))} + R_p,</math>

Revision as of 22:00, 8 April 2020

Summation formula

In mathematics, the Euler–Maclaurin formula is a formula for the difference between an integral and a closely related sum. 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. Euler needed it to compute slowly converging infinite series while Maclaurin used it to calculate integrals. It was later generalized to Darboux's formula.

The formula

If m {\displaystyle m} and n {\displaystyle n} are natural numbers and f ( x ) {\displaystyle f(x)} is a real or complex valued continuous function for real numbers x {\displaystyle x} in the interval [ m , n ] {\displaystyle } , then the integral

I = m n f ( x ) d x {\displaystyle I=\int _{m}^{n}f(x)\,dx}

can be approximated by the sum (or vice versa)

S = f ( m + 1 ) + + f ( n 1 ) + f ( n ) {\displaystyle S=f(m+1)+\cdots +f(n-1)+f(n)}

(see rectangle method). The Euler–Maclaurin formula provides expressions for the difference between the sum and the integral in terms of the higher derivatives f ( k ) ( x ) {\displaystyle f^{(k)}(x)} evaluated at the endpoints of the interval, that is to say when x = m {\displaystyle x=m} and x = n {\displaystyle x=n} .

Explicitly, for p {\displaystyle p} a positive integer and a function f ( x ) {\displaystyle f(x)} that is p {\displaystyle p} times continuously differentiable on the interval [ m , n ] {\displaystyle } , we have

S I = k = 1 p B k k ! ( f ( k 1 ) ( n ) f ( k 1 ) ( m ) ) + R p , {\displaystyle S-I=\sum _{k=1}^{p}{{\frac {B_{k}}{k!}}(f^{(k-1)}(n)-f^{(k-1)}(m))}+R_{p},}

where B k {\displaystyle B_{k}} is the k {\displaystyle k} th Bernoulli number (with B 1 = 1 / 2 {\displaystyle B_{1}=1/2} ) and R p {\displaystyle R_{p}} is an error term which depends on n {\displaystyle n} , m {\displaystyle m} , p {\displaystyle p} , and f {\displaystyle f} and is usually small for suitable values of p {\displaystyle p} .

The formula is often written with the subscript taking only even values, since the odd Bernoulli numbers are zero except for B 1 {\displaystyle B_{1}} . In this case we have

i = m n f ( i ) = m n f ( x ) d x + f ( n ) + f ( m ) 2 + k = 1 p / 2 B 2 k ( 2 k ) ! ( f ( 2 k 1 ) ( n ) f ( 2 k 1 ) ( m ) ) + R p , {\displaystyle \sum _{i=m}^{n}f(i)=\int _{m}^{n}f(x)\,dx+{\frac {f(n)+f(m)}{2}}+\sum _{k=1}^{\lfloor p/2\rfloor }{\frac {B_{2k}}{(2k)!}}(f^{(2k-1)}(n)-f^{(2k-1)}(m))+R_{p},}

or alternatively

i = m + 1 n f ( i ) = m n f ( x ) d x + f ( n ) f ( m ) 2 + k = 1 p / 2 B 2 k ( 2 k ) ! ( f ( 2 k 1 ) ( n ) f ( 2 k 1 ) ( m ) ) + R p . {\displaystyle \sum _{i=m+1}^{n}f(i)=\int _{m}^{n}f(x)\,dx+{\frac {f(n)-f(m)}{2}}+\sum _{k=1}^{\lfloor p/2\rfloor }{\frac {B_{2k}}{(2k)!}}(f^{(2k-1)}(n)-f^{(2k-1)}(m))+R_{p}.}

The remainder term

See also: Bernoulli polynomials

The remainder term arises because the integral is usually not exactly equal to the sum. The formula may be derived by applying repeated integration by parts to successive intervals [ r , r + 1 ] {\displaystyle } for r = m , m + 1 , , n 1 {\displaystyle r=m,m+1,\ldots ,n-1} . The boundary terms in these integrations lead to the main terms of the formula, and the leftover integrals form the remainder term.

The remainder term has an exact expression in terms of the periodized Bernoulli functions P k ( x ) {\displaystyle P_{k}(x)} . The Bernoulli polynomials may be defined recursively by B 0 ( x ) = 1 {\displaystyle B_{0}(x)=1} and, for k 1 {\displaystyle k\geq 1} ,

B k ( x ) = k B k 1 ( x ) , 0 1 B k ( x ) d x = 0. {\displaystyle {\begin{aligned}B_{k}'(x)&=kB_{k-1}(x),\\\int _{0}^{1}B_{k}(x)\,dx&=0.\end{aligned}}}

The periodized Bernoulli functions are defined as

P k ( x ) = B k ( x x ) , {\displaystyle P_{k}(x)=B_{k}(x-\lfloor x\rfloor ),}

where x {\displaystyle \lfloor x\rfloor } denotes the largest integer less than or equal to x {\displaystyle x} (so that x x {\displaystyle x-\lfloor x\rfloor } always lies in the interval [ 0 , 1 ) {\displaystyle [0,1)} ).

With this notation, the remainder term R p {\displaystyle R_{p}} equals

R p = ( 1 ) p + 1 m n f ( p ) ( x ) P p ( x ) p ! d x . {\displaystyle R_{p}=(-1)^{p+1}\int _{m}^{n}f^{(p)}(x){\frac {P_{p}(x)}{p!}}\,dx.}

When k > 0 {\displaystyle k>0} , it can be shown that

| B k ( x ) | 2 k ! ( 2 π ) k ζ ( k ) , {\displaystyle |B_{k}(x)|\leq {\frac {2\cdot k!}{(2\pi )^{k}}}\zeta (k),}

where ζ {\displaystyle \zeta } denotes the Riemann zeta function; one approach to prove this inequality is to obtain the Fourier series for the polynomials B k ( x ) {\displaystyle B_{k}(x)} . The bound is achieved for even k {\displaystyle k} when x {\displaystyle x} is zero. The term ζ ( k ) {\displaystyle \zeta (k)} may be omitted for odd k {\displaystyle k} but the proof in this case is more complex (see Lehmer). Using this inequality, the size of the remainder term can be estimated as

| R p | 2 ζ ( p ) ( 2 π ) p m n | f ( p ) ( x ) | d x . {\displaystyle |R_{p}|\leq {\frac {2\zeta (p)}{(2\pi )^{p}}}\int _{m}^{n}|f^{(p)}(x)|\,dx.}

Low-order cases

The Bernoulli numbers from B 1 {\displaystyle B_{1}} to B 7 {\displaystyle B_{7}} are 1 2 , 1 6 , 0 , 1 30 , 0 , 1 42 , 0. {\displaystyle {\tfrac {1}{2}},{\tfrac {1}{6}},0,-{\tfrac {1}{30}},0,{\tfrac {1}{42}},0.} Therefore the low-order cases of the Euler-Maclaurin formula are:

i = m n f ( i ) m n f ( x ) d x = f ( m ) + f ( n ) 2 + m n f ( x ) P 1 ( x ) d x = f ( m ) + f ( n ) 2 + 1 6 f ( n ) f ( m ) 2 ! m n f ( x ) P 2 ( x ) 2 ! d x = f ( m ) + f ( n ) 2 + 1 6 f ( n ) f ( m ) 2 ! + m n f ( x ) P 3 ( x ) 3 ! d x = f ( m ) + f ( n ) 2 + 1 6 f ( n ) f ( m ) 2 ! 1 30 f ( n ) f ( m ) 4 ! m n f ( 4 ) ( x ) P 4 ( x ) 4 ! d x = f ( m ) + f ( n ) 2 + 1 6 f ( n ) f ( m ) 2 ! 1 30 f ( n ) f ( m ) 4 ! + m n f ( 5 ) ( x ) P 5 ( x ) 5 ! d x = f ( m ) + f ( n ) 2 + 1 6 f ( n ) f ( m ) 2 ! 1 30 f ( n ) f ( m ) 4 ! + 1 42 f ( 5 ) ( n ) f ( 5 ) ( m ) 6 ! m n f ( 6 ) ( x ) P 6 ( x ) 6 ! d x = f ( m ) + f ( n ) 2 + 1 6 f ( n ) f ( m ) 2 ! 1 30 f ( n ) f ( m ) 4 ! + 1 42 f ( 5 ) ( n ) f ( 5 ) ( m ) 6 ! + m n f ( 7 ) ( x ) P 7 ( x ) 7 ! d x . {\displaystyle {\begin{aligned}\sum _{i=m}^{n}f(i)-\int _{m}^{n}f(x)\,dx&={\frac {f(m)+f(n)}{2}}+\int _{m}^{n}f'(x)P_{1}(x)\,dx\\&={\frac {f(m)+f(n)}{2}}+{\frac {1}{6}}{\frac {f'(n)-f'(m)}{2!}}-\int _{m}^{n}f''(x){\frac {P_{2}(x)}{2!}}\,dx\\&={\frac {f(m)+f(n)}{2}}+{\frac {1}{6}}{\frac {f'(n)-f'(m)}{2!}}+\int _{m}^{n}f'''(x){\frac {P_{3}(x)}{3!}}\,dx\\&={\frac {f(m)+f(n)}{2}}+{\frac {1}{6}}{\frac {f'(n)-f'(m)}{2!}}-{\frac {1}{30}}{\frac {f'''(n)-f'''(m)}{4!}}-\int _{m}^{n}f^{(4)}(x){\frac {P_{4}(x)}{4!}}\,dx\\&={\frac {f(m)+f(n)}{2}}+{\frac {1}{6}}{\frac {f'(n)-f'(m)}{2!}}-{\frac {1}{30}}{\frac {f'''(n)-f'''(m)}{4!}}+\int _{m}^{n}f^{(5)}(x){\frac {P_{5}(x)}{5!}}\,dx\\&={\frac {f(m)+f(n)}{2}}+{\frac {1}{6}}{\frac {f'(n)-f'(m)}{2!}}-{\frac {1}{30}}{\frac {f'''(n)-f'''(m)}{4!}}+{\frac {1}{42}}{\frac {f^{(5)}(n)-f^{(5)}(m)}{6!}}-\int _{m}^{n}f^{(6)}(x){\frac {P_{6}(x)}{6!}}\,dx\\&={\frac {f(m)+f(n)}{2}}+{\frac {1}{6}}{\frac {f'(n)-f'(m)}{2!}}-{\frac {1}{30}}{\frac {f'''(n)-f'''(m)}{4!}}+{\frac {1}{42}}{\frac {f^{(5)}(n)-f^{(5)}(m)}{6!}}+\int _{m}^{n}f^{(7)}(x){\frac {P_{7}(x)}{7!}}\,dx.\end{aligned}}}

Applications

The Basel problem

The Basel problem is to determine the sum

1 + 1 4 + 1 9 + 1 16 + 1 25 + = n = 1 1 n 2 . {\displaystyle 1+{\frac {1}{4}}+{\frac {1}{9}}+{\frac {1}{16}}+{\frac {1}{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 {\displaystyle \pi ^{2}/6} , which he proved in the same year.

Sums involving a polynomial

See also: Faulhaber's formula

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

i = 0 n i 3 = ( n ( n + 1 ) 2 ) 2 . {\displaystyle \sum _{i=0}^{n}i^{3}=\left({\frac {n(n+1)}{2}}\right)^{2}.}

Approximation of integrals

The formula provides a means of approximating a finite integral. Let a < b {\displaystyle a<b} be the endpoints of the interval of integration. Fix N {\displaystyle N} , the number of points to use in the approximation, and denote the corresponding step size by h = ( b a ) / ( N 1 ) {\displaystyle h=(b-a)/(N-1)} . Set x i = a + ( i 1 ) h {\displaystyle x_{i}=a+(i-1)h} , so that x 1 = a {\displaystyle x_{1}=a} and x N = b {\displaystyle x_{N}=b} . Then:

I = a b f ( x ) d x h ( f ( x 1 ) 2 + f ( x 2 ) + + f ( x N 1 ) + f ( x N ) 2 ) + h 2 12 [ f ( x 1 ) f ( x N ) ] h 4 720 [ f ( x 1 ) f ( x N ) ] + . {\displaystyle {\begin{aligned}I&=\int _{a}^{b}f(x)\,dx\\&\sim h\left({\frac {f(x_{1})}{2}}+f(x_{2})+\cdots +f(x_{N-1})+{\frac {f(x_{N})}{2}}\right)+{\frac {h^{2}}{12}}-{\frac {h^{4}}{720}}+\cdots .\end{aligned}}}

This may be viewed as an extension of the trapezoid rule by the inclusion of correction terms. Note that this asymptotic expansion is usually not convergent; there is some p {\displaystyle p} , depending upon f {\displaystyle f} and h {\displaystyle h} , such that the terms past order p {\displaystyle p} increase rapidly. Thus, the remainder term generally demands close attention.

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

n = a b f ( n ) a b f ( x ) d x + f ( b ) + f ( a ) 2 + k = 1 B 2 k ( 2 k ) ! ( f ( 2 k 1 ) ( b ) f ( 2 k 1 ) ( a ) ) , {\displaystyle \sum _{n=a}^{b}f(n)\sim \int _{a}^{b}f(x)\,dx+{\frac {f(b)+f(a)}{2}}+\sum _{k=1}^{\infty }\,{\frac {B_{2k}}{(2k)!}}\left(f^{(2k-1)}(b)-f^{(2k-1)}(a)\right),}

where a {\displaystyle a} and b {\displaystyle b} are integers. Often the expansion remains valid even after taking the limits a {\displaystyle a\rightarrow -\infty } or b + {\displaystyle b\rightarrow +\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,

k = 0 1 ( z + k ) 2 0 1 ( z + k ) 2 d k = 1 / z + 1 2 z 2 + t = 1 B 2 t z 2 t + 1 . {\displaystyle \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 ψ ( 1 ) ( z ) {\displaystyle \psi ^{(1)}(z)} , namely the first-order polygamma function defined by ψ ( 1 ) ( z ) = ( d / d z ) 2 ( log Γ ( z ) ) {\displaystyle \psi ^{(1)}(z)=(d/dz)^{2}(\log \Gamma (z))} ; the gamma function Γ ( z ) {\displaystyle \Gamma (z)} is equal to ( z 1 ) ! {\displaystyle (z-1)!} if z {\displaystyle z} is a positive integer. This results in an asymptotic expansion for ψ ( 1 ) ( z ) {\displaystyle \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.

Examples

If s is an integer greater than 1 we have:

k = 1 n 1 k s 1 s 1 + 1 2 1 ( s 1 ) n s 1 + 1 2 n s + i = 1 B 2 i ( 2 i ) ! [ ( s + 2 i 2 ) ! ( s 1 ) ! ( s + 2 i 2 ) ! ( s 1 ) ! n s + 2 i 1 ] . {\displaystyle \sum _{k=1}^{n}{\frac {1}{k^{s}}}\approx {\frac {1}{s-1}}+{\frac {1}{2}}-{\frac {1}{(s-1)n^{s-1}}}+{\frac {1}{2n^{s}}}+\sum _{i=1}{\frac {B_{2i}}{(2i)!}}\left.}

Collecting the constants into a value of the Riemann zeta function, we can write an asymptotic expansion:

k = 1 n 1 k s ζ ( s ) 1 ( s 1 ) n s 1 + 1 2 n s i = 1 B 2 i ( 2 i ) ! ( s + 2 i 2 ) ! ( s 1 ) ! n s + 2 i 1 . {\displaystyle \sum _{k=1}^{n}{\frac {1}{k^{s}}}\sim \zeta (s)-{\frac {1}{(s-1)n^{s-1}}}+{\frac {1}{2n^{s}}}-\sum _{i=1}{\frac {B_{2i}}{(2i)!}}{\frac {(s+2i-2)!}{(s-1)!n^{s+2i-1}}}.}

For s equal to 2 this simplifies to

k = 1 n 1 k 2 ζ ( 2 ) 1 n + 1 2 n 2 i = 1 B 2 i n 2 i + 1 , {\displaystyle \sum _{k=1}^{n}{\frac {1}{k^{2}}}\sim \zeta (2)-{\frac {1}{n}}+{\frac {1}{2n^{2}}}-\sum _{i=1}{\frac {B_{2i}}{n^{2i+1}}},}

or

k = 1 n 1 k 2 π 2 6 1 n + 1 2 n 2 1 6 n 3 + 1 30 n 5 1 42 n 7 + . {\displaystyle \sum _{k=1}^{n}{\frac {1}{k^{2}}}\sim {\frac {\pi ^{2}}{6}}-{\frac {1}{n}}+{\frac {1}{2n^{2}}}-{\frac {1}{6n^{3}}}+{\frac {1}{30n^{5}}}-{\frac {1}{42n^{7}}}+\cdots .}

When s = 1, the corresponding technique gives an asymptotic expansion for the harmonic numbers:

k = 1 n 1 k γ + log n + 1 2 n k = 1 B 2 k 2 k n 2 k , {\displaystyle \sum _{k=1}^{n}{\frac {1}{k}}\sim \gamma +\log n+{\frac {1}{2n}}-\sum _{k=1}^{\infty }{\frac {B_{2k}}{2kn^{2k}}},}

where γ 0.5772156649015328606065 {\displaystyle \gamma \approx 0.5772156649015328606065} is the Euler–Mascheroni constant.

Proofs

Derivation by mathematical induction

We outline the argument given in Apostol.

The Bernoulli polynomials Bn(x) and the periodic Bernoulli functions Pn(x) for n = 0, 1, 2, ... were introduced above.

The first several Bernoulli polynomials are

B 0 ( x ) = 1 , B 1 ( x ) = x 1 2 , B 2 ( x ) = x 2 x + 1 6 , B 3 ( x ) = x 3 3 2 x 2 + 1 2 x , B 4 ( x ) = x 4 2 x 3 + x 2 1 30 , {\displaystyle {\begin{aligned}B_{0}(x)&=1,\\B_{1}(x)&=x-{\frac {1}{2}},\\B_{2}(x)&=x^{2}-x+{\frac {1}{6}},\\B_{3}(x)&=x^{3}-{\frac {3}{2}}x^{2}+{\frac {1}{2}}x,\\B_{4}(x)&=x^{4}-2x^{3}+x^{2}-{\frac {1}{30}},\\&\vdots \end{aligned}}}

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

B n = B n ( 0 ) = B n ( 1 ) , {\displaystyle B_{n}=B_{n}(0)=B_{n}(1),}

and for n = 1,

B 1 = B 1 ( 0 ) = B 1 ( 1 ) . {\displaystyle B_{1}=B_{1}(0)=-B_{1}(1).}

The functions Pn agree with the Bernoulli polynomials on the interval and are periodic with period 1. Furthermore, except when n = 1, they are also continuous. Thus,

P n ( 0 ) = P n ( 1 ) = B n ( n 1 ) {\displaystyle P_{n}(0)=P_{n}(1)=B_{n}\quad (n\neq 1)}

Let k be an integer, and consider the integral

k k + 1 f ( x ) d x = k k + 1 u d v , {\displaystyle \int _{k}^{k+1}f(x)\,dx=\int _{k}^{k+1}u\,dv,}

where

u = f ( x ) , d u = f ( x ) d x , d v = P 0 ( x ) d x ( since  P 0 ( x ) = 1 ) , v = P 1 ( x ) . {\displaystyle {\begin{aligned}u&=f(x),\\du&=f'(x)\,dx,\\dv&=P_{0}(x)\,dx&&({\text{since }}P_{0}(x)=1),\\v&=P_{1}(x).\end{aligned}}}

Integrating by parts, we get

k k + 1 f ( x ) d x = [ u v ] k k + 1 k k + 1 v d u = [ f ( x ) P 1 ( x ) ] k k + 1 k k + 1 f ( x ) P 1 ( x ) d x = B 1 ( 1 ) f ( k + 1 ) B 1 ( 0 ) f ( k ) k k + 1 f ( x ) P 1 ( x ) d x . {\displaystyle {\begin{aligned}\int _{k}^{k+1}f(x)\,dx&={\bigl }_{k}^{k+1}-\int _{k}^{k+1}v\,du\\&={\bigl }_{k}^{k+1}-\int _{k}^{k+1}f'(x)P_{1}(x)\,dx\\&=B_{1}(1)f(k+1)-B_{1}(0)f(k)-\int _{k}^{k+1}f'(x)P_{1}(x)\,dx.\end{aligned}}}

Using B 1 ( 0 ) = 1 / 2 {\displaystyle B_{1}(0)=-1/2} , B 1 ( 1 ) = 1 / 2 {\displaystyle B_{1}(1)=1/2} , and summing the above from k = 0 to k = n − 1, we get

0 n f ( x ) d x = 0 1 f ( x ) d x + + n 1 n f ( x ) d x = f ( 0 ) 2 + f ( 1 ) + + f ( n 1 ) + f ( n ) 2 0 n f ( x ) P 1 ( x ) d x . {\displaystyle {\begin{aligned}\int _{0}^{n}f(x)\,dx&=\int _{0}^{1}f(x)\,dx+\dotsb +\int _{n-1}^{n}f(x)\,dx\\&={\frac {f(0)}{2}}+f(1)+\dotsb +f(n-1)+{\frac {f(n)}{2}}-\int _{0}^{n}f'(x)P_{1}(x)\,dx.\end{aligned}}}

Adding (f(n) − f(0))/2 to both sides and rearranging, we have

k = 1 n f ( k ) = 0 n f ( x ) d x + f ( n ) f ( 0 ) 2 + 0 n f ( x ) P 1 ( x ) d x . {\displaystyle \sum _{k=1}^{n}f(k)=\int _{0}^{n}f(x)\,dx+{\frac {f(n)-f(0)}{2}}+\int _{0}^{n}f'(x)P_{1}(x)\,dx.}

This is the p = 1 case of the summation formula. To continue the induction, we apply integration by parts to the error term:

k k + 1 f ( x ) P 1 ( x ) d x = k k + 1 u d v , {\displaystyle \int _{k}^{k+1}f'(x)P_{1}(x)\,dx=\int _{k}^{k+1}u\,dv,}

where

u = f ( x ) , d u = f ( x ) d x , d v = P 1 ( x ) d x , v = 1 2 P 2 ( x ) . {\displaystyle {\begin{aligned}u&=f'(x),\\du&=f''(x)\,dx,\\dv&=P_{1}(x)\,dx,\\v&={\frac {1}{2}}P_{2}(x).\end{aligned}}}

The result of integrating by parts is

[ u v ] k k + 1 k k + 1 v d u = [ f ( x ) P 2 ( x ) 2 ] k k + 1 1 2 k k + 1 f ( x ) P 2 ( x ) d x = B 2 2 ( f ( k + 1 ) f ( k ) ) 1 2 k k + 1 f ( x ) P 2 ( x ) d x . {\displaystyle {\begin{aligned}{\bigl }_{k}^{k+1}-\int _{k}^{k+1}v\,du&=\left_{k}^{k+1}-{\frac {1}{2}}\int _{k}^{k+1}f''(x)P_{2}(x)\,dx\\&={\frac {B_{2}}{2}}(f'(k+1)-f'(k))-{\frac {1}{2}}\int _{k}^{k+1}f''(x)P_{2}(x)\,dx.\end{aligned}}}

Summing from k = 0 to k = n − 1 and substituting this for the lower order error term results in the p = 2 case of the formula,

k = 1 n f ( k ) = 0 n f ( x ) d x + f ( n ) f ( 0 ) 2 + B 2 2 ( f ( n ) f ( 0 ) ) 1 2 0 n f ( x ) P 2 ( x ) d x . {\displaystyle \sum _{k=1}^{n}f(k)=\int _{0}^{n}f(x)\,dx+{\frac {f(n)-f(0)}{2}}+{\frac {B_{2}}{2}}(f'(n)-f'(0))-{\frac {1}{2}}\int _{0}^{n}f''(x)P_{2}(x)\,dx.}

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

See also

Notes

  1. ^ Apostol, T. M. (1 May 1999). "An Elementary View of Euler's Summation Formula". The American Mathematical Monthly. 106 (5). Mathematical Association of America: 409–418. doi:10.2307/2589145. ISSN 0002-9890. JSTOR 2589145.
  2. "Digital Library of Mathematical Functions: Sums and Sequences". National Institute of Standards and Technology.
  3. Lehmer, D. H. (1940). "On the maxima and minima of Bernoulli polynomials". The American Mathematical Monthly. 47 (8): 533–538. doi:10.2307/2303833.
  4. Pengelley, David J. "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.
  5. ^ Devries, Paul L.; Hasbrun, Javier E. (2011). A first course in computational physics (2nd ed.). Jones and Bartlett Publishers. p. 156.
  6. Abramowitz & Stegun (1972), 23.1.30

References

Categories: