I am to determine if the sequence
$$x_n = \frac{1}{n+1}+\frac{1}{n+2}+...+\frac{1}{2n-1}+\frac{1}{2n} $$
converges or not?
I'm thinking I if I can determine if the sequence has some kind om bound and if it is either increasing or decreasing? Because then I know from the Monotone convergence theorem that it converges.
But I'm not sure how you would prove this.
The sequence is bounded, since
$$x_n = \frac{1}{n+1}+\frac{1}{n+2}+...+\frac{1}{2n-1}+\frac{1}{2n} \geq \frac{1}{2n}+\frac{1}{2n} + \cdots + \frac{1}{2n} = \frac12$$
and
$$x_n = \frac{1}{n+1}+\frac{1}{n+2}+...+\frac{1}{2n-1}+\frac{1}{2n} \leq \frac{1}{n+1}+\frac{1}{n+1} + \cdots + \frac{1}{n+1} = \frac{n}{n+1}\leq 1$$
To see whether it is monotonic, look at the sign of
$$x_n - x_{n-1}.$$
The expression $x_n-x_{n-1}$ should have a lot of things cancel out.