I am trying to prove the following, however I'm stuck at the Induction hypothesis
Prove by induction that, for all integers $n$, if $n\geq 5$, then $3^n>n^3$
What I have Done:
Base Case: $n = 5$
$3^5 > 5^3$
$243 > 125$ so TRUE
Assume True for $n = k$
$3^k > k^3$ must be TRUE
Should be TRUE for $n = k+1$
$3^k + 3^{k+1} > k^3 + 3^{k+1}$
Im a little stuck here. Any help would be appreciated!
$3^{k+1}=3*3^k\geq 3k^3$ and it's easy to check that $(k+1)^3\leq 3k^3$ since $3k+1\leq 4k \leq k^3$ and $3k^2\leq k^3$ (because $k\geq 5$).