Exponent shift method for power series summation

From Calculus

Description of the method

This method is used for summing up various power series that look similar to existing power series but have some terms missing, extra, or shifted. It is closely related to another method, the substitution method for power series summation.

Missing terms in summation

Suppose we know how to do a certain summation k=k0akxk, and we are asked to do a summation k=k1akxk, where k1k0 is a positive integer. This is given by:

k=k1akxk=k=k0akxkk=k0k11akxk

Shifted index of summation

Suppose we know how to do a summation of the form:

k=k0akxk

Let's now consider another summation, with k1,r integers such that k1+rk0:

k=k1ak+rxk

We simplify this as follows

k=k1ak+rxk=1xrk=k1ak+rxk+r=1xrl=k1+ralxl

We now use the missing terms in summation idea to simplify this final summation in terms of the original.

Examples

Series we need to sum Type Rewrite in terms of known series Final answer
k=1xkk! Missing terms only (k=0xkk!)x00! ex1
k=0xk(k+2)! Shifted index of summation + missing terms 1x2l=2xll!=1x2[(l=0xll!)(x00!+x11!)] ex1xx2, expression valid for x0. At x=0, we get a value of 1/2.
k=0xkk+1 Shifted index of summation 1xl=1xll||<math>ln(1x)x for x[1,0)(0,1), 1 for x=0.