Elegant solution for the second integral (at least in my opinion):
Identity: [tex]\int^b_a dx \int^t_{t_0} f(x,t) dt = \int^t_{t_0} dt \int^b_a f(x,t) dx[/tex]
Consider [tex]\int^b_a dt \int^1_0 x^t dx[/tex].
Evaluating directly, we get [tex]\int^b_a \frac{1}{t+1} dt = \log_e \left( \frac{b+1}{a+1} \right)[/tex].
Applying the identity, we get [tex]\int^1_0 dx \int^b_a x^t dt[/tex], and evaluating the inner integral shows that is equal to [tex]\int^1_0 \frac{x^b -x^a}{\log_e x} dx[/tex].
Hence, [tex]\int^1_0 \frac{x^b-x^a}{\log_e x} dx = \log_e \left( \frac{b+1}{a+1} \right)[/tex]
--------
EDIT: Whoops I forgot to evaluate the actual integral here. Letting b=1, a=0 gives us the original integral as equal to [itex]\log_e 2[/itex].