Show that the following sequence $\{x_n\}$ is increasing and bounded above, and hence convergent. $x_n = \frac{1}{ n + 1} +\frac{ 1}{ n + 2} + · · · +\frac{ 1}{ 2n }$.
I need to find how the sequence converges by showing how it increases and is bounded above.
Hints:
Increasing: $$\begin{align} x_{n-1} &= \frac{1}{ n} +\frac{ 1}{ n + 1} + \dots +\frac{ 1}{ 2n-2 } \\ x_n &= \frac{1}{ n + 1} +\frac{ 1}{ n + 2} + \dots +\frac{ 1}{ 2n } \end{align}$$ so $x_n = x_{n-1} + \frac{ 1}{ 2n } + \frac{ 1}{ 2n -1 } - \frac{ 1}{ n }$. Can you show that $$\frac{ 1}{ 2n } + \frac{ 1}{ 2n -1 } - \frac{ 1}{ n } > 0$$ ?
Bounded above: To get $x_n$, you sum $n$ terms, each of them being less than $\frac{1}{n}$.