Jump to content

Abel's summation formula: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Tags: Mobile edit Mobile app edit iOS app edit
 
(46 intermediate revisions by 25 users not shown)
Line 1: Line 1:
{{Short description|Integration by parts version of Abel's method for summation by parts}}
In [[mathematics]], '''Abel's summation formula''', introduced by [[Niels Henrik Abel]], is intensively used in [[number theory]] to compute [[series]].
{{dablink|Other concepts sometimes known by this name are [[summation by parts]] and [[Abel–Plana formula]].}}


In [[mathematics]], '''Abel's summation formula''', introduced by [[Niels Henrik Abel]], is intensively used in [[analytic number theory]] and the study of [[special function]]s to compute [[series (mathematics)|series]].
==Claim==


==Formula==
Let <math>(a_n)</math> a series of [[real]] or [[complex]] numbers and <math>\varphi</math> a [[function|fonction]] of class <math>\mathcal{C}^1</math>. Then
{{wikibooks|Analytic Number Theory/Useful summation formulas}}
Let <math>(a_n)_{n=0}^\infty</math> be a [[sequence]] of [[real number|real]] or [[complex number]]s. Define the partial sum function <math>A</math> by
:<math>A(t) = \sum_{0 \le n \le t} a_n</math>
for any real number <math>t</math>. Fix real numbers <math>x < y</math>, and let <math>\phi</math> be a [[Differentiable_function#Differentiability_classes|continuously differentiable]] [[function (mathematics)|function]] on <math>[x, y]</math>. Then:
:<math>\sum_{x < n \le y} a_n\phi(n) = A(y)\phi(y) - A(x)\phi(x) - \int_x^y A(u)\phi'(u)\,du.</math>


The formula is derived by applying [[integration by parts]] for a [[Riemann–Stieltjes integral]] to the functions <math>A</math> and <math>\phi</math>.
:<math>\begin{align}\sum_{1\le n \le x} a_n \varphi(n) & = & A(x)\varphi(x) - \int_1^x A(u)\varphi'(u) \, \mathrm{d}u \\
& = & \tilde A(1)\varphi(1) + \int_1^x \tilde A(u)\varphi'(u) \, \mathrm{d}u, \end{align}</math>
where


===Variations===
:<math>A(x):= \sum_{n \le x} a_n \text{ and } \tilde A(x) := \sum_{n \ge x} a_n.</math>
Taking the left endpoint to be <math>-1</math> gives the formula
:<math>\sum_{0 \le n \le x} a_n\phi(n) = A(x)\phi(x) - \int_0^x A(u)\phi'(u)\,du.</math>
If the sequence <math>(a_n)</math> is indexed starting at <math>n = 1</math>, then we may formally define <math>a_0 = 0</math>. The previous formula becomes
:<math>\sum_{1 \le n \le x} a_n\phi(n) = A(x)\phi(x) - \int_1^x A(u)\phi'(u)\,du.</math>
A common way to apply Abel's summation formula is to take the limit of one of these formulas as <math>x \to \infty</math>. The resulting formulas are
:<math>\begin{align}
\sum_{n=0}^\infty a_n\phi(n) &= \lim_{x \to \infty}\bigl(A(x)\phi(x)\bigr) - \int_0^\infty A(u)\phi'(u)\,du, \\
\sum_{n=1}^\infty a_n\phi(n) &= \lim_{x \to \infty}\bigl(A(x)\phi(x)\bigr) - \int_1^\infty A(u)\phi'(u)\,du.
\end{align}</math>
These equations hold whenever both limits on the right-hand side exist and are finite.


A particularly useful case is the sequence <math>a_n = 1</math> for all <math>n \ge 0</math>. In this case, <math>A(x) = \lfloor x + 1 \rfloor</math>. For this sequence, Abel's summation formula simplifies to
Indeed, this is [[integration by parts]] for an [[Riemann–Stieltjes integral]].
:<math>\sum_{0 \le n \le x} \phi(n) = \lfloor x + 1 \rfloor\phi(x) - \int_0^x \lfloor u + 1\rfloor \phi'(u)\,du.</math>
Similarly, for the sequence <math>a_0 = 0</math> and <math>a_n = 1</math> for all <math>n \ge 1</math>, the formula becomes
:<math>\sum_{1 \le n \le x} \phi(n) = \lfloor x \rfloor\phi(x) - \int_1^x \lfloor u \rfloor \phi'(u)\,du.</math>
Upon taking the limit as <math>x \to \infty</math>, we find
:<math>\begin{align}
\sum_{n=0}^\infty \phi(n) &= \lim_{x \to \infty}\bigl(\lfloor x + 1 \rfloor\phi(x)\bigr) - \int_0^\infty \lfloor u + 1\rfloor \phi'(u)\,du, \\
\sum_{n=1}^\infty \phi(n) &= \lim_{x \to \infty}\bigl(\lfloor x \rfloor\phi(x)\bigr) - \int_1^\infty \lfloor u\rfloor \phi'(u)\,du,
\end{align}</math>
assuming that both terms on the right-hand side exist and are finite.


Abel's summation formula can be generalized to the case where <math>\phi</math> is only assumed to be continuous if the integral is interpreted as a [[Riemann–Stieltjes integral]]:
==Exemples==
:<math>\sum_{x < n \le y} a_n\phi(n) = A(y)\phi(y) - A(x)\phi(x) - \int_x^y A(u)\,d\phi(u).</math>
===Euler&ndash;Mascheroni constant===
By taking <math>\phi</math> to be the partial sum function associated to some sequence, this leads to the [[summation by parts]] formula.


==Examples==
: <math> \sum_1^x \frac{1}{n} = \frac{[x]}{x}+\int_1^x \frac{[u]}{u^2} \, \mathrm{d}u </math>
===Harmonic numbers===

If <math>a_n = 1</math> for <math>n \ge 1</math> and <math>\phi(x) = 1/x,</math> then <math>A(x) = \lfloor x \rfloor</math> and the formula yields
which is a method to represent [[Euler&ndash;Mascheroni constant]].
:<math>\sum_{n=1}^{\lfloor x \rfloor} \frac{1}{n} = \frac{\lfloor x \rfloor}{x} + \int_1^x \frac{\lfloor u \rfloor}{u^2} \,du.</math>
The left-hand side is the [[harmonic number]] <math>H_{\lfloor x \rfloor}</math>.


===Representation of Riemann's zeta function===
===Representation of Riemann's zeta function===
Fix a complex number <math>s</math>. If <math>a_n = 1</math> for <math>n \ge 1</math> and <math>\phi(x) = x^{-s},</math> then <math>A(x) = \lfloor x \rfloor</math> and the formula becomes
:<math>\sum_{n=1}^{\lfloor x \rfloor} \frac{1}{n^s} = \frac{\lfloor x \rfloor}{x^s} + s\int_1^x \frac{\lfloor u\rfloor}{u^{1+s}}\,du.</math>
If <math>\Re(s) > 1</math>, then the limit as <math>x \to \infty</math> exists and yields the formula
:<math>\zeta(s) = s\int_1^\infty \frac{\lfloor u\rfloor}{u^{1+s}}\,du.</math>
where <math>\zeta(s)</math> is the [[Riemann zeta function]].
This may be used to derive Dirichlet's theorem that <math>\zeta(s) </math> has a simple [[pole (complex analysis)|pole]] with [[residue (complex analysis)|residue]]&nbsp;1 at {{math|''s'' {{=}} 1}}.


===Reciprocal of Riemann zeta function===
:<math> \sum_1^\infty \frac{1}{n^s} = s\int_1^\infty \frac{[u]}{u^{1+s} \, \mathrm{d}u}</math>
The technique of the previous example may also be applied to other [[Dirichlet series]]. If <math>a_n = \mu(n)</math> is the [[Möbius function]] and <math>\phi(x) = x^{-s}</math>, then <math>A(x) = M(x) = \sum_{n \le x} \mu(n)</math> is [[Mertens function]] and

:<math>\frac{1}{\zeta(s)} = \sum_{n=1}^\infty \frac{\mu(n)}{n^s} = s\int_1^\infty \frac{M(u)}{u^{1+s}}\,du.</math>
The formula holds for <math>\Re(s)>1</math>. It may be used to derive [[Dirichlet's theorem]], that is <math>\zeta(s)</math> has a simple [[pole (complex analysis)|pole]] with [[residue (complex analysis)|residue]]&nbsp;1 in&nbsp;''s''&nbsp;=&nbsp;1.
This formula holds for <math>\Re(s) > 1</math>.

===Riemann zeta function===

: <math> \sum_1^\infty \frac{\mu(n)}{n^s} = s \int_1^\infty \frac{M(u)}{u^{1+s} \, \mathrm{d}u} </math>

This formula hold for <math>\Re(s)>1</math>. <math>\mu</math> is [[Möbius function]] and ''M'' is [[Mertens function]], defined as

:<math>M(u) = \sum_{n \le u} \mu(n)</math>


==See also==
==See also==
*[[Summation by parts]]
*[[Summation by parts]]
*[[Integration by parts]]


==References==
* {{citation|first=Tom|last=Apostol|authorlink=Tom Apostol|title=Introduction to Analytic Number Theory|publisher=Springer-Verlag|series=[[Undergraduate Texts in Mathematics]]|year=1976}}.
[[Category:Number theory]]
[[Category:Number theory]]
[[Category:Summability methods]]

[[fr:Formule sommatoire d'Abel]]

Latest revision as of 17:13, 14 April 2023

In mathematics, Abel's summation formula, introduced by Niels Henrik Abel, is intensively used in analytic number theory and the study of special functions to compute series.

Formula

[edit]

Let be a sequence of real or complex numbers. Define the partial sum function by

for any real number . Fix real numbers , and let be a continuously differentiable function on . Then:

The formula is derived by applying integration by parts for a Riemann–Stieltjes integral to the functions and .

Variations

[edit]

Taking the left endpoint to be gives the formula

If the sequence is indexed starting at , then we may formally define . The previous formula becomes

A common way to apply Abel's summation formula is to take the limit of one of these formulas as . The resulting formulas are

These equations hold whenever both limits on the right-hand side exist and are finite.

A particularly useful case is the sequence for all . In this case, . For this sequence, Abel's summation formula simplifies to

Similarly, for the sequence and for all , the formula becomes

Upon taking the limit as , we find

assuming that both terms on the right-hand side exist and are finite.

Abel's summation formula can be generalized to the case where is only assumed to be continuous if the integral is interpreted as a Riemann–Stieltjes integral:

By taking to be the partial sum function associated to some sequence, this leads to the summation by parts formula.

Examples

[edit]

Harmonic numbers

[edit]

If for and then and the formula yields

The left-hand side is the harmonic number .

Representation of Riemann's zeta function

[edit]

Fix a complex number . If for and then and the formula becomes

If , then the limit as exists and yields the formula

where is the Riemann zeta function. This may be used to derive Dirichlet's theorem that has a simple pole with residue 1 at s = 1.

Reciprocal of Riemann zeta function

[edit]

The technique of the previous example may also be applied to other Dirichlet series. If is the Möbius function and , then is Mertens function and

This formula holds for .

See also

[edit]

References

[edit]
  • Apostol, Tom (1976), Introduction to Analytic Number Theory, Undergraduate Texts in Mathematics, Springer-Verlag.