Good morning! I have a doubt regarding this integral
$$ \int_{-\infty}^\infty \frac{\mathrm{arccoth}(\sqrt{x^2+ \pi^2})}{\sqrt{x^2+\pi^2}} dx$$
I have made a few attempts on solving this.
First attempt:
Let $t = \sqrt{x^2+\pi^2}$. Then the integral becomes
$$ 2 \int_\pi^\infty \frac{\mathrm{arccoth}(t)}{t}\cdot \sqrt{t^2-\pi^2} dt$$
Not quite sure what to do with this, so abandoned this attempt.
Second attempt:
Let
$$I(a) = \int_{-\infty}^\infty \frac{\mathrm{arccoth}(\sqrt{x^2+a^2})}{\sqrt{x^2+a^2}} dx$$
Then
$$I'(a) = \int_{-\infty}^\infty \frac{a}{(1-(a^2+x^2))(x^2+a^2)} dx$$
$$I'(a) = \int_{-\infty}^\infty \frac{a}{x^2+a^2}dx - \int_0^\infty \frac{a}{x^2 + a^2-1}dx$$
$$I'(a) = \pi - \frac{\pi a}{\sqrt{a^2-1}}$$
Using the fact that
$$I(\infty) = 0$$
We have
$$I(a) = \pi( a - \sqrt{a^2-1})$$
Putting $a=\pi$, I get
$$I(\pi) = \pi^2- \pi\cdot \sqrt{\pi^2-1}$$
But this is not the correct answer.
I would really appreciate it if someone can find the correct solution and point out the error in my answer. Most thankful for your efforts.