Skip to content

Power Series

From this section, we move from series of constant terms to series of function terms.

The reason we introduce this kind of series is to learn how to use polynomials to approach a given function(Taylor Expansion). We now have learned how to test the common series(without functions or self-variable). The next step is to expand it into series of function terms.

The Definition of Power Series

A series in the form:

n=0Cn(xa)n=C0+C1(xa)+C2(xa)2+ is called the power series.

e.g.

For the simplest power series n=0xn, we apply the absolute ratio test to it, the output is:

ρ=|x|

So the series converges when |x|<1, diverges when |x|>1, and when |x|=1, the series equals to add many 1 together and it obviously diverges.

So n=0xn converges when |x|<1, diverges when |x|1.

The Core Idea of D​dealing With Power Series

In The Test of Positive Series, we introduced two important questions when facing a infinite series. Now we also need to expand them.

For power series, we add a question:

  • What is its convergence interval or convergence domain?

That is, for what interval of x the series converges.

Abel's Theorem and The Radius of Convergence

Abel's Theorem

For a power series anxn:

  • If it converges at x=c, then it converges for all |x|<|c|.
  • If it diverges at x=d, then it diverges for all |x|>|d|.

We will prove it in the future, but not now.

The Radius of Convergence

From the Abel's Theorem, since the series converges when |x|<|c|, we say that when x in (c,c), the series converges, and c is the radius of convergence.

When handling with a power series, we can always consider the convergent radius exists. That is because the definition of the radius of convergence includes all possible real numbers x.

So when finding the convergent sets of a power series, all we nee to do is to follow the below steps:

  1. Find ρ=limn|an+1an|.
  2. Let R=1ρ, and that is the convergent radius.
  3. Determine if the series converges or diverges at the endpoints.
  4. Merge the intervals and determine the absolutely convergent intervals and divergent intervals.

Then we can try to find the sum function of the power series.

Operations on Power Series