$$\int x \ln\left(1+\sqrt{x}\right) \,dx$$
I think u-substitution would be the best method but I'm not entirely sure how I would go about using it.
$$\int x \ln\left(1+\sqrt{x}\right) \,dx$$
I think u-substitution would be the best method but I'm not entirely sure how I would go about using it.
On
If we set $u = 1 + \sqrt{x}$, we can rearrange to get $x = (u - 1)^2$, so $dx = 2 (u - 1) \,du$, giving $$\int (u - 1)^2 \log u \cdot 2 (u - 1) \,du = 2 \int (u - 1)^3 \log u \,du .$$ This is a product of two types of functions and so suggests using integration by parts; making the only sensible choices for $v$ and $dw$ yields an integral of a sum of power functions.
HINT:
$$\int x\ln\left(1+\sqrt{x}\right)\space\text{d}x=$$
Use integration by parts, $\int f\space\text{d}g=fg-\int g\space\text{d}f$ where:
$$f=\ln\left(1+\sqrt{x}\right),\text{d}g=x\space\text{d}x,\text{d}f=\frac{1}{2\left(x+\sqrt{x}\right)}\space\text{d}x,g=\frac{x^2}{2}$$
$$\frac{x^2\ln\left(1+\sqrt{x}\right)}{2}-\frac{1}{2}\int\frac{x^{\frac{3}{2}}}{2\sqrt{x}+2}\space\text{d}x=$$
Substitute $u=\sqrt{x}$ and $\text{d}u=\frac{1}{\sqrt{2}}\space\text{d}x$:
$$\frac{x^2\ln\left(1+\sqrt{x}\right)}{2}-\int\frac{u^4}{2u+2}\space\text{d}u$$
Now, use long division.