Prove: $2^{n+2}\ge n^3 $ for every natural n
I got this exercise from TAU logarithms exercises, I tried to do the all usual induction technique but I got to a weird dead end:
I do the induction proof and I get to: $$2^{n+2}+2^{n+2} \ge n^3 +3n^2+3n+1$$
So $2^{n+2}\ge n^3$ and I try another induction proof and I get to:
$$2^{n+2}+2^{n+2} \ge 3n^2+3n+1+6n+6$$
So $2^{n+2}\ge 3n^2+3n+1$ and I try another induction proof but I get a wrong answer for the base case (which I think will be $n=2$ at this step) because $2^4$ is not greater than $18$
What am I doing wrong here?
If there are any other ways to solve this, it will also be welcomed.
Hint: Multiplying $$2^{n+2}\geq n^3$$ by $$2$$ we get
$$2^{n+3}\geq 2n^3$$ and you must show that $$2n^3>(n+1)^3$$