#prove sum of I to power I to power of two
9 messages · Page 1 of 1 (latest)
I think it's actually:
$\ \sum_{i=0}^{n} i^2 = \frac{n(n+1)(2n+1)}{6}$$
adonhs
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
Which I believe can be proven with Induction
Yeah that's it
How's that like?
Induction has basicslly 3 steps:
Let's say the sum is true for $n\in \mathbb{N} \cup {0}\$
First prove the statement to be true for the smallest index/number, in this case n = 0.
Then you can suppose that for some number $n\in \mathbb{N} \cup {0}\$ worked.
At last you now do this:
n -> n+1 meaning you try to prove it now for the following indices too using your assumption that it worked for some n too.