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