4
$\begingroup$

I've been told by somebody (who is more advanced in math than me) that $$ \int_0^{\infty}\!\sin(ax)\,dx = \frac{1}{a} $$ But my basic intuition that the integral is the area under the curve $\sin(ax)$ makes me feel that it could have any value between $0$ and $1$. When questioned further she told me that one could do it by Laplace transforms. Although I don't exactly know what Laplace transforms are, or how they can be used to evaluate integrals, isn't my intuition more correct?

Thank you!

  • 1
    $\int_0^\infty \sin(ax) \, dx$ diverges in both the Riemann and Lebesgue sense. While it sometimes is useful to assign values to diverging sums and integrals, I don't see any way of assigning $1/a$ to this integral.2011-06-24
  • 1
    (+1) because I want more questions like this, from users like this, on MSE2011-06-24
  • 0
    The integral in question can be understood as taken in *Abel summation sense*: $$ \int_{0}^{\infty} f(x) \, dx = \lim_{s\to 0^{+}} \int_{0}^{\infty} f(x)e^{-sx} \, dx. $$ This extends both the ordinary summability sense and the Cesaro summability sense.2013-04-03

2 Answers 2

2

Your intuition is "more correct", though your range $[0,1]$ is not usually correct. You have $$\int_0^t \sin(ax)\;dx = \frac{1-\cos\left( a\,t\right) }{a}$$ which, depending on $t$ can take values in the range $\left[0, \frac{2}{a} \right]$, and so does not converge.

Using the Wikipedia article on the Laplace transform, using $$F(s) = \mathcal{L} \left\{f(t)\right\}=\int_0^{\infty} e^{-st} f(t) \,dt$$ then with $f(t)= \sin(\omega t) \cdot u(t)$ [where $u(t)=1$ for $t \ge 0$], you get $$F(s) = \mathcal{L} \left\{f(t)\right\}= \frac{\omega}{s^2+\omega^2}.$$

If you were to let $s=0$ and $\omega = a$ in this last expression, then you would indeed get $\int_0^{\infty} \sin(ax)\;dx =\frac{1}{a}$ as you were told. But as the Wikipedia article states, there is only convergence when the real part of $s$ is positive, i.e. not when $s=0$.

0

$$\int_0^\infty \sin(ax) dx = \lim_{M \to \infty} \int_0^M \sin(ax) dx = \lim_{M \to \infty} \frac{1}{a}\left(1-\cos(aM)\right)$$

which oscilates between 0 and $2/a$ - hence the limit actually doesn't exist. I don't know under which sense that can be say to have a limit $1/a$. As commented by Corey, in the Riemann sense this integral is not convergent. And it's not Lebesgue integrable either.