Prove $\prod_{k = 1}^{n - 1}(x - e^{\frac{2\pi ik}{n}}) = \frac{x^n - 1}{x - 1}$

114 Views Asked by At

I'm reading the solution to a math question, and part of the solution states this:

$\prod_{k = 1}^{n - 1}(x - e^{\frac{2\pi ik}{n}})$ is equal to $\frac{x^n - 1}{x - 1}$ by the roots of unity.

However, I'm not quite getting how these two are equal--not that I doubt it, I'm just stuck on how they got there by the roots of unity. In other words, could someone prove or further explain how they got from the first to the second expression?

2

There are 2 best solutions below

0
On BEST ANSWER

By fundamental theorem of algebra we have $$ x^n-1=\prod_{k=1}^n (x-x_k),\tag1 $$ where $x_k$ are the roots of the polynomial $x^n-1$. It is easy to check by direct substitution that the roots are: $$ x_k=e^{i\frac{2\pi k}n},\quad k=1\dots n.\tag2 $$ Since all $n$ roots in $(2)$ are distinct, one concludes that the roots are simple and no other roots exist.

Finally assuming $x\ne1$ divide both sides of the equation $(1)$ by $x-x_n=x-1$ to obtain the identity in question.

0
On
  • The right-hand side \begin{align*} \frac{x^n-1}{x-1}=1+x+\cdots+x^{n-1} \end{align*} is a monic polynomial of degree $n-1$.

  • The polynomial at the left-hand side is also a monic polynomial of degree $n-1$. It is given in factored form with $n-1$ zeros $e^{\frac{2k\pi i}{n}}, 1\leq k\leq n-1$.

  • Evaluating the right-hand side at $e^{\frac{2k\pi i}{n}}, 1\leq k\leq n-1$, we see since $e^{2k \pi i}=1$, these values are zeros of the right-hand side as well.

We therefore conclude the polynomials are equal.