I used the substitution:
$u=x$
$du=dx$
$2+\sqrt{u}=2+\sqrt{x}$
I then substituted the u into the equation:
$\int\frac{1}{2+\sqrt{u}}du$
$=\int{(2+\sqrt{u})^{-1}du}$
I'm not too sure how to integrate this?
The solution which my lecturer gave is much different to this. His example is:
$x=u^2$. Then $\frac{dx}{du}=2u$
$\int{\frac{dx}{2+\sqrt{u}}}=\int{\frac{2u}{2+u}du}$
After some thinking, I understand this but I think it would be easier if I knew how to integrate $=\int{(2+\sqrt{u})^{-1}du}$
Thank you very much for your help. I really hope I have been clear enough.
Do this substitution
Let $$u=\frac{1}{2+\sqrt{x}}$$
$$x=\frac{(1-2u)^2}{u^2}$$ Then $$\frac{du}{dx}=\frac{-1}{2\sqrt{x}(2+\sqrt{x})^2}$$
Or $$dx=-2\sqrt{x}(2+\sqrt{x})^2du$$
Substitute these values into the integration.$$\int -2(1-2u)du$$ $$\int (4u-2)du$$
Can you take it from here?