Specific substitution integral

47 Views Asked by At

I've got this question. $$\int \frac{1}{\sqrt{x^2+x}}dx $$ I must use the following substitution $$u=x+\sqrt{x^2+2}$$ What I've done $dx=\frac{1}{\frac{x}{\sqrt{x^2+2}}}du$ which i can put in the integral. How do i continue?

2

There are 2 best solutions below

0
On BEST ANSWER

There is a mistake in the proposed substitution, it should be $u=x+\sqrt{x^2+x}$

By squaring $(u-x)$ and solving for $x$ you have $x=\dfrac{u^2}{2u+1}$

And $x^2+x=\dfrac{u^2(u+1)^2}{(2u+1)^2}$

Note: I ommitted absolute values in the calculations, considering $x\ge 0\implies u\ge 0$, but in the other interval $x\le -1$ makes $u\le 0$, and this might need some attention. The resulting formula may not be the same exactly.

Then the integral becomes

$$\int\dfrac{dx}{\sqrt{x^2+x}}=2\int \dfrac{\sqrt{\dfrac{u^2(u+1)^2}{(2u+1)^2}}}{u(u+1)}\mathop{du}=2\int\dfrac{du}{2u+1}=\ln(2u+1)+C$$


And by subtracting $\ln(2)$ from the constant this gives: $$\ln\left(\frac 12+x+\sqrt{x^2+x}\right)+D=\ln\left((x+\frac 12)+\sqrt{(x+\frac 12)^2-\frac 14}\right)+D$$

Exposing why the symmetric change proposed by S.Dolan in his answer is also pertinent.

1
On

The integration is easily carried out if you use the substitution $$u=x+\frac{1}{2}.$$