Prove by mathematical induction that n^2+n < 2^n whenever n is an integer greater
than 4.
"\\text{\\underline{Inducive base:} We check for $n=5$, then we have the following: } \\\\\n5^2 + 5 = 30 < 32 = 2^5 \\\\\n\\text{which shows that the statement is true for } n=5.\\\\\n\\text{\\underline{Inducive hypothesis:} we now assume that the statement is true for every $k > 4$ i.e} \\\\\nk^2 + k < 2^k , k<4\\\\\n\\text{\\underline{Inductive step:}}\\\\\n(k+1)^2+k+1\\\\\n=k^2+k+2k+2 < 2^k+2^k + 2\\quad -(*)\\\\\n\\text{Note that $2^k= \\displaystyle{\\sum^k_{r=0}\\begin{pmatrix}k\\\\r \\end{pmatrix}}$} \\\\\n\\implies 2^{k+1}= 2\\cdot\\displaystyle{\\sum^k_{r=0}\\begin{pmatrix}k\\\\r \\end{pmatrix}}\\\\\n\\implies \\text{for k > 4, }2^k>2n+2\\\\\n\\text{From * we have that}\\\\\n(k+1)^2+k+1<2^k+2^k\\\\\n=2\\cdot 2^k = 2^{k+1}\\\\\n\\text{Hence we have our result}"
Comments
Leave a comment