Use mathematical induction to prove that for all integers $n \geq 4, 3^n \geq n^3$
So with this question I'd check the base case.
Suppose $P(4)$ is the predicate $3^4 \geq 4^3$, where $n \geq 4$
$81 \geq 64$, therefore $P(4)$ is true.
Suppose $P(k)$ is true for some predicate $3^k \geq k^3$, where $k \geq 4$
Consider $P(k+1).$
$3^{(k+1)} \geq (k+1)^3,$ where $k+1 \geq 4$
$3^k * 3$ $\geq$ $k^3+3k^2+3k+1$
I know I need to be moving towards proof using my $P(k)$ case but don't know how to move forward with the cubic function. This problem would be more understandable if I could work with a quadratic instead haha.
Any help/solutions appreciated. Have a good one!