0

In the answer to a different question someone wrote:

Let $\omega = e^{2 \pi i / n}$ which implies $\omega^n = 1$. $$ 1 + \omega + \omega^2 + \ldots + \omega^{n-1} = \frac{\omega^n-1}{\omega-1} = 0 $$

I tried to understand this for at least two hour now, and thought, that it maybe had something to do with geometric series but I can't quite figure it out.

I think what's confusing me most, is that in other places (Wikipedia and yet another math.stackexchange question) the formula for geometric series looks like this:

for $N$ finite $$ \sum_{n=0}^Nar^n=a\frac{1-r^N}{1-r},\:\:\:\: r\ne1$$

So I don't really see, why the intermediate result is

$$\frac{\omega^n-1}{\omega-1}$$

instead of

$$\frac{1-\omega^n}{1-\omega}$$

3 Answers3

2

Observe that $$(\omega-1)(1+\omega+\omega^2+\ldots+\omega^{n-1})=$$ $$=(\omega+\omega^2+\omega^3+\ldots+\omega^n)-(1+\omega+\omega^2+\ldots+\omega^{n-1})$$ All the terms cancel out except $\omega^n-1$, so $$(\omega-1)(1+\omega+\omega^2+\ldots+\omega^{n-1})=\omega^n-1 \Leftrightarrow 1+\omega+\omega^2+\ldots+\omega^{n-1}=\frac{\omega^n-1}{\omega-1}$$

user326159
  • 2,731
0

This is exactly a geometric series of n terms and of second term $\omega$. Replacing $\omega^n = 1 \rightarrow S(n) = 0$.

PackSciences
  • 1,726
0

The simplest way to see this is noticing that $\omega$ is a solution of $x^n-1 =0$, which can be factorized like $(x-1)(1+x+\ldots+x^{n-1})$, and so as $\omega$ is not $1$ then $1+\omega + \ldots + \omega^{n-1}=0$

JoseSquare
  • 1,088
  • Could the one who downvoted this explain it please? – JoseSquare Feb 17 '19 at 22:15
  • I didn't actually downvote, but I'm not sure you have addressed OP's question – J. W. Tanner Feb 17 '19 at 22:20
  • As you can see the question was edited after I made the answer, the original question didn't mention the part he was struggling with. I just did what I thougth could be the problem with the information I had – JoseSquare Feb 17 '19 at 22:22
  • I see what you mean. I don't have any other complaints about your post – J. W. Tanner Feb 17 '19 at 22:26
  • That's a flaw in the system... I really appreciate that you took the time to answer to my question and I'm really sorry, that me editing the question caused you to get a down vote. It also caused some confusion for other users like Eleven-Eleven. – Boris Month Feb 17 '19 at 23:52
  • 2
    Don´t worry it's nobody fault, but maybe something has to be done, we all want to improve this place helping each other, but in this situation maybe somethings must change, maybe and advertised to the people who answer. – JoseSquare Feb 17 '19 at 23:56