3

I know that it is true but not sure how to write the proof for: $1 + 4 + 9 ... + n^2 = (n/6)(n+1)(2n+1)$. I need help to guide me in the right direction.

Thanks in advance.

edit:

Okay at n=k I have $ 1+4+9 ... + k^2 = (k/6)(k+1)(2k+1)$

and at $n=k+1$ I have $((k+1)/6))((k+1)+1)(2(k+1)+1) = ((k+1)/6)(k+2)(2k+3).$

Does my base step need to begin at $n=0$ or $n=1?$ How do I tell?

Slae
  • 277

4 Answers4

3

Hint:

$(n+1)^3-n^3=3n^2+3n+1$,

and then sum it from 1 to $n$.

1

Proof by picture $%random text fdfdsfdsfdsfdsfdsfs$:

enter image description here

Bruno Joyal
  • 54,711
1

When $n=1$, it is Okay.

Suppose that $n=k$, $$1 + 4 + 9 \cdots + k^2 = (k/6)(k+1)(2k+1).$$ Then $n=k+1$, $$1 + 4 + 9 \cdots + k^2+(k+1)^2 = (k/6)(k+1)(2k+1)+(k+1)^2=((k+1)/6)(k+2)(2k+3).$$

Paul
  • 20,553
0

There is an answer from U of Manitoba at the following link: Link to proof

In the future, type your problem in Google Search to see if the solution is out there already. Odds are, the answer to your question is already there. I found it with ease typing $1 + 4 + 9 … + n^2 = (n/6)(n+1)(2n+1)$ in Google Search.

dustin
  • 8,241