Exponent shift method for power series summation: Difference between revisions

From Calculus
Line 33: Line 33:
|-
|-
| <math>\sum_{k=0}^\infty \frac{x^k}{(k + 2)!}</math> || Shifted index of summation + missing terms || <math>\frac{1}{x^2}\sum_{l=2}^\infty \frac{x^l}{l!} = \frac{1}{x^2} \left[\left(\sum_{l=0}^\infty \frac{x^l}{l!}\right) - \left(\frac{x^0}{0!} + \frac{x^1}{1!}\right)\right]</math> || <math>\frac{e^x - 1 - x}{x^2}</math>, expression valid for <math>x \ne 0</math>. At <math>x = 0</math>, we get a value of <math>1/2</math>.
| <math>\sum_{k=0}^\infty \frac{x^k}{(k + 2)!}</math> || Shifted index of summation + missing terms || <math>\frac{1}{x^2}\sum_{l=2}^\infty \frac{x^l}{l!} = \frac{1}{x^2} \left[\left(\sum_{l=0}^\infty \frac{x^l}{l!}\right) - \left(\frac{x^0}{0!} + \frac{x^1}{1!}\right)\right]</math> || <math>\frac{e^x - 1 - x}{x^2}</math>, expression valid for <math>x \ne 0</math>. At <math>x = 0</math>, we get a value of <math>1/2</math>.
|-
| <math>\sum_{k=0}^\infty \frac{x^k}{k + 1}</math> || Shifted index of summation || <math>\frac{1}{x} \sum_{l=1}^\infty \frac{x^l}{l} || <math>\frac{-\ln(1 - x)}{x}</math> for <math>x \in [-1,0) \cup (0,1)</math>, 1 for <math>x = 0</math>.
|}
|}

Revision as of 22:04, 6 July 2012

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 , and we are asked to do a summation , where is a positive integer. This is given by:

Shifted index of summation

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

Let's now consider another summation, with integers such that :

We simplify this as follows

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
Missing terms only
Shifted index of summation + missing terms , expression valid for . At , we get a value of .
Shifted index of summation for , 1 for .