For what values of $a$ does the following integral converge: $$\int_0^\infty \frac{\ln(1+x^{-2a})}{\sqrt{x^a+x^{-a}}}dx$$
We have to study the integral at $0$ and $\infty$:
$$\int_0^\infty \frac{\ln(1+x^{-2a})}{\sqrt{x^a+x^{-a}}}dx = \int_0^1 \frac{\ln(1+x^{-2a})}{\sqrt{x^a+x^{-a}}}dx + \int_1^\infty \frac{\ln(1+x^{-2a})}{\sqrt{x^a+x^{-a}}}dx$$
I've started checking for $a>0$:
For the second integrand we have equivalence
$$\frac{\ln(1+x^{-2a})}{\sqrt{x^a+x^{-a}}} \sim \frac{x^{-2a}}{\sqrt{x^a+x^{-a}}} \sim \frac{1}{x^{5a/2}}, \ \ x \to \infty$$
So,
$$\int_1^\infty \frac{\ln(1+x^{-2a})}{\sqrt{x^a+x^{-a}}}dx \sim \int_1^\infty \frac{1}{x^{5a/2}}dx $$ which converges when $5a/2>1$ or $a>2/5$.
But this approach seems to be lots of work to study fully, not to mention that I don't feel I can deal with all of the cases...
Any help is appreciated.