dumbperson said:
[tex]\int^1_0 \frac{\ln(1+x)}{1+x^2} dx[/tex]
This one is fairly straightforward, use the substitution ##x=\tan\theta##.
[tex]\int^1_0 \frac{x-1}{\ln(x)} dx[/tex]
For this one, define:
$$I(a)=\int_0^1 \frac{x^a-1}{\ln(x)}dx$$
Differentiate both the side with respect to a to get:
$$\frac{dI}{da}=\int_0^1 x^a\,dx=\frac{1}{a+1}$$
$$\Rightarrow I(a)=\ln|a+1|+C$$
It can be easily seen that C=0. We need the value of I(a) when a=1, hence,
$$I(1)=\ln(2)$$
[tex]\int^1_0 \frac{\ln(1-x)}{x} dx[/tex]
We use the series expansion of ##\ln(1-x)## i.e
$$\ln(1-x)=-\sum_{k=1}^{\infty} \frac{x^k}{k}$$
Hence, our integral is:
$$-\int_0^1 \frac{1}{x}\sum_{k=1}^{\infty} \frac{x^k}{k}\,dx$$
$$=-\sum_{k=1}^{\infty} \int_0^1 \frac{x^{k-1}}{k}\,dx$$
$$=-\sum_{k=1}^{\infty} \frac{1}{k^2}=-\zeta(2)$$