Monday, January 7, 2019

calculus - How to compute the integral $int_{-infty}^infty e^{-x^2},dx$?




How to compute the integral $\int_{-\infty}^\infty e^{-x^2}\,dx$ using polar coordinates?


Answer




Hint: Let $I=\int_{-\infty}^\infty e^{-x^2}\,dx.$ Then $$I^2=\left(\int_{-\infty}^\infty e^{-x^2}\,dx\right)\left(\int_{-\infty}^\infty e^{-y^2}\,dy\right)=\int_{-\infty}^\infty\int_{-\infty}^\infty e^{-x^2}e^{-y^2}\,dx\,dy=\int_{-\infty}^\infty\int_{-\infty}^\infty e^{-(x^2+y^2)}\,dx\,dy.$$ Now switch to polar coordinates.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...