More fun in 2015, Part 2

Algebra Level 4

Find the sum of the 195th powers of all 2015th roots of unity.


The answer is 0.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

3 solutions

Otto Bretscher
May 21, 2015

Prasun has given a beautiful conceptual proof. Here, for the same of variety, is a more pedestrian approach.

Let w = e 2 π i / 2015 w=e^{2\pi{i}/2015} . Then the 2015th roots of unity are w k w^k for k = 0 , 1 , . . . , 2014 k=0,1,...,2014 . Now k = 0 2014 ( w k ) 195 = k = 0 2014 ( w 195 ) k = 1 ( w 195 ) 2015 1 w 195 = 1 ( w 2015 ) 195 1 w 195 = 0 \sum_{k=0}^{2014}(w^k)^{195}=\sum_{k=0}^{2014}(w^{195})^{k}=\frac{1-(w^{195})^{2015}}{1-w^{195}}=\frac{1-(w^{2015})^{195}}{1-w^{195}}=0

More generally, if m m and n n are two positive integers such that n ∤ m n\not|{m} , then the sum of the mth powers of all the nth roots of unity is 0. If n m n|m then the sum is n n , of course.

We can use this observation to solve this

+1 for the stronger result in the last line of your solution. :)

EDIT: I managed to write down a "proof" of that stronger result (although it's more of an outline of a proof than an actual proof). You can check it out in the comments section of my solution. :)

Prasun Biswas - 6 years ago
Prasun Biswas
May 21, 2015

The 201 5 th 2015^{\textrm{th}} roots of unity are actually the roots of the monic degree 2015 2015 polynomial P ( x ) = x 2015 1 P(x)=x^{2015}-1 .

Denote by e i e_i the i th i^{\textrm{th}} elementary symmetric polynomial made up by the roots of P ( x ) P(x) and denote by P i P_i the i th i^{\textrm{th}} power sum of the roots of P ( x ) P(x) .

By Vieta's formulas , we have,

e i = 0 i Z 2014 + and e 2015 = ( 1 ) 2015 ( 1 ) 1 = 1 e_i=0~\forall~i\in\Bbb{Z^+_{\leq 2014}}\quad\textrm{and}\quad e_{2015}=(-1)^{2015}\cdot\frac{(-1)}{1}=1

Now, we simply use Newton's Identities for finding the value of P 195 P_{195} which is our required answer.

P 195 = ( i = 1 194 ( 1 ) i 1 e i P 195 i ) + 195 e 195 = ( i = 1 194 ( 0 ) ) + 195 × 0 = 0 \begin{aligned}~P_{195}&=\left(\sum_{i=1}^{194}(-1)^{i-1}e_iP_{195-i}\right)+195e_{195}\\&=\left(\sum_{i=1}^{194}(0)\right)+195\times 0=\boxed{0}\end{aligned}


An interesting conclusion that can be obtained using the general form of Newton's Identities is,

P i = 0 i Z 2014 + and P 2015 = 2015 e 2015 = 2015 P_i=0~\forall~i\in\Bbb{Z^+_{\leq 2014}}\quad\textrm{and}\quad P_{2015}=2015e_{2015}=2015

We also get the following reduced recurrence,

P i = e 2015 P i 2015 = P i 2015 i Z 2016 P_i=e_{2015}P_{i-2015}=P_{i-2015}~\forall~i\in\Bbb{Z_{\geq 2016}}

Using this recurrence and the values obtained till now, we have the following result,

P i = { 0 i ≢ 0 ( m o d 2015 ) 2015 i 0 ( m o d 2015 ) i Z + P_i=\begin{cases}\begin{aligned}~0\quad\forall~&i\not\equiv 0\pmod{2015}\\ 2015\quad\forall~&i\equiv 0\pmod{2015}\end{aligned}\end{cases}~\forall~i\in\Bbb{Z^+}

As Otto noted, a stronger result can be proved.

Consider the monic degree n n polynomial P ( x ) = x n 1 P(x)=x^n-1 . The roots of P ( x ) P(x) are actually the n th n^{\textrm{th}} roots of unity. We use the same notations as before. By Vieta's formulas, we have,

e i = 0 i Z ( n 1 ) + and e n = ( 1 ) n 1 1 = ( 1 ) n + 1 e_i=0~\forall~i\in\Bbb{Z^+_{\leq (n-1)}}\quad\textrm{and}\quad e_n=(-1)^n\cdot\frac{-1}{1}=(-1)^{n+1}

Now, using Newton's Identities, we can get that,

P i = 0 i Z ( n 1 ) + and P n = ( 1 ) n + 1 n e n = 1 n + 1 n = n P_i=0~\forall~i\in\Bbb{Z^+_{\leq (n-1)}}\quad\textrm{and}\quad P_n=(-1)^{n+1}\cdot ne_n=1^{n+1}\cdot n=n

As before, we get the following reduced recurrence,

P i = ( 1 ) n + 1 e n P i n = 1 n + 1 P i n = P i n i Z ( n + 1 ) P_i=(-1)^{n+1}\cdot e_nP_{i-n}=1^{n+1}\cdot P_{i-n}=P_{i-n}~\forall~i\in\Bbb{Z_{\geq (n+1)}}

Hence, we have, as before, the following result,

P i = { 0 i ≢ 0 ( m o d n ) n i 0 ( m o d n ) i Z + P_i=\begin{cases}\begin{aligned}~0\quad\forall~&i\not\equiv 0\pmod{n}\\ n\quad\forall~&i\equiv 0\pmod{n}\end{aligned}\end{cases}~\forall~i\in\Bbb{Z^+}

Q . E . D . \Bbb{Q.E.D.}

Prasun Biswas - 6 years ago
Goutham Gundapu
May 21, 2015

sum of nth (where n>=2) roots of unity is always zero.

.... but we are considering powers of the roots of unity here.

Otto Bretscher - 6 years ago

Log in to reply

even if we are considering mth powers of nth roots of unity after conversions we get the same expression as that of sum of the nth roots of unity (each raised to the power 1(basic)). for example try it for cube'th roots of unity.In the same way we get it for higher powers @Otto Bretscher

Goutham Gundapu - 6 years ago

Log in to reply

If m and n aren't co-prime, it's not quite that simple. The 195th power of a 2015th root of unity will be a 31st root of unity, for example, but you will get them with multiplicities. You can do it this way, but it will take some additional thought.

Otto Bretscher - 6 years ago

Log in to reply

@Otto Bretscher I was just giving a note that sum of the mth powers of nth roots of unity is always zero ( yes we just take it blindly because it is a real tedious job to do conversions for large numbers ) though your solution proves it easily and it is a good one :) :) :) @Otto Bretscher

Goutham Gundapu - 6 years ago

Log in to reply

@Goutham Gundapu You can't quite say that "the sum of the mth powers of nth roots of unity is always zero"... it does not work if m is a multiple of n, since the mth power of an nth root of unity will always be 1 in that case, so the sum will be n.

Otto Bretscher - 6 years ago

Log in to reply

@Otto Bretscher yes MR. Otto Bretscher i was wrong the sum of mth powers of nth roots is zero if m is not a multiple of n . I missed out that condition . Thank you for your replies :) :)

Goutham Gundapu - 6 years ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...