I am very new to calculus, limits and more complex mathematics in general and I really need some help.
I need to compare the growth rate of 2 functions and because of this I need to find the limit of ratio of these functions $\lim\limits_{n \to \infty} \frac{g(n)}{f(n)}$
The functions are as follows:
$f(n) = \sqrt{n^3log_{2}n}$
$g(n) = 10n\sqrt{n}+100n$
How would I go about doing this? I've seen other people use $k=\sqrt{n}$ as a substitute when doing this.
Thank you in advance!
Observe that $n\sqrt n=\sqrt{n^3}$. $$\frac{10n\sqrt{n}+100n}{\sqrt{n^3\log_{2}n}}=\frac{10\sqrt{n^3}}{\sqrt{n^3\log_{2}n}}+\frac{100n}{n\sqrt{n\log_{2}n}}=\frac{10}{\sqrt{\log_{2}n}}+\frac{100}{\sqrt{n\log_{2}n}}$$ As you can see in the last expression we only have $n$ in the denominator. So as $n\to\infty$ the limit goes to zero.