Integration of a exponential squared function

farmd684
Messages
48
Reaction score
0
Is it possible to integrate this function
\int {e^{x^2}} dx

<br /> \int \left (y^2) e^{y^2} dy<br />

The book says there is no direct method to solve this type of integrals but there is no hint how to solve this.Any one please help.

Thanks :)

Sorry for the latex code i have put the integration function code but its no coming up may be there is a mistake in the code.
 
Physics news on Phys.org
The functions are possible to integrate in the sense that given limits for the integral you can find the numerical value of it (as long as the limits are such that the integral doesn't diverge, which both of your examples would if a limit was \pm \infty), though you may need to do so using a numerical method.

The indefinite integrals are still integrable, however, there is no expression for either in terms of 'elementary functions' like e^(something), tan, cos, etc. Functions can be defined in terms of integrals. For example, the error function is defined as

\mbox{erf}(x) = \frac{2}{\sqrt{\pi}}\int_0^x dt~e^{-t^2}

(Note the minus sign in the exponential makes it different from your first example, at least for real valued x.)
 
oh i actually have limits i wanted to have a general solution of these type of problems and the actual problem goes like this
\int_{1}^{2} {y^2}{e^{1/y^2}}
 
Last edited:
No, it is NOT.

The derivative of
e^{1/y^2}
is
-\frac{2e^{1/y^{2}}}{y^{3}}

That is nothing like
y^2e^{1/y^2}

y^2 e^{1/y^2}
cannot be integrated in terms of elementary functions.
 
Note that

<br /> \int_{-\infty}^\infty \frac 1 {\sqrt{2 \pi \sigma^2}} e^{-\frac{(x-\mu)^2}{2\sigma^2}} \, dx = 1<br />

try dressing your integrals up as multiples of a specific normal density.
 
so is it really possible to solve
\int_{1}^{2} {y^2}{e^{1/y^2}}

Actually it is a part of double integral the double integral was

\int_{1}^{2}\int_{1}^{y^2}e^(x/y^2)dxdy
 
farmd684 said:
so is it really possible to solve
\int_{1}^{2} {y^2}{e^{1/y^2}}

It is possible to find the value using a computer to whatever number of digits you want. The corresponding definite integral does not have a solution in terms of elementary functions. The change of variables u = 1/y^2 will result in the integral of \sqrt{u}e^u, which has no closed form solution (in terms of elementary functions).
 
Back
Top