The natural way (and I think, the easier) to solve $$\lim_{n\to \infty}\left(\frac{1}{n+1}+\frac{1}{n+2}+\cdots+\frac{1}{n+n}\right)$$
involves Riemann sums. Multiplying and dividing by $n$, we get
$$\lim_{n\to \infty}\left(\frac{1}{n+1}+\frac{1}{n+2}+\cdots+\frac{1}{n+n}\right)=\frac{1}{n}\sum_{i=1}^{n}\frac{n}{n+i}=\frac{1}{n}\sum_{i=1}^nf\left(\frac{i}{n}\right)$$
where $f(x)=\frac{1}{1+x}$. The last expression is a Riemann sum associated to the partition $P_n=\{0, \frac{1}{n},\dots,\frac{n}{n}\}$ of $[0,1]$, so by Darboux Theorem
$$\lim_{n\to \infty}\frac{1}{n}\sum_{i=1}^nf\left(\frac{i}{n}\right)=\int_0^1\frac{1}{1+x}dx=\ln2$$
However, I'm curious if there are other techniques that can be used to find that limit, so my question is
Is it possible to find $$\lim_{n\to \infty}\left(\frac{1}{n+1}+\frac{1}{n+2}+\cdots+\frac{1}{n+n}\right)$$ without using Riemann sums? If so, how?
Starting from $e^x\ge 1+x$ and thus also $e^{-x}\ge 1-x$ one gets $$ -\ln(1-x)\ge x \ge \ln(1+x) $$ Now set $x=\frac1{n+k}$ to get $$ \ln(n+k)-\ln(n+k-1)\ge\frac1{n+k}\ge\ln(n+k+1)-\ln(n+k) $$ Adding up for the required expression gives telescoping in sums on the left and right, so $$ \ln(2)=\ln(2n)-\ln(n)\ge\sum_{k=1}^n\frac1{n+k}\ge\ln(2n+1)-\ln(n+1)=\ln\left(2-\frac1{n+1}\right) $$