3

I'm confused as to why $$\int_{-\infty}^\infty\frac{1}{x}dx$$ diverges. If $\frac{1}{x}$ is an odd function shouldn't the area to the left of origin be the opposite of the area to the right of origin, resulting in a net area of 0?

frabala
  • 3,732

1 Answers1

3

As an improper integral, $\int_{-\infty}^{\infty} \frac{1}{x} dx = \lim_{N \to \infty} \int_{-N}^{ - \frac{-1}{N}}\frac{1}{x} dx + \lim_{M \to \infty} \int_{\frac{1}{M}}^{M}\frac{1}{x} dx$

Mustafa Said
  • 4,137
  • 1
    Technically, even that is a simplification, since the limits of each of your two integrals should vary independently, so there should be four limits in all. –  Mar 14 '14 at 00:51
  • Could it be something like this $ \int_{-\infty}^{\infty} \frac{1}{x} dx = \int_{-\infty}^{-1} \frac{1}{x} dx + \int_{-1}^{0} \frac{1}{x} dx + \int_{0}^{1} \frac{1}{x} dx + \int_{1}^{\infty} \frac{1}{x} dx$ ? – john May 30 '17 at 02:39