Solve Gaussian Integral: e^(-x^2)

cragar
Messages
2,546
Reaction score
3
can some one tell me how to go about solving the gaussian integral
e^(-x^2) I know it has no elementary integral . but i was told the improper integral from -inf to positive inf can be solved and some said that i haft to do it complex numbers or something and help would be great , this is not a homework question.
 
Physics news on Phys.org
\int_{- \infty} ^{\infty} e^{-x^2} dx = 2 \int_0 ^{\infty} e^{-x^2} dx


Write I as ∫e-x2 dx

If you change the variable x for y and then multiply the two I's you will get


I^2 = (\int_0 ^{\infty} e^{-x^2} dx)(\int_0 ^{\infty} e^{-y^2} dy)

this is the same as

I^2= \int_0 ^{\infty} e^{-x^2-y^2}dxdy

Convert to polar coordinates now.
 
cragar said:
can some one tell me how to go about solving the gaussian integral
e^(-x^2) I know it has no elementary integral . but i was told the improper integral from -inf to positive inf can be solved and some said that i haft to do it complex numbers or something and help would be great , this is not a homework question.

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

Why don't you search by yourself before asking?
 
The Gaussian integral is not one that you can do with contour integrals (complex numbers)*. Typically to evaluate it you consider

I = \int_{-\infty}^\infty dx~e^{-x^2};
then,

I^2 = \int_{-\infty}^\infty dx~e^{-x^2} \int_{-\infty}^\infty dy~e^{-y^2} = \int_{0}^{2\pi} d\theta \int_{0}^\infty dr r e^{-r^2}
and evaluating.

An intro calculus textbook should treat this example more carefully and rigorously than I've written (identifying (x,y) \in (-\infty,\infty) \mbox{U} (-\infty,\infty) with (r,\theta) \in [0,\infty) \mbox{U} [0,2\pi) technically takes some care to do).

*I once read an account of how one could derive the result using a contour integral, but it was not at all a simple (or obvious) integrand that one needed to use in order to get the result.
 
Thanks for your answers
 
Mute said:
An intro calculus textbook should treat this example more carefully and rigorously than I've written (identifying (x,y) \in (-\infty,\infty) \mbox{U} (-\infty,\infty) with (r,\theta) \in [0,\infty) \mbox{U} [0,2\pi) technically takes some care to do).

Why when i convert the integral to polar form, do the intervals become (r,\theta) \in [0,\infty) \mbox{U} [0,2\pi). Do you prove to me?Thanks.
 
coki2000 said:
Why when i convert the integral to polar form, do the intervals become (r,\theta) \in [0,\infty) \mbox{U} [0,2\pi). Do you prove to me?Thanks.
If you are integrating over "all space", then r and θ must take on all possible values. Hence those integration limits, 0≤r<∞ and 0≤θ≤2π
 
Another way to do this is to consider the integral of sin^n(x) or cos^n(x) and use that to derive Stirling's approximation by first deriving the Wallis product.

http://en.wikipedia.org/wiki/Wallis_product

Since the asymptotics of n! can also be obtained directly from its integral representation and then using the saddle point method, this yields a derivation of the Gaussian integral.
 
Back
Top