Computing the integration.
$\int_0^1\frac{\ln x}{1-x}d x$
I have no idea ... how to do that?
... The answer is $-\frac{\pi ^2}{6}$ I get it by software.
Computing the integration.
$\int_0^1\frac{\ln x}{1-x}d x$
I have no idea ... how to do that?
... The answer is $-\frac{\pi ^2}{6}$ I get it by software.
Let $u = (1-x)$, so that this integral is the same as $\displaystyle \int_0^1 \frac{\ln(1-u)}{u} \mathrm{d}u$.
Recall the Taylor expansion for $\ln(1-u)$:
$$ \ln(1-u) = -\sum_{n = 1}^\infty \frac{u^n}{n}.$$
Then our problem becomes
$$-\int_0^1 \sum_{n = 1}^\infty \frac{u^{n-1}}{n} \mathrm{d}u= -\sum_{n = 1}^\infty \int_0^1 \frac{u^{n-1}}{n} \mathrm{d}u = -\sum_{n=1}^\infty \frac{1}{n^2} = -\frac{\pi^2}{6},$$
where I take it for granted that we know how to evaluate the last sum. (For a reference, it's called the Basel Problem. It has been asked and answered in varying flavors on MSE before.)