The problem is to evaluate the improper integral $I = \int_0^{\infty} \frac{\sin xt \sin yt \cos zt}{t^2} dt$.
This can be written as $\int_0^{\infty} dt \int_0^y \frac{\sin xt \cos st \cos zt}{t} ds$, noting that $\int_0^y \cos(st) ds = \frac{\sin yt}{t}$.
I want to interchange the order of the two integrals for $I$ show that:
$$I = \int_0^{\infty} dt \int_0^y \frac{\sin xt \cos st \cos zt}{t} ds = \int_0^y ds \int_0^{\infty} \frac{\sin xt \cos st \cos zt}{t} dt$$
I know how to evaluate the second integral. The integrand can be rewritten using the product to sum trigonometric identities to get:
$$f(s) = \int_0^{\infty} \frac{\sin xt \cos st \cos zt}{t} dt = \frac14 \int_0^{\infty} \frac{\sin((x+||s|-|z||)t)}{t} + \frac{\sin((x-||s|-|z||)t)}{t} +$$ $$\frac{\sin((x+||s|+|z||)t)}{t} + \frac{\sin((x-||s|+|z||)t)}{t} dt$$
It is well known that $ \int_0^{\infty} \frac{\sin xt}{t} dt =\frac{\pi}{2}$ sgn $x$, so we can provide an explicit expression for the integral.
In order to interchange the integrals for $I$, don't I have to show that $f(s) = \int_0^{\infty} \frac{\sin xt \cos st \cos zt}{t} dt$ converges uniformly on the interval {$0 \le s \le y$}. But $ g(x) = \int_0^{\infty} \frac{\sin xt}{t} dt$ does not converge uniformly on any interval that contains $0$ and $f(s)$ contains four integrals of this form.
So I don't know how to show that I can interchange the order of the integrals or if it even valid to do so.
$$\int_0^{\infty} \frac{cos(t)-1}{t^2}dt = \int_0^{\infty} dt \int_0^1 -\frac{sin(st)}{t}ds = \int_0^1 ds \int_0^{\infty}-\frac{sin(st)}{t}dt = -\frac{\pi}2$$
Since $f(s) = \int_0^{\infty}-\frac{sin(st)}{t} dt$ is not continuous at $0$ and hence convergence is not uniform, the interchange of the order of integration is suspect even though it gives the correct answer.
– larryh Feb 03 '16 at 10:39$$\int_0^{\infty} dt \int_a^1 -\frac{sin(st)}{t}ds = \int_a^1 ds \int_0^{\infty}-\frac{sin(st)}{t}dt = -\frac{\pi}2(1-a)$$
In the limit, as $a \rightarrow 0$, I get the desired result. Is this a valid proof?
– larryh Feb 03 '16 at 11:13