Q.
A pattern is given below 1=12=1 4=22=1+3 9=32=1+3+5 16=42=1+3+5+7etc.
Based on above pattern, we have P(n):1+3+5+7+⋯+(2n−1)=n2
Based on above information, which among the following is true?
146
165
Principle of Mathematical Induction
Report Error
Solution:
From the given pattern, 1=12=1 4=22=1+3 9=32=1+3+5 16=42=1+3+57, etc.
It is worth to be noted that the sum of the first two odd natural numbers is the square of second natural number, sum of the first three odd natural numbers is the square of third natural number and so on. Thus, from this pattern, it appears that 1+3+5+7+….+(2n−1)=n2
i.e., the sum of the first n odd natural numbers is the square of n.
Let us write P(n):1+3+5+7+…..+(2n−1)−n2.
To prove that P(n) is true for all n.
The first step in a proof that uses mathematical induction is to prove that P(1) is true. This step is called the basic step.
Obviously 1=12, i.e., P(1) is true.
The next step is called the inductive step. Here, we suppose that P(k) is true for some positive integer k, i.e., 1+3+5+7+…+(2k−1)=k2....(i)
Now, we shall prove P(k+1) is true.
Consider, 1+3+5+7+……+(2k−1)+{2(k+1)−1}.....(ii) =k2+(2k+1)=(k+1)2[ using Eq.(i)]
Therefore, P(k+1) is true and the inductive proof is now completed. Hence, P(n) is true for all natural numbers n.