Prove the rate of growth of $(\frac{3 + \sqrt{17}}{2})^n$ is $o(n^{\sqrt{n}})$, $\Theta(n^{\sqrt{n}})$, or $\Omega(n^{\sqrt{n}})$
I try to take the limit: $$\lim \limits_{n \to \infty}\frac{(\frac{3 + \sqrt{17}}{2})^n}{n^{\sqrt{n}}}$$ But when I try to apply L'Hopital Rule, the function becomes more complicated. How should I do?
Hint: For the $o(n^\sqrt{n})$, instead of using L'Hôpital, why not write the limit as: $$ \lim_{n\rightarrow \infty} \left(\frac{\frac{3+\sqrt{17}}{2}}{n^{\frac{1}{\sqrt{n}}}}\right)^n.$$ Then compute $\lim_{n\rightarrow \infty} \left(\frac{\frac{3+\sqrt{17}}{2}}{n^{\frac{1}{\sqrt{n}}}}\right).$