Please, help me with finding the mistake, where did i go wrong: $$L=\lim_{n \to \infty}(\frac{1}{\sqrt{n}\sqrt{n+1}}+\frac{1}{\sqrt{n}\sqrt{n+2}}+...+\frac{1}{\sqrt{n}\sqrt{n+n}}) $$
I tried the squeeze theorem, and I can see that $L \in [\frac{1}{2},1]$.
I found the solution, as $$L=\lim_{n\to\infty}\sum_{i=1}^n{\frac{1}{\sqrt{n}\sqrt{n+i}}}$$ $$L=\lim_{n\to\infty}\sum_{i=1}^n{\frac{1}{{n}\sqrt{1+\frac{i}{n}}}}$$
We can look at the limit as a way to calculate the area of a function of reals, so we have $$f(x)=\frac{1}{\sqrt{1+x}}$$ $$L=\int_{0}^1f(x)=...=2(\sqrt2-1)$$
Is there a way to do it without integration? Another way, a better way?
Second part of the question:
Trying another way of finding solution, I made a mistake that shows lack of fundamental understanding:
$$L=\lim_{n \to \infty}(\frac{1}{\sqrt{n}\sqrt{n+1}}+\frac{1}{\sqrt{n}\sqrt{n+2}}+...+\frac{1}{\sqrt{n}\sqrt{n+n}}) $$
Now we take $ln$ of both sides:
$$\ln{L}=\ln\lim_{n \to \infty}(\frac{1}{\sqrt{n}\sqrt{n+1}}+\frac{1}{\sqrt{n}\sqrt{n+2}}+...+\frac{1}{\sqrt{n}\sqrt{n+n}}) $$
$$\ln{L}=\lim_{n \to \infty}(\ln\frac{1}{\sqrt{n}\sqrt{n+1}}+\ln\frac{1}{\sqrt{n}\sqrt{n+2}}+...+\ln\frac{1}{\sqrt{n}\sqrt{n+n}}) $$
$$\ln{L}=-\lim_{n \to \infty}(\ln({\sqrt{n}\sqrt{n+1}})+\ln({\sqrt{n}\sqrt{n+2}})+...+\ln({\sqrt{n}\sqrt{n+n}})) $$
$$\ln{L}=-\lim_{n \to \infty}(\ln({\sqrt{n}\sqrt{n+1}})+\ln({\sqrt{n}\sqrt{n+2}})+...+\ln({\sqrt{n}\sqrt{n+n}})) $$
$$\ln{L}=-\lim_{n \to \infty}\ln{\sqrt{{(n^n)\prod_{i=1}^n(n+i)}}}$$
There are indeterminate forms here, but they are clearly diverging to infinity.
$$\ln{L}=-\infty$$
$$L=0$$ Where did I go wrong in the other procedure?