It is well-known that $$ \int_0^\infty \dfrac{\sin x}{x}dx = \dfrac{\pi}{2} $$ Let $$ f(t) = \int_0^\infty \dfrac{\sin x}{x + t}dx \ \forall t > 0 $$ I want to know if $$ \lim_{t \downarrow 0} f(t) = \dfrac{\pi}{2} $$
From Wolfram Alpha, this is indeed true. However, the answer it gives is via the cosine integral function and sine integral function. I wonder if whether we can show this solely by convergence theorem. I tried to bound the integrand by $\left\vert \dfrac{\sin x}{x} \right\vert$ but this is not Riemann integrable on $(0, \infty)$. Any hints would be appreciated, thank you
Here's the full answer based on @RobertZ's comment. We have $$ \begin{align*} \left\vert f(t) - \int_0^\infty \dfrac{\sin x}{x}dx \right\vert &= \left\vert t\int_0^\infty \dfrac{\sin x}{x(x + t)}dx \right\vert\\ &\le t \int_0^1 \left\vert \dfrac{\sin x}{x} \right\vert \dfrac{1}{x + t}dx + t \int_1^\infty \vert \sin x \vert \dfrac{1}{x(x + t)}dx\\ &\le t \int_0^1 \dfrac{dx}{x + t} + t \int_1^\infty \dfrac{dx}{x(x+t)}\\ &= t \ln\left(\dfrac{t + 1}{t}\right) + \ln(1 + t) \xrightarrow{t \downarrow 0} 0 \end{align*} $$ Therefore, $$ \lim_{t \downarrow 0} \int_0^\infty \dfrac{\sin x}{x + t}dx = \int_0^\infty \dfrac{\sin x}{x}dx = \dfrac{\pi}{2} \hspace{0.5cm}\blacksquare $$