Integration and differentiation method for power series summation

From Calculus
Revision as of 22:52, 6 July 2012 by Vipul (talk | contribs) (Created page with "==Description of the method== This is a general method used for summing up power series. The general idea is to consider a power series of the form: <math>\sum_{k=0}^\infty ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description of the method

This is a general method used for summing up power series. The general idea is to consider a power series of the form:

k=0akxk

Instead of trying to sum it up directly, we try either of these:

  • Differentiate the power series, find the sum of that, and then integrate the function obtained, choosing the antiderivative whose value at 0 equals the constant term of the power series; OR
  • Integrate the power series, find the sum of that, and then differentiate the function obtained,


Examples

For these examples, we do not worry for the moment about the interval of validity, but simply try to compute the sums formally.

Summing up the derivative power series

Power series Derivative power series Function that the derivative power series converges to Antiderivative of that function whose value at 0 is the constant term of the power series = Our answer
k=0(1)kx2k+1k!(2k+1) k=0(1)kx2kk! ex2 0xet2dt, also called the ERF of x (it is not among the elementary functions usually seen in calculus.
k=1(1)k1xkk=xx22+x33 l=0(1)lxl=1x+x2x3+ 11+x (geometric series) ln(1+x)
k=0(1)kx2k+12k+1=xx33+x55 k=0(1)kx2k 11+x2 arctanx
k=0(1)kx4k+14k+1=xx55+x99 k=0(1)kx2k 11+x4 We would need to integrate 1/(1+x4).

Summing up the antiderivative power series

Power series Antiderivative power series (we fix the constant term based on our convenience, it could be anything) Function that the antiderivative power series converges to Derivative of that function = Our answer
k=0(k+1)xk l=0xl 11x 1(1x)2

Interval of validity

We will assume that the summation formula that we have is valid on the entire interval of convergence of the power series.

The radius of convergence is not affected by differentiation or integration, i.e., the radius of convergence of a power series is the same as that of its derivative power series and antiderivative power series.

However, the endpoints can change as follows:

  • Going from a function to its derivative, the interval of convergence cannot get bigger, but it may get smaller, In other words, we may lose endpoints, but we cannot gain endpoints.
  • Going from a function to its antiderivative, the interval of convergence may get bigger, but it cannot get smaller. In other words, we may gain endpoints, but we cannot lose endpoints.