Prove that: for any natural number $n\ge10$, $$2^n\ge n^3.$$ How can I prove by induction if $n\ge10$ and I must do that $2^n\ge n^3$?
I stop on this step: $$2^{n+1}\ge n^3+3n^2+3n+1.$$
Here's the question I'm trying to prove. I'm just not certain how I should approach the inductive / constructor step. I proved induction wrote $n+1$ instead of $n$.
I think I have everything right until the induction step. But I don’t know what I should do next step, because I had never solve inequality before I began ask questions on this site.