Looking at the following power series,
$$\sum _{n=1}^{\infty} x^n = 1+x+x^2...$$
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