What Is A Root Of Unity

6 min read

What Is a Root of Unity?

A root of unity is a complex number that, when raised to a specific positive integer power, equals 1. These mathematical objects are solutions to the equation $ z^n = 1 $, where $ n $ is a positive integer and $ z $ is a complex number. Roots of unity are fundamental in algebra, geometry, and number theory, playing a key role in polynomial equations, symmetry, and even applications in engineering and physics. Understanding them provides insight into the structure of complex numbers and their geometric representation on the unit circle.

Not the most exciting part, but easily the most useful.


Mathematical Definition and Derivation

The equation $ z^n = 1 $ defines the n-th roots of unity. To solve this, we express $ z $ in polar form:
$ z = re^{i\theta} $, where $ r $ is the modulus (absolute value) and $ \theta $ is the argument (angle).

Substituting into the equation:
$ (re^{i\theta})^n = 1 $
$ r^n e^{in\theta} = 1 $

For this equality to hold, two conditions must be satisfied:

  1. $ r^n = 1 $ ⟹ $ r = 1 $ (since $ r $ is non-negative).
  2. $ e^{in\theta} = 1 $ ⟹ $ n\theta = 2\pi k $ (for integer $ k $), so $ \theta = \frac{2\pi k}{n} $.

Using Euler's formula, $ e^{i\theta} = \cos\theta + i\sin\theta $, the n-th roots of unity are:
$ z_k = e^{2\pi i k/n} = \cos\left(\frac{2\pi k}{n}\right) + i\sin\left(\frac{2\pi k}{n}\right) $
for $ k = 0, 1, 2, ..., n-1 $ Simple as that..

These roots are distinct points on the unit circle in the complex plane, spaced evenly at angles of $ \frac{2\pi}{n} $ radians apart Still holds up..


Geometric Interpretation on the Unit Circle

The roots of unity lie on the unit circle (radius = 1) centered at the origin in the complex plane. For example:

  • For $ n = 4 $, the roots are at angles $ 0, \frac{\pi}{2}, \pi, \frac{3\pi}{2} $, corresponding to $ 1, i, -1, -i $.
    Practically speaking, each root corresponds to a rotation of $ \frac{2\pi}{n} $ radians from the positive real axis. - These points form the vertices of a regular n-gon inscribed in the unit circle.

This geometric symmetry makes roots of unity essential in visualizing rotational symmetries in mathematics and physics.


Examples of Roots of Unity

Case 1: $ n = 1 $

The only root is $ z = 1 $, since $ 1^1 = 1 $.

Case 2: $ n = 2 $

Solve $ z^2 = 1 $. The roots are $ z = 1 $ and $ z = -1 $, forming a diameter of the unit circle Simple as that..

Case 3: $ n = 3 $

The roots are:

  1. $ z_0 = 1 $
  2. $ z_1 = e^{2\pi i /3} = -\frac{1}{2} + i\frac{\sqrt{3}}{2} $
  3. $ z_2 = e^{4\pi i /3} = -\frac{1}{2} - i\frac{\sqrt{3}}{2} $

These form an equilateral triangle on the unit circle Simple, but easy to overlook..

Case 4: $ n = 4 $

The roots are $ 1, i, -1, -i $, forming a square Worth keeping that in mind..

Case 5: $ n = 6 $

The roots are spaced at $ 60^\circ $ intervals, forming a hexagon Worth keeping that in mind. Worth knowing..


Key Properties of Roots of Unity

  1. Sum of Roots: The sum of all n-th roots of unity is zero (except when $ n = 1 $).
    This follows from the fact that the roots are the solutions to $

... the equation $z^n - 1 = 0$: the coefficient of $z^{n-1}$ is zero, so by Vieta’s formulas, the sum of all roots is zero. This property is closely related to the geometric fact that the center of mass of the vertices of a regular $n$-gon lies at the origin.

Not the most exciting part, but easily the most useful.

  1. Product of Roots: The product of all $n$-th roots of unity is $(-1)^{n-1}$.
    This follows from Vieta’s formulas as well: the constant term of $z^n - 1$ is $-1$, so the product of the $n$ roots is $(-1)^n \cdot (-1) = (-1)^{n-1}$. For odd $n$, the product is $1$; for even $n$, it is $-1$.

  2. Group Structure: The set ${z_0, z_1, \dots, z_{n-1}}$ forms a cyclic group under multiplication. The primitive root $\zeta = e^{2\pi i / n}$ generates the entire group: $z_k = \zeta^k$. This group is isomorphic to the additive group $\mathbb{Z}_n$ via the map $k \mapsto \zeta^k$ Not complicated — just consistent. That alone is useful..

  3. Inverse and Conjugation: The inverse of $z_k = e^{2\pi i k / n}$ is $z_{n-k} = e^{-2\pi i k / n}$, which is also its complex conjugate. Hence, non-real roots come in conjugate pairs, reflecting the fact that the polynomial $z^n - 1$ has real coefficients.

  4. Algebraic Integer: Every root of unity is an algebraic integer because it satisfies a monic polynomial with integer coefficients ($z^n - 1 = 0$). This property makes them fundamental in algebraic number theory.


Cyclotomic Polynomials

For a given $n$, the primitive $n$-th roots of unity are those whose order is exactly $n$ (i.That said, e. , $\zeta^k$ with $\gcd(k,n)=1$). The $n$-th cyclotomic polynomial $\Phi_n(z)$ is defined as the monic polynomial whose roots are precisely the primitive $n$-th roots of unity Most people skip this — try not to..

  • $\Phi_1(z) = z - 1$
  • $\Phi_2(z) = z + 1$
  • $\Phi_3(z) = z^2 + z + 1$
  • $\Phi_4(z) = z^2 + 1$
  • $\Phi_5(z) = z^4 + z^3 + z^2 + z + 1$

These polynomials have integer coefficients and are irreducible over $\mathbb{Q}$, a deep result due to Gauss. They play a central role in the construction of regular polygons and in the proof that $n$-gons are constructible only when $n$ is a product of a power of $2$ and distinct Fermat primes But it adds up..


Applications

Discrete Fourier Transform (DFT)

The $n$-th roots of unity are the building blocks of the discrete Fourier transform. The DFT matrix $F$ has entries $F_{jk} = \frac{1}{\sqrt{n}} , e^{-2\pi i j k / n}$, allowing efficient conversion between time and frequency domains. The Fast Fourier Transform (FFT) exploits the algebraic structure of these roots to achieve $O(n \log n)$ complexity Worth keeping that in mind..

Solving Polynomial Equations

Roots of unity appear naturally when solving equations like $z^n = a$. Substituting $a = re^{i\theta}$ yields $z = \sqrt[n]{r} , e^{i(\theta + 2\pi k)/n}$, where the $n$ distinct solutions are obtained by multiplying a principal $n$-th root of $a$ by the $n$-th roots of unity.

Geometry and Symmetry

The vertices of a regular $n$-gon in the complex plane are exactly the $n$-th roots of unity, possibly scaled and rotated. This identification underpins the elegant proof that the only regular polygons constructible with compass and straightedge are those described by Gauss–Wantzel That's the part that actually makes a difference..

Number Theory

Roots of unity are essential in defining Dirichlet characters and L-functions. They also appear in the theory of cyclotomic fields, which are central to many classical results, including the proof of Fermat’s Last Theorem for regular primes.


Conclusion

Roots of unity are far more than a simple algebraic curiosity. They elegantly connect algebra, geometry, and analysis, providing a concrete example of how complex numbers can encode symmetry. From the basic fact that their sum is zero to the deep irreducibility of cyclotomic polynomials, these points on the unit circle reveal a rich mathematical structure. Their applications range from digital signal processing to pure number theory, making them a fundamental tool across many disciplines. Understanding the $n$-th roots of unity is thus a cornerstone of both theoretical and applied mathematics, illustrating the power of a single unifying idea: that the solutions to $z^n = 1$ are perfectly spaced vertices of a regular polygon, and that this simple geometric pattern carries profound algebraic significance Most people skip this — try not to..

Hot and New

What's Dropping

You'll Probably Like These

Still Curious?

Thank you for reading about What Is A Root Of Unity. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home