I actually need some help. I want to prove using simple induction that
Q.1) $2^n > n^3$ for all $n \geq 10 $
I tried solving it like this...
Base Step:
$n = 10$:
$2^{10} > 10^3 = 1024 > 1000$ So, that's true and fine.
Inductive step:
Suppose $2^n > n^3$ is true for some $n$. So it means that it should also be true for $n+1$ So,
$2^{n+1} > (n+1)^3$
$2^{n+1} > n^3 + 3n^2 + 3n + 1$
L.H.S:
$2^{n+1} = $?
Now here I'm stuck in further expanding this prove. I want to solve it further and make the $2^{n+1}$ with a power on top of it that I can use to compare with $n^3 + 3n^2 + 3n + 1$.
Kindly, tell me as easy as possible as I'm not expert in it. Thanks
Hint:
From the induction hypothesis, you deduce that $$2^{n+1}=2\cdot 2^n>2n^3,$$ hence by transitivity, it's enough to show that $2n^3\ge (n+1)^3$, or $\Bigl(1+\dfrac 1n\Bigr)^3\le2$.
Observe that $$\Bigl(1+\dfrac 1n\Bigr)^3=1+\frac3n+\frac3{n^2}+\frac1{n^3}\le 1+\frac9n\quad\text{(why?)}$$