1

How to find limit of $\sum\limits_{k = 1}^{n - 1}(1 + \frac{k}{n})sin\frac{k\pi}{n^2}$

What i should to do then see sums like this?

1 Answers1

3

Using Taylor Lagrange inequality we have

$$\left\vert\sin\left(\frac{k\pi}{n^2}\right)-\frac{k\pi}{n^2}\right\vert\le \frac{M}{n^3}$$ so with this inequality we prove that the desired limit is equal to

$$\lim_{n\to\infty}\frac1n\sum_{k=1}^{n-1}\left(1+\frac kn\right)\frac{k\pi}n=\int_0^1(1+x)\pi xdx$$ using the Riemann sum.

user296113
  • 7,570