1

I want to integrate $$\int_{-\infty}^{\infty} \frac{e^{itx}}{{1+x^2}} dx.$$ I don't see how substitution or integration by parts could help here. Does anybody know how to do this?

2 Answers2

1

Do you know how to do a contour integral? This specific problem is actually solved on Wikipedia's page on this subject.

1

Consider the complex function $f(z,t)=\frac{e^{itz}}{1+z^2}$ and consider the complex upper semicircle, from $+\infty$ to $-\infty$, the only pole in that region is a simple pole, $z=i$, so we can summarise our integral $\int_{-\infty}^\infty\frac{e^{itx}}{1+x^2}=2\pi iRes(f(z,t),z=i))$

Here $Res(f(z,t),z=i))=\lim_{z\to i}(z-i)f(z,t)=\lim_{z\to i}\frac{e^{itz}}{(z+i)}=\frac{e^{-t}}{2i}$

Thus:

$\int_{-\infty}^\infty\frac{e^{itx}}{1+x^2}=2\pi i\frac{e^{-t}}{2i}=\pi e^{-t}$

Ellya
  • 11,783
  • wow... why the downvote? – Ellya May 13 '14 at 19:50
  • if there is a problem please say so... – Ellya May 13 '14 at 20:22
  • it was not me...actually, I just upvoted yours... –  May 13 '14 at 20:28
  • @Lipschitz :) it was a comment at the community, really if you downvote you should put some kind of reasoning, or suggestion for improvement – Ellya May 13 '14 at 20:33
  • actually, you could also answer my question fully if you could answer my question in the comment to TheSparkThatThought's answer. –  May 13 '14 at 20:49
  • @Lipschitz, yes I was pondering this, but imagine, $a=10$ and $z=1$ (because $-a\le z\le a$) here the bound does not hold, so it may be a typo. – Ellya May 13 '14 at 20:58
  • 1
    @Lipschitz, so we consider the semi circle, defined by $|z|=a$ for $a\gt 1$ then we have $|z|^2=|z^2|=|z^2+1-1|\le|z^2+1|+1$ therefore, $|z^2+1|\ge|z|^2-1=|a|^2-1=|a^2-1|$, so $\frac{1}{|z^2+1|}\le\frac{1}{|a^2-1|}$ – Ellya May 13 '14 at 21:03