Assume given statement
Let given statement is P(n),
i.e., P(n):1+5+9+...+(4n−3)=n(2n−1)∀nϵN
Check that statement is true for n=1
The given statement is true for n=1
As LHS=1
andRHS=1(2(1)−1)=1(2−1)=1=LHS
Assume P(k) to be true and then prove P(k+1) is true.
Assume that P(n) is true forn=k
⇒1+5+9+....(4k−3)=k(2k−1)…(1)
To prove: 1+5+9+....+(4(k+1)−3)
=(k+1)(2(k+1)−1)
LHS=1+5+9+...+(4k−3)+(4(k+1)−3)
=k(2k−1)+4(k+1)−3
=2k2−k+4k+4−3
=2k2+3k+1
=2k2+2k+k+1
=2k(k+1)+1(k+1)
=(k+1)(2k+1)
=(k+1)[2k+2−1]
=(k+1)[2(k+1)−1]=RHS
Thus, P(k+1) is true whenever P(k) is true.
Hence, By Principle of mathematical Induction P(n) is true for all natural numbers n.