How to calculate $$\int_{0}^{\infty }e^{-x^{2}-x^{-2}}dx$$ I have no idea where to start.Is it connect with the euler-poisson integral?
-
3complete the square..then check out Glasser's master theorem – tired Jan 11 '17 at 02:13
-
Do you mean $\int_{0}^{\infty }e^{-x^{2}-y^{-2}}dx$? – Idonknow Jan 11 '17 at 02:14
-
http://www.wolframalpha.com/input/?i=integrate%5Be%5E(-x%5E2-1%2Fx%5E2),%7Bx,0,inf%7D%5D – tired Jan 11 '17 at 02:15
1 Answers
In fact,let see the more general form $$I=\int_{0}^{\infty }e^{-\alpha ^{2}\left ( x^{2}+x^{-2} \right )}\,\mathrm{d}x$$ let $x\rightarrow x^{-1}$, we have $$I=\int_{0}^{\infty }e^{-\alpha ^{2}\left ( x^{2}+x^{-2} \right )}\,\mathrm{d}x=\int_{0}^{\infty }x^{-2}e^{-\alpha ^{2}\left ( x^{2}+x^{-2} \right )}\,\mathrm{d}x$$ hence \begin{align*} I=\frac{1}{2}\int_{0}^{\infty }\left ( 1+x^{-2} \right )e^{-\alpha ^{2}\left ( x^{2}+x^{-2} \right )}\,\mathrm{d}x&=\frac{1}{2}\int_{-\infty }^{\infty }e^{-\alpha ^{2}\left ( x^{2}+x^{-2} \right )}\,\mathrm{d}\left ( x-x^{-1} \right ) \\ &=\frac{1}{2}\int_{-\infty }^{\infty }e^{-\alpha ^{2}\left [ \left ( x-x^{-1} \right )^{2}-2 \right ]}\,\mathrm{d}\left ( x-x^{-1} \right ) \\ &=\frac{1}{2}e^{-2\alpha ^{2}}\int_{-\infty }^{\infty }e^{-\alpha ^{2}t^{2}}\,\mathrm{d}t \\ &=e^{-2\alpha ^{2}}\cdot \frac{\sqrt{\pi }}{2\alpha } \end{align*} now let $\alpha =1$ and the answer will follow.
- 5,281
- 1
- 27
- 69
-
1I'm a bit confused by the sentence "let $x=x^{-1}$", what do you mean by this? Thanks – caverac Jan 11 '17 at 02:18
-