For each natural number $n$, let $$ x_n \colon= \frac{1}{\sqrt{n}} \left( \frac{1}{\sqrt{1}} + \frac{1}{\sqrt{2}}+ \cdots + \frac{1}{\sqrt{n}} \right). $$
Then is the sequence $\left( x_n \right)_{n \in \mathbb{N} }$ convergent? And if so, then how to find the limit of this sequence?
I'm just not sure how to proceed.
This sequence does converge. For every positive integer $n$, since $x \mapsto 1/\sqrt{x}$ is decreasing, we have $$ \int_0^{n} \frac{dx}{\sqrt{x}} > \sum_{k=1}^n \frac{1}{\sqrt{k}} >\int_1^{n+1} \frac{dx}{\sqrt{x}} \\ 2 \sqrt{n} > \sum_{k=1}^n \frac{1}{\sqrt{k}} >2 (\sqrt{n+1}-1) \\ 2 >\frac{1}{\sqrt{n}}\sum_{k=1}^n \frac{1}{\sqrt{k}} >2\left(\sqrt{1+\frac{1}{n}}-\frac{1}{\sqrt{n}}\right) \to 2 $$ as $n \to \infty$.