All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Numbers
Sum of Squares (Posted on 2008-09-26) Difficulty: 3 of 5
The sum of n+1 consecutive squares, beginning with the square of
n(2n+1), is equal to the sum of the squares of the next n consecutive integers.

   n=1      32 + 42 = 52
   n=2      102 + 112 + 122 = 132 + 142
      .
      .
      .
Prove that the proposition holds for all integers greater than zero.

  Submitted by Bractals    
No Rating
Solution: (Hide)

We need to show that
   SUM( i=2n2+n to 2n2+2n , i2 ) = SUM( i=2n2+2n+1 to 2n2+3n , i2 )
Since
   SUM( i=1 to n , i2 ) = n(n+1)(2n+1)/6
this reduces to showing that
   SUM( i=1 to 2n2+2n , i2 ) - SUM( i=1 to 2n2+n-1 , i2 ) =

   SUM( i=1 to 2n2+3n , i2 ) - SUM( i=1 to 2n2+2n , i2 )

                              or

   (2n2 + 2n)(2n2 + 2n + 1)(4n2 + 4n + 1) - (2n2 + n - 1)(2n2 + n)(4n2 + 2n - 1) = 

   (2n2 + 3n)(2n2 + 3n + 1)(4n2 + 6n + 1) - (2n2 + 2n)(2n2 + 2n + 1)(4n2 + 4n + 1)
Both sides of the above equation reduce to
   n( 24n4 + 60n3 + 50n2 + 15n +  1 )
Therefore, the proposition holds for all integers greater than zero.

Checkout Daniel's post.

Comments: ( You must be logged in to post comments.)
  Subject Author Date
more generalized solutionDaniel2008-09-27 11:55:04
SolutionSolutionK Sengupta2008-09-27 06:31:01
re(3): solution (spoiler) -- print SIGMADaniel2008-09-26 19:27:47
re(2): solution (spoiler) -- print SIGMAed bottemiller2008-09-26 19:17:37
re: solution (spoiler)Daniel2008-09-26 12:39:31
solution (spoiler)Daniel2008-09-26 12:35:54
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (21)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information