Math Problem Statement

Let Un = {e2πi k

n | k = 1, . . . , n}, which as described on the sheet is the set of all

‘nth roots of unity’.

Exercise 4. Let n ≥ 2 and let s be the sum of all z ∈ Un. Show that s = 0.

Hint: there are multiple ways to do this. Set c = e2πi/n. One method is to note that

multiplying by c just rearranges the elements of Un. Another method is to observe

that you’re trying to sum 1 + c + c2 + · · · + cn−1. It’s a good idea here to multiply that

whole expression by 1 − c. You probably did something like this in Calculus I

Solution

Solution: Proving s=0s = 0 for the Sum of nn-th Roots of Unity

Let Un={e2πik/nk=0,1,,n1}U_n = \{ e^{2\pi i k / n} \mid k = 0, 1, \dots, n-1 \}, the set of all nn-th roots of unity. We want to show that the sum of all elements s=k=0n1e2πik/n=0s = \sum_{k=0}^{n-1} e^{2\pi i k / n} = 0.

Using the Geometric Series Formula

  1. Let c=e2πi/nc = e^{2\pi i / n}, the primitive nn-th root of unity. Then: s=1+c+c2++cn1.s = 1 + c + c^2 + \cdots + c^{n-1}. This is a finite geometric series.

  2. Recall the sum of a geometric series: 1+r+r2++rm1=1rm1r,r1.1 + r + r^2 + \cdots + r^{m-1} = \frac{1 - r^m}{1 - r}, \quad r \neq 1.

  3. Here, r=cr = c, and since cn=e2πi=1c^n = e^{2\pi i} = 1 (the defining property of nn-th roots of unity), we have: s=1cn1c.s = \frac{1 - c^n}{1 - c}.

  4. Substituting cn=1c^n = 1: s=111c=0.s = \frac{1 - 1}{1 - c} = 0.

Thus, the sum of all nn-th roots of unity is zero.


Alternative Proof: Symmetry Argument

  1. Multiplying ss by cc, we rearrange the elements of the sum: cs=c(1+c+c2++cn1)=c+c2+c3++cn.c \cdot s = c \cdot (1 + c + c^2 + \cdots + c^{n-1}) = c + c^2 + c^3 + \cdots + c^n.

  2. Because cn=1c^n = 1, this can be rewritten as: cs=c+c2++cn1+1=s.c \cdot s = c + c^2 + \cdots + c^{n-1} + 1 = s.

  3. Subtract ss from both sides: css=0    (c1)s=0.c \cdot s - s = 0 \implies (c - 1) \cdot s = 0.

  4. Since c1c \neq 1, it follows that: s=0.s = 0.


Conclusion

The sum of all nn-th roots of unity is s=0s = 0.


Would you like a deeper explanation, or clarification on any part?


Related Questions:

  1. How are the nn-th roots of unity distributed geometrically in the complex plane?
  2. Why does the condition cn=1c^n = 1 guarantee a complete cycle of roots?
  3. How can this property be used in solving polynomial equations?
  4. Can you prove the sum s=0s = 0 using symmetry arguments in the complex plane directly?
  5. How does the geometric sum formula generalize for roots of unity?

Tip:

When working with roots of unity, visualizing them on the unit circle often clarifies their symmetry and properties.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Complex Numbers
Roots of Unity
Geometric Series
Symmetry in Complex Plane

Formulas

Sum of geometric series: 1 + r + r^2 + ... + r^(m-1) = (1 - r^m) / (1 - r), r ≠ 1

Theorems

Roots of Unity
Geometric Series Formula

Suitable Grade Level

College-level (Advanced Calculus or Abstract Algebra)