0

Can anyone give me the justification for the following step in the Gaussian integral evaluation.

$$I^2= \int_{\infty}^{\infty}e^{-x^2}dx \int_{\infty}^{\infty}e^{-y^2}dy=\int_{\infty}^{\infty} \int_{\infty}^{\infty}e^{-(x^2+y^2)}dxdy$$ Is there some sort of proof I can look at to see why it should be the case that you can combine the two integrals into a double integral.

Sam
  • 3

1 Answers1

0

It is enough that these integrals are independent of each other (one is in $x$, the other in $y$). You can see $\int e^{-x^2} dx$ as a constant with respect to integrating in $y$.

  • Okay thanks. The other comment was helpful also. They are both similar responses. – Sam Jun 04 '15 at 20:42