Which is asymptotically larger $3n^{\sqrt{n}}$ or $2^{\sqrt{n}\log_{2} n}$?
What I have done is taken $log$ on both sides, which gives
$$ f(n) =\log (3n)^{\sqrt n} $$ and $$ g(n) = \log (2)^{\sqrt n \log_2{n}}$$
This can be simplified to $ f(n) =\sqrt n \log (3n) $ and $ g(n) = {\sqrt n \log_2{n}}\log (2)$.
In order to determine the asymptotically larger function, we can plug in,
$$\lim_{n\to\infty}\frac{f(n)}{g(n)}$$
How can this be simplified to determine the asymptotically larger function?
Hint:
$$2^{\sqrt n\log_2n}=(2^{\log_2 n})^{\sqrt n}=n^{\sqrt n}$$