Part of ALG-02 — Complex Numbers

nth Roots of Unity

by Notetube Official178 words4 views

The nth roots of unity are: wkw_k = e^2piikn\frac{2*pi*i*k}{n} for k = 0, 1, 2, ..., n-1.

Properties:

  1. They form vertices of a regular n-gon inscribed in the unit circle
  2. Sum of all nth roots = 0: w0w_0 + w1w_1 + ... + wn1w_{n-1} = 0
  3. Product of all nth roots = (-1)^(n+1)
  4. Sum of squares: w02w_0^2 + w12w_1^2 + ... + wn12w_{n-1}^2 = 0 (for n >= 3)
  5. xnx^n - 1 = (x - w0w_0)(x - w1w_1)...(x - wn1w_{n-1})
  6. 1 + x + x2x^2 + ... + xn1x^{n-1} = xn1(x1)\frac{x^n - 1}{(x - 1)} = product of (x - wkw_k) for k = 1, ..., n-1

For JEE: The most commonly tested cases are n = 3 (cube roots) and n = 4 (fourth roots = {1, i, -1, -i}). For n = 6: sixth roots are {1, w, w2w^2, -1, -w, -w2w^2} where w = e^ipi3\frac{i*pi}{3}.

Application: To evaluate sums like sum of cos2pikn\frac{2*pi*k}{n}: it equals the real part of the sum of nth roots, which is Re(0) = 0.

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes