What you are given to prove is your induction statement \(P_k\). I would begin by verifying \(P_1\):
[MATH]\sum_{i=1}^1 i^2=\frac{1(1+1)(2(1)+1)}{6}[/MATH]
Once you verify that is true, then as your induction step, add \((k+1)^2\) to both sides:
[MATH]\sum_{i=1}^k i^2+(k+1)^2=\frac{k(k+1)(2k+1)}{6}+(k+1)^2[/MATH]
If you can show this is equivalent to:
[MATH]\sum_{i=1}^{k+1} i^2=\frac{(k+1)((k+1)+1)(2(k+1)+1)}{6}[/MATH]
Then, you will have completed your proof by induction, because you will have derived \(P_{k+1}\) from \(P_k\).