Asphyxiated
- 263
- 0
Homework Statement
\int \frac {1}{\sqrt{x}(1+\sqrt{x})} dx
The Attempt at a Solution
So let
u = 1 + \sqrt{x}
then
du = \frac {1}{2}x^{-1/2} dx
So dx should be this:
dx = 2x^{1/2} du
right?
So now the Problem looks something like this:
\int \frac {2\sqrt{x}}{\sqrt{x}(u)} du
\int \frac {\sqrt{x}}{(u)} du
I am stuck here, I am just not sure where to go from here, the answer is suppose to be:
2ln(1+\sqrt{x}) + C
but I really don't know how to get there.
thanks!