Show by the Principle of Mathematical induction that the sum Sn of the n terms of the series 12+2×22+32+2×42+52+2×62+72+..... is given by Sn=⎧⎪⎨⎪⎩n(n+1)22,if n is evenn2(n+1)2,if n is odd
Sn=12+2×22+32+2×42+....... Using induction we first show this is true for n = 2,
We get S2=12+2×22=1+8=9
From RHS, we have if n is even Sn=n(n+1)22
S2=2×92=9
Now using induction we first show this is true also for n = 3, we get S3=1+8+9=18
From RHS, we have if n is odd Sn=n2(n+1)2
S3=9×42=18
Let assume above is true for n = k we get
k is even, Sk=12+2×22+32+2×42+....+2×k2 ........(i)
k is odd, Sk=12+2×22+32+2×42+.....k2 ........(ii)
Now lets prove join = k + 1
If k is even, k + 1 is odd we get
Sk+1=12+2×22+32+2×42+......×2×k2=k(k+1)22
Substitute this in 3, we get
Sk+1=k(k+1)22+(k+1)2
=(k+1)2(k+2)2
=RHS (when 'k + 1' is odd)
Hence proved.