6

Hi: I'm reading John D'Angelo's textbook "An Introduction To Complex Analysis and Geometry" and trying ( emphasis on trying ) to work on the exercises in Chapter 4. I'm already stuck on only the second one. The question is:

Show that $\sum \frac{z^{n}}{n} $ diverges if $z = 1$ but otherwise converges if $|z| = 1$.

I think I might have trouble with each of the exercises and there are 13 more. So, if anyone knows of a existing solution manual for the text, please let me know. I'm not a student so just trying to learn this on my own. Otherwise, I'll just keep trying one per day and posting to this list when I'm stuck. Thanks a lot.

mark leeds
  • 1,514

2 Answers2

2

Hint: The Dirichlet test was mentioned in the comments. Note that $1 + z + z^2 + \ldots + z^N = (z^{N+1} - 1)/(z-1)$, and $z \neq 1$ has magnitude 1.

user2566092
  • 26,142
  • Hi: I looked up the Dircihlet test and the requirements for $a_{n}$ are satisfied. But I don't know what M should be so that the third requirement: $|\sum_{i=1}^{N} b_{i}| < M$ is satisfied. Thanks. – mark leeds Aug 15 '14 at 22:32
  • Hi: The looked up the Dirchlet test but I don't what M can be so that $|\sum_{1}^{N}| < M$. – mark leeds Aug 15 '14 at 22:33
  • sorry for above. don't know how to delete it. – mark leeds Aug 15 '14 at 22:41
1

You can use Abel's complex test (a generalization of Abel's test). It says that if $$\sum\limits_{n=0}^{+\infty}a_n z^{n} $$ converges when $|z|<1$ and diverges when $|z|>1$, then when $a_n$ decreases monotonically to zero, the series converges on $|z|=1$ everywhere except $z=1$

cool
  • 1,089
  • thanks paul. I'll try to see if there's another version but the version I found here still requires that z^n converges to some limit. http://wwwf.imperial.ac.uk/~bin06/M2PM3-Complex-Analysis/m2pm3abeldir.pdf – mark leeds Aug 15 '14 at 23:20