Find the sum of the 195th powers of all 2015th roots of unity.
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.
+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. :)
The 2 0 1 5 th roots of unity are actually the roots of the monic degree 2 0 1 5 polynomial P ( x ) = x 2 0 1 5 − 1 .
Denote by e i the i th elementary symmetric polynomial made up by the roots of P ( x ) and denote by P i the i th power sum of the roots of P ( x ) .
By Vieta's formulas , we have,
e i = 0 ∀ i ∈ Z ≤ 2 0 1 4 + and e 2 0 1 5 = ( − 1 ) 2 0 1 5 ⋅ 1 ( − 1 ) = 1
Now, we simply use Newton's Identities for finding the value of P 1 9 5 which is our required answer.
P 1 9 5 = ( i = 1 ∑ 1 9 4 ( − 1 ) i − 1 e i P 1 9 5 − i ) + 1 9 5 e 1 9 5 = ( i = 1 ∑ 1 9 4 ( 0 ) ) + 1 9 5 × 0 = 0
An interesting conclusion that can be obtained using the general form of Newton's Identities is,
P i = 0 ∀ i ∈ Z ≤ 2 0 1 4 + and P 2 0 1 5 = 2 0 1 5 e 2 0 1 5 = 2 0 1 5
We also get the following reduced recurrence,
P i = e 2 0 1 5 P i − 2 0 1 5 = P i − 2 0 1 5 ∀ i ∈ Z ≥ 2 0 1 6
Using this recurrence and the values obtained till now, we have the following result,
P i = { 0 ∀ 2 0 1 5 ∀ i ≡ 0 ( m o d 2 0 1 5 ) i ≡ 0 ( m o d 2 0 1 5 ) ∀ i ∈ Z +
As Otto noted, a stronger result can be proved.
Consider the monic degree n polynomial P ( x ) = x n − 1 . The roots of P ( x ) are actually the n 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
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
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 )
Hence, we have, as before, the following result,
P i = { 0 ∀ n ∀ i ≡ 0 ( m o d n ) i ≡ 0 ( m o d n ) ∀ i ∈ Z +
Q . E . D .
sum of nth (where n>=2) roots of unity is always zero.
.... but we are considering powers of the roots of unity here.
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
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.
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
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.
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 :) :)
Problem Loading...
Note Loading...
Set Loading...
Prasun has given a beautiful conceptual proof. Here, for the same of variety, is a more pedestrian approach.
Let w = e 2 π i / 2 0 1 5 . Then the 2015th roots of unity are w k for k = 0 , 1 , . . . , 2 0 1 4 . Now k = 0 ∑ 2 0 1 4 ( w k ) 1 9 5 = k = 0 ∑ 2 0 1 4 ( w 1 9 5 ) k = 1 − w 1 9 5 1 − ( w 1 9 5 ) 2 0 1 5 = 1 − w 1 9 5 1 − ( w 2 0 1 5 ) 1 9 5 = 0
More generally, if m and n are two positive integers such that n ∣ m , then the sum of the mth powers of all the nth roots of unity is 0. If n ∣ m then the sum is n , of course.
We can use this observation to solve this