How can I calculate this limit: $$\lim_{n\to \infty} \Bigg(\sum_{i=1}^n{ \frac{1}{\sqrt{ \vphantom{1}i \cdot n}} } \Bigg)$$
Note: I think it has something to do with some Riemann sum, but I can't get anywhere, I tried to set $n$ as the number summands and $\frac1n$ as the width of each part. But that doesn't help; it gives: $\frac1n\sum\frac{\sqrt{n}}{\sqrt{i}}$
You're on the right track. Just think of ${1\over n}\sum{\sqrt n\over\sqrt i}$ as ${1\over n}\sum f(i/n)$ with $f(x)={1\over\sqrt x}$. Can you take it from there?