Binomial transform

From Wikipedia, the free encyclopedia

In mathematics, in the area of combinatorics, the binomial transform is a sequence transformation, that is, a transform of a sequence, by computing its forward differences. It is closely related to the Euler transform, which is the result of applying the binomial transform to the sequence associated with the ordinary generating function. A special case of the Euler transform is sometimes used to accelerate the summation of alternating series (see series acceleration). Another special case is applied to the hypergeometric series.

Contents

[edit] Definition

The binomial transform, T, of a sequence, {an}, is the sequence {sn} defined by

s_n = \sum_{k=0}^n (-1)^k {n\choose k} a_k

Formally, one may write (Ta)n = sn for the transformation, where T is an infinite-dimensional operator with matrix elements Tnk:

s_n = (Ta)_n = \sum_{k=0}^\infty T_{nk} a_k

The transform is an involution, that is,

TT = 1 \,

or, using index notation,

\sum_{k=0}^\infty T_{nk}T_{km} = \delta_{nm}

with δ being the Kronecker delta function. The original series can be regained by

a_n=\sum_{k=0}^n (-1)^k {n\choose k} s_k

The binomial transform of a sequence is just the n 'th forward difference of the sequence, namely

s0 = a0
s_1 = - (\triangle a)_0 = -a_1+a_0
s_2 = (\triangle^2 a)_0 = -(-a_2+a_1)+(-a_1+a_0) = a_2-2a_1+a_0
. . .
s_n = (-1)^n (\triangle^n a)_0

where Δ is the forward difference operator.

Some authors define the binomial transform with an extra sign, so that it is not self-inverse:

t_n=\sum_{k=0}^n (-1)^{n-k} {n\choose k} a_k

whose inverse is

a_n=\sum_{k=0}^n {n\choose k} t_k

[edit] Shift states

The binomial transform is the shift operator for the Bell numbers. That is,

B_{n+1}=\sum_{k=0}^n {n\choose k} B_k

where the Bn are the Bell numbers.

[edit] Ordinary generating function

The transform connects the generating functions associated with the series. For the ordinary generating function, let

f(x)=\sum_{n=0}^\infty a_n x^n

and

g(x)=\sum_{n=0}^\infty s_n x^n

then

g(x) = (Tf)(x) = \frac{1}{1-x} f\left(\frac{-x}{1-x}\right)

[edit] Euler transform

The relationship between the ordinary generating functions is sometimes called the Euler transform. It commonly makes its appearance in one of two different ways. In one form, it is used to accelerate the convergence of an alternating series. That is, one has the identity

\sum_{n=0}^\infty (-1)^n a_n = \sum_{n=0}^\infty (-1)^n  \frac {\Delta^n a_0} {2^{n+1}}

which is obtained by substituting x=1/2 into the above. The terms on the right hand side typically become much smaller, much more rapidly, thus allowing rapid numerical summation.

The Euler transform is also frequently applied to the hypergeometric series \,_2F_1. Here, the Euler transform takes the form:

\,_2F_1 (a,b;c;z) = (1-z)^{-b} \,_2F_1 \left(c-a, b; c;\frac{z}{z-1}\right)

The binomial transform, and its variation as the Euler transform, is notable for its connection to the continued fraction representation of a number. Let 0 < x < 1 have the continued fraction representation

x=[0;a_1, a_2, a_3,\cdots]

then

\frac{x}{1-x}=[0;a_1-1, a_2, a_3,\cdots]

and

\frac{x}{1+x}=[0;a_1+1, a_2, a_3,\cdots]

[edit] Exponential generating function

For the exponential generating function, let

\overline{f}(x)= \sum_{n=0}^\infty a_n \frac{x^n}{n!}

and

\overline{g}(x)= \sum_{n=0}^\infty s_n \frac{x^n}{n!}

then

\overline{g}(x) = (T\overline{f})(x) = e^x \overline{f}(-x)

The Borel transform will convert the ordinary generating function to the exponential generating function.

[edit] Integral representation

When the sequence can be interpolated by a complex analytic function, then the binomial transform of the sequence can be represented by means of a Nörlund-Rice integral on the interpolating function.

[edit] Generalizations

Prodinger gives a related, modular-like transformation: letting

u_n = \sum_{k=0}^n {n\choose k} a^k (-c)^{n-k} b_k

gives

U(x) = \frac{1}{cx+1} B\left(\frac{ax}{cx+1}\right)

where U and B are the ordinary generating functions associated with the series {un} and {bn}, respectively.

The rising k-binomial transform is sometimes defined as

\sum_{j=0}^n {n\choose j} j^k a_j

The falling k-binomial transform is

\sum_{j=0}^n {n\choose j} j^{n-k} a_j.

Both are homomorphisms of the kernel of the Hankel transform of a series.

[edit] See also

[edit] References