2

I'm trying to find the radius of convergence and the area of convergence of the following power series :

$$\sum_{n=0}^{\infty } (n+1/2)z^n$$

The radius of convergence is easily found to be 1 by the ratio test. So inside the unit circle we have convergence.

But how about the entire area of convergence? It's not like in the real case where you can just plug in the interval end points and thereby know if these are in the area of convergence or not. There seems to be a infinite amounts of points on the unit circle to deal with in this complex case? Is there some trick involved here?

2 Answers2

3

The series cannot possibly converge when $|z|\geq1$, since its terms don't go to zero.

Martin Argerami
  • 205,756
2

if we define: $$f(z)=\lim_{N\to\infty}S_N(z)\qquad S_N(z)=\sum_{n=1}^N(n+1/2)z^n$$ now notice that we can split up this summation into two: $$\underbrace{\sum_1^Nnz^n}_{\mathcal{S}}+\frac12\sum_1^Nz^n$$ We need both of these to converge in order for our overall sum to converge, and by looking at it, it is the left sum that we care about since $n>\frac12$ so we can say the radius of converge of $S_N$ is the same as this left sum, which I will call $\mathcal{S}$.

For $\mathcal{S}$ to converge we need the ratio of terms to converge, so if we take: $$a_n=nz^n$$ then: $$\left|\frac{a_{n+1}}{a_n}\right|=\left|\frac{(n+1)z^{n+1}}{nz^n}\right|=\left(1+\frac1n\right)|z|$$ taking the limit we get: $$L=|z|$$ and so for $|z|<1$ the sum converges

Henry Lee
  • 12,215