0
$\begingroup$

I am trying to integrate this function:

$$\int {\frac{1}{x\sqrt{x+1}}\mathrm{d}x}.$$

When I googled it I saw methods that used both "$u$" and "$s$" substitution. I sort of understood what was going on but got stuck after substituting in $s$. I could not simplify any further.

My professor used a really weird substitution where she found $u^2$ and then declared: $\frac{2u(du)}{(u+1)(u-1)}$ then used the heavyside method.I understood her use of the heavyside method however I do not understand where her above function came from. What happened to $x$? How did $2u$ get on top?

Could you please help me understand how both of these methods could be used to solve this integral? It would be especially helpful to know where $\frac{2u(du)}{(u+1)(u-1)}$ came from.

  • 0
    [Using Approach0](https://approach0.xyz/search/?q=%24%5Cint%20%7B%5Cfrac%7B1%7D%7Bx%5Csqrt%7Bx%2B1%7D%7D%5Cmathrm%7Bd%7Dx%7D%24&p=1) you can find a few questions on this site about this integral: [Indefinite integral $\int \frac{1}{x\sqrt{x+1}}dx$](http://math.stackexchange.com/q/1154736), [Calculus 2 integral $\int {\frac{2}{x\sqrt{x+1}}}\, dx$](http://math.stackexchange.com/q/690419).2017-01-11

3 Answers 3

4

Take $u^{2}=x+1$ so that $2udu=dx$ and $u^{2}-1=x$. This was done to remove the square root. Then we get

$$\int\frac{2u}{u(u^{2}-1)}du=\int\frac{2}{(u-1)(u+1)}du=\int\left(\frac{1}{u-1}-\frac{1}{u+1}\right)du$$

2

Put $x+1=u^2$ and $dx=2udu$ to get $$\int \frac{2du}{u^2-1}$$$=log\vert (u-1)\vert-log\vert (u+1)\vert+c$ where $u=\sqrt{x+1}$

  • 0
    nice..........................+12017-01-11
1

Remark there is not real need to separate $(u^2-1)$ into $(u-1)(u+1)$ since $\int\frac{du}{1-u^2}=\operatorname{argth}(u)$.

Your integral is $-2\operatorname{argth}(\sqrt{x+1})$ which of course is equivalent to the log formulation.

  • 0
    What is the mathjax for argth ? I had to \operatorname it in this answer.2017-01-11
  • 0
    what is argth? hyperbolic function i presume?2017-01-11
  • 0
    Reverse of hyperbolic tangent, the equivalent of arctan for hyperbolic stuff.2017-01-11