I came across this problem in the book (Almost) Impossible Integrals, Sums and Series Problem 1.8
$$\int_0^1\log^2(1-x)\log^2(1+x)dx=24-8\zeta(2)-8\zeta(3)-\zeta(4)+8\log2\zeta(2)-4\log^22\zeta(2)+8\log2\zeta(3)-24\log2+12\log^22-4\log^32+\log^42$$
In the book, this has been solved by using Beta Function. It is said that it can also be solved by the following method, although the solution is not provided.
$A=\log(1-x)$
$B=\log(1+x)$
So, $A^2B^2=\dfrac{1}{12}\left[(A+B)^4+(A-B)^4-2A^4-2B^4\right]$
Hence, we can write the integral as $$\int_0^1\log^2(1-x)\log^2(1+x)dx=\dfrac{1}{12}\underbrace{\int_0^1\log^4(1-x^2)dx}_{I_1}+\dfrac{1}{12}\underbrace{\int_0^1\log^4\left(\dfrac{1-x}{1+x}\right)dx}_{I_2}-\dfrac{1}{6}\underbrace{\int_0^1\log^4(1-x)dx}_{I_3}-\dfrac{1}{6}\underbrace{\int_0^1\log^4(1+x)dx}_{I_4}$$ I am able to solve $I_3$ and $I_4$ but am stuck in the first two integrals. Can these be solved without using the beta function?
Edit-
The solutions found till now are
$$I_2=42\zeta(4)$$
$$I_3=24$$
$$I_4=2\log^42-8\log^32+24\log^22-48\log2+24$$
A solution is provided in book, although I couldn't really get it.
I thought of Integrating 5 Times but encountered Di-Logarithms midway, so there is probably a cleaner way.
– Miracle Invoker Oct 12 '23 at 18:09