I have the functions
$$\frac{n^3}{100000}$$
and
$$\frac{n^3}{\log_2(n)}+100n+5000n^2$$
I can't figure out which one grows faster. Can anyone help me?
I have the functions
$$\frac{n^3}{100000}$$
and
$$\frac{n^3}{\log_2(n)}+100n+5000n^2$$
I can't figure out which one grows faster. Can anyone help me?
Hint:
For all $\alpha,\beta >0$, one has
$\log_2^\beta n=o\left(n^\alpha\right)$, so there results the asymptotic equivalence $$\frac{n^3}{\log_2(n)}+100n+5000n^2\sim_\infty \frac{n^3}{\log_2(n)}.$$ can you conclude from there?