I am somewhat stuck in my calculations when determining if sequence has an upper bound.
The sequence $$x_n = \frac{1}{n+1}+\frac{1}{n+2}+..+\frac{1}{2n-1}+\frac{1}{2n}$$ Is equal to $$\frac{1}{n}(\frac{1}{1+\frac{1}{n}}+\frac{1}{1+\frac{2}{n}}+..+\frac{1}{1+\frac{n}{n}})$$
And so I notice that all the denominators are greater than 1, which means that all terms in the parentheses are less than 1.
But how can I determine further if there is an upper bound?
The largest term is the first, so an obvious upper bound is to set all terms equal to the first one and get $$ x_n < \frac{n}{n+1} <1. $$
You could also say that, since the last term is the smallest, one has $$ x_n > \frac{n}{2n} = \frac 12, $$
which means that $\frac 12 < x_n < 1, n \in \mathbb{N}$.