Integration of $\sqrt{1+u^2}\,du$

17.3k Views Asked by At

Can anyone show how to calculate $$\int\sqrt{1+u^2}\,du?$$ I can't calculate it.

5

There are 5 best solutions below

3
On

To integrate this we would use Trigonometric substitution. Recall your substitution rules for this. In this case, we would let $u = 1\tan(\theta)$ and then continue to find $d\theta$ so we may do the full substitution.

4
On

Let $ u = \tan \theta $. Then, $ \mathrm{d}u = \sec^2 \theta \, \mathrm{d}\theta $. Also, note that $$ \sqrt {1 + u^2} = \sqrt {1 + \tan^2 \theta} = \sec \theta. $$Use this to finish.

0
On

Let $u = \sinh x$, then \begin{align} \int \sqrt{1+u^2}du &= \int \cosh x \cdot \cosh x dx = \int \cosh^2x dx = \int \frac {1+\cosh 2x}2 dx = \\ &= \frac x2 + \frac {\sinh 2x}4 + C = \frac {\text{arcsinh } u}2 + \frac {u \sqrt{1+u^2}}2 + C \end{align}

PS

To verify: WA

0
On

Let $\displaystyle I = \int \sqrt{1+u^2}du = \int \sqrt{1+u^2}\cdot 1\;du$

Using Integration by parts

$\displaystyle I = \sqrt{1+u^2}\cdot u-\int \frac{u}{\sqrt{1+u^2}}\cdot udu = \sqrt{1+u^2}\cdot u-\int\frac{(1+u^2)-1}{\sqrt{1+u^2}}du$

$\displaystyle I = \sqrt{1+u^2}\cdot u-I+\int\frac{1}{\sqrt{1+u^2}}du$

$\displaystyle 2I = \sqrt{1+u^2}\cdot u+J$

where $\displaystyle J = \int \frac{1}{\sqrt{1+u^2}}du$

for Calculation of $J$

Let $1+u^2 = v^2$ and $\displaystyle udu = vdv\Rightarrow \frac{du}{v} = \frac{dv}{u} = \frac{d(u+v)}{(u+v)}$

(above Using ratio and Proportion )

So $\displaystyle J = \int\frac{du}{v} = \int\frac{d(u+v)}{(u+v)} = \ln \left|u+v\right|+C$

So $\displaystyle J = \ln \left|u+\sqrt{1+u^2}\right|+C$

So $\displaystyle I = \frac{u}{2}\sqrt{1+u^2}+\frac{1}{2}\ln \left|u+\sqrt{1+u^2}\right|+D$

1
On

Setting $$ u=\sinh x:=\frac{e^x-e^{-x}}{2}, $$ we have \begin{eqnarray} \int\sqrt{1+u^2}\,du&=&\int\cosh x\sqrt{1+\sinh^2x}\,dx=\int\cosh^2x\,dx=\frac12\int(1+\cosh2x)\,dx\\ &=&\frac{x}{2}+\frac14\sinh2x+C=\frac{x}{2}+\frac12\sinh x\cosh x+C\\ &=&\frac12\ln(u+\sqrt{1+u^2})+\frac12u\sqrt{1+u^2}+C. \end{eqnarray}