Sum of odd powers

Algebra Level 4

For positive integer n n , let f ( n ) f(n) denote the remainder when 3 r = 1 n r 5 \displaystyle 3\sum_{r=1}^n r^5 is divided by r = 1 n r 3 \displaystyle \sum_{r=1}^n r^3 . Compute f ( 1 ) + f ( 2 ) + + f ( 2016 ) f(1) + f(2) + \cdots +f (2016 ) .


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.

2 solutions

Shaun Leong
Dec 30, 2015

I would like to offer a non-inductive proof which hopefully explains how Jerry Han Jia Tao arrived at his initial equation.

Firstly, by trying small cases, we note that f(n) is in fact 0. We are then motivated to prove that the formula for sum of fifth powers contains the same factors as the formula for cubes. The formula for cubes is more well-known and can be done in the same way as for the sum of fifth powers, so its derivation will not be shown in this solution.

From the formulas for sum of n natural numbers and sum of n squares, we see that the degree is 1 more than the power the terms are raised to.

Hence, let n = 0 x n 5 = h ( x ) = a x 6 + b x 5 + c x 4 + d x 3 + e x 2 + f x + g \displaystyle \sum_{n=0}^x n^5 = h(x) = ax^6+bx^5+cx^4+dx^3+ex^2+fx+g

Since h ( x ) h(x) is the sum of fifth powers to x x , we expect h ( x + 1 ) h ( x ) = ( x + 1 ) 5 h(x+1)-h(x)=(x+1)^5 . Also, we extend h(x) to x = 0 x=0 so that we can see g = 0 g = 0 .

Now, h ( x + 1 ) = a ( x + 1 ) 6 + b ( x + 1 ) 5 + c ( x + 1 ) 4 + d ( x + 1 ) 3 + e ( x + 1 ) 2 + f ( x + 1 ) + g h(x+1) = a(x+1)^6+b(x+1)^5+c(x+1)^4+d(x+1)^3+e(x+1)^2+f(x+1)+g = a x 6 + ( 6 a + b ) x 5 + ( 15 a + 5 b + c ) x 4 + ( 20 a + 10 b + 4 c + d ) x 3 + ( 15 a + 10 b + 6 c + 3 d + e ) x 2 + ( 6 a + 5 b + 4 c + 3 d + 2 e + f ) x + ( a + b + c + d + e + f + g ) =ax^6 + (6a+b)x^5+(15a+5b+c)x^4+(20a+10b+4c+d)x^3+(15a+10b+6c+3d+e)x^2+(6a+5b+4c+3d+2e+f)x+(a+b+c+d+e+f+g)

The coefficients are easily obtained from Pascal's Triangle , so expansion is not too difficult.

Subtracting h(x), h ( x + 1 ) h ( x ) = 6 a x 5 + ( 15 a + 5 b ) x 4 + ( 20 a + 10 b + 4 c ) x 3 + ( 15 a + 10 b + 6 c + 3 d ) x 2 + ( 6 a + 5 b + 4 c + 3 d + 2 e ) x + ( a + b + c + d + e + f ) h(x+1)-h(x) =6ax^5+(15a+5b)x^4+(20a+10b+4c)x^3+(15a+10b+6c+3d)x^2+(6a+5b+4c+3d+2e)x+(a+b+c+d+e+f)

Also, ( x + 1 ) 5 = x 5 + 5 x 4 + 10 x 3 + 10 x 2 + 5 x + 1 (x+1)^5 = x^5+5x^4+10x^3+10x^2+5x+1

Comparing coefficients, we obtain a system of equations:

6 a = 1 a = 1 6 6a=1 \Rightarrow a=\frac {1}{6}

15 a + 5 b = 5 b = 5 15 a 5 b = 1 2 15a+5b=5 \Rightarrow b=\frac {5-15a}{5} \Rightarrow b=\frac {1}{2}

20 a + 10 b + 4 c = 10 c = 10 20 a 10 b 4 c = 5 12 20a+10b+4c=10 \Rightarrow c=\frac {10-20a-10b}{4} \Rightarrow c=\frac {5}{12}

15 a + 10 b + 6 c + 3 d = 10 d = 10 15 a 10 b 6 c 3 d = 0 15a+10b+6c+3d=10 \Rightarrow d=\frac {10-15a-10b-6c}{3} \Rightarrow d=0

6 a + 5 b + 4 c + 3 d + 2 e = 5 e = 5 6 a 5 b 4 c 3 d 2 e 2 e = 1 12 6a+5b+4c+3d+2e=5 \Rightarrow e=\frac {5-6a-5b-4c-3d-2e}{2} \Rightarrow e=-\frac {1}{12}

a + b + c + d + e + f = 1 f = 1 a b c d e f = 0 a+b+c+d+e+f=1 \Rightarrow f=1-a-b-c-d-e \Rightarrow f=0

( a , b , c , d , e , f , g ) = ( 1 6 , 1 2 , 5 12 , 0 , 1 12 , 0 , 0 ) \Rightarrow (a,b,c,d,e,f,g)=(\frac {1}{6},\frac {1}{2},\frac {5}{12},0,-\frac {1}{12},0,0)

Now to factorise the equation into 1 6 x 6 + 1 2 x 5 + 5 12 x 4 1 12 x 2 \frac {1}{6}x^6+\frac {1}{2}x^5+\frac {5}{12}x^4-\frac {1}{12}x^2 = 1 12 x 2 ( 2 x 4 + 6 x 3 + 5 x 2 1 ) =\frac {1}{12}x^2(2x^4+6x^3+5x^2-1) = 1 12 x 2 ( x + 1 ) ( 2 x 3 + 4 x 2 + x 1 ) =\frac {1}{12}x^2(x+1)(2x^3+4x^2+x-1) = 1 12 x 2 ( x + 1 ) 2 ( 2 x 2 + 2 x 1 ) =\frac {1}{12}x^2(x+1)^2(2x^2+2x-1)

as desired. We factored out the ( x + 1 ) 2 (x+1)^2 because the formula for sum of cubes ( x ( x + 1 ) 2 ) 2 (\frac {x(x+1)}{2})^2 also contains the ( x + 1 ) 2 (x+1)^2 which we hope to cancel out.

It can now be seen that 3 ( 1 12 x 2 ( x + 1 ) 2 ( 2 x 2 + 2 x 1 ) ) ( x ( x + 1 ) 2 ) 2 \frac {3(\frac {1}{12}x^2(x+1)^2(2x^2+2x-1))}{(\frac {x(x+1)}{2})^2} = 2 x 2 + 2 x 1 =2x^2+2x-1 which is an integer for integer values of x.

The required answer is then 0 + 0 + + 0 = 0 0+0+\dots + 0 = \boxed{0}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...