$\rm {Task :}$
Let $n$ be a positive integer . Prove that, $3^n>n^3$ holds $\forall n≥4$ by induction .
For $n=4$, the statement is obviously correct .
Suppose that, the statement is correct for $n=k≥5$. Then we can write :
$$3^k-k^3=a,\thinspace a>0$$
$\rm{Inductive \thinspace\thinspace step\thinspace\thinspace .}$
For $n=k+1$ we have :
$$
\begin{align}&\thinspace\thinspace\thinspace3^{k+1}-(k+1)^3\\
=&\thinspace\thinspace\thinspace 3(a+k^3)-(k+1)^3\\
>&\thinspace\thinspace\thinspace 3k^3-(k+1)^3\\
≥&\thinspace\thinspace\thinspace 3k^3-\left(k+\frac k5\right)^3\\
=&\thinspace\thinspace\thinspace \frac{159}{125}k^3\thinspace >\thinspace 0\end{align}
$$
which completes the proof .
$\rm {Alternative \thinspace \thinspace methods \thinspace\thinspace .}$
You can also observe that, since
$$
\begin{align}&\sqrt [3]{3}-1>\frac 15\\
\iff &3>\left(1+\frac 15\right)^3\end{align}
$$
Then, we have :
$$
\begin{align}&3k^3>(k+1)^3\\
\iff &k\sqrt [3]3>k+1\\
\iff &\underbrace k_{\color{#0a0}{≥}\color{#c00}{\thinspace 5}}\thinspace\thinspace\underbrace{\left(\sqrt [3]3-1\right)}_{\color{#0a0}{>}\color{#c00}{\thinspace\frac 15}}>1\thinspace\thinspace .\end{align}
$$
Note that, we can also complete the proof using the method of Polynomial long division or Synthetic division :
$$
\begin{align}&\thinspace\thinspace\thinspace 3k^3-(k+1)^3\\
=&\thinspace\thinspace\thinspace 2k^3-3k^2-3k-1\\
=&{\thinspace\thinspace\thinspace\underbrace {(k\!-\!5)}_{\color{#0a0}{≥}\color{#c00}{\thinspace 0}}\thinspace\underbrace {(2k^2\!+\!7k\!+\!32)}_{\color{#0a0}{>}\color{#c00}{\thinspace 0}}\!+\!159}\\
≥&\thinspace\thinspace\thinspace 159\thinspace>\thinspace 0\thinspace\thinspace .\end{align}
$$