The question below is really bugging me ...Given that the following function,
$$f(x) = \Theta(x + 1) - \Theta(x - 1)\,,$$
(where $\Theta(x)$ is the Heaviside step function) has a Fourier transform:
$$\widetilde{f}(k) = 2\frac{\sin k}{k}$$
where in this case we define the Fourier transform as
$$\widetilde{f}(k) = \int_{-\infty}^{\infty} f(x) e^{-ikx}\,dx\,,$$
evaluate the following integral:
$$\int_{-\infty}^{\infty}\frac{\sin^2x}{x^2}\,dx\,.$$
So far, I've considered that the Fourier transform of $c(x) = f(x) \ast g(x)$ (with '$\ast$' denoting convolution) is equal to $\widetilde{c}(k) = \widetilde{f}(k) \widetilde{g}(k)$ by the convolution theorem, hence if $g(x) = f(x)$, this gives a starting point. I have so far failed to manipulate any integrals into the correct form, though!
I feel like the solution is much simpler than I am imagining it to be ...
You have the inverse Fourier transform $$\frac{1}{2\pi}\int\limits_{-\infty}^{+\infty} \tilde{f}(k)^2 e^{ikx} dk = \mathcal{F}^{-1}[\tilde{f}(k)^2] = f(x) * f(x) = \int\limits_{-\infty}^{+\infty} f(y)f(x-y) dy$$ where the right-hand side is the convolution product. Setting $x=0$ you get $$\frac{1}{2\pi}\int\limits_{-\infty}^{+\infty} \tilde{f}(k)^2 dk = \int\limits_{-\infty}^{+\infty} f(y)f(-y) dy = 2$$ where the evaluation is obtained by explicitly computing the integral of products of theta functions. Then, simpligying gives $$4 \pi = \int\limits_{-\infty}^{+\infty} \tilde{f}(k)^2 dk = 4 \int\limits_{-\infty}^{+\infty}\frac{\sin^2 k}{k^2} dk$$ and therefore $$\int\limits_{-\infty}^{+\infty}\frac{\sin^2 x}{x^2} dx = \pi \, . $$