Consider the sequence: $x_n=\frac{1}{n+1}+\frac{1}{n+2}+\cdots +\frac{1}{n+n}$. Find the rate of convergence of the sequence $\{x_n\}$.
For this, first we find the limit of the sequence $\{x_n\}$.
We have,
\begin{align*} \lim_n x_n&=\lim_n\left[\frac{1}{n+1}+\frac{1}{n+2}+\cdots +\frac{1}{n+n}\right]\\ &=\lim_n\frac 1n \sum_{r=1}^n \frac{1}{1+\frac rn}\\ &=\int_0^1 \frac{1}{1+x}\,dx\\ &=\log(2) \end{align*}
To find the rate of convergence we have to find out the value $p$ so that $\displaystyle \lim_{n\to \infty} \frac{|x_{n+1}-l|}{|x_n-l|^p}$ exists non-zero finitely.
I am unable to find out this limit. Any help please ?
All of what you want lies in the rectangle method, let us calculate
$$ \ln(2) - x= \sum_{k=1}^n \int_{\frac{k-1}{n}}^\frac{k}{n} \frac{1}{1 +x} - \frac{1}{1 +\frac{k}{n}} dx \geq 0$$ A quick study of the derivative would give us quickly that $|\ln(2) - x_n| \leqslant M/n$ for some $M$, but we need to show that we can't do better...
$$ \int_{\frac{k-1}{n}}^\frac{k}{n} \frac{1}{1 +x} - \frac{1}{1 +\frac{k}{n}} dx \geq \int_{\frac{k-1}{n}}^\frac{k- 1/2}{n} \frac{1}{1 +x} - \frac{1}{1 +\frac{k}{n}} \geq \frac{1}{2n} \left(\frac{1}{1 + \frac{2k-1}{2n}} - \frac{1}{1 + \frac{k}{n}}\right) \\ = \frac{1}{4n^2}\cdot\frac{1}{(1 + \frac{k}{n})(1 + \frac{2k-2}{2n})}\geq \frac{1}{16n^2}$$ So we get $$\ln(2) - x \geq n \cdot \frac{1}{16n^2} = \frac{1}{16n}$$ This gives you directly that $p = 1$.