2060
200
Principle of Mathematical Induction
Report Error
Solution:
Let the statement P(n) be defined as P(n)=1.3+2.32+3.33+…..+n.3n=4(2n−1)3n+1+3
Step I: For n=1 P(1):1.3=4(2.1−1)31+1+3=432+3 =49+3=412=3=1.3, which is true.
Step II : Let it is true for n=k
i.e. 1.3+2.32+3.33+……+k.3k =4(2k−1)3k+1+3…(i)
Step III : For n=k+1 (1.3+2.32+3.33+…..+k.3k)+(k+1)3k+1 =4(2k−1)3k+1+3+(k+1)3k+1
[Using equation (i)] =4(2k−1)3k+1+3+4(k+1)3k+1 =43k+1(2k−1+4k+4)+3
[taking 3k+1 common in first and last term of numerator part ] =43k+1(6k+3)+3 =43k+1⋅3(2k+1)+3
[taking 3 common in first term of numerator part] =43(k+1)+1[2k+2−1]+3 =4[2(k+1)−1]3(k+1)+1+3
Therefore, P(k+1) is true when P(k) is true. Hence, from the principle of mathematical induction, the statement is true for all natural numbers n