Radius and Interval of Convergence

Theory

There are only three possibilities for the convergence of a power series centered at aa:

  1. It converges only at x=ax=a (R=0R=0).
  2. It converges for all real xx (R=R=\infty).
  3. There exists R>0 such that the series converges absolutely for |x-a|<R and diverges for |x-a|>R. The set of all xx for which the series converges is called the interval of convergence.

Exercises

Exercise 1
Question

Find all xx for which the series converges:

n=0xnn!.\sum_{n=0}^{\infty} \frac{x^n}{n!}.
Show solution ↓
Solution

Apply the Ratio Test. Let an=xnn!a_n=\frac{x^n}{n!}.

an+1an=xn+1/(n+1)!xn/n!=xn+1.\left|\frac{a_{n+1}}{a_n}\right| = \left|\frac{x^{n+1}/(n+1)!}{x^n/n!}\right| = \frac{|x|}{n+1}.

Take the limit:

limnxn+1=0.\lim_{n\to\infty}\frac{|x|}{n+1}=0.

Since this limit is 0<1 for every real xx, the Ratio Test tells us the series converges absolutely for all xx.

R=,interval of convergence (,).R=\infty, \quad \text{interval of convergence } (-\infty,\infty).
Exercise 2
Question

Find all xx for which the series converges:

n=0n!xn.\sum_{n=0}^{\infty} n! x^n.
Show solution ↓
Solution

Let an=n!xna_n=n!x^n.

Apply the Ratio Test:

an+1an=(n+1)!xn+1n!xn=(n+1)x.\left|\frac{a_{n+1}}{a_n}\right| = \left|\frac{(n+1)!x^{n+1}}{n!x^n}\right| = (n+1)|x|.

Take the limit:

limn(n+1)x.\lim_{n\to\infty}(n+1)|x|.

If x0x\neq0, this limit is infinite (because n+1n+1\to\infty), which is greater than 1.
Therefore the series diverges for every x0x\neq0.

If x=0x=0, then every term after n=0n=0 is zero, so the series converges.

R=0,converges only at x=0.R=0, \quad \text{converges only at } x=0.
Exercise 3
Question

Find the interval of convergence:

n=1(1)nxnn(n+1).\sum_{n=1}^{\infty} \frac{(-1)^n x^n}{n(n+1)}.
Show solution ↓
Solution

Let an=(1)nxnn(n+1)a_n=\frac{(-1)^n x^n}{n(n+1)}.

Apply the Ratio Test:

an+1an=(1)n+1xn+1/[(n+1)(n+2)](1)nxn/[n(n+1)]=xnn+2.\left|\frac{a_{n+1}}{a_n}\right| = \left| \frac{(-1)^{n+1}x^{n+1}/[(n+1)(n+2)]} {(-1)^n x^n/[n(n+1)]} \right| = |x|\frac{n}{n+2}.

Now take the limit:

limnxnn+2=x.\lim_{n\to\infty}|x|\frac{n}{n+2} = |x|.

The Ratio Test gives convergence when

|x|<1.

Thus the radius of convergence is R=1R=1.

Now test endpoints.

At x=1x=1:

n=1(1)nn(n+1).\sum_{n=1}^{\infty} \frac{(-1)^n}{n(n+1)}.

Consider bn=1n(n+1)b_n=\frac{1}{n(n+1)}.

b_n>0, \quad b_{n+1}<b_n, \quad \lim_{n\to\infty}b_n=0.

Thus the series satisfies the conditions of the Alternating Series Test, so it converges (conditionally).

At x=1x=-1:

n=11n(n+1).\sum_{n=1}^{\infty} \frac{1}{n(n+1)}.

Notice

1n(n+1)=1n1n+1.\frac{1}{n(n+1)}=\frac{1}{n}-\frac{1}{n+1}.

This is a telescoping series. The partial sums become

(112)+(1213)+(1314)+\left(1-\frac12\right) + \left(\frac12-\frac13\right) + \left(\frac13-\frac14\right) +\cdots

Everything cancels except the first and last terms, so the series converges.

Therefore,

Interval of convergence [1,1].\boxed{\text{Interval of convergence } [-1,1]}.
Exercise 4
Question

Find the interval of convergence:

n=1(x2)nn3n.\sum_{n=1}^{\infty} \frac{(x-2)^n}{n\,3^n}.
Show solution ↓
Solution

Let an=(x2)nn3na_n=\frac{(x-2)^n}{n3^n}.

Apply the Ratio Test:

an+1an=(x2)n+1/[(n+1)3n+1](x2)n/[n3n]=x23nn+1.\left|\frac{a_{n+1}}{a_n}\right| = \left| \frac{(x-2)^{n+1}/[(n+1)3^{n+1}]} {(x-2)^n/[n3^n]} \right| = \frac{|x-2|}{3}\frac{n}{n+1}.

Take the limit:

limnx23nn+1=x23.\lim_{n\to\infty} \frac{|x-2|}{3}\frac{n}{n+1} = \frac{|x-2|}{3}.

Thus convergence occurs when

\frac{|x-2|}{3}<1 \quad\Rightarrow\quad |x-2|<3.

This gives

-1<x<5.

Now test endpoints.

At x=5x=5:

n=13nn3n=n=11n.\sum_{n=1}^{\infty}\frac{3^n}{n3^n} = \sum_{n=1}^{\infty}\frac1n.

This is the harmonic series, which diverges.

At x=1x=-1:

n=1(3)nn3n=n=1(1)nn.\sum_{n=1}^{\infty}\frac{(-3)^n}{n3^n} = \sum_{n=1}^{\infty}\frac{(-1)^n}{n}.

This is the alternating harmonic series.

The terms decrease to zero and alternate in sign, so by the Alternating Series Test it converges (conditionally).

Therefore,

Interval of convergence [1,5).\boxed{\text{Interval of convergence } [-1,5)}.