I'm trying to find
$$\int_0^\infty \sin \left( x^2 \right)\,dx$$
by the method of differentiation under the integral sign. The idea is to use differentiation with respect to $t$ on $A(t)$ — defined below — and then let $t$ approach infinity and take the square root to find the Fresnel integral.
Let
$$A(t) = \left( \int_0^t \sin(x^2)\,dx \right)^2$$
$$A'(t) = 2\sin(t^2) \int_0^t \sin(x^2)\,dx$$
Let $x=yt$
$A'(t) = 2\sin(t^2) \int_0^1 \sin(t^2y^2)t\,dy $
$A'(t) = \int_0^1 2t\sin(t^2)\sin(t^2y^2)\,dy $
$A'(t) = \int_0^1 t(\cos(t^2-t^2y^2)-\cos(t^2+t^2y^2))\,dy $
$A'(t) = \int_0^1 t(\cos(t^2(1-y^2))-\cos(t^2(1+y^2)))\,dy $
$A'(t) = \frac{1}{2}\int_0^1 \frac{\partial}{\partial t} (\frac{\sin(t^2(1-y^2))}{1-y^2}-\frac{\sin(t^2(1+y^2))}{y^2+1})\,dy $
$A'(t) = \frac{1}{2}\frac{\text{d}}{\text{d}t}\int_0^1 \frac{\sin(t^2(1-y^2))}{1-y^2}-\frac{\sin(t^2(1+y^2))}{y^2+1} \, dy $
By the Fundamental Theorem of Calculus:
$\int A'(t)\,dt + C = A(t)$
If we take the limit as $\lim_{t\to 0}$:
EDIT: $\lim_{t\to 0} \int{A'(t)dt} + C = \lim_{t\to 0}A(t)$
$\lim_{t\to 0} \int{A'(t)dt} = 0$ and $\lim_{t\to 0}A(t) = 0$
So $0 + C = 0$ and $C=0$
Thus, $\int A'(t)\,dt = A(t)$,
But, if we take the limit as $\lim_{t\to \infty}$:
EDIT: $\lim_{t\to \infty} \int{A'(t)dt} = \lim_{t\to \infty}A(t)$
I haven't been able to confirm it, but I am pretty sure from numerical calculations that $\lim_{t\to \infty} \int{A'(t)dt} = 0$.
But we know that $\lim_{t\to \infty}A(t)$ should be $\pi/8$.
And $0\neq \pi/8$.
I may have made a simple algebra or calculus mistake, but I haven't caught it.
You help is very much appreciated.
I believe that C should equal $\pi/2$, but I don't think that step is the mistake (please correct me if I'm wrong).
– DeltaEffects May 22 '15 at 02:49