I am trying to solve this integral:
$\int_{0}^{1}e^{x}\ln(1+e^{x})dx$
Here is my attempt:
$[e^{x}\ln(1+e^{x})]_{0}^{1} - \int e^{x} \frac{e^{x}}{1+e^{x}}dx$
$[e^{x}\ln(1+e^{x})]_{0}^{1} - \int e^{x} \frac{e^{x}}{1+e^{x}}dx$
$[e^{x}\ln(1+e^{x})]_{0}^{1} - ( \ln(1+e^{x})e^{x} - \int \ln(1+e^{x})e^{x}dx )$
Then I got the original integral back, my attempt was to then use this method:
$I = \int_{0}^{1}e^{x}\ln(1+e^{x})dx$
$I = [e^{x}\ln(1+e^{x})]_{0}^{1} - \ln(1+e^{x})e^{x} + I$
$0 = [e^{x}\ln(1+e^{x})]_{0}^{1} - \ln(1+e^{x})e^{x}$
And now I don't know what to do because the $I$ on the left and right cancel each other. Any help is greatly appreciated.