I'm stuck with trying to integrate the following expression: $$ \int (\sqrt{x^2 + x}) dx $$
I have tried u-substitution where $u = \sqrt{x}$, but it didn't get far. How should I approach this?
Thanks ahead!
I'm stuck with trying to integrate the following expression: $$ \int (\sqrt{x^2 + x}) dx $$
I have tried u-substitution where $u = \sqrt{x}$, but it didn't get far. How should I approach this?
Thanks ahead!
HINT:
Note that
$$x^2+x=(x+1/2)^2-1/4$$
Then, use a standard trigonometric (or hyperbolic trigonometric) substitution.
Hint:
You can use this u-sub: $$ \sqrt{x^2+x}=u+x $$ $$ x^2+x=u^2+2ux+x^2$$ $$x-2ux=u^2 $$ $$x(1-2u)=u^2$$ $$x=\frac{u^2}{1-2u}$$ $$dx=\frac{-2u(u-1)}{(1-2u)^2}du$$
$$...$$ so that it's bigger and well spaced.
– ultralegend5385
Sep 08 '21 at 10:53
\\, it automatically begins a new line. I have edited it for now.
– ultralegend5385
Sep 08 '21 at 11:41
For non-negative real $x$, you can use the following:
$$\begin{align*}x&=\sinh^2 z\\ \mathrm{d}x &= 2\sinh z \cosh z\,\mathrm{d}z\\\int \sqrt{x(x+1)}\, \mathrm{d}x &= 2 \int \sinh^2 z \cosh^2 z \, \mathrm{d}z\\&=\frac{1}{4}\int (\cosh 4z - 1) \mathrm{d}z \\ &\,\,\,\vdots \\ &= \frac{(2x+1)\sqrt{x^2+x}-\sinh^{-1}{\sqrt{x}}}{4}\end{align*}$$