Integrating exp(x^2): Solution & Explanation

  • Context: Graduate 
  • Thread starter Thread starter Wishe Deom
  • Start date Start date
  • Tags Tags
    Integrating
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 3K views
Wishe Deom
Messages
12
Reaction score
0
Hello everyone,

This is my first post on the forum; I'm pretty sure my question fits in this section.

I am having a lot of difficulty finding the definite integral
[tex]\int^{+\infty}_{-\infty}e^{-2ax^{2}}[/tex] dx
where a is positive and real.
I know the answer is [tex]\\sqrt{\frac{\pi}{2a}}, but I have no idea at all how to get there.[/tex]
 
Physics news on Phys.org
hint: write another integral of that form, but with y as the variable. multiply them together. convert to polar coordinates, and integrate. then take the square root.
 
I will try this, but why would this work? As far as I understand it, the product of the integrals is not necessarily equal to the integral of the products.

Is this what you are suggesting I try?

[tex]\int{\inf}_{-\inf}e{-ax{2}}e{-ay{2}}dxdy[/tex]
 
[tex]\int \int f(x) g(y) dx dy = \int f(x) dx \int g(y) dy[/tex]

(most of the time)

and yes, I'm suggesting you look at:

[tex]\sqrt{\int \int e^{-\alpha x^2} e^{-\alpha y^2} dxdy[/tex]
 
As a bonus, once you convince yourself that
[tex]\int_{-\infty}^{\infty} e^{-\alpha x^2} dx = \sqrt{{\frac{\pi}{\alpha}}[/tex],
you can easily calculate integrals of the form
[tex]\int_{-\infty}^{\infty}x^{2n} e^{-\alpha x^2} dx[/tex]
by differentiating the first expression (under the integral sign, on the left) with respect to alpha n times. This is a very useful fact.
 
Wishe Deom said:
I will try this, but why would this work? As far as I understand it, the product of the integrals is not necessarily equal to the integral of the products.

To justify the interchange you can use "[URL Theorem[/URL].
 
Last edited by a moderator:
Thank you for all the help. I'm well on my way, but I am having trouble with the limits of integration. Since x and y go from -inf to inf, what are the new limits?

Since r = sqrt(x^2+y^2), it seems that r goes from inf to inf, which would result in 0. I know, logically, r should be 0 to infinity, but how do I calculate that?
 
Wishe Deom said:
I will try this, but why would this work? As far as I understand it, the product of the integrals is not necessarily equal to the integral of the products.

Is this what you are suggesting I try?

[tex]\int{\inf}_{-\inf}e{-ax{2}}e{-ay{2}}dxdy[/tex]
[tex] <br /> <blockquote data-attributes="" data-quote="fluxions" data-source="post: 2888425" cite="https://www.physicsforums.com/goto/post?id=2888425" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-title"> fluxions said: </div> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> [tex]\int \int f(x) g(y) dx dy = \int f(x) dx \int g(y) dy[/tex] <br /> <br /> (most of the time) </div> </div> </blockquote> This is "Fubini's Theorem"[/tex]
 
1) [tex]\int_{-\infty}^\infty e^{-2ax^2}dx= 2\int_0^\infty e^{-2ax^2}dx [/itex]<br /> by symmetry.<br /> <br /> 2) If you let [tex]I= \int_{-\infty}^\infty} e^{-2ax^2}dx[/tex]<br /> then [tex]\frac{I}{2}= \int_0^\infty e^{-2ax^2}dx[/tex]<br /> and it is also true that <br /> [tex]\frac{I}{2}= \int_0^\infty e^{-2ay^2}dy[/tex]<br /> since that is the same integral with a different "dummy" variable.<br /> <br /> so<br /> 3) [tex]I^2/4= \left(\int_0^\infty e^{-2ax^2}dx\right)\left(\int_0^\infty e^{-2ay^2}dy\right)[/tex]<br /> [tex]= \int_0^\infty \int_0^\infty e^{-2a(x^2+ y^2)} dy dx[/tex]<br /> by Fubini's theorem.<br /> <br /> You can interpret that last as a double integral over the first quadrant and change to polar coordinates. Remember that the "differential of area" in polar coordinates is [itex]r drd\theta[/itex] and that [itex]\theta[/itex] goes from 0 to [itex]\pi/2[/itex] in the first quadrant.[/tex]