Calculate $int_{-infty}^infty frac{e^{-x^2}}{x^2+a^2} dx$. [duplicate]
$begingroup$
This question already has an answer here:
Evaluating $int_{-infty}^{infty}frac{expleft(-a x^2right)}{x^2+b^2}dx$ [duplicate]
3 answers
Let $$F(a)=int_{-infty}^infty frac{e^{-x^2}}{x^2+a^2} dx, quad a>0.$$ Is it possible to relate $F(a)$ to some known (special) functions?
calculus integration definite-integrals improper-integrals special-functions
$endgroup$
marked as duplicate by Lord Shark the Unknown, Lord_Farin, Cesareo, dantopa, user91500 Dec 26 '18 at 10:31
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
$begingroup$
This question already has an answer here:
Evaluating $int_{-infty}^{infty}frac{expleft(-a x^2right)}{x^2+b^2}dx$ [duplicate]
3 answers
Let $$F(a)=int_{-infty}^infty frac{e^{-x^2}}{x^2+a^2} dx, quad a>0.$$ Is it possible to relate $F(a)$ to some known (special) functions?
calculus integration definite-integrals improper-integrals special-functions
$endgroup$
marked as duplicate by Lord Shark the Unknown, Lord_Farin, Cesareo, dantopa, user91500 Dec 26 '18 at 10:31
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
$begingroup$
A simple way is to use the Schwinger parametrization.
$endgroup$
– Dinesh Shankar
Dec 18 '18 at 23:57
add a comment |
$begingroup$
This question already has an answer here:
Evaluating $int_{-infty}^{infty}frac{expleft(-a x^2right)}{x^2+b^2}dx$ [duplicate]
3 answers
Let $$F(a)=int_{-infty}^infty frac{e^{-x^2}}{x^2+a^2} dx, quad a>0.$$ Is it possible to relate $F(a)$ to some known (special) functions?
calculus integration definite-integrals improper-integrals special-functions
$endgroup$
This question already has an answer here:
Evaluating $int_{-infty}^{infty}frac{expleft(-a x^2right)}{x^2+b^2}dx$ [duplicate]
3 answers
Let $$F(a)=int_{-infty}^infty frac{e^{-x^2}}{x^2+a^2} dx, quad a>0.$$ Is it possible to relate $F(a)$ to some known (special) functions?
This question already has an answer here:
Evaluating $int_{-infty}^{infty}frac{expleft(-a x^2right)}{x^2+b^2}dx$ [duplicate]
3 answers
calculus integration definite-integrals improper-integrals special-functions
calculus integration definite-integrals improper-integrals special-functions
edited Dec 18 '18 at 0:26
Batominovski
33.1k33293
33.1k33293
asked Dec 18 '18 at 0:00
shrinklemmashrinklemma
1,267112
1,267112
marked as duplicate by Lord Shark the Unknown, Lord_Farin, Cesareo, dantopa, user91500 Dec 26 '18 at 10:31
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Lord Shark the Unknown, Lord_Farin, Cesareo, dantopa, user91500 Dec 26 '18 at 10:31
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
$begingroup$
A simple way is to use the Schwinger parametrization.
$endgroup$
– Dinesh Shankar
Dec 18 '18 at 23:57
add a comment |
$begingroup$
A simple way is to use the Schwinger parametrization.
$endgroup$
– Dinesh Shankar
Dec 18 '18 at 23:57
$begingroup$
A simple way is to use the Schwinger parametrization.
$endgroup$
– Dinesh Shankar
Dec 18 '18 at 23:57
$begingroup$
A simple way is to use the Schwinger parametrization.
$endgroup$
– Dinesh Shankar
Dec 18 '18 at 23:57
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Parameterize this integral by adding a second parameter, $t$:
$$I(t):= int_{-infty}^infty frac{e^{-(x^2+a^2)t}}{x^2+a^2}dx$$
Differentiating with respect to $t$, we have
$$I'(t)=-int_{-infty}^infty e^{-(x^2+a^2)t}dx=-sqrt{frac{pi}{t}} e^{-a^2 t}$$
This shows us that
$$begin{align}
I(t)
&=I(0)-int_0^t sqrt{frac{pi}{x}}e^{-a^2 x}dx\
&=frac{pi}{a}-2int_0^{sqrt{t}} sqrt{pi}e^{-a^2 x^2}dx\
&=frac{pi}{a}-frac{pi text{erf}(asqrt{t})}{a}\
&=frac{pi text{erfc}(asqrt{t})}{a}\
end{align}$$
Which gives us the desired value of your integral:
$$int_{-infty}^infty frac{e^{-x^2}}{x^2+a^2}dx=frac{pi e^{a^2}text{erfc}(a)}{a}$$
Delicious!
$endgroup$
add a comment |
$begingroup$
As an alternative we can use the following property of the Fourier transform:$$ int_{-infty}^{+infty}f(t)g(t),dt = int_{-infty}^{+infty}(mathscr{F} f)(s)(mathscr{F}^{-1}g)(s),ds$$ Simplifying we have: $$int_{-infty}^infty e^{-x^2}frac{1}{x^2+a^2 } dx=2int_{0}^inftyleft(frac{e^{-x^2/4}}{sqrt 2}right)left(frac{sqrt{pi/2} e^{-ax} }{a}right)dx=$$$$=frac{sqrt{pi}}{a}int_0^infty e^{-(x^2/4+ax) } dx=frac{sqrt{pi}}{a}sqrt{pi} e^{a^2} text{erf}left(a+frac{x} {2} right)bigg|_0^infty=$$$$=frac{pi e^{a^2} } {a}left(1-text{erf}(a)right)=color{blue}{frac{ pi e^{a^2} } {a} text
{erfc}(a)}$$
$endgroup$
$begingroup$
What does $G^{-1}(s)$ mean here?
$endgroup$
– eyeballfrog
Dec 18 '18 at 0:47
$begingroup$
The inverse fourier transform of $g(t) $, I don't know if that is the proper notation. I have learned about it from these comments: math.stackexchange.com/a/2891545/515527
$endgroup$
– Zacky
Dec 18 '18 at 0:49
1
$begingroup$
@Zacky Nice, I didn't think to try Fourier transforms. (+1)
$endgroup$
– Frpzzd
Dec 18 '18 at 0:57
1
$begingroup$
For anyone who may be interested the property that @Zacky called on is known as Plancherel theorem : en.wikipedia.org/wiki/Plancherel_theorem
$endgroup$
– DavidG
Dec 19 '18 at 11:34
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Parameterize this integral by adding a second parameter, $t$:
$$I(t):= int_{-infty}^infty frac{e^{-(x^2+a^2)t}}{x^2+a^2}dx$$
Differentiating with respect to $t$, we have
$$I'(t)=-int_{-infty}^infty e^{-(x^2+a^2)t}dx=-sqrt{frac{pi}{t}} e^{-a^2 t}$$
This shows us that
$$begin{align}
I(t)
&=I(0)-int_0^t sqrt{frac{pi}{x}}e^{-a^2 x}dx\
&=frac{pi}{a}-2int_0^{sqrt{t}} sqrt{pi}e^{-a^2 x^2}dx\
&=frac{pi}{a}-frac{pi text{erf}(asqrt{t})}{a}\
&=frac{pi text{erfc}(asqrt{t})}{a}\
end{align}$$
Which gives us the desired value of your integral:
$$int_{-infty}^infty frac{e^{-x^2}}{x^2+a^2}dx=frac{pi e^{a^2}text{erfc}(a)}{a}$$
Delicious!
$endgroup$
add a comment |
$begingroup$
Parameterize this integral by adding a second parameter, $t$:
$$I(t):= int_{-infty}^infty frac{e^{-(x^2+a^2)t}}{x^2+a^2}dx$$
Differentiating with respect to $t$, we have
$$I'(t)=-int_{-infty}^infty e^{-(x^2+a^2)t}dx=-sqrt{frac{pi}{t}} e^{-a^2 t}$$
This shows us that
$$begin{align}
I(t)
&=I(0)-int_0^t sqrt{frac{pi}{x}}e^{-a^2 x}dx\
&=frac{pi}{a}-2int_0^{sqrt{t}} sqrt{pi}e^{-a^2 x^2}dx\
&=frac{pi}{a}-frac{pi text{erf}(asqrt{t})}{a}\
&=frac{pi text{erfc}(asqrt{t})}{a}\
end{align}$$
Which gives us the desired value of your integral:
$$int_{-infty}^infty frac{e^{-x^2}}{x^2+a^2}dx=frac{pi e^{a^2}text{erfc}(a)}{a}$$
Delicious!
$endgroup$
add a comment |
$begingroup$
Parameterize this integral by adding a second parameter, $t$:
$$I(t):= int_{-infty}^infty frac{e^{-(x^2+a^2)t}}{x^2+a^2}dx$$
Differentiating with respect to $t$, we have
$$I'(t)=-int_{-infty}^infty e^{-(x^2+a^2)t}dx=-sqrt{frac{pi}{t}} e^{-a^2 t}$$
This shows us that
$$begin{align}
I(t)
&=I(0)-int_0^t sqrt{frac{pi}{x}}e^{-a^2 x}dx\
&=frac{pi}{a}-2int_0^{sqrt{t}} sqrt{pi}e^{-a^2 x^2}dx\
&=frac{pi}{a}-frac{pi text{erf}(asqrt{t})}{a}\
&=frac{pi text{erfc}(asqrt{t})}{a}\
end{align}$$
Which gives us the desired value of your integral:
$$int_{-infty}^infty frac{e^{-x^2}}{x^2+a^2}dx=frac{pi e^{a^2}text{erfc}(a)}{a}$$
Delicious!
$endgroup$
Parameterize this integral by adding a second parameter, $t$:
$$I(t):= int_{-infty}^infty frac{e^{-(x^2+a^2)t}}{x^2+a^2}dx$$
Differentiating with respect to $t$, we have
$$I'(t)=-int_{-infty}^infty e^{-(x^2+a^2)t}dx=-sqrt{frac{pi}{t}} e^{-a^2 t}$$
This shows us that
$$begin{align}
I(t)
&=I(0)-int_0^t sqrt{frac{pi}{x}}e^{-a^2 x}dx\
&=frac{pi}{a}-2int_0^{sqrt{t}} sqrt{pi}e^{-a^2 x^2}dx\
&=frac{pi}{a}-frac{pi text{erf}(asqrt{t})}{a}\
&=frac{pi text{erfc}(asqrt{t})}{a}\
end{align}$$
Which gives us the desired value of your integral:
$$int_{-infty}^infty frac{e^{-x^2}}{x^2+a^2}dx=frac{pi e^{a^2}text{erfc}(a)}{a}$$
Delicious!
answered Dec 18 '18 at 0:18
FrpzzdFrpzzd
23k841110
23k841110
add a comment |
add a comment |
$begingroup$
As an alternative we can use the following property of the Fourier transform:$$ int_{-infty}^{+infty}f(t)g(t),dt = int_{-infty}^{+infty}(mathscr{F} f)(s)(mathscr{F}^{-1}g)(s),ds$$ Simplifying we have: $$int_{-infty}^infty e^{-x^2}frac{1}{x^2+a^2 } dx=2int_{0}^inftyleft(frac{e^{-x^2/4}}{sqrt 2}right)left(frac{sqrt{pi/2} e^{-ax} }{a}right)dx=$$$$=frac{sqrt{pi}}{a}int_0^infty e^{-(x^2/4+ax) } dx=frac{sqrt{pi}}{a}sqrt{pi} e^{a^2} text{erf}left(a+frac{x} {2} right)bigg|_0^infty=$$$$=frac{pi e^{a^2} } {a}left(1-text{erf}(a)right)=color{blue}{frac{ pi e^{a^2} } {a} text
{erfc}(a)}$$
$endgroup$
$begingroup$
What does $G^{-1}(s)$ mean here?
$endgroup$
– eyeballfrog
Dec 18 '18 at 0:47
$begingroup$
The inverse fourier transform of $g(t) $, I don't know if that is the proper notation. I have learned about it from these comments: math.stackexchange.com/a/2891545/515527
$endgroup$
– Zacky
Dec 18 '18 at 0:49
1
$begingroup$
@Zacky Nice, I didn't think to try Fourier transforms. (+1)
$endgroup$
– Frpzzd
Dec 18 '18 at 0:57
1
$begingroup$
For anyone who may be interested the property that @Zacky called on is known as Plancherel theorem : en.wikipedia.org/wiki/Plancherel_theorem
$endgroup$
– DavidG
Dec 19 '18 at 11:34
add a comment |
$begingroup$
As an alternative we can use the following property of the Fourier transform:$$ int_{-infty}^{+infty}f(t)g(t),dt = int_{-infty}^{+infty}(mathscr{F} f)(s)(mathscr{F}^{-1}g)(s),ds$$ Simplifying we have: $$int_{-infty}^infty e^{-x^2}frac{1}{x^2+a^2 } dx=2int_{0}^inftyleft(frac{e^{-x^2/4}}{sqrt 2}right)left(frac{sqrt{pi/2} e^{-ax} }{a}right)dx=$$$$=frac{sqrt{pi}}{a}int_0^infty e^{-(x^2/4+ax) } dx=frac{sqrt{pi}}{a}sqrt{pi} e^{a^2} text{erf}left(a+frac{x} {2} right)bigg|_0^infty=$$$$=frac{pi e^{a^2} } {a}left(1-text{erf}(a)right)=color{blue}{frac{ pi e^{a^2} } {a} text
{erfc}(a)}$$
$endgroup$
$begingroup$
What does $G^{-1}(s)$ mean here?
$endgroup$
– eyeballfrog
Dec 18 '18 at 0:47
$begingroup$
The inverse fourier transform of $g(t) $, I don't know if that is the proper notation. I have learned about it from these comments: math.stackexchange.com/a/2891545/515527
$endgroup$
– Zacky
Dec 18 '18 at 0:49
1
$begingroup$
@Zacky Nice, I didn't think to try Fourier transforms. (+1)
$endgroup$
– Frpzzd
Dec 18 '18 at 0:57
1
$begingroup$
For anyone who may be interested the property that @Zacky called on is known as Plancherel theorem : en.wikipedia.org/wiki/Plancherel_theorem
$endgroup$
– DavidG
Dec 19 '18 at 11:34
add a comment |
$begingroup$
As an alternative we can use the following property of the Fourier transform:$$ int_{-infty}^{+infty}f(t)g(t),dt = int_{-infty}^{+infty}(mathscr{F} f)(s)(mathscr{F}^{-1}g)(s),ds$$ Simplifying we have: $$int_{-infty}^infty e^{-x^2}frac{1}{x^2+a^2 } dx=2int_{0}^inftyleft(frac{e^{-x^2/4}}{sqrt 2}right)left(frac{sqrt{pi/2} e^{-ax} }{a}right)dx=$$$$=frac{sqrt{pi}}{a}int_0^infty e^{-(x^2/4+ax) } dx=frac{sqrt{pi}}{a}sqrt{pi} e^{a^2} text{erf}left(a+frac{x} {2} right)bigg|_0^infty=$$$$=frac{pi e^{a^2} } {a}left(1-text{erf}(a)right)=color{blue}{frac{ pi e^{a^2} } {a} text
{erfc}(a)}$$
$endgroup$
As an alternative we can use the following property of the Fourier transform:$$ int_{-infty}^{+infty}f(t)g(t),dt = int_{-infty}^{+infty}(mathscr{F} f)(s)(mathscr{F}^{-1}g)(s),ds$$ Simplifying we have: $$int_{-infty}^infty e^{-x^2}frac{1}{x^2+a^2 } dx=2int_{0}^inftyleft(frac{e^{-x^2/4}}{sqrt 2}right)left(frac{sqrt{pi/2} e^{-ax} }{a}right)dx=$$$$=frac{sqrt{pi}}{a}int_0^infty e^{-(x^2/4+ax) } dx=frac{sqrt{pi}}{a}sqrt{pi} e^{a^2} text{erf}left(a+frac{x} {2} right)bigg|_0^infty=$$$$=frac{pi e^{a^2} } {a}left(1-text{erf}(a)right)=color{blue}{frac{ pi e^{a^2} } {a} text
{erfc}(a)}$$
edited Dec 18 '18 at 0:53
answered Dec 18 '18 at 0:24
ZackyZacky
7,89511061
7,89511061
$begingroup$
What does $G^{-1}(s)$ mean here?
$endgroup$
– eyeballfrog
Dec 18 '18 at 0:47
$begingroup$
The inverse fourier transform of $g(t) $, I don't know if that is the proper notation. I have learned about it from these comments: math.stackexchange.com/a/2891545/515527
$endgroup$
– Zacky
Dec 18 '18 at 0:49
1
$begingroup$
@Zacky Nice, I didn't think to try Fourier transforms. (+1)
$endgroup$
– Frpzzd
Dec 18 '18 at 0:57
1
$begingroup$
For anyone who may be interested the property that @Zacky called on is known as Plancherel theorem : en.wikipedia.org/wiki/Plancherel_theorem
$endgroup$
– DavidG
Dec 19 '18 at 11:34
add a comment |
$begingroup$
What does $G^{-1}(s)$ mean here?
$endgroup$
– eyeballfrog
Dec 18 '18 at 0:47
$begingroup$
The inverse fourier transform of $g(t) $, I don't know if that is the proper notation. I have learned about it from these comments: math.stackexchange.com/a/2891545/515527
$endgroup$
– Zacky
Dec 18 '18 at 0:49
1
$begingroup$
@Zacky Nice, I didn't think to try Fourier transforms. (+1)
$endgroup$
– Frpzzd
Dec 18 '18 at 0:57
1
$begingroup$
For anyone who may be interested the property that @Zacky called on is known as Plancherel theorem : en.wikipedia.org/wiki/Plancherel_theorem
$endgroup$
– DavidG
Dec 19 '18 at 11:34
$begingroup$
What does $G^{-1}(s)$ mean here?
$endgroup$
– eyeballfrog
Dec 18 '18 at 0:47
$begingroup$
What does $G^{-1}(s)$ mean here?
$endgroup$
– eyeballfrog
Dec 18 '18 at 0:47
$begingroup$
The inverse fourier transform of $g(t) $, I don't know if that is the proper notation. I have learned about it from these comments: math.stackexchange.com/a/2891545/515527
$endgroup$
– Zacky
Dec 18 '18 at 0:49
$begingroup$
The inverse fourier transform of $g(t) $, I don't know if that is the proper notation. I have learned about it from these comments: math.stackexchange.com/a/2891545/515527
$endgroup$
– Zacky
Dec 18 '18 at 0:49
1
1
$begingroup$
@Zacky Nice, I didn't think to try Fourier transforms. (+1)
$endgroup$
– Frpzzd
Dec 18 '18 at 0:57
$begingroup$
@Zacky Nice, I didn't think to try Fourier transforms. (+1)
$endgroup$
– Frpzzd
Dec 18 '18 at 0:57
1
1
$begingroup$
For anyone who may be interested the property that @Zacky called on is known as Plancherel theorem : en.wikipedia.org/wiki/Plancherel_theorem
$endgroup$
– DavidG
Dec 19 '18 at 11:34
$begingroup$
For anyone who may be interested the property that @Zacky called on is known as Plancherel theorem : en.wikipedia.org/wiki/Plancherel_theorem
$endgroup$
– DavidG
Dec 19 '18 at 11:34
add a comment |
$begingroup$
A simple way is to use the Schwinger parametrization.
$endgroup$
– Dinesh Shankar
Dec 18 '18 at 23:57