What is the interval of convergence of sum_1^oo ((-1)^n(x-2)^n )/ (n+1) ?

1 Answer
Dec 13, 2015

The interval of convergence is (1, 3]

Explanation:

If abs(x-2) < 1 then this sum converges faster than a geometric series with common ratio x-2.

If x <= 1 then all of the terms are positive and greater than 1/(n+1), so the sum diverges.

If x > 3 then for large enough n we find (x-2) > (n+2)/(n+1), so the sum diverges faster than a geometric series with common ratio < -1.

If x = 3 then the sum is:

sum_(n=1)^oo (-1)^n/(n+1)

which converges.

So the interval of convergence is (1, 3]