Compute the following definite integral:
$$\int _0^1\frac{dx}{\left(1+\sqrt{x}\right)^4}$$
This is what I did:
$$\int _0^1\frac{1}{\left(1+\sqrt{x}\right)^4} \, dx$$
$$u = \sqrt{x}$$
$$\frac{du}{dx}=\frac{1}{2}x^{-\frac{1}{2}} \, dx$$
$$du = \frac{1}{2\sqrt{x}} \, dx$$
And after this I just got stuck. How exactly am I supposed to write $du$ in terms of the initial integral? I can't double it and nor can I leave it as is because of the $+1$. Am I supposed to make $u = 1 + \sqrt{x}$ instead or is there a way to do it with the current $du$?
Any help?
The substitution in the OP is equivalent to $x=u^2$. Then, $dx=2u\,du$ and we have
$$\int\frac1{(1+\sqrt x)^4}\,dx=2\int \frac{u}{(1+u)^4}\,du$$
Next, enforce the substitution $1+u=t$ to find
$$\begin{align} \int\frac1{(1+\sqrt x)^4}\,dx&=2\int \frac{u}{(1+u)^4}\,du\\\\ &=2\int \frac{t-1}{t^4}\,dt\\\\ &=\frac{2}{3t^3}-\frac{1}{t^2}+C\\\\ &=\frac{2}{3(1+u)^3}-\frac{1}{(1+u)^2}+C\\\\ &=\frac{2}{3(1+\sqrt x)^3}-\frac{1}{(1+\sqrt x)^2}+C \end{align}$$