5

I'm trying to evaluate the following integral:

$$\int \frac{\sqrt{1+x}}{x}$$

It seems like that I need to use u substitution and partial fraction decomposition? Any tips/advice on how to solve this one? I can't figure it out.

gnometorule
  • 4,640
Bob Shannon
  • 1,561

3 Answers3

7

Let $\sqrt{1+x} = u \implies 1+x = u^2 \implies dx = 2u du$. We then get $$I = \int \dfrac{\sqrt{1+x}}x dx = \int \dfrac{u}{u^2-1} 2u du = 2 \int \dfrac{u^2}{u^2-1} du = 2 \int \left(1 + \dfrac1{u^2-1}\right) du$$ Hence, $$I = 2u + \int \dfrac{du}{u-1} - \int \dfrac{du}{u+1} + c = 2 u + \ln \left(\left \vert \dfrac{u-1}{u+1} \right \vert\right) + \text{constant}$$

  • how does the fact $1+x\geq 0$ resolves the problem? we still don't know if $u$ is positive or not. – palio Apr 22 '13 at 15:08
2

Hint: Let $1+x=u^2$.${}{}{}{}{}{}{}$

You should end up needing $\displaystyle \int\frac{2u^2}{u^2-1}\,du$. Divide, getting $2+\frac{2}{u^2-1}$.

André Nicolas
  • 507,029
0

... just try putting $1+x = t^2$

Srijan
  • 12,518
  • 10
  • 73
  • 115
monalisa
  • 4,460
  • m extremely sorry... its 1+x = t^2... sorry for typing mistake – monalisa Mar 04 '13 at 07:08
  • 6
    Dear Mona Lisa. MSE is like an on-line classroom. How would you like if, next time you ask your professor a question, he begins his answer by saying "it's very simple...how come you can't solve this?" Maybe keep that in mind. Thanks for your answer though. – gnometorule Mar 04 '13 at 07:30
  • 5
    @gnometorule I heartily accept my fault. I had no intention of hurting anyone. i assure no such behaviour from my side in future. – monalisa Mar 05 '13 at 03:04