Complex Roots of Unity and Regular Polygons

#hsc-maths#extension-2#complex-numbers

In the HSC Mathematics Extension 2 course, complex numbers provide a powerful bridge between algebra and geometry. The nn-th roots of unity lie equally spaced on the unit circle, forming the vertices of a regular nn-gon. By exploring their algebraic properties—such as their sum and product—we uncover elegant connections between polynomial equations and geometric distances. This problem demonstrates two classic results: the sum of the non‑trivial roots is zero, and the product of the chord lengths from one vertex to all others equals nn.

Problem Statement

Let ω\omega be a complex number such that ωn=1\omega^n = 1 and ω1\omega \neq 1, meaning ω\omega is an nn-th root of unity. The roots of the equation zn1=0z^n - 1 = 0 are given by 1,ω,ω2,,ωn11, \omega, \omega^2, \dots, \omega^{n-1}.

  1. Show that 1+ω+ω2++ωn1=01 + \omega + \omega^2 + \dots + \omega^{n-1} = 0.

  2. Suppose these nn roots are represented by the points P0,P1,P2,,Pn1P_0, P_1, P_2, \dots, P_{n-1} on the complex plane, which form a regular nn-gon inscribed in the unit circle. Let P0P_0 correspond to the root 11. Prove that the product of the lengths of all chords from P0P_0 to the other vertices is equal to nn. That is, prove that:

    P0P1P0P2P0Pn1=n|P_0 P_1| \cdot |P_0 P_2| \cdots |P_0 P_{n-1}| = n


Hints

  • For the first part, consider the geometric progression or the sum of roots in the polynomial zn1z^n - 1.
  • For the second part, factorize zn1z^n - 1 over the complex numbers into linear factors.
  • The length of the chord P0Pk|P_0 P_k| corresponds to the modulus 1ωk|1 - \omega^k|.
  • Substitute an appropriate value for zz after dividing out the factor (z1)(z-1) from the polynomial.

Solutions

  1. We are given that ωn=1\omega^n = 1 and ω1\omega \neq 1. Consider the sum of a geometric progression with nn terms, first term a=1a=1, and common ratio r=ωr=\omega:

    Sn=1+ω+ω2++ωn1S_n = 1 + \omega + \omega^2 + \dots + \omega^{n-1}

    Using the sum formula Sn=a(1rn)1rS_n = \frac{a(1 - r^n)}{1 - r}:

    Sn=1ωn1ωS_n = \frac{1 - \omega^n}{1 - \omega}

    Since ωn=1\omega^n = 1 and ω1\omega \neq 1, we have:

    Sn=111ω=0S_n = \frac{1 - 1}{1 - \omega} = 0

    Therefore, 1+ω+ω2++ωn1=01 + \omega + \omega^2 + \dots + \omega^{n-1} = 0. (Alternatively, this is the sum of roots taken one at a time for the equation zn1=0z^n - 1 = 0, where the coefficient of zn1z^{n-1} is 0).

  2. Geometrically, the distance from P0P_0 (the number 11) to PkP_k (the number ωk\omega^k) is 1ωk|1 - \omega^k|, and we need the product of these distances for k=1,,n1k=1,\dots,n-1. We’ll connect this product to the polynomial zn1z^n-1. The roots of zn1=0z^n - 1 = 0 are 1,ω,ω2,,ωn11, \omega, \omega^2, \dots, \omega^{n-1}. Therefore, we can factorize zn1z^n - 1 as:

    zn1=(z1)(zω)(zω2)(zωn1)z^n - 1 = (z - 1)(z - \omega)(z - \omega^2) \cdots (z - \omega^{n-1})

    For z1z \neq 1, we can divide both sides by (z1)(z - 1) to get:

    zn1z1=(zω)(zω2)(zωn1)\frac{z^n - 1}{z - 1} = (z - \omega)(z - \omega^2) \cdots (z - \omega^{n-1})

    Using the factorization zn1=(z1)(zn1+zn2++z+1)z^n - 1 = (z-1)(z^{n-1} + z^{n-2} + \dots + z + 1), we rewrite the left side:

    zn1+zn2++z+1=(zω)(zω2)(zωn1)z^{n-1} + z^{n-2} + \dots + z + 1 = (z - \omega)(z - \omega^2) \cdots (z - \omega^{n-1})

    This is an identity for all complex numbers zz. Let z=1z = 1:

    1n1+1n2++1+1=(1ω)(1ω2)(1ωn1)1^{n-1} + 1^{n-2} + \dots + 1 + 1 = (1 - \omega)(1 - \omega^2) \cdots (1 - \omega^{n-1})

    n=(1ω)(1ω2)(1ωn1)n = (1 - \omega)(1 - \omega^2) \cdots (1 - \omega^{n-1})

    Taking the modulus of both sides, and noting that the modulus of a product is the product of the moduli:

    n=1ω1ω21ωn1|n| = |1 - \omega| \cdot |1 - \omega^2| \cdots |1 - \omega^{n-1}|

    Since nn is positive, n=n|n| = n. The point P0P_0 represents 1, and PkP_k represents ωk\omega^k. The distance P0Pk|P_0 P_k| is exactly 1ωk|1 - \omega^k|. Thus, substituting these distances yields:

    n=P0P1P0P2P0Pn1n = |P_0 P_1| \cdot |P_0 P_2| \cdots |P_0 P_{n-1}|


Takeaways

  • The nn-th roots of unity sum to 00, which reflects the physical intuition of nn equal forces pulling outwards symmetrically.
  • Polynomial factorization is a powerful tool to translate geometric lengths into algebraic products.
  • Dividing a polynomial by (z1)(z-1) and then evaluating at z=1z=1 is a standard trick to find products of distances from the vertex at (1,0)(1, 0) to all other vertices of a regular polygon.

Further Readings

HSC Complex Numbers, HSC Polynomials, HSC Sequences

Written by Vu Hung Nguyen

Mathematics Educator · LinkedIn · About