$\int \ln(1+\sqrt{x})dx$, any ideas ?
I tried the substitution : $u = 1+ \sqrt{x}$ but it doesn't sem to work
EDIT : Let $u = 1+\sqrt{x}$ then : $du = \frac{1}{2\sqrt{x}}dx \Leftrightarrow dx = du \cdot 2(u-1)$ Hence we have : $\int \ln(1+\sqrt{x})dx = \int \ln(u) \cdot 2(u-1) du$ But this form doesn't seem to help ?
You start with $$\int \ln(1+\sqrt{x}) \, dx$$ then use the substitution $x=u^2$ so that you have $$\int 2u\ln(u+1) \, du$$ Then use integration by parts to get $$u^2\ln(u+1)-\int \frac{u^2}{u+1} \, du$$ Split up the $\frac{u^2}{u+1}$ using partial fractions $$u^2\ln(u+1)-\int (u-1+\frac{1}{u+1}) \, du$$ This is now a pretty straightforward integral. Continue on to get $$u^2\ln(u+1)-\frac{1}{2}u^2+u-ln(u+1)$$ $$(u^2-1)\ln(u+1)-\frac{1}{2}u^2+u+C$$ Then substitute $u=\sqrt{x}$: $$(x-1)\ln(\sqrt{x}+1)-\frac{1}{2}x+\sqrt{x}+C$$ Which should be the answer.