Given the function $$f(x)=\int_0^1 \frac{e^{-x^2(t^2+1)}}{1+t^2} dt $$ I wanna calculate $f'(x)$ as simple as possible.
My attempt:
We know that: $erf(x)=\frac{2}{\sqrt \pi}\int_0^xe^{-t^2}dt$
Put $u=t^2+1$ than: $$f(x)=\int_1^2 \frac{e^{-x^2u}}{ u} du=\int_1^2 \frac{e^{-x^2(\sqrt u)^2}}{ u} du=\int_1^2 \frac{(e^{-\sqrt u^2})^{x^2}}{u} du\overset{*}{=}\int_{x^2}^2 \frac{e^{-u}}{ u} du=-\int_2^{x^2} \frac{e^{-u}}{ u} du$$
Not sure if $(*)$ holds and if so, whether it's the gamma function $-\Gamma(0,x)$ or the exponential integral $E_1(x)$
I just need a little hint because I wanted to express it in terms of the error function, if possible :(