I want to figure out which function is larger between $f(n)$ and $g(n)$
One way to do this is to take the $lim_{n \rightarrow \infty} \frac{f(n)}{g(n)}$. If it turns out $\infty$ is in the numerator, we know $f(n) > g(n)$, if $\infty$ is in the denominator, we know $g(n) > f(n)$.
What if $lim_{n \rightarrow \infty} \frac{f(n)}{g(n)} = C$, where C is a constant? Which function is larger towards $\infty$? What if $C = 1$?