lucad93
- 4
- 0
Hello! I have a problem with the following exercise, in which i must calculate the ray of a power serie. This is the power serie: $$\sum_{K=0}^{+\infty}(k+1)z^{k+1}$$. I decide to use the ratio test, and so i calculate $$\lim_{k\rightarrow +\infty}\frac{a_{n+1}}{a_{n}}$$ for n going to infinity and i get $$\lim_{k\rightarrow +\infty}\frac{k+2}{k+1}=2\Rightarrow R=\frac{1}{2}$$ but the real result should be 1. Am i doing something wrong? Thankyou