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:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top