Find the limit of $$ \lim_{n \to \infty} \left( \sin \frac{n}{n^2+1^2} + \sin \frac{n}{n^2+2^2} + \dotsb + \sin \frac{n}{n^2+n^2} \right) $$
I think it is a Riemann Integral but I didn't find the expression of Riemann Integral.
Find the limit of $$ \lim_{n \to \infty} \left( \sin \frac{n}{n^2+1^2} + \sin \frac{n}{n^2+2^2} + \dotsb + \sin \frac{n}{n^2+n^2} \right) $$
I think it is a Riemann Integral but I didn't find the expression of Riemann Integral.
For $n\gg 0$, $\frac{n}{n^2+k^2}\approx 0$ and hence $\frac{\sin\frac{n}{n^2+k^2}}{\frac n{n^2+k^2}}\approx 1$. This allows us to forget about the sine. Then the summands become $$ \frac{n}{n^2+k^2}=\frac1n\cdot\frac{n^2}{n^2+k^2}=\frac1n\frac{1}{1+(k/n)^2}=\frac{f(k/n)}n$$ with $f(x)=\frac1{1+x^2}$, and there you have your Riemann sum
Use the inequality for $x \in (0, \pi/2)$: $$x\cos x < \sin x < x.$$ The upper bound of the summation is $$\sum_{i = 1}^n \frac{n}{n^2 + i^2}.\tag{1}$$ While since $\cos x$ is decreasing on $(0, \pi/2)$, a lower bound of the summation is $$\cos\left(\frac{n}{n^2 + 1}\right)\sum_{i = 1}^n \frac{n}{n^2 + i^2}. \tag{2}$$ Since $\lim_{n \to \infty} \cos(n/(n^2 + 1)) = 1$, $(1)$ and $(2)$ have the same limit as $n \to \infty$. The squeeze principle then identifies the limit of the original sum is the same as the limit of $(1)$, which you can handle it with Riemann sum.