I was trying to evaluate an integral related to the product of two cauchy distributions and in one of the steps got stuck in the integral
$$\int_0^{\infty} \frac{\ln(x)}{\sqrt{x}(x-1)} dx. $$
I tried to evaluate the integral using Mathematica, and it seems that the answer is $\pi^2$. Furthermore, if I restrict the integral to $(0,1)$, the answer is just $\pi^2/2$, i.e. the integral over $(0,1)$ and the integral over $(1,\infty)$ are equal. I was wondering if anyone could help me verify/disprove this identity? I apologize in advance if this seems an ill-posed question.
Make the substitution $\sqrt{x}=t$ which gives $$4\int_{0}^{\infty}{\frac{\log(t)}{t^{2}-1}dt}$$ Notice the symmetry at $t=1$, or if you prefer spliting up the integral and making the change of Variable $t=\frac{1}{u}$ at $(1,\infty]$
This reduces to $$8\int_{0}^{1}{\frac{\log(u)}{u^{2}-1}du}$$
Expanding the denomenator into a geometric series and applying the monotone convergence theorem we get that $$-8\int_{0}^{1}{\frac{\log(u)}{1-u^{2}}du}=-8\sum_{n=0}^{\infty}\int_{0}^{1}{u^{2n}\log(u)du}=8\sum_{n=0}^{\infty}\frac{1}{(2n+1)^{2}}$$
The later sum is well-known to evaluate at $\frac{\pi^{2}}{8}$