Show that $\lim\limits_{n \to +\infty}(\sin(\frac{1}{n^2})+\sin(\frac{2}{n^2})+\cdots+\sin(\frac{n}{n^2})) = \frac{1}{2}$

Show that the sequence defined as $$x_n = \sin\left(\frac{1}{n^2}\right)+\sin\left(\frac{2}{n^2}\right)+\cdots+\sin\left(\frac{n}{n^2}\right)$$ converges to $\frac{1}{2}$.

My attempt was to evaluate this limit by using squeeze theorem. I managed to show that $x_n < \frac{n+1}{2n}$ by using $\sin(x) < x$, but I haven't been able to find a sequence smaller than $x_n$ that also converges to $\frac{1}{2}$. I tried showing by induction that $x_n > \frac{1}{2}-\frac{1}{n}$, but I got nowhere with that.

Any help would be appreciated.


Solution 1:

Start with $x-x^3/6<\sin(x)<x$; there are many nice proofs here.

Then we have $$ \sum_{k=1}^{n}(k/n^2)-(k/n^2)^3/6 <\sum_{k=1}^{n}\sin(k/n^2) < \sum_{k=1}^{n}k/n^2 $$Using the fact that $\sum_{k=1}^{n}k^p = \frac{n^{p+1}}{p+1}+\text{ lower order terms}$, we have $$ \frac{n^2+\cdots}{2 n^2}- \frac{n^4+\cdots}{24 n^6} <\sum_{k=1}^{n}\sin(k/n^2) < \frac{n^2+\cdots}{2 n^2}, $$and the result follows by squeezing. We can actually do a bit better with the sums using closed-form identites: $$ \frac{n^2+n}{2 n^2}- \frac{n^4+2n^3+n^2}{24 n^6} <\sum_{k=1}^{n}\sin(k/n^2) < \frac{n^2+n}{2 n^2} $$

Solution 2:

For a given $x_n$, the largest argument inside of $\sin$ is $1/n$. You can bound $\sin$ on $[0,1/n]$ by below with the linear function that passes by $(0,0)$ and $(1/n,\sin(1/n)$. You can therefor bound $x_n$ by below with

$$y_n=(n\sin(1/n))(\sum_{k=1}^n \frac{k}{n^2})=\frac{\sin(1/n)(n+1)}{2}. $$

As $n \to \infty$, $y_n \to 1/2$.

Hope this helps!

Solution 3:

If you do not know Taylor series, use the equivalent $$\sin(x)\sim x \qquad \text{when} \qquad x \text{ is small}$$

So $$x_n \sim \frac {1} {n^2}+\frac {2} {n^2}+\cdots+\frac {n-1} {n^2}+\frac {n} {n^2}=\frac {1+2+\cdots+(n-1)+n} {n^2}$$

I am sure that you can take it from here.

Solution 4:

If questioner or others have not encountered Taylor series yet, it is notable that an elementary trig identity (for the sin of a sum) applied to the $k$th term in the series can be shown to be $k$ times the first term in the series, thus it can be deduced that the limit of the series is equal to the limit of $$\frac{n(n+1)}{2}\cdot \sin(1/n^2)$$ Therefore, the limit becomes $$\frac{1}{2}\cdot \lim (u\cdot \sin(1/u)) = \frac{1}{2}$$

Solution 5:

Because $\sin x$ is convex on $x \in (0, \pi)$ then the sum of $\sin (kx)$ inside that interval will be not less than $n$ times the linear average on the secant $(\sin x+sin (nx))/2$ and not greater than $n$ times the linear average on the tangent $n \sin((n+1)/2 x)$, so in this case

$$ \eqalign{ & n\left( {{{\sin \left( {1/n^{\,2} } \right) + \sin \left( {n/n^{\,2} } \right)} \over 2}} \right) \le x_{\,n} = \cr & = \sin \left( {{1 \over {n^{\,2} }}} \right) + \sin \left( {{2 \over {n^{\,2} }}} \right) + \cdots + \sin \left( {{n \over {n^{\,2} }}} \right) \le n\sin \left( {{{\left( {n + 1} \right)/2} \over {n^{\,2} }}} \right) \cr} $$