I'm trying to solve this question:
$$S_n = 1+x+x^2+x^3...+x^{2021}$$ $$xS_n = x+x^2+x^3+x^4...+x^{2022}$$ Subtracting the bottom equation from the top.. $$S_n(1-x)=1-x^{2022}$$ $$S_n=\dfrac{1-x^{2022}}{1-x}$$
Giving that $S_n = 0$, I ended up with this equation: $\dfrac{1-x^{2022}}{1-x}=0$
When graphed, there is only one real solution, which is $-1$, as long as $x$ is raised to an even power. How can I solve that equation to get $-1$? That's my question.
