How do I calculate the limit $$\lim_{n \to \infty}\frac{1}{n}\sum_{r=1}^{n}\sin^2\frac{r}{n}$$ It looks like a Riemann sum without the limit, but I don't have a really good understanding of Riemann sum so I'm stuck.
I guess $\Delta x = \frac{1}{n}$, and $f(x)=\sin^2\frac{x}{n}$. Then maybe I have to use (from my textbook)
$$Riemann\ Sum =\frac{b-a}{n} \sum_{k=1}^n f\left(a + (b-a)\frac{k}{n}\right)$$ to obtain $a$ and $b$, which would be used as $\int_{a}^{b}f(x)$?
So $b-a = 1$, and $x=a + (b-a)\frac{k}{n}$? How do I do this?