I have the following functions.
\begin{align} &7n^3 + 3n\\ &4n^2\\ &\frac{12\log(n)}{\log(n)}\\ &\frac{1}{n^2}+18n^5\\ &e^{\log\log n}\\ &2^{3n}\\ &6n\log n\\ &n!\\ \end{align}
How can I rank these functions in increasing order, by their rate of growth? Do I take a very large value of $n$ and test them for that?
What is the right approach? I can manage easy functions like $4n^2$ and $7n^3 + 3n$ -- the second has higher power of $n$, so it grows faster -- but I don't know how to handle the more complex ones.
From slowest to fastest growth:
From your examples: