I made some efforts to set a closed form of primitive function of $ e^{x^{2}} $ i find
this function : $ f(x)=\frac{x}{2x^{2}-1}e^{x^{2}} $ where :
$f'(x)=(\frac{x}{2x^{2}-1}e^{x^{2}})'$= $\frac{4x^{4}-4x^{2}-1}{4x^{4}-4x^{2}+1}e^{x^{2}}$
my question is : can I take $ f(x)=\frac{x}{2x^{2}-1}e^{x^{2}} $ as a primitive function
of $ e^{x^{2}} $ if $x$ hold a big values ?
is there a function better then $ f(x)=\frac{x}{2x^{2}-1}e^{x^{2}} $ ?
thank you for any replies or any comments
As already mentioned, there is "closed form" of $\int e^{x^2}$, at least in terms of a collection of "basic functions". Now, when you ask if it is a good approximation for an antiderivative for large $x$, the answer is that it depends! Note: $$ \frac{4x^4 - 4x^2 - 1}{4x^4 - 4x^2 + 1} = 1 - \frac{2}{4x^4 - 4x^2 + 1} = 1 + O(x^{-4}). $$ Now, as a ratio: $$ \frac{\big(1+O(x^{-4})\big)\, e^{x^2}}{e^{x^2}} = 1+O(x^{-4}) \to 1 ~ \text{ as $x \to \infty$}. $$ However, as a difference $$ \big(1+O(x^{-4})\big)\,e^{x^2} - e^{x^2} = O(x^{-4})\, e^{x^2} \to - \infty ~\text{ as $x \to \infty$} $$ where we note that term $O(x^{-4})$ is negative. So, as a ratio, reasonably good; as a difference, it seems reasonably bad.