I've been trying the find a solution to the post: Integrating $\int _0^1\frac{\ln \left(1-x\right)}{x^2+1}\:dx$
And I was wondering if the substitution $u = -x$, so that the bounds become $u(0) = 0$ and $u(1) = -1$, would be possible.
This would make solving the integral possible, as I've already seen that the integral,
$$ \int_{0}^{1} \frac{\ln(1 + x)}{x^2 + 1} dx $$
can be solved using Feynman's technique. Link: https://www.youtube.com/watch?v=b4ZuFeInVHE
This substitution would be very nice, but I'm sceptical to use it as the bounds seem to become nonsense.
Following Cornel's method in this solution ( check the integral $\mathcal{J})$
$$I=\int_0^1\frac{\ln(1-x)}{1+x^2}\ dx =\Im\int_0^1\frac{i\ln(1-x)}{1-ix}\ dx\overset{1-x=t}{=}\Im\int_0^1\frac{i\ln(t)}{1-i+it}\ dt$$
$$=\Im\text{Li}_2\left(\frac{i}{i-1}\right)=\Im\left(-\text{Li}_2(i)-\frac12\ln^2(1-i)\right)=\frac{\pi}8\ln(2)-G$$
where in the last step, I used landen's identity.