Consider the following complex power series :$$\sum_{n=1}^\infty\frac{z^n}{n}$$ The radius of convergence of this series is $1$ and the series is divergent for $z=1$. I want to know what are the values of $z\in C:=\lbrace z\in\mathbb{C}: |z|=1\rbrace$, the circle of convergence, for which the given series converges.
Asked
Active
Viewed 2,109 times
0
-
To find any value you may rewrite it as $\ -\ln(1-z)\ $ (for $z\not =1$) – Raymond Manzoni Sep 10 '12 at 11:41
2 Answers
4
HINT: Look at Dirichlet test. In your case, choose $a_n = \dfrac1n$ and $b_n = z^n$.
From the Dirichlet test, you will get that the series converges everywhere on the boundary of the unit disc except at $z=1$.
-
1Although it ultimately amounts to the same, I'd suggest to consider $(1-z)f(z)$ where $f(z)$ is the given series. – t.b. Sep 10 '12 at 10:20
0
Hint: This is a classical example for Abel's Test.

Daniel Moskovich
- 4,104
-
According to this statement of Abel's Test, it doesn't apply, since $\sum\limits_{n=1}^\infty z^n$ doesn't converge. Would you explain what you mean by Abel's Test? – robjohn Sep 14 '12 at 06:03