Q.
For given series
12+2×22+32+2×42+52+2×62+…, if Sn
is the sum of n terms, then
157
185
Principle of Mathematical Induction
Report Error
Solution:
Let P(n):Sn={2n(n+1)2, when n is even 2n2(n+1), when n is odd
Also, note that any term Tn of the series is given by Tn={n2, if n is odd 2n2, if n is even
We observe that P(1) is true, since P(1):S1=12=1=21⋅2=212⋅(1+1)
Assume that P(k) is true for some natural number k, i.e.,
Case I When k is odd, then k+1 is even. We have, P(k+1):Sk+1=12+2×22+…+k2+2×(k+1)2 −2k2(k+1)+2×(k+1)2 [ as k is odd ,12+2×22+⋯+k2=k22(k+1)] =2(k+1)[k2+4(k+1)] =2k+1[k2+4k+4] =2k+1(k+2)2 =(k+1)2[(k+1)+1]2
So, P(k+1) is true, whenever P(k) is true, in the case when k is odd.
Case II When k is even, then k+1 is odd.
Now, P(k+1):Sk+1=12+2×22+…+2⋅k2+(k+1)2 =2k(k+1)2+(k+1)2 [ as k is even, 12+2×22+…+2k2=k2(k+1)2] =2(k+1)2(k+2)=2(k+1)2((k+1)+1)
Therefore, P(k+1) is true, whenever P(k) is true for the case when k is even.
Thus, P(k+1) is true whenever P(k) is true for any natural number k. Hence, P(n) true for all natural numbers n.