Using the derivative of beta function, find
$$I=\int_0^1\frac{\ln^2x\ln^2(1-x^2)}{1-x^2}\ dx$$
setting $x^2=y$ gives
$$I=\frac18\int_0^1\frac{\ln^2y\ln^2(1-y)}{\sqrt{y}(1-y)}\ dy=\frac18\left.\frac{\partial^4}{\partial a^2\partial b^2}\text{B}(a,b)\right|_{a\mapsto 1/2\\b\mapsto0^{+}}$$
Any good software that can find the 4th derivative and also gives the final result? Wolfram fails to calculate it (or maybe I do not know how to use it well) and when I tried to do it manually, some terms involve $\psi(b)$ and if we take the limit, then $\psi(0)$ is undefined and even if I take the limit of $\psi(b)$ together with other terms, still undefined. I do not know how to avoid this problem as I am not experienced with the beta function.
Thank you.
Note: Solution should be done without using harmonic series.
If one cannot find the limit as simple as that posed in the question, it's the user's mathematical manipulation needs improvement rather than the CAS. Wolfram|Alpha is, of course, less powerful than Mathematica.
– pisco Sep 30 '19 at 07:59