1

I need to check whether this integral converges or not $\int^{\infty}_{-\infty} \frac{e^{-x}}{1+x^2}\,dx$

I substituted $y=-x$ then this integral transformed to $\int^{\infty}_{-\infty} \frac{e^{y}}{1+y^2}\,dy$ , then I thought of dividing it into two parts from $-\infty$ to $0$ and then from $0$ to $\infty$, in the first case I think area will be finite but in the second case it's not since $e^x$ grows rapidly, so it diverges!

Mathronaut
  • 5,120

2 Answers2

1

Hint: Check $\lim_{x\to\pm\infty}\frac{e^{-x}}{1+x^2}$. Are both zero? If not, then this implies that the integral does not converge (since the integrand is strictly positive, we can't have cancellation as in the $\sin(x^2)$ case).

Clayton
  • 24,751
  • 1
    To be completely clear, the integrand doesn't necessarily have to converge to 0, but if it converges to something, it must be zero for the integral to converge. – Najib Idrissi Nov 21 '13 at 14:17
  • @egreg: I may be mistaken, but no it's not. Consider a function that makes increasingly narrow triangles but with constant height. – Najib Idrissi Nov 21 '13 at 14:21
  • @nik: You are correct. Thank you for making it more explicit. Fortunately, here both do converge (in the extended real numbers sense). – Clayton Nov 21 '13 at 14:23
  • @nik I think you're right; the correct argument should be that this function is monotone in a neighborhood of $\infty$ and of $-\infty$. – egreg Nov 21 '13 at 14:24
  • @Clayton: Yes, your answer is fine; I'm just making clear all the details for the OP. – Najib Idrissi Nov 21 '13 at 14:24
  • 1
    @egreg Note that there are positive unbounded functions $f$ such that $$\int f(x),dx<\infty $$ Consider a "sum of spikes" function such that $f(n)=n$ on while small otherwise. – AD - Stop Putin - Nov 21 '13 at 14:26
  • @AD. Yes, I realized that and removed my comment. – egreg Nov 21 '13 at 14:28
0

Hint : You first calculate $$\int_a^b \frac{e^{-x}}{1+x^2}dx$$

and then send $b\rightarrow \infty$ and $a\rightarrow -\infty$.

If this limit exists then, your integral converges.