A hard integral $\int\frac{(x^4-1)\sqrt{x^4+1}}{x^8+1} \mathrm{d}x$

185 Views Asked by At

This integtare is very hard for me,I do not known how to deal with it.

$$\int\frac{(x^4-1)\sqrt{x^4+1}}{x^8+1} \mathrm{d}x$$

I use “mathematica” and obtain this enter image description here

next the “maple” : enter image description here

the “maple” tell me it's a Elementary function

2

There are 2 best solutions below

1
On BEST ANSWER

Note

$$\frac2{x^8+1}=\frac1{x^4+1}\left( \frac1{x^4+\sqrt2x^2+1}+ \frac1{x^4-\sqrt2x^2+1}\right) $$ Then \begin{align} &\int\frac{(x^4-1)\sqrt{x^4+1}}{x^8+1} \> dx \\ =& \frac12 \int\frac{\frac{x^4-1}{\sqrt{x^4+1}}dx}{x^4+\sqrt2x^2+1} +\frac12 \int\frac{\frac{x^4-1}{\sqrt{x^4+1}}dx}{x^4-\sqrt2x^2+1}\\ =& \frac12\int\frac{d\sqrt{ x^2+\frac1{x^2}}}{x^2+\frac1{x^2}+\sqrt2} +\frac12 \int\frac{d\sqrt{ x^2+\frac1{x^2}}}{x^2+\frac1{x^2}-\sqrt2}\\ =& \frac1{2\sqrt[4]2}\tan^{-1} \frac{\sqrt{ x^2+\frac1{x^2}} }{\sqrt[4]2 } - \frac1{2\sqrt[4]2}\coth^{-1} \frac{\sqrt{ x^2+\frac1{x^2}} }{\sqrt[4]2 }+C \end{align}

4
On

Hint:

$$\dfrac{(x^4-1)\sqrt{x^4+1}}{x^8+1}=x\cdot\dfrac{\left(1-\dfrac1{x^4}\right)\sqrt{x^2+\dfrac1{x^2}}}{x^4+\dfrac1{x^4}}$$

Set $x^2=y$ to find

$$\int\dfrac{(x^4-1)\sqrt{x^4+1}}{x^8+1}dx=\dfrac12\int\dfrac{\left(1-\dfrac1{y^2}\right)\sqrt{y+\dfrac1y}}{\left(y+\dfrac1y\right)^2-2}dy$$

Now choose $\sqrt{y+\dfrac1y}=u\implies y+\dfrac1y=u^2$