What's the integral of (e^x2) ?

Status
Not open for further replies.

time_search

Junior Member level 3
Joined
Feb 22, 2010
Messages
25
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
jordan
Activity points
1,454
integration of( e^x2)...does it have an integration?
 

Re: integration

According to integrals.com it's

Sqrt[Pi] Erfi[x]
----------------
2

where Erfi is the imaginary error function.
 

Re: integration

I dont believe there is a nice closed form integral for exp(x^2). So you will have to resort to numerical integration. However if you are in need or integrating a gaussian follow this link as it provides the proof as well.

https://en.wikipedia.org/wiki/Gaussian_integral
 

integration

Use Matlab and type

syms y x
y = int(exp(x^2))

u'll get

-1/2*i*pi^(1/2)*erf(i*x)

wich erf is the error function, ..

Hope it Works, ..
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…