2

I'm being asked to prove that
$$1 + \omega + \omega^2 + ... + \omega^{n-1} = 0$$ where $\omega \ne 1$ is an n-th root of unity, and I don't know where to start

I feel like there's something terribly obvious that I'm missing here.

davkav9
  • 307

3 Answers3

5

Hint : multiply by $\omega - 1 $

Vincent
  • 2,318
3

$$x^n-1=0$$ $$(x-1)(x^{n-1}+x^{n-2}+\cdots+x+1)=0$$ Then, $x=1$ or $x^{n-1}+x^{n-2}+\cdots+x+1=0$.

The root of the second equation is what we denote by $\omega$.

GoodDeeds
  • 11,185
  • 3
  • 22
  • 42
1

Multiply both sides by $(1-w)$, then you will come up with an expression $1-w^n$, which must be zero.

Sanwar
  • 360