metrictensor
- 117
- 1
Does anyone know how to go about solving
[itex]\int e^{(x^{2})} dx[/itex]
[itex]\int e^{(x^{2})} dx[/itex]
The discussion revolves around the integral of the exponential function, specifically the integral \(\int e^{(x^{2})} dx\). Participants explore techniques for solving this integral, including the use of special functions like the error function (erf), and discuss the implications of the lack of an elementary solution.
Participants generally agree that the integral does not have an elementary solution, but there is disagreement regarding the availability of tabulated values for the error function in complex arguments.
Participants reference the need for numerical methods or tables for evaluating the integral, indicating limitations in analytical solutions. The discussion also highlights the reliance on specific definitions and the context of the error function.
This is helpful. I have the bounds. Thaks. It is weird that there is no analytical solution to something that looks so simple. I did write a taylor series and integrated that to get an infinite sum that is equal to the integral. It is:Data said:not expressible in terms of elementary functions. Using the "special" function, [itex]\mbox{erf} (x)[/itex] (the "error function", defined by [itex]\mbox{erf}(x) = 2/\sqrt{\pi} \int_0^x e^{-t^2} \ dt[/itex]), you can express the integral in this way, though:
[tex]\int e^{(x^2)} \ dx = -\frac{i\sqrt{\pi}}{2}\mbox{erf}(ix)+C.[/tex]
Essentially what this means is that you either have to compute definite integrals with this integrand numerically, or look up values on tables for the error function.