Is the Integral of arctan(x)/(xln^2(x)) Convergent?

  • Thread starter Thread starter TheForumLord
  • Start date Start date
  • Tags Tags
    Integral
Click For Summary
The discussion centers on determining the convergence of the integral ∫(arctan(x)/(x ln²(x))) dx from 0 to ∞. The integral is split into three parts, with the second part from 1 to 2 shown to converge through substitution and comparison to a known series. However, concerns arise regarding the behavior of the integrals near 0 and 1, particularly with the logarithmic term complicating the analysis. A participant suggests using a logarithmic expansion to address the problematic point at x=1. Ultimately, while the integral from 0 to 0.5 converges, the divergence of the integral near 1 raises questions about the overall convergence of the original integral.
TheForumLord
Messages
104
Reaction score
0

Homework Statement



Check whether the integral \int_{0}^{\infty}\frac{arctanx}{xln^{2}x}dx converges.

Homework Equations


The Attempt at a Solution



The problematic points are: 0, 1, \infty . So I said:
\int_{0}^{\infty}\frac{arctanx}{xln^{2}x}dx<br /> = \int_{0}^{1}\frac{arctanx}{xln^{2}x}dx+ \int_{1}^{2}\frac{arctanx}{xln^{2}x}dx+ \int_{2}^{\infty}\frac{arctanx}{xln^{2}x}dx .

The second integral converges [I've proved this by substition: x=1+t and then comparison to the series g(x)=\frac{1}{x^{2}}... I did it by knowing that in 0:
ln(1+x)\approx x...
I have no idea how to deal with the two other integrals... The ln is my problem...

Hope you'll be able to help

Thanks in advance!
 
Physics news on Phys.org
The first integral has two problems again
you should rewrite it as(you could choose any number in (0,1) not only half):

\int_0^{\frac{1}{2}} \frac{arctan x}{x ln^2x} \, dx + \int_{\frac{1}{2}}^1 \frac{arctan x}{x ln^2x} \, dx

you should know that

\frac{arctan x}{x ln^2x} \leq \frac{\pi}{2} \cdot \frac{1}{xl n^2 x}

and
\int \frac{1}{x ln^2 x} \, dx

is easy.
 
System's idea is a good one, but I believe that it shows that the new integral diverges. If it had converged, then you would be ok, but since it diverges, then you still don't know if your original integral converges.

There is an interesting expansion for the logarithm.

{\rm ln}(x)=\sum_{n=1}^{\infty} (-1)^{n+1}{{(x-1)^n}\over{n}}

valid for 0&lt;x\le 2

This may be useful for looking at the problem point x=1.
 
Last edited:
Hmmmm... How did you prove that this integral convergs? (I mean the integral:
\int_{0}^{0.5} \frac{1}{xln^{2}x} dx ) ...

I think this is what is missing for my proof...


Thanks for the fast reply!
 
TheForumLord said:
Hmmmm... How did you prove that this integral convergs? (I mean the integral:
\int_{0}^{0.5} \frac{1}{xln^{2}x} dx ) ...

I think this is what is missing for my proof...


Thanks for the fast reply!

The antiderivative is -1/ln(x) I believe. This makes it clear that that integral converges. However, the next integral with the limit at 1 will diverge. This makes the situation a little more complicated. You now have to ask the question whether the divergence of the upper-bound integral proves the divergence of the actual integral. Maybe it does, but you need to make a proper argument to prove it.
 
Thanks a lot!
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...