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
Long Comment:
@L. Milla's integral can be written:
$$I=-\frac{1}{2}\int_0^1 \frac{\log \left(\frac{1}{2} \left((1-x)^2+1\right)\right)}{ \log (1-x)} \, dx\tag{1}$$
The first few terms series expansion approximation of $\frac{1}{\log (1-x)}$ are
$$\frac{1}{\log (1-x)}\approx-\frac{1}{x}+\frac{1}{2}+\frac{x}{12}+\frac{x^2}{24}+\frac{19 x^3}{720}+\frac{3 x^4}{160}+\frac{863 x^5}{60480}+...$$
https://oeis.org/A002206 and https://oeis.org/A002207 can be used to find the full series expansion, modifying the signs to fit the present purpose:
$$\frac{1}{\log (1-x)}=-\frac{1}{x}+\sum _{n=0}^{\infty } \frac{(-1)^{n-1} x^n }{n!}\left(\sum _{j=1}^{n+1} \frac{B_j S_n^{(j-1)}}{j}\right)$$
with $B_j$ being Bernoulli Numbers and $S_n^{(j-1)}$ being Stirling number of the first kind.
Quickly using Mathematica to integrate the first few terms of this expansion, perhaps results in a "generalised algebraic form" after the first two terms, rather than a closed form as such. i.e.
$$I\approx\left(\frac{\log ^2(2)}{8}-\frac{5 \pi ^2}{96}\right)+\left(\frac{4-\pi }{8}\right)$$
for the first two terms, with terms after that being of the general algebraic form
$$+\left(\frac{a-b \,\pi +c\, \log (2)}{d}\right)$$
with $a$,$b$,$c$ and $d$ being integers.