Help me find the radius of convergence?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
madcattle
Messages
10
Reaction score
0

Homework Statement


Ʃn!(x-1)n
I need to find the radius of convergence for this summation from n=0 to n=∞


The Attempt at a Solution


I started off with the ratio test:

(n!(n+1)(x-1)(x-1)n)/(n!(x-1)n) = (n+1)(x-1)

(x-1)lim(n+1)...Now at this point it looks to me like the series does not actually converge, but my book is telling me that it does. Am I looking at something the wrong way? Not actually understanding the problem?
 
Physics news on Phys.org
It looks like it converges only at x = 1.
 
Last edited:
Usually you do the ratio test on the part of the sum that doesn't have the factor with x, so in this case with just n!. Simplifying that gets you L = limn→∞(n+1) = ∞ and the radius of convergence is r = 1/L = 0.

The only x value where it converges is x=1.