Prove by the principle of mathematical induction that (2n+7)<(n+3)2 for all natural numbers n.
Or
Prove by the principle of mathematical induction that n (n + 1) (2n + 1) is divisible by 6 for all nϵN.
Let P(n) be the statement given by
P(n) : (2n+7)<(n+3)2
For n =1,P(1):2+7<(1+3)2⇒9<16
∴P(1) is true.
Assume that P(k) is true, for some natural number k.
Then, (2k+7)<(k+3)2
Now, we will show that P(k + 1) is true, whenever P(k) is true. For tis, we have to show that
2(k+1)+7<(k+1+3)2
Now consider P(k) is true.
⇒2k+7<(k+3)2⇒2k+7+2<(k+3)2+2[adding 2 on both sides]⇒2(k+1)+7<k2+6k+9+2⇒2(k+1)+7<k2+6k+11<k2+8k+16⇒(2k+1)+7<k2+8k+16⇒(2k+1)+7<(k+1+3)2⇒P(k+1)is true
Hence, by principle of mathematical induction, P(n) is true ∀ n ϵ N
OR
Let P (n) be the statementn(n+1)(2n+1)is divisible by 6.
⇒k(k+1)(2k+1)=6m⇒k(2k2+3k+1)=6m⇒2k3+3k2+k=6m
Now, we will show that P(k + 1) is true whenever P (k) is true. For this, we have to show that (k + 1) (k + 2) 2k +3 is divisible
we have,(k+1)(k+2)(2k+3)=(k+1)(2k2+7k+6)=2k3+7k2+6k+2k2+7k+6=2k3+9k2+13k+6=(6m−3k2−k)+9k2+13k+6=6m+6k2+12k+6=6(m+k2+2k+1)which is divisible by 6⇒P(k+1)is true