Improper integral from -infinity to infinity

RedReaper
Messages
1
Reaction score
0
What is the improper integral of sin[x]/(1+x^2) from -infinity to infinity equal to? It doesn't seem to be integrable in the real number system.

Is it 0, because sin[x] is an odd function and 1+x^2 is an even function, and an odd function divided by an even function is equal to an odd function which has a rule that f(x) + f(-x) = 0?
 
Physics news on Phys.org
RedReaper said:
What is the improper integral of sin[x]/(1+x^2) from -infinity to infinity equal to? It doesn't seem to be integrable in the real number system.

Why do you say that? We have

\left|\frac{\sin(x)}{1 + x^2}\right| \leq \frac{1}{1 + x^2}

and the function on the right has a finite integral on the interval (-\infty,\infty). (Indeed, the integral equals \pi.) Therefore

\left|\int_{-\infty}^{\infty}\frac{\sin(x)}{1 + x^2} dx \right| \leq \int_{-\infty}^{\infty} \left|\frac{\sin(x)}{1 + x^2}\right| dx \leq \pi

Is it 0, because sin[x] is an odd function and 1+x^2 is an even function, and an odd function divided by an even function is equal to an odd function which has a rule that f(x) + f(-x) = 0?

Not all odd functions have zero integral. E.g. \int_{-\infty}^{\infty}\sin(x)dx doesn't converge. However, any odd function for which \int_{0}^{\infty}f(x)dx is finite will satisfy

\int_{-\infty}^{\infty} f(x) dx = \int_{-\infty}^{0} f(x) dx + \int_{0}^{\infty}f(x)dx = \int_{0}^{\infty}f(x)dx - \int_{0}^{\infty}f(x)dx = 0

So see if you can show that \int_{0}^{\infty}\sin(x)/(1 + x^2) dx is finite, using a similar argument to what I wrote above.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top