ART

In mathematics, summation by parts transforms the summation of products of sequences into other summations, often simplifying the computation or (especially) estimation of certain types of sums. The summation by parts formula is sometimes called Abel's lemma or Abel transformation.

Statement

Suppose \( \{f_{k}\} \) and\( \{g_{k}\} \) are two sequences. Then,

\( {\displaystyle \sum _{k=m}^{n}f_{k}(g_{k+1}-g_{k})=\left(f_{n}g_{n+1}-f_{m}g_{m}\right)-\sum _{k=m+1}^{n}g_{k}(f_{k}-f_{k-1}).} \)

Using the forward difference operator \( \Delta \) , it can be stated more succinctly as

\( {\displaystyle \sum _{k=m}^{n}f_{k}\Delta g_{k}=\left(f_{n}g_{n+1}-f_{m}g_{m}\right)-\sum _{k=m}^{n-1}g_{k+1}\Delta f_{k},} \)

Summation by parts is an analogue to integration by parts:

\( {\displaystyle \int f\,dg=fg-\int g\,df,} \)

or to Abel's summation formula:

\( {\displaystyle \sum _{k=m+1}^{n}f(k)(g_{k}-g_{k-1})=\left(f(n)g_{n}-f(m)g_{m}\right)-\int _{m}^{n}g_{\lfloor t\rfloor }f'(t)dt.} \)

An alternative statement is

\( {\displaystyle f_{n}g_{n}-f_{m}g_{m}=\sum _{k=m}^{n-1}f_{k}\Delta g_{k}+\sum _{k=m}^{n-1}g_{k}\Delta f_{k}+\sum _{k=m}^{n-1}\Delta f_{k}\Delta g_{k}} \)

which is analogous to the integration by parts formula for semimartingales.

Although applications almost always deal with convergence of sequences, the statement is purely algebraic and will work in any field. It will also work when one sequence is in a vector space, and the other is in the relevant field of scalars.
Newton series

The formula is sometimes given in one of these - slightly different - forms

\( {\begin{aligned}\sum _{k=0}^{n}f_{k}g_{k}&=f_{0}\sum _{k=0}^{n}g_{k}+\sum _{j=0}^{n-1}(f_{j+1}-f_{j})\sum _{k=j+1}^{n}g_{k}\\&=f_{n}\sum _{k=0}^{n}g_{k}-\sum _{j=0}^{n-1}\left(f_{j+1}-f_{j}\right)\sum _{k=0}^{j}g_{k},\end{aligned}} \)

which represent a special case ( M=1) of the more general rule

\( {\begin{aligned}\sum _{k=0}^{n}f_{k}g_{k}&=\sum _{i=0}^{M-1}f_{0}^{(i)}G_{i}^{(i+1)}+\sum _{j=0}^{n-M}f_{j}^{(M)}G_{j+M}^{(M)}=\\&=\sum _{i=0}^{M-1}\left(-1\right)^{i}f_{n-i}^{(i)}{\tilde {G}}_{n-i}^{(i+1)}+\left(-1\right)^{M}\sum _{j=0}^{n-M}f_{j}^{(M)}{\tilde {G}}_{j}^{(M)};\end{aligned}} \)

both result from iterated application of the initial formula. The auxiliary quantities are Newton series:

\( f_{j}^{(M)}:=\sum _{k=0}^{M}\left(-1\right)^{M-k}{M \choose k}f_{j+k} \)

and

\( G_{j}^{(M)}:=\sum _{k=j}^{n}{k-j+M-1 \choose M-1}g_{k}, \)
\( {\tilde {G}}_{j}^{(M)}:=\sum _{k=0}^{j}{j-k+M-1 \choose M-1}g_{k}. \)

A particular ( M=n+1) result is the identity

\( \sum _{k=0}^{n}f_{k}g_{k}=\sum _{i=0}^{n}f_{0}^{(i)}G_{i}^{(i+1)}=\sum _{i=0}^{n}(-1)^{i}f_{n-i}^{(i)}{\tilde {G}}_{n-i}^{(i+1)}. \)

Here, \( {n \choose k} \) is the binomial coefficient.

Method

For two given sequences \( {\displaystyle (a_{n})} \) and \( {\displaystyle (b_{n})} \), with \( n\in \mathbb {N}\) , one wants to study the sum of the following series:
\( S_{N}=\sum _{n=0}^{N}a_{n}b_{n} \)

If we define \( B_{n}=\sum _{k=0}^{n}b_{k} \), then for every \( {\displaystyle n>0,} \) \( {\displaystyle b_{n}=B_{n}-B_{n-1}} \) and

\( S_{N}=a_{0}b_{0}+\sum _{n=1}^{N}a_{n}(B_{n}-B_{n-1}), \)

\( S_{N}=a_{0}b_{0}-a_{0}B_{0}+a_{N}B_{N}+\sum _{n=0}^{N-1}B_{n}(a_{n}-a_{n+1}). \)

Finally \( S_{N}=a_{N}B_{N}-\sum _{n=0}^{N-1}B_{n}(a_{n+1}-a_{n}). \)

This process, called an Abel transformation, can be used to prove several criteria of convergence for \( {\displaystyle S_{N}} \) .

Similarity with an integration by parts

The formula for an integration by parts is \( \int _{a}^{b}f(x)g'(x)\,dx=\left[f(x)g(x)\right]_{a}^{b}-\int _{a}^{b}f'(x)g(x)\,dx \)
Beside the boundary conditions, we notice that the first integral contains two multiplied functions, one which is integrated in the final integral (\( {\displaystyle g'} \) becomes g ) and one which is differentiated ( f becomes \( {\displaystyle f'} \) ).

The process of the Abel transformation is similar, since one of the two initial sequences is summed ( \( {\displaystyle b_{n}} \) becomes \( {\displaystyle B_{n}} \) ) and the other one is differenced ( \( {\displaystyle a_{n}} \) becomes \( {\displaystyle a_{n+1}-a_{n}} \) ).

Applications

It is used to prove Kronecker's lemma, which in turn, is used to prove a version of the strong law of large numbers under variance constraints.
It may be used to prove Nicomachus's theorem that the sum of the first n cubes equals the square of the sum of the first \( n^{2} \) positive integers.[1]
Summation by parts is frequently used to prove Abel's theorem and Dirichlet's test.
One can also use this technique to prove Abel's test: If \( \sum b_{n} \) is a convergent series, and \( a_{n} \) a bounded monotone sequence, then \( S_{N}=\sum _{n=0}^{N}a_{n}b_{n} \) converges.

Proof of Abel's test. Summation by parts gives

\( {\displaystyle {\begin{aligned}S_{M}-S_{N}&=a_{M}B_{M}-a_{N}B_{N}-\sum _{n=N}^{M-1}B_{n}(a_{n+1}-a_{n})\\&=(a_{M}-a)B_{M}-(a_{N}-a)B_{N}+a(B_{M}-B_{N})-\sum _{n=N}^{M-1}B_{n}(a_{n+1}-a_{n}),\end{aligned}}} \)

where a is the limit of \( a_{n} \). As \( \sum b_{n} \) is convergent, \( B_{N} \) is bounded independently of N, say by B. As \( a_{n}-a \) go to zero, so go the first two terms. The third term goes to zero by the Cauchy criterion for \(\sum b_{n} \). The remaining sum is bounded by

\( \sum _{n=N}^{M-1}|B_{n}||a_{n+1}-a_{n}|\leq B\sum _{n=N}^{M-1}|a_{n+1}-a_{n}|=B|a_{N}-a_{M}| \)

by the monotonicity of \( a_{n} \), and also goes to zero as \( N\to \infty \) .

Using the same proof as above, one can show that if

the partial sums \( B_{N} \) form a bounded sequence independently of N ;
\( \sum _{n=0}^{\infty }|a_{n+1}-a_{n}|<\infty \) (so that the sum \(\sum _{n=N}^{M-1}|a_{n+1}-a_{n}| \) goes to zero as N goes to infinity)
l \( \lim a_{n}=0 \)

then \( S_{N}=\sum _{n=0}^{N}a_{n}b_{n} \) converges.

In both cases, the sum of the series satisfies: \( {\displaystyle |S|=\left|\sum _{n=0}^{\infty }a_{n}b_{n}\right|\leq B\sum _{n=0}^{\infty }|a_{n+1}-a_{n}|.} \)
Summation-by-parts operators for high order finite difference methods

A summation-by-parts (SBP) finite difference operator conventionally consists of a centered difference interior scheme and specific boundary stencils that mimics behaviors of the corresponding integration-by-parts formulation.[2][3] The boundary conditions are usually imposed by the Simultaneous-Approximation-Term (SAT) technique.[4] The combination of SBP-SAT is a powerful framework for boundary treatment. The method is preferred for well-proven stability for long-time simulation, and high order of accuracy.

See also

Convergent series
Divergent series
Integration by parts
Cesàro summation
Abel's theorem
Abel sum formula

References

Edmonds, Sheila M. (1957). "Sums of powers of the natural numbers". The Mathematical Gazette. 41 (337): 187–188. doi:10.2307/3609189. JSTOR 3609189. MR 0096615.
Strand, Bo (January 1994). "Summation by Parts for Finite Difference Approximations for d/dx". Journal of Computational Physics. 110 (1): 47–67. doi:10.1006/jcph.1994.1005.
Mattsson, Ken; Nordström, Jan (September 2004). "Summation by parts operators for finite difference approximations of second derivatives". Journal of Computational Physics. 199 (2): 503–540. doi:10.1016/j.jcp.2004.03.001.

Carpenter, Mark H.; Gottlieb, David; Abarbanel, Saul (April 1994). "Time-Stable Boundary Conditions for Finite-Difference Schemes Solving Hyperbolic Systems: Methodology and Application to High-Order Compact Schemes". Journal of Computational Physics. 111 (2): 220–236. CiteSeerX 10.1.1.465.603. doi:10.1006/jcph.1994.1057.

"Abel's lemma". PlanetMath.

Undergraduate Texts in Mathematics

Graduate Texts in Mathematics

Graduate Studies in Mathematics

Mathematics Encyclopedia

World

Index

Hellenica World - Scientific Library

Retrieved from "http://en.wikipedia.org/"
All text is available under the terms of the GNU Free Documentation License