How I can find the closed form of the following integration :
$I=\int_0^{1}\operatorname{Li}_2(1-x)dx$
$J=\int_0^{1}\operatorname{Li}_2(1-x)\operatorname{Li}_2(1-\frac{1}{x})dx$
$K=\int_0^{1}\ln(x)\operatorname{Li}_2(1-\frac{1}{x})dx$
Wolfram alpha give me for $I=$ see here
For $J=$ see here
For $K=$ see here
My attempt first integral is :
$\operatorname{Li}_2(1-x)=\sum_{n=1}^{\infty}\frac{(1-x)^n}{n^2}$
So :
$I=\sum_{n=1}^{\infty}\frac{\int_0^{1}(1-x)^{n}dx}{n^2}$
$=\sum_{n=1}^{\infty}\frac{\beta(1,n+1)}{n^2}$
$=\sum_{n=1}^{\infty}\frac{1}{(n+1)n^2}=\zeta (2)-1$
But what about from second and last integral ?
We can use same method ?
For $I$, the antiderivative is "simple".
$$I=\int\text{Li}_2(1-x) \,dx$$ Let $$u=\text{Li}_2(1-x)\implies du= \frac{\log (x)}{1-x}\,dx$$ $$I=x\text{Li}_2(1-x) -\int \frac{x\log (x)}{1-x}\,dx=x\text{Li}_2(1-x)-\Big(\text{Li}_2(1-x)-x (\log (x)-1) \Big)$$ $$I=(x-1) \text{Li}_2(1-x)+x (\log (x)-1)$$
For $J$ and $K$, I really do not know if closed for would exist. Computing with high accuracy, none of the numbers are recognized by inverse symbolic calculators.
If you do not want numerical integration, you could use series expansions to $O(x^{n+1})$ $$\text{Li}_2(1-x)=\frac{\pi ^2}{6}+x (\log (x)-1)+x^2 \left(\frac{\log (x)}{2}-\frac{1}{4}\right)+x^3 \left(\frac{\log (x)}{3}-\frac{1}{9}\right)+x^4 \left(\frac{\log (x)}{4}-\frac{1}{16}\right)+O\left(x^5\right)$$ $$\text{Li}_2\left(1-\frac{1}{x}\right)=\left(-\frac{1}{2} \log ^2(x)-\frac{\pi ^2}{6}\right)+x (1-\log (x))+x^2 \left(\frac{1}{4}-\frac{\log (x)}{2}\right)+x^3 \left(\frac{1}{9}-\frac{\log (x)}{3}\right)+x^4 \left(\frac{1}{16}-\frac{\log (x)}{4}\right)+O\left(x^5\right)$$ and integrate termwise.
As a function of $n$, for $J$ the numerical results would be $$\left( \begin{array}{ccc} n & J_{(n)} & \approx \\ 1 & \frac{5}{16}+\frac{\pi ^2}{12}-\frac{\pi ^4}{36} & -1.57084 \\ 2 & -\frac{125}{432}+\frac{7 \pi ^2}{54}-\frac{\pi ^4}{36} & -1.71577 \\ 3 & -\frac{3689}{6912}+\frac{7 \pi ^2}{48}-\frac{\pi ^4}{36} & -1.8002 \\ 4 & -\frac{2804441}{4320000}+\frac{23 \pi ^2}{150}-\frac{\pi ^4}{36} & -1.84164 \\ 5 & -\frac{9219923}{12960000}+\frac{17 \pi ^2}{108}-\frac{\pi ^4}{36} & -1.86367 \\ 6 & -\frac{7762159241}{10372320000}+\frac{47 \pi ^2}{294}-\frac{\pi ^4}{36} & -1.87637 \end{array} \right)$$ which would converge very slowly.