Solution to $\int_0^1 \left(\frac{\ln(x)}{1-x}\right)^2dx$ in a closed form.

85 Views Asked by At

I'm looking for the solution to the integral $$\int_0^1 \left(\frac{\ln(x)}{1-x}\right)^2dx$$ I solved and know that the solution to $$-\int_0^1 \frac{\ln(x)}{1-x}dx = \frac{\pi^2}{6}$$ through a taylor series argument, and am wondering if a similar approach is the best way to go.

1

There are 1 best solutions below

0
On

hints

By parts

$$u=\frac{-1}{1-x}$$ $$v=(\ln(x))^2$$

the integral becomes

$$[uv]+2\int\frac{\ln(x)}{x(1-x)}$$

with $$\frac{1}{x(1-x)}=\frac 1x+\frac{1}{1-x}$$