Not sure where to go with this
$2^k > k^3$ for $k > 9$
$2^(k+1) > (k+1)^3$
$2^(k+1) = 2^k \cdot 2$
$2^k \cdot 2 > k^3 \cdot 2$ (by inductive hypothesis)
$2^k \cdot 2 > 2k^3$
$2k^3 > k^3 + 3k^2 + 3k + 1$
$2k^3 > (k+1)^3$
I know the final inequality is true, since I graphed it, but I was wondering if there was a clearer way to show the thought process algebraically.