0

I am asked to calculate $\displaystyle \lim_{n\rightarrow\infty} \int_n^{n+1}\frac{\sin x} x \, dx$.

Before letting the $\lim$ to confuse me I used integration by parts, but it didn't get me far.

Any hint?

wythagoras
  • 25,026
Whyka
  • 1,953

3 Answers3

3

There are a couple of answers already but I'll provide the simple one that was alluded to in comments. For all $x\in[n,n+1]$, $|\frac{\sin x}x|\le\frac1n$ and so $|\int_n^{n+1}\frac{\sin x}x\,\mathrm dx|\le\frac1n\to0$.

Jason
  • 15,438
0

If you permit special functions, $\int \frac{\sin x}{x}dx = \text{Si}(x)$. Further, there is the well known identity $\displaystyle\lim_{x \to \infty} \text{Si}(x) = \frac{\pi}{2}$. From this, we get $$\lim_{n\rightarrow\infty} \int_n^{n+1}\frac{\sin x} x \, dx = \lim_{n \to \infty} [\text{Si}(n+1)-\text{Si}(n)]$$ We can see that the growth of $n$ in the first sine integral overtakes the addition by 1, so we get $$= \lim_{n \to \infty} [\text{Si}(n)-\text{Si}(n)] = \color{red}{0}$$

For proofs of the above identity, see here. While the proofs are not that hard to grasp, they are often long in length and are great in number; as such I leave the proof-checking to you.

  • The "well known identity" you quote implies the result immediately, but requires a fair bit more to prove. For this reason I don't think using the function $\text{Si}(x)$ is appropriate here. – Jason Oct 03 '15 at 04:41
  • @Jason I have encountered the identity often, and I thus consider it fairly "well known", especially compared to other identities of trig integrals. Nevertheless, you can probably show this integral without needed show that Si$(\infty) = \frac{\pi}{2}$ as long as you can show that the integral converges to a finite value. I'll agree your solution is probably better as an elementary answer however, and is simpler to show a full proof of. – Brevan Ellefsen Oct 03 '15 at 04:48
0

Let $y = x-n \Rightarrow dx = dy \Rightarrow \displaystyle \int_{n}^{n+1} \dfrac{\sin x}{x} dx = \displaystyle \int_{0}^1 \dfrac{\sin(y+n)}{y+n}dy$. We treat this as Lebesgue integral, and the function $\dfrac{\sin(y+n)}{y+n}$ is dominated by $1$ which is integrable over $[0,1]$ because $\sin(y+n) \leq 1 \leq y+n, y \geq 0 \Rightarrow \displaystyle \lim_{n\to \infty} \int_{n}^{n+1}\dfrac{\sin x}{x}dx = \displaystyle \lim_{n\to \infty} \int_{0}^1 \dfrac{\sin(y+n)}{y+n}dy=\displaystyle \int_{0}^1 \lim_{n\to \infty} \dfrac{\sin(y+n)}{y+n}dy=\displaystyle \int_{0}^1 0 dy = 0$

DeepSea
  • 77,651