I tried solving this problem but I didn't know where to start so I searched it on the internet and the only solution that I found was by using L'Hopital's rule. The thing is we haven't studied that in class, but my professor uses this problem constantly in order to solve other problems and I don't understand why this works. I think I should use the squeeze theorem (since I am only familiar with the limits of sequences and that's the most helpful theorem I know), but I don't know which inequality to use. Could you please help me by giving a hint or some advice?
Thanks in advance.
As $\log_a x = \frac{\ln x}{\ln a}$, it is enough to prove the result for $\frac{\ln n}{n}$.
We first prove that $\lim\limits_{n \to \infty} a_n = 0$ where $a_n = \frac{\ln 2^n}{2^n}$. As $\ln 2^n = n \ln 2$, it is enough to prove that $\lim\limits_{n \to \infty} b_n = 0$ where $b_n = \frac{ n}{2^n}$ which is a consequence of the inequality
$$2^n = (1+ 1)^n \ge 1 + n + \frac{n(n-1)}{2}$$ that you can get using binomial theorem.
Finally, you get $\lim\limits_{n \to \infty} \frac{\ln n}{n} =0$ by squeezing $n$ between $2^m$ and $2^{m+1}$
$$\frac{\ln 2^m}{2^{m+1}} = \frac{\ln 2}{2}\frac{m}{2^m} \le \frac{\ln n}{n }\le 2 \ln 2\frac{(m+1)}{2^{m+1}} = \frac{\ln 2^{m+1}}{2^{m}} $$