What is the Sum of nth Roots of Unity and How Can It Be Proven?

  • Thread starter Thread starter converting1
  • Start date Start date
  • Tags Tags
    Roots Sum Unity
AI Thread Summary
The discussion focuses on proving that the sum of the nth roots of unity equals zero. The roots are defined as 1, ω, ω^2, ..., ω^(n-1), and the sum is expressed as S = 1 + ω + ω^2 + ... + ω^(n-1). It is noted that this sum represents a finite geometric series, which can be manipulated to show that S = 0. A correction is suggested regarding the limits of the roots, emphasizing that the roots should start at exponent 0 and end at exponent (n - 1). The conversation highlights the connection to the polynomial equation x^n - 1 = 0, where the sum of the roots is related to the coefficients of the polynomial.
converting1
Messages
65
Reaction score
0
i'm trying to prove the sum of nth roots of unity = 0, but I don't really know how to proceed:

suppose z^n = 1 where z ε ℂ,

suppose the roots of unity for z are 1, ω, ω^2, ω^3 ... ω^n

the sum of these would be S = 1 + ω, ω^w, ω^3 +...+ ω^(n-1) + ω^n

from here I had an idea to do some fancy manipulation of S, then show that S = 0, but if say I do ωS - S I don't get 0!

I'm assuming I've made a very silly mistake or the way of approaches this is all wrong,

does anyone have a better approach or can anyone spot my mistake?

thanks,
 
Physics news on Phys.org
converting1 said:
i'm trying to prove the sum of nth roots of unity = 0, but I don't really know how to proceed:

suppose z^n = 1 where z ε ℂ,

suppose the roots of unity for z are 1, ω, ω^2, ω^3 ... ω^n
That's too many. Your roots should start at exponent 0 and end at exponent (n - 1).
converting1 said:
the sum of these would be S = 1 + ω, ω^w, ω^3 +...+ ω^(n-1) + ω^n
S = 1 + ω + ω2 + ... + ωn - 1

Notice that the right side is a (finite) geometric series.
converting1 said:
from here I had an idea to do some fancy manipulation of S, then show that S = 0, but if say I do ωS - S I don't get 0!

I'm assuming I've made a very silly mistake or the way of approaches this is all wrong,

does anyone have a better approach or can anyone spot my mistake?

thanks,
 
And if you make the correction Mark44 gave, you will find ωS - S is zero.
 
alternatively, they're the n roots of the polynomial equation xn - 1 = 0 …

so which coefficient is the sum of the roots? :wink:
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top