I'm working on proving the convergence of the below integral, the value of which I know to be $\displaystyle \frac{\pi}{2}$. $$ \int_0^\infty\frac{\sin x}{x}dx $$ I'm also well aware that this question has been answer several times on this site. Yet, I'm writing this as a question because I've tried the below method which looks (to me) like it has some hope, yet I'm not able to see it.
Note: I'm trying to find a proof with the following constraints:
- No using of vector calculus or multiple integrals
- No using of techniques of infinite sequence and series
- I've just been introduced to improper integrals and hence could only use the direct comparison or limit comparison tests or something elementary like that.
My Proof:
Consider
$$
\begin{aligned}
I &= \int_a^\infty\frac{\sin x}{x}dx \\
&= \lim_{b\rightarrow\infty}\int_a^b\frac{\sin x}{x}dx\\
&= -\lim_{b\rightarrow\infty}\left[\frac{\cos x}{x}\right]_a^b-\lim_{b\rightarrow\infty}\int_a^b\frac{\cos x}{x^2}dx \\
&= \frac{\cos a}{a}-\lim_{b\rightarrow\infty}\int_a^b\frac{\cos x}{x^2}dx \\
\end{aligned}
$$
Now
$$
\lim_{b\rightarrow\infty}\int_a^b\frac{\cos x}{x^2}dx \leq \lim_{b\rightarrow\infty}\int_a^b\frac{dx}{x^2}=\frac{1}{a}
$$
Hence we have
$$
\lim_{b\rightarrow\infty}\int_a^b\frac{\cos x}{x^2}dx =\frac{1}{a}-h \text{ | }h\geq0
$$
Substituting this result back to $I$, we get
$$
I=\frac{\cos a}{a}-\left[\frac{1}{a}-h\right]=\frac{\cos a-1}{a}+h
$$
Now $$ \begin{aligned} \int_0^\infty\frac{\sin x}{x}dx &= \lim_{a\rightarrow0}\int_a^\infty\frac{\sin x}{x}dx \\ &= \lim_{a\rightarrow0}\frac{\cos a-1}{a}+h \\ &= h \end{aligned} $$
This looks neat, but since $h$ is not bound on the other end, I don't see how I could proceed.