Why does the integral $\int_1^\infty\frac{\sin(x)}{x^2}dx$ exist?

179 Views Asked by At

As the title says, I'm trying to justify why the (Riemann) integral $\int_1^\infty\frac{\sin(x)}{x^2}dx$ exists. I'm not interested in determining its value. It seems to me that I should use the fact that the integral $\int_1^B\frac{\sin(x)}{x^2}dx$ exists for every $B>0$, because the integrand is continuous, and the estimate $$\left|\int_1^B\frac{\sin(x)}{x^2}dx\right| \le\int_1^B\left|\frac{\sin(x)}{x^2}\right|dx \le\int_1^B\frac 1{x^2}dx<\infty.$$ However, the estimate only says that in the limit $B\rightarrow\infty$ the integral is finite if it exists, but I don't see how I conclude that the limit does exist.

2

There are 2 best solutions below

3
On BEST ANSWER

You should prove the theorem that if $f \colon [a, \infty) \rightarrow \mathbb{R}$ is Riemann integrable on each interval $[a,b]$ for $b > a$ and $\int_a^{\infty} |f(x)| \, dx$ exists (as an improper Riemann integral) then so does $\int_a^{\infty} f(x) \, dx$ (absolute convergence implies regular convergence).

The main idea of the proof is to use the Cauchy criterion of convergence for an improper integral. Namely, the improper integral $\int_a^{\infty} g(x) \, dx$ converges iff for every $\varepsilon > 0$ we can find $M \geq a$ such that for all $y > x > M$ we have

$$ \left| \int_x^{y} g(x) \, dx\right| < \varepsilon. $$

Assuming this criterion, if $\int_a^{\infty} |f(x)| \, dx$ exists then for any $\varepsilon > 0$ we can find $M \geq a$ such that for all $y > x > M$ we have

$$ \left | \int_x^y |f(x)| \, dx \right| = \int_x^y |f(x)| \, dx < \varepsilon $$

but then we also have

$$ \left| \int_x^y f(x) \, dx \right| \leq \int_x^y |f(x)| \, dx < \varepsilon $$

so by the Cauchy criterion, $\int_a^{\infty} f(x) \, dx$ also conveges.

0
On

Define $F:[1,+\infty) \to\mathbb R$ by $F(x) = \int_1^x s^{-2}\sin(s)\,ds$. You know $F$ is well defined, so we only have to prove $\lim\limits_{x\to+\infty}F(x)$ exists and is finite.

The estimate $$|F(y)-F(x)|\leq \left|\int_x^ys^{-2}\,ds\right|\leq\int_{\min\{x,y\}}^\infty s^{-2}\,ds=\frac{1}{\min\{x,y\}}$$ shows that if $x,y > M$, then $|F(x)-F(y)|<1/M$. If we take any sequence $(x_n) \to +\infty$, this implies $(F(x_n))$ is Cauchy, and therefore converges to a real number.

Now you can argue that $\lim\limits_{n\to\infty} F(y_n)$ is the same for any $(y_n)\to\infty$ and therefore that $\lim\limits_{x\to+\infty} F(x)$ exists.