I am trying to evalute the two following integrals
$$ I_1 = \int_0^\infty x \cos (x^3) \, \mathrm{d}x \quad \text{and} \quad I_2 = \int_0^\infty x \sin (x^3) \, \mathrm{d}x$$
I already know the numerical values, they are respectively
$$ I_1 = \frac{1}{6}\Gamma\left( \frac{2}{3} \right) \quad \text{and} \quad I_2 = \frac{1}{2\sqrt{3}}\Gamma\left( \frac{2}{3} \right) $$
Any ideas? I saw this on another forum and tried a few contours, but alas nothing worked. Thanks in advance =)
Here's one approach:
Consider the integral $$I_1+i I_2 = \int_0^{\infty} x e^{i u^3} du$$ With a change of variables $t = u^3$,
$$I_1+i I_2 = \frac{1}{3} \int_0^{\infty} t^{-\frac{1}{3}} e^{i t} \; dt$$ Since $\lim_{\sigma \downarrow 0} e^{(-\sigma + i)t} = e^{i t}$, we can write $$I_1+i I_2 = \lim_{\sigma \downarrow 0} \frac{1}{3} \int_0^{\infty} t^{-\frac{1}{3}} e^{(-\sigma + i)t} \; dt.$$
However, since the inner integral is just the Laplace transform of $t \mapsto t^{-\frac{1}{3}}$ evaluated at $s=\sigma - i$, we have $${I_1} + i{I_2} = \mathop {\lim }\limits_{\sigma \downarrow 0} \frac{1}{3}\frac{{\Gamma \left( {1 - \frac{1}{3}} \right)}}{{{{(\sigma - i)}^{1 - \frac{1}{3}}}}} = \frac{1}{3}\frac{{\Gamma \left( {\frac{2}{3}} \right)}}{{{{( - i)}^{\frac{2}{3}}}}} = \frac{1}{3}\Gamma \left( {\frac{2}{3}} \right)\left( {\frac{1}{2} + i\frac{{\sqrt 3 }}{2}} \right)$$ from which you get the desired result (with appropriate correction for $I_1)$.