We have just started covering the limit of sequences and I've stumbled upon this limit in our uni's excercises:
$$\lim_{n\rightarrow \infty} {\sqrt[n]{\ln(n)}}$$
I've considered solving it using the fact that $\lim_{n\rightarrow \infty} {\sqrt[n]{a}}=1$ for $a>0$. And since we're dealing with natural numbers, with the exception of $n=1$, the expression $\ln(n)$ should be $>0$, right?
So is it correct to assume that $\lim_{n\rightarrow \infty} {\sqrt[n]{\ln(n)}}=1$ using this thought process?
Method of L'H$\hat{\text{o}}$pital rule is introduced above by Zuko. I can state another method, which still require some basic knowledge of calculus. I personally would seldomly use L'H$\hat{\text{o}}$pital rule on limit of sequence as originally this should be a discrete limit instead of continuous stuff, though the result is same.
The calculus result we need to use is $$1-\dfrac{1}{n}=\dfrac{n-1}{n}\le\ln(n)\le n-1$$ This is easy to prove by considering their difference and check the monotonicity and $\cdots$.
With this fact, we have $$\sqrt[n]{1-\dfrac{1}{n}}\le\sqrt[n]{\ln(n)}\le\sqrt[n]{n-1}$$ As $n\to+\infty$, RHS tends to one (can be done by binomial theorem), and LHS tends to one as $1-\dfrac{1}{n}$ is strictly less than one. So any power-rooting a number smaller than one will make it tends to 1. Then by sandwich theorem, we get the required limit is $1$ as $n\to+\infty$.