Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Why is $ \int_0^{\infty}\left|\frac{\sin x}{x}\right|\ dx=\infty$?

+1
−0

Question: Why is $$ \int_0^{\infty}\left|\frac{\sin x}{x}\right|\ dx=\infty\quad ? $$

There are several other ways to state the fact in the question depending on the contexts. For examples:

  • The function $\displaystyle f(x)=\frac{\sin(x)}{x}$ is not absolutely integrable on $[0,\infty)$.

  • The function $\displaystyle f(x)=\frac{\sin(x)}{x}$ is not in $L^1([0,\infty))$.

  • The function $\displaystyle f(x)=\frac{\sin(x)}{x}$ is not Lebesgue integrable on $[0,\infty)$.

I will share my own answer below, and I would like to see other approaches if there are any.

Notes: This is an example of improper integrals that are convergent but not absolutely convergent.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

1 answer

+1
−0

Since, $\displaystyle \lim_{x\to 0}\frac{\sin x}{x}=1$, the singularity of the integral is not at $x=0$. On the other hand, one can rewrite the integral as $ \int_{0}^\infty\frac{1}{x}\cdot |\sin(x)|\ dx. $ It suffices to analyze the sum $$ \int_0^\pi\frac{\sin(x)}{x}\ dx+\int_{\pi}^{N\pi}\frac{1}{x}\cdot |\sin(x)|\ dx. $$ and show that it goes to $\infty$ as $N\to\infty$. Why integrate up to $N\pi$ instead of $N$? Well, partly due to technical convenience: the function $|\sin(x)|$ has the period of $\pi$. The graph of the integrand suggests that we may estimate the integral over each period and then add them together.

graph of the integrand

As mentioned earlier, one can write the first integral as one for the continuous function. So we focus on the second one.

On the interval $[\pi,2\pi]$, one has $$ \int_\pi^{2\pi}\frac1x|\sin(x)|\ dx\ge \frac1{2\pi}\int_\pi^{2\pi}|\sin(x)|\ dx= \frac{1}{2\pi}\cdot 2 $$ where we use the simple fact that $\int_a^b f(x)\ dx\ge \int_a^b g(x)\ dx$ if $f(x)\ge g(x)$ on $[a,b]$. We work with the lower bounds because in order to show something diverges, big lower bounds would help.

Similarly, on the interval, $[2\pi,3\pi]$, we have $$ \int_{2\pi}^{3\pi}\frac1x|\sin(x)|\ dx\ge \frac1{3\pi}\int_{2\pi}^{3\pi}|\sin(x)|\ dx= \frac{1}{3\pi}\cdot 2 $$

and in general, $$ \int_{(n-1)\pi}^{n\pi}\frac1x|\sin(x)|\ dx\ge \frac1{n\pi}\int_{(n-1)\pi}^{n\pi}|\sin(x)|\ dx = \frac{1}{n\pi}\cdot 2 $$

By adding the estimates together and using the fact that the harmonic series diverges, we have the desired proof.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »