$\forall n \geq 5$ prove $2^n > n^2$

81 Views Asked by At

I am trying to prove the title using induction and here is my attempt:

Base Case: n = 1 : $2>1$ which is True

I.H. : $2^k > k^2$ for some $k$

Inductive Step:

$2^{k+1} = 2^k 2$

$2^{k+1} > 2k^2$ by I.H.

But I am not quite sure what to do next.

1

There are 1 best solutions below

0
On

Hint Using $k \geq 5$,

$$\begin{align} 2k^2&=k^2+k^2 \\ &\geq k^2+5k\\ &> k^2+2k+k\\ &> k^2+2k+1. \end{align}$$