How do I show that $\int_0^\infty \frac{\sin(ax) \sin(bx)}{x^{2}} \, \mathrm dx = \pi \min(a,b)/2$

4.7k Views Asked by At

Recently I found a claim saying that $$ \int_0^\infty \left( \frac{\sin ax}{x}\right)\left( \frac{\sin bx}{x}\right) \mathrm{d}x= \pi \min(a,b)/2 $$ from what I can see this seems to be true. I already know that $\int_{0}^\infty \operatorname{sinc}xy\,\mathrm{d}y = \pi/2$, and so independant of $y$. My suspicion is that this is closely related to the integral above.

Can someone give me some suggestions for evaluating the integral above? Also are there any generalizations for the integral? Eg $$ \int_{0}^{\infty} \left( \prod_{k=1}^N \frac{\sin (a_k \cdot x)}{x} \right) \,\mathrm{d}x $$ Where $a_k, \cdots, a_N$ are arbitrary positive constants. It seems related to the Borwein Integral, but there are some subtle differences.

4

There are 4 best solutions below

3
On BEST ANSWER

One way is to to this by residues. Another way to integrate once by parts to get $$I=\int_0^{\infty}\frac{b\sin ax\cos bx+a\cos ax \sin bx}{x}dx,$$ then to use the formula $2\sin \alpha\cos\beta=\sin(\alpha+\beta)+\sin(\alpha-\beta)$ and the mentioned integral (note that your formula needs to be corrected on the left and on the right) $$\displaystyle \int_0^{\infty}\frac{\sin xy}{x}\,dx=\frac{\pi}{2}\mathrm{sgn}(y).$$ This gives \begin{align}I&=\frac{\pi}{4}\Bigl[b\,\mathrm{sign}(a+b)+b\,\mathrm{sign}(a-b)+a\,\mathrm{sign}(a+b)+a\,\mathrm{sign}(b-a)\Bigr]=\\ &=\frac{\pi}{4}\left(|a+b|-|a-b|\right), \end{align} For $a,b>0$ the last expression is obviously equal to $\pi\min\{a,b\}/2$.

1
On

In several steps:

  • Trigonometric relation $$\left( \frac{\sin ax}{x}\right)\left( \frac{\sin bx}{x}\right)=\frac{1-\cos(a+b)x}{2x^2}-\frac{1-\cos(a-b)x}{2x^2}$$
  • Dirichlet integral $$\int_0^\infty \frac{\sin \alpha t}{t}dt=\frac{\pi}{2}\mathrm{sgn}(\alpha)$$
  • Integration by parts $$\int_0^\infty\frac{1-\cos(\alpha)t}{t^2}=\alpha\int_0^\infty \frac{\sin \alpha t}{t}dt=\frac{\pi}{2}|\alpha|$$
  • Combine $$\int_0^\infty \left( \frac{\sin ax}{x}\right)\left( \frac{\sin bx}{x}\right) \mathrm{d}x=\frac{\pi}{4}(|a+b|-|a-b|)=\frac{\pi}{2}\min(a,b)$$
0
On

A very easy way to see this is to use Parseval's theorem for Fourier transforms. In general, Parseval's theorem states that, for two functions $f$ and $g$, each having respective FTs $\hat{f}$ and $\hat{g}$, related by

$$\hat{f}(k) = \int_{-\infty}^{\infty} dx \, f(x) \, e^{i k x}$$

etc., then

$$\int_{-\infty}^{\infty} dx \, f(x) \bar{g}(x) = \frac{1}{2 \pi} \int_{-\infty}^{\infty} dk \, \hat{f}(k) \bar{\hat{g}}(k)$$

The FT of $\sin{(a x)}/x$ is given by

$$\int_{-\infty}^{\infty} dx \, \frac{\sin{a x}}{x} e^{i k x} = \begin{cases} \pi & |k| \lt a \\ 0 & |k| \gt a\end{cases}$$

Similarly,

$$\int_{-\infty}^{\infty} dx \, \frac{\sin{b x}}{x} e^{i k x} = \begin{cases} \pi & |k| \lt b \\ 0 & |k| \gt b\end{cases}$$

By Parseval, we take the integral of the product of the transforms, which is the product of two rectangles. The product is clearly nonzero over the smaller of the two widths, i.e. $2 \min\{a,b\}$. Thus,

$$\int_{-\infty}^{\infty} dx \, \frac{\sin{a x}}{x} \, \frac{\sin{b x}}{x} = \frac{\pi^2}{2 \pi} 2 \min\{a,b\} $$

Therefore

$$\int_{0}^{\infty} dx \, \frac{\sin{a x}}{x} \, \frac{\sin{b x}}{x} = \frac{\pi}{2} \min\{a,b\}$$

0
On

First of all, we use compound angle formula and IBP. $$ \begin{aligned} & \int_{0}^{\infty} \frac{\sin (a x) \sin (b x)}{x^{2}} d x \\ =& \frac{1}{2} \int_{0}^{\infty}[\cos (a-b) x-(\sin (a+b) x] d\left(-\frac{1}{x}\right) \quad \text{(Via compound angle formula)}\\ \stackrel{IBP}{=} &-\left[\frac{1}{2 x}(\cos (a-b) x-\cos (a+b) x)\right]_{0}^{\infty}+\frac{1}{2} \int_{0}^{\infty} \frac{-(a-b) \sin (a-b) x}{x} d x \\\quad &+\frac{1}{2} \int_{0}^{\infty} \frac{(a+b) \sin (a+b) x}{x} d x \end{aligned} $$

Then using the famous formula $$ \int_{0}^{\infty} \frac{\sin k x}{x} d x=(\operatorname{sgn} k) \frac{\pi}{2}, $$

we can now conclude that $$ \begin{aligned} I &=\left\{\begin{array}{ll} \frac{1}{2}\left[\frac{-(a-b) \pi}{2}+\frac{(a+b) \pi}{2}\right] & \text { if } a \geqslant b \\ \frac{1}{2}\left[\frac{(a-b) \pi}{2}+\frac{(a+b) \pi}{2}\right] & \text { if } b>a \end{array}\right.\\ &=\left\{\begin{array}{ll} \frac{b \pi}{2} & \text { if } a \geqslant b \\ \frac{a \pi}{2} & \text { if } b>a \end{array}\right.\\ &=\frac{\min (a, b) \pi}{2} \end{aligned} $$