I'm having lots of troubles while trying to find the second order derivatives of this integral... I don't think it admits a solution...
$$\int_{-\infty}^{\frac{x^2}{2}} e^{-(x^2+1)t^2} dt$$
Since I'm trying to compute its second order derivative w.r.t. $x$, after applying the rule for differentiation in the integral sign once, when I try to apply it for the second time, the argument of the integral goes to infinity... Can anyone help? Maybe there's some trivial substitution that I'm missing... Even if this differentiation doesn't seems trivial at all, at least for me...
I have no idea how you did this that would make your integrand go infinite.
$$f\left(x\right)\equiv\int_{-\infty}^{\frac{x^{2}}{2}}e^{-\left(x^{2}+1\right)t^{2}}dt$$
$$\frac{df}{dx}=xe^{-\left(x^{2}+1\right)\left(x^{2}/2\right)^{2}}+\int_{-\infty}^{\frac{x^{2}}{2}}-2xt^{2}e^{-\left(x^{2}+1\right)t^{2}}dt$$ $$=xe^{-\left(x^{6}+x^{4}\right)/4}+\int_{-\infty}^{\frac{x^{2}}{2}}-2xt^{2}e^{-\left(x^{2}+1\right)t^{2}}dt$$
$$\frac{d^{2}f}{dx^{2}}=\left(1-x\frac{6x^{5}+4x^{3}}{4}\right)e^{-\left(x^{2}+1\right)x^{4}/4}+x\left(-2x\left(\frac{x^{2}}{2}\right)^{2}e^{-\left(x^{2}+1\right)x^{4}/4}\right)+\int_{-\infty}^{\frac{x^{2}}{2}}\left(-2t^{2}e^{-\left(x^{2}+1\right)t^{2}}+4x^{2}t^{4}e^{-\left(x^{2}+1\right)t^{2}}\right)dt$$
$$=\left(1-x^{4}-2x^{6}\right)e^{-\left(x^{2}+1\right)x^{4}/4}+\int_{-\infty}^{\frac{x^{2}}{2}}\left(-2t^{2}+4x^{2}t^{4}\right)e^{-\left(x^{2}+1\right)t^{2}}dt$$
This integrand does not go infinite. Are you worried about the $t^4$ as $x\rightarrow-\infty$? Don't be. The exponential in guaranteed to shrink at large t faster than $t^n$ grows for any finite n. So your integrand actually goes to 0 at large t.