1
$\begingroup$

Finding $\int \frac{1}{x}\sqrt{1+\frac{1}{x^4}}\,dx$


I suppose I need integration by parts and trigo substitution

Let $u=\frac{1}{x} \Rightarrow du = -\frac{1}{x^2} dx$

Let $dv = \sqrt{1+(\frac{1}{x^2})^2}$, $\frac{1}{x^2} = \tan{\theta}$. Is my substitution OK?

So $x=\frac{1}{\sqrt{\tan{\theta}}} \Rightarrow dx = -\frac{\sec^2{\theta}}{2\sqrt{\tan{\theta}}}\,d\theta$. But this will be very complicated to integrate later?

Am I supposed to be trying something else?


UPDATE: An attempt

$\int \frac{1}{x} \sqrt{1+\frac{1}{x^4}} dx$

Let $u = \frac{1}{x} \Rightarrow du = -\frac{1}{x^2} dx$

Let $dv = \sqrt{1+(\frac{1}{x^2})^2} dx$

Let $\alpha = \frac{1}{x^2} \Rightarrow d\alpha = -\frac{1}{2x^3}$

$dv=\sqrt{1+\alpha^2} d\alpha$

Let $\alpha = \tan{\theta} \Rightarrow d\alpha = \sec^2{\theta} d\theta$

$dv = \sqrt{1+\tan^2{\theta}} \sec^2{\theta} d\theta = \sec^3{\theta}$. Looks wrong here ?

  • 0
    Physical interpretation: let $x=e^u$ and you get$\int\sqrt{1+e^{-4u}}\ du=\int\sqrt{1+\left[\frac d{du}\left(\frac{e^{-2u}}{-2}\right)\right]^2}\ du$ That is, this is the arc-length of $\frac{e^{-2u}}{-2}$ from some point to another.2017-04-05

3 Answers 3

6

$I = \int \frac{\sqrt{x^4+1}}{x^3} \mathrm{d}x$

Substitute $u=\sqrt{x^4+1}, \mathrm{d}u=\frac{2x^3}{\sqrt{x^4+1}}\mathrm{d}x$

$\int \frac{u^2}{2(u^2-1)^{\frac{3}{2}}} \mathrm{d}u$

Now substitute $u=\sec \theta$ $\mathrm{du} = \sec \theta \tan \theta \mathrm{d}\theta$

Then $(u^2-1)^{\frac{3}{2}} = \tan^3 \theta$

$I = \frac{1}{2}\int \csc^2 \theta \sec \theta \mathrm{d}\theta = \frac{1}{2}\int (\cot^2 \theta+1) \sec \theta \mathrm{d}\theta$

And take it from there

2

Usually we want to get rid of the square root. One way to do so is to bring in into the form $\sqrt{1+\cosh^2(u)}$ so lets try this in two steps $\frac{1}{x^2}=v \Rightarrow dv = \frac{-1}{2x^3}dx \Leftrightarrow dx = -2x^3 \, dv$ $ \int \frac{1}{x}\sqrt{1+\frac{1}{x^4}}\,dx = \int \frac{-2x^3}{x}\sqrt{1+v^2}\,dv = -2\int \frac{1}{v}\sqrt{1+v^2}\,dv$

With $v=\cosh(u) \Rightarrow dv = \sinh(u)\,du$ and $1+\cosh^2(u) = \sinh^2(u)$ follows $ ... = -2\int\frac{\sinh^2(u)}{\cosh(u)} \,du$

This will become a bit messy from here on. Seeing how the final result is ... $ -\frac{1}{2} \sqrt{1+\frac{1}{x^4}}+\frac{1}{2}\sinh^{-1}\left(x^2\right) $

  • 0
    I am not so familiar with hyperbolic functions, so I tried (in my original post's update) using "normal" trig substitution. But I got stuck too2012-04-11
1

$ \begin{aligned} \int\frac{1}{x}\sqrt{1+\frac{1}{x^4}}\,\mathrm{d}x&=\int \frac{\sqrt{x^4 +1}}{x^3}\,\mathrm{d}x\\ &=\int\frac{x^4 + 1}{x^3\sqrt{x^4+1}}\,\mathrm{d}x\\ &=\int\frac{x}{\sqrt{\left(x^2\right)^2+1}}\,\mathrm{d}x + \int \frac{1}{x^5}\frac{1}{\sqrt{1 + 1/x^4}}\,\mathrm{d}x\\ &=\frac{1}{2}\ln\Big(x^2 + \sqrt{x^4 + 1}\Big) - \frac{1}{2}\sqrt{1+1/x^4} + C\\ &=\frac{1}{2}\ln\Big(x^2 + \sqrt{x^4 + 1}\Big) - \frac{\sqrt{x^4 + 1}}{2x^2}+C \end{aligned} $