$I(\alpha)=\int_\limits{0}^{\infty}\frac{\sin(\alpha x)}{x}dx$

152 Views Asked by At

Prove $$I(\alpha)=\int_\limits{0}^{\infty}\frac{\sin(\alpha x)}{x}dx$$ converges uniformly for $0<a\leqslant \alpha\leqslant b$ and it does not converge uniformly for $0\leqslant \alpha\leqslant b$

I know that $\int_\limits{0}^{\infty}\frac{\sin( x)}{x}dx=\frac{\pi}{2}$. If I take $I(\alpha)=\int_\limits{0}^{\infty}\frac{\sin(\alpha x)}{x}dx$ and do the following substitution:$ u=\alpha x$, I get $\int_\limits{0}^{\infty}\frac{\sin(u)}{u}du=\frac{\pi}{2}$. However I am not proving what I intended. I have thought of comparison test but I have not come up with a solution.

Question:

What do you think of the problem? How should I solve it?

Thanks in advance!

1

There are 1 best solutions below

0
On BEST ANSWER

Firstly, we have to be careful. The observation $$\int_0^{+\infty} \frac{\sin \alpha x}{x} = \int_0^{+\infty} \frac{\sin x}{x} = \frac{\pi}{2}$$ only holds if $\alpha \ne 0$ since we cannot divide by $0$. Otherwise, $$\int_0^{+\infty} \frac{\sin \alpha x}{x} = 0$$ as we are integrating the zero function. In fact, this very degeneracy will help us to establish the result.


Now the improper integral $$\int_0^{+\infty} \frac{\sin \alpha x}{x} = \frac{\pi}{2} \text{ or } 0$$ In particular it exists, so we may take any $(c_n) \to 0$ and $(d_n) \to +\infty$ with $0 < c_n < d_n$ and conclude $$\lim_n \int_{c_n}^{d_n} \frac{\sin \alpha x}{x} = \int_0^{+\infty} \frac{\sin \alpha x}{x}$$ Therefore, we can reformulate the question more precisely as follows:

Let $0 < a < b$ and $(c_n) \to 0$, $(d_n) \to +\infty$ with $0 < c_n < d_n$ such that $$f_n(\alpha) = \int_{c_n}^{d_n} \frac{\sin \alpha x}{x}$$ and $$f(\alpha) = \lim_n \int_{c_n}^{d_n} \frac{\sin \alpha x}{x}$$ Then $(f_n) \rightrightarrows f$ on $[a, b]$ but not on $[0, b]$


To show $(f_n) \rightrightarrows f$ on $[a, b]$, it suffices to show $(||f_n - f||_\sup) \to 0$

Now $$\begin{align} ||f_n - f||_\sup &= \sup_{\alpha \in [a, b]} |f_n(\alpha) - f(\alpha)| \\ &= \sup_{\alpha \in [a, b]} \left| \int_{c_n}^{d_n} \frac{\sin \alpha x}{x} - \int_0^{+\infty} \frac{\sin \alpha x}{x} \right| \\ &= \sup_{\alpha \in [a, b]} \left| \int_{c_n}^{d_n} \frac{\sin x}{x} - \frac{\pi}{2} \right| \\ &= \left| \int_{c_n}^{d_n} \frac{\sin x}{x} - \frac{\pi}{2} \right| \to 0 \text{ as } n \to +\infty \end{align}$$ The above argument uses change of variables, $\alpha > a > 0$ and the fact that $$\left( \int_{c_n}^{d_n} \frac{\sin x}{x} \right) \to \frac{\pi}{2}$$


It remains to show $(f_n) \not \rightrightarrows f$ on $[0, b]$

Observe that $$f(\alpha) = \begin{cases} \frac{\pi}{2} & \text{ on } (0, b] \\ 0 & \text{ at } 0 \end{cases}$$ is discontinuous. Since uniform limit of continuous functions is continuous, it suffices to show $(f_n)$ are continuous, i.e. for all $\beta \in [0, b], \varepsilon > 0$ we can find $\delta > 0$ such that for all $\alpha \in [0, b] \cap (x - \delta, x + \delta)$ we have $$\left| \int_{c_n}^{d_n} \frac{\sin \alpha x}{x} - \int_{c_n}^{d_n} \frac{\sin \beta x}{x} \right| < \varepsilon$$ Maybe there is a cleverer method but I cannot think of one now. I will leave you to check this. You may need to use $\sin \alpha - \sin \beta = 2 \sin \frac{\alpha - \beta}{2} \cos \frac{\alpha + \beta}{2}$ and $|\sin x| \le |x|$ to bound stuff, feel free to ask for help. So we are done!