Please help evaluating this integral $$ \large\int_{0}^1 \sqrt{\frac{\ln{x}}{x^2-1}} dx$$ Mathematica could not evaluate it in a closed form. Numerically it is about $$I\approx1.060837861412045137097...,$$ ISC+ did not return any closed form for it.
It is related to a previous post
Let's make a variable change $x=e^{-t}$:
$$I=\int_0^{\infty}\frac{\sqrt{t}e^{-t}}{\sqrt{1-e^{-2t}}}dt$$
Now, let's expand the integrand into Taylor series:
$$\frac{1}{\sqrt{1-e^{-2t}}}=\sum_{n=0}^{\infty}\frac{(2n)!}{(2^nn!)^2}e^{-2nt}$$
Thus
$$I=\sum_{n=0}^{\infty}\frac{(2n)!}{(2^nn!)^2}\int_0^{\infty}\sqrt{t}e^{-(2n+1)t}dt=$$
$$=\frac{\sqrt{\pi}}{2}\sum_{n=0}^{\infty}\frac{(2n)!}{(2^nn!)^2}\frac{1}{(2n+1)^{\frac{3}{2}}}$$
Now, by hand, if we take only the three first terms of the sum we get $I=1.001...$
Not bad!