Find the value of the following integral :
$$I=\int_{0}^{1}\frac{x\operatorname{li}(x)}{x^2+1}dx=?\tag{1}$$
where $\operatorname{li}(x)$ is the Logarithmic Integral Function
I have tried to use integration by parts :
$$\int_{0}^{1}\frac{x\operatorname{li}(x)}{x^2+1}dx=[\frac{1}{2}\operatorname{li}(x)\ln(x ^2+1)]_0^1-\int_{0}^{1}\frac{\operatorname{ln}(x^2+1)}{\ln(x)}dx\tag{2}$$
But it doesn't converge.
So the second idea is to use power series we have :
$$\frac{1}{x^2+1}=1-x^2+x^4-x^6+x^8-x^{10}+x^{12}+\cdots$$
Moreover we have :
$$\int_{0}^{1}\operatorname{li}(x)x^ndx=-\frac{\ln(n+2)}{n+1}\tag{3}$$
One proof of this is given here by @Zacky
So we get an alternating series that I cannot evaluate .
$$I=\frac{1}{2} \sum _{n=1}^{\infty } \frac{(-1)^{n} \log (2 n+1)}{n}\tag{4}$$
Any help is greatly appreciated .
Thanks in advance for your contributions!
Some experimentation
The integral is equivalent to :
$$\int_{0}^{\frac{\pi}{4}}\tan(x)\operatorname{li}(\tan(x))dx\tag{5}$$
Differentiating under the integral the expression:
$$\tan(x)\operatorname{li}(\tan(x))$$
Becomes :
$$\frac{1}{\cos^2(x)}\operatorname{li}(\tan(x))+\frac{1}{\cos^2(x)}\frac{\tan(x)}{\log(\tan(x))}$$
Performing the substitution $x=\arctan(t)$
We get (under the integral) :
$$\operatorname{li}(x)+\frac{x}{\log(x)}$$
I don't know what to do next (even if it was funny as experimentation).Maybe I make forbidden things ...Thanks!
Update :
Some related subject :
https://mathworld.wolfram.com/NielsenGeneralizedPolylogarithm.html https://mathworld.wolfram.com/HarmonicSeries.html
$$\int_{0}^{1}\frac{x\operatorname{li}(x)}{x^2+1}dx=\left[\operatorname{li}(x)\cdot\left(\frac{1}{2}\ln(x ^2+1)-\frac{1}{2}\ln(2)\right)\right]0^1-\int{0}^{1}\frac{\ln(x^2+1)-\ln(2)}{2\ln(x)}dx$$
Then the first part is zero and it remains "only" the new integral.
– L. Milla Apr 17 '20 at 05:07