I would like to know the limit of $\lim_{n\to\infty}\frac{2^{\frac{\ln n}{2}}}{n}$. I notice repeatedly taking L'opital Rule does not help. Is there any other approach where I can use to derive the limit?
Limit of $\frac{2^{\frac{\ln n}{2}}}{n}$
124 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail AtThere are 4 best solutions below
On
I like @vadim123's answer, but personally I find coming up with the algebra a little more intuitive if I explicitly include the base of the logarithm I'm trying to undo. We have a $\ln n$ thing going on here, so we want to incorporate $e$ somehow.
$$2^{(\ln n)/2}=\left(e^{\ln 2}\right)^{(\ln n)/2}=e^{(\ln n)(\ln 2)/2}=n^{(\ln 2)/2}$$
Just for fun there's a completely different trick you can do still using L'Hopital's rule. Note that this only computes the limit if it exists; proof of existence has to be taken care of separately.
When you make no simplifications to the top or the bottom and apply L'Hopital's rule, you get $$\lim_{n\to\infty}\frac{2^{\frac{\ln n}{2}}}{n}=\lim_{n\to\infty}\frac{\frac{\ln 2}{2}2^{\frac{\ln n}{2}}}{n}.$$
Pulling the constant $\frac{\ln 2}{2}$ out and calling the limit you want computed $x$, we find $$x=\frac{\ln 2}{2}x.$$ Solving for $x$, the limit is $0$.
Hint: $$2^{(\ln n)/2}=2^{(\log_2 n)\frac{\ln 2}{2}}=\left(2^{(\log_2 n)}\right)^{(\ln 2)/2}=n^{(\ln 2)/2}$$
Now simplify further, using the laws of exponents on numerator and denominator of the original expression.