Looking at the following power series,
$$\sum _{n=1}^{\infty} \frac{x^n}{n} = x+\frac{x^2}{2}+\frac{x^3}{3}...$$
I am trying to find the values of $x$ that make the series converge, and what function it converges to.
My thinking was to use the ratio test,
$$\lim_{n \to \infty}|\frac{a_{n+1}}{a_n}| = \lim_{n\to\infty}|\frac {x^{n+1}}{x^n}|= x$$
For $|x|<1$ the series converges by the ratio test.
For $|x|>1$ the series diverges by the tatio test.
But what about $|x|=1$, how do I check if this converges or not? By the ratio test this in inconclusive