How does this summation equal \frac{n(n+1)(2n+1)}{6}?

  • Thread starter Thread starter vanmaiden
  • Start date Start date
  • Tags Tags
    Summation
vanmaiden
Messages
101
Reaction score
1

Homework Statement


I'm not very proficient with LAtex, so I'll try to translate this mess the best I can. It's a summation
\sum i2 (on the bottom, there would be an "i = 1") (on the top, there would be an "n") this summation equals \frac{n(n+1)(2n+1)}{6}

In the summation, basically, "i" starts off at one and goes to "n"

Why does this summation equal \frac{n(n+1)(2n+1)}{6}?

Homework Equations


The definition of a definite integral? I found this summation through doing definite integrals using Riemann sums. I found the answer to the summation online, but I wanted to know how one arrives at the answer.

The Attempt at a Solution


So far, I have done this:

S = 12 + 22 + 32 + ... + (n - 1)2 + n2
S = n2 + (n - 1)2 + (n - 2)2 + ... + 22 + 12

I just wrote out a part of the summation, and under it, I did the same summation part but in reverse.

Then...I added the two summations to get

2S = n2 + 1 + (n - 1)2 + 4 + (n - 2)2 + 9 + ... + (n - 1)2 + 4 + n2 + 1

I saw somewhat of a pattern, but it was hard to explain and I had to stop here. If someone could give me a link to an explanation, or if someone could fit an explanation in a response or two as to why this summation equals \frac{n(n+1)(2n+1)}{6}, that would be fantastic. Thank you in advance!
 
Physics news on Phys.org
Try this: http://www.trans4mind.com/personal_development/mathematics/series/sumNaturalSquares.htm"
 
Last edited by a moderator:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top