I'm hoping to get an expert opinion on the summation: $$\sum_{n=1}^{\infty} (-x)^n$$ I've attempted to find a closed-form of this expression as follows. $$\sum_{n=1}^{\infty} (-x)^n=S_n$$ $$S_n=-x+x^2+-x^3+x^4...$$ $$-xS_n=x^2+-x^3+x^4+-x^5...$$ $$S_n(1+x)=-x$$ $$S_n=\sum_{n=1}^{\infty} (-x)^n=\frac{-x}{x+1}$$ I'm curious whether there is a more rigorous way to derive this (involving more complex maths), or maybe to contradict my answer.
Another interesting thing is that the series $$\sum_{n=1}^{\infty} (x)^n=\frac{x}{1-x}$$ and when you plot both on a graph both they seem like rotations on one another ... but I don't know what do you guys think. Your input will be greatly appreciated.