Solving 6th Roots of Unity Problems

  • Context: Undergrad 
  • Thread starter Thread starter bosox097
  • Start date Start date
  • Tags Tags
    Roots Unity
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 5K views
bosox097
Messages
1
Reaction score
0
How do you do these two problems?

1. Find the sum of the 6th roots of unity.
2. Find the product of the 6th roots of unity.
 
Mathematics news on Phys.org
The real 2nth roots of unity, for any natural n, are -1 and 1. If a complex number is an mth root of unity (for any m) then its complex conjugate is as well. If [itex]z \in \mathbb{C}[/itex] then [itex]z\overline{z} = |z|^2[/itex]. Thus the product of the 2nth roots of unity (for any n) is -1.

Furthermore, -z is a 2nth root of unity whenever z is. Thus the sum of the 2nth roots of unity (for any n) is 0.

I hope this wasn't a homework problem! :rolleyes:
 
Last edited:
You should look at symetric functions. Take the cubic: (x-a)(x-b)(x-c)=0. Then if this is multiplied out, we get

[tex]X^3-X^2(a+b+c)+X(ab+ac+bc)-(abc) = 0.[/tex]
 
(x-a)(x-b)= x2- (a+ b)x+ ab
(x-a)(x-b)(x-c)= x3- (a+ b+ c)x2+ (ab+bc+ ac)x- abc
(x-a)(x-b)(x-c)(x-d)= x4- (a+ b+ c+ d)x3+ (ab+ac+ ad+ bc+ bd+ cd)x2- (abc+ acd+ bcd)x+ abcd

Do you see the pattern?

Even more simply: the nth roots of unity are equally spaced around the unit circle in the complex plane. What does symmetry tell you about their sum?