Did I do this complex analysis proof right?

tylerc1991
Messages
158
Reaction score
0

Homework Statement


Show that if c is any nth root of unity other than unity itself that:

1 + c + c^2 + ... + c^(n-1) = 0

Homework Equations


1 + z + z^2 + ... + z^n = (1 - z^(n+1)) / (1 - z)

The Attempt at a Solution


c is an nth root of unity other than unity itself => (1-c) =/= 0.
so,
1 + c + c^2 + ... + c^(n-1) = (1 - c^n) / (1 - c) (= 0 by assumption)
hence,
(1 - c)(1 + c + c^2 + ... + c^(n-1)) = 0
so either (1 - c) = 0 or (1 + c + c^2 + ... + c^(n-1)) = 0

but (1 - c) =/= 0 by definition

so (1 + c + c^2 + ... + c^(n-1)) = 0
 
Physics news on Phys.org
Sure. That looks fine to me. Except instead of saying (= 0 by assumption) I would say (= 0 since c^n=1).
 
but since c is not unity itself doesn't that mean that c^n =/= 1? or is it that just c =/= 1?
 
tylerc1991 said:
but since c is not unity itself doesn't that mean that c^n =/= 1? or is it that just c =/= 1?

Wasn't the 'assumption' you were talking about that c is an nth root of unity? Doesn't that mean c^n=1??
 
oh right, the roots of unity raised to any power = 1, i got it now, thank you!
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top