In: Advanced Math
By induction:
1. Prove that Σni=1(2i − 1) = n2
2. Prove thatΣni=1 i2 = n(n+1)(2n+1) / 6 .
i think u want this proof. your question 1 is not clear. Also 2nd is not clear
but i tried my best
1 2 + 2 2 + 3 2 + ... + n
2 = n (n + 1) (2n + 1)/ 26
STEP 1: We first show that p (1) is true.
Left Side = 1 2 = 1
Right Side = 1 (1 + 1) (2*1 + 1)/ 6 = 1
Both sides of the statement are equal hence p (1) is true.
STEP 2: We now assume that p (k) is true
1 2 + 2 2 + 3 2 + ... + k
2 = k (k + 1) (2k + 1)/ 6
and show that p (k + 1) is true by adding (k + 1) 2 to
both sides of the above statement
1 2 + 2 2 + 3 2 + ... + k
2 + (k + 1) 2 = k (k + 1) (2k + 1)/ 6 + (k +
1) 2
Set common denominator and factor k + 1 on the right side
= (k + 1) [ k (2k + 1)+ 6 (k + 1) ] /6
Expand k (2k + 1)+ 6 (k + 1)
= (k + 1) [ 2k 2 + 7k + 6 ] /6
Now factor 2k 2 + 7k + 6.
= (k + 1) [ (k + 2) (2k + 3) ] /6
We have started from the statement P(k) and have shown that
1 2 + 2 2 + 3 2 + ... + k
2 + (k + 1) 2 = (k + 1) [ (k + 2) (2k + 3) ]
/6
Which is the statement P(k + 1).