3.27.79 \(\int \frac {-1+x^2}{(1+x^2) \sqrt {x^2+\sqrt {1+x^4}}} \, dx\) [2679]

3.27.79.1 Optimal result
3.27.79.2 Mathematica [A] (verified)
3.27.79.3 Rubi [F]
3.27.79.4 Maple [F]
3.27.79.5 Fricas [B] (verification not implemented)
3.27.79.6 Sympy [F]
3.27.79.7 Maxima [F]
3.27.79.8 Giac [F]
3.27.79.9 Mupad [F(-1)]

3.27.79.1 Optimal result

Integrand size = 30, antiderivative size = 242 \[ \int \frac {-1+x^2}{\left (1+x^2\right ) \sqrt {x^2+\sqrt {1+x^4}}} \, dx=\frac {x}{2 \sqrt {x^2+\sqrt {1+x^4}}}+2 \sqrt {2} \arctan \left (\frac {\sqrt {2} x \sqrt {x^2+\sqrt {1+x^4}}}{1+x^2+\sqrt {1+x^4}}\right )-2 \sqrt {1+\sqrt {2}} \arctan \left (\frac {\sqrt {2 \left (1+\sqrt {2}\right )} x \sqrt {x^2+\sqrt {1+x^4}}}{1+x^2+\sqrt {1+x^4}}\right )+\frac {\text {arctanh}\left (\frac {\sqrt {2} x \sqrt {x^2+\sqrt {1+x^4}}}{1+x^2+\sqrt {1+x^4}}\right )}{\sqrt {2}}-2 \sqrt {-1+\sqrt {2}} \text {arctanh}\left (\frac {\sqrt {2 \left (-1+\sqrt {2}\right )} x \sqrt {x^2+\sqrt {1+x^4}}}{1+x^2+\sqrt {1+x^4}}\right ) \]

output
1/2*x/(x^2+(x^4+1)^(1/2))^(1/2)+2*arctan(2^(1/2)*x*(x^2+(x^4+1)^(1/2))^(1/ 
2)/(1+x^2+(x^4+1)^(1/2)))*2^(1/2)-2*(1+2^(1/2))^(1/2)*arctan((2+2*2^(1/2)) 
^(1/2)*x*(x^2+(x^4+1)^(1/2))^(1/2)/(1+x^2+(x^4+1)^(1/2)))+1/2*arctanh(2^(1 
/2)*x*(x^2+(x^4+1)^(1/2))^(1/2)/(1+x^2+(x^4+1)^(1/2)))*2^(1/2)-2*(2^(1/2)- 
1)^(1/2)*arctanh((-2+2*2^(1/2))^(1/2)*x*(x^2+(x^4+1)^(1/2))^(1/2)/(1+x^2+( 
x^4+1)^(1/2)))
 
3.27.79.2 Mathematica [A] (verified)

Time = 0.83 (sec) , antiderivative size = 242, normalized size of antiderivative = 1.00 \[ \int \frac {-1+x^2}{\left (1+x^2\right ) \sqrt {x^2+\sqrt {1+x^4}}} \, dx=\frac {x}{2 \sqrt {x^2+\sqrt {1+x^4}}}+2 \sqrt {2} \arctan \left (\frac {-1+x^2+\sqrt {1+x^4}}{\sqrt {2} x \sqrt {x^2+\sqrt {1+x^4}}}\right )-2 \sqrt {1+\sqrt {2}} \arctan \left (\frac {\sqrt {\frac {1}{2}+\frac {1}{\sqrt {2}}} \left (-1+x^2+\sqrt {1+x^4}\right )}{x \sqrt {x^2+\sqrt {1+x^4}}}\right )+\frac {\text {arctanh}\left (\frac {-1+x^2+\sqrt {1+x^4}}{\sqrt {2} x \sqrt {x^2+\sqrt {1+x^4}}}\right )}{\sqrt {2}}-2 \sqrt {-1+\sqrt {2}} \text {arctanh}\left (\frac {-1+x^2+\sqrt {1+x^4}}{\sqrt {2 \left (1+\sqrt {2}\right )} x \sqrt {x^2+\sqrt {1+x^4}}}\right ) \]

input
Integrate[(-1 + x^2)/((1 + x^2)*Sqrt[x^2 + Sqrt[1 + x^4]]),x]
 
output
x/(2*Sqrt[x^2 + Sqrt[1 + x^4]]) + 2*Sqrt[2]*ArcTan[(-1 + x^2 + Sqrt[1 + x^ 
4])/(Sqrt[2]*x*Sqrt[x^2 + Sqrt[1 + x^4]])] - 2*Sqrt[1 + Sqrt[2]]*ArcTan[(S 
qrt[1/2 + 1/Sqrt[2]]*(-1 + x^2 + Sqrt[1 + x^4]))/(x*Sqrt[x^2 + Sqrt[1 + x^ 
4]])] + ArcTanh[(-1 + x^2 + Sqrt[1 + x^4])/(Sqrt[2]*x*Sqrt[x^2 + Sqrt[1 + 
x^4]])]/Sqrt[2] - 2*Sqrt[-1 + Sqrt[2]]*ArcTanh[(-1 + x^2 + Sqrt[1 + x^4])/ 
(Sqrt[2*(1 + Sqrt[2])]*x*Sqrt[x^2 + Sqrt[1 + x^4]])]
 
3.27.79.3 Rubi [F]

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {x^2-1}{\left (x^2+1\right ) \sqrt {\sqrt {x^4+1}+x^2}} \, dx\)

\(\Big \downarrow \) 7276

\(\displaystyle \int \left (\frac {1}{\sqrt {\sqrt {x^4+1}+x^2}}-\frac {2}{\left (x^2+1\right ) \sqrt {\sqrt {x^4+1}+x^2}}\right )dx\)

\(\Big \downarrow \) 2009

\(\displaystyle \int \frac {1}{\sqrt {x^2+\sqrt {x^4+1}}}dx-i \int \frac {1}{(i-x) \sqrt {x^2+\sqrt {x^4+1}}}dx-i \int \frac {1}{(x+i) \sqrt {x^2+\sqrt {x^4+1}}}dx\)

input
Int[(-1 + x^2)/((1 + x^2)*Sqrt[x^2 + Sqrt[1 + x^4]]),x]
 
output
$Aborted
 

3.27.79.3.1 Defintions of rubi rules used

rule 2009
Int[u_, x_Symbol] :> Simp[IntSum[u, x], x] /; SumQ[u]
 

rule 7276
Int[(u_)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> With[{v = RationalFunctionE 
xpand[u/(a + b*x^n), x]}, Int[v, x] /; SumQ[v]] /; FreeQ[{a, b}, x] && IGtQ 
[n, 0]
 
3.27.79.4 Maple [F]

\[\int \frac {x^{2}-1}{\left (x^{2}+1\right ) \sqrt {x^{2}+\sqrt {x^{4}+1}}}d x\]

input
int((x^2-1)/(x^2+1)/(x^2+(x^4+1)^(1/2))^(1/2),x)
 
output
int((x^2-1)/(x^2+1)/(x^2+(x^4+1)^(1/2))^(1/2),x)
 
3.27.79.5 Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 574 vs. \(2 (189) = 378\).

Time = 2.76 (sec) , antiderivative size = 574, normalized size of antiderivative = 2.37 \[ \int \frac {-1+x^2}{\left (1+x^2\right ) \sqrt {x^2+\sqrt {1+x^4}}} \, dx=-\frac {1}{2} \, {\left (x^{3} - \sqrt {x^{4} + 1} x\right )} \sqrt {x^{2} + \sqrt {x^{4} + 1}} - \sqrt {2} \arctan \left (-\frac {{\left (\sqrt {2} x^{2} - \sqrt {2} \sqrt {x^{4} + 1}\right )} \sqrt {x^{2} + \sqrt {x^{4} + 1}}}{2 \, x}\right ) + \frac {1}{8} \, \sqrt {2} \log \left (4 \, x^{4} + 4 \, \sqrt {x^{4} + 1} x^{2} + 2 \, {\left (\sqrt {2} x^{3} + \sqrt {2} \sqrt {x^{4} + 1} x\right )} \sqrt {x^{2} + \sqrt {x^{4} + 1}} + 1\right ) + \frac {1}{4} \, \sqrt {-4 \, \sqrt {2} - 4} \log \left (-\frac {2 \, \sqrt {2} x^{2} - 4 \, x^{2} + \sqrt {x^{2} + \sqrt {x^{4} + 1}} {\left (\sqrt {x^{4} + 1} {\left (\sqrt {2} x - x\right )} \sqrt {-4 \, \sqrt {2} - 4} + {\left (x^{3} - \sqrt {2} {\left (x^{3} + 2 \, x\right )} + 3 \, x\right )} \sqrt {-4 \, \sqrt {2} - 4}\right )} + 2 \, \sqrt {x^{4} + 1} {\left (\sqrt {2} - 1\right )}}{x^{2} + 1}\right ) - \frac {1}{4} \, \sqrt {-4 \, \sqrt {2} - 4} \log \left (-\frac {2 \, \sqrt {2} x^{2} - 4 \, x^{2} - \sqrt {x^{2} + \sqrt {x^{4} + 1}} {\left (\sqrt {x^{4} + 1} {\left (\sqrt {2} x - x\right )} \sqrt {-4 \, \sqrt {2} - 4} + {\left (x^{3} - \sqrt {2} {\left (x^{3} + 2 \, x\right )} + 3 \, x\right )} \sqrt {-4 \, \sqrt {2} - 4}\right )} + 2 \, \sqrt {x^{4} + 1} {\left (\sqrt {2} - 1\right )}}{x^{2} + 1}\right ) - \frac {1}{2} \, \sqrt {\sqrt {2} - 1} \log \left (\frac {2 \, {\left (\sqrt {2} x^{2} + 2 \, x^{2} + {\left (x^{3} + \sqrt {2} {\left (x^{3} + 2 \, x\right )} - \sqrt {x^{4} + 1} {\left (\sqrt {2} x + x\right )} + 3 \, x\right )} \sqrt {x^{2} + \sqrt {x^{4} + 1}} \sqrt {\sqrt {2} - 1} + \sqrt {x^{4} + 1} {\left (\sqrt {2} + 1\right )}\right )}}{x^{2} + 1}\right ) + \frac {1}{2} \, \sqrt {\sqrt {2} - 1} \log \left (\frac {2 \, {\left (\sqrt {2} x^{2} + 2 \, x^{2} - {\left (x^{3} + \sqrt {2} {\left (x^{3} + 2 \, x\right )} - \sqrt {x^{4} + 1} {\left (\sqrt {2} x + x\right )} + 3 \, x\right )} \sqrt {x^{2} + \sqrt {x^{4} + 1}} \sqrt {\sqrt {2} - 1} + \sqrt {x^{4} + 1} {\left (\sqrt {2} + 1\right )}\right )}}{x^{2} + 1}\right ) \]

input
integrate((x^2-1)/(x^2+1)/(x^2+(x^4+1)^(1/2))^(1/2),x, algorithm="fricas")
 
output
-1/2*(x^3 - sqrt(x^4 + 1)*x)*sqrt(x^2 + sqrt(x^4 + 1)) - sqrt(2)*arctan(-1 
/2*(sqrt(2)*x^2 - sqrt(2)*sqrt(x^4 + 1))*sqrt(x^2 + sqrt(x^4 + 1))/x) + 1/ 
8*sqrt(2)*log(4*x^4 + 4*sqrt(x^4 + 1)*x^2 + 2*(sqrt(2)*x^3 + sqrt(2)*sqrt( 
x^4 + 1)*x)*sqrt(x^2 + sqrt(x^4 + 1)) + 1) + 1/4*sqrt(-4*sqrt(2) - 4)*log( 
-(2*sqrt(2)*x^2 - 4*x^2 + sqrt(x^2 + sqrt(x^4 + 1))*(sqrt(x^4 + 1)*(sqrt(2 
)*x - x)*sqrt(-4*sqrt(2) - 4) + (x^3 - sqrt(2)*(x^3 + 2*x) + 3*x)*sqrt(-4* 
sqrt(2) - 4)) + 2*sqrt(x^4 + 1)*(sqrt(2) - 1))/(x^2 + 1)) - 1/4*sqrt(-4*sq 
rt(2) - 4)*log(-(2*sqrt(2)*x^2 - 4*x^2 - sqrt(x^2 + sqrt(x^4 + 1))*(sqrt(x 
^4 + 1)*(sqrt(2)*x - x)*sqrt(-4*sqrt(2) - 4) + (x^3 - sqrt(2)*(x^3 + 2*x) 
+ 3*x)*sqrt(-4*sqrt(2) - 4)) + 2*sqrt(x^4 + 1)*(sqrt(2) - 1))/(x^2 + 1)) - 
 1/2*sqrt(sqrt(2) - 1)*log(2*(sqrt(2)*x^2 + 2*x^2 + (x^3 + sqrt(2)*(x^3 + 
2*x) - sqrt(x^4 + 1)*(sqrt(2)*x + x) + 3*x)*sqrt(x^2 + sqrt(x^4 + 1))*sqrt 
(sqrt(2) - 1) + sqrt(x^4 + 1)*(sqrt(2) + 1))/(x^2 + 1)) + 1/2*sqrt(sqrt(2) 
 - 1)*log(2*(sqrt(2)*x^2 + 2*x^2 - (x^3 + sqrt(2)*(x^3 + 2*x) - sqrt(x^4 + 
 1)*(sqrt(2)*x + x) + 3*x)*sqrt(x^2 + sqrt(x^4 + 1))*sqrt(sqrt(2) - 1) + s 
qrt(x^4 + 1)*(sqrt(2) + 1))/(x^2 + 1))
 
3.27.79.6 Sympy [F]

\[ \int \frac {-1+x^2}{\left (1+x^2\right ) \sqrt {x^2+\sqrt {1+x^4}}} \, dx=\int \frac {\left (x - 1\right ) \left (x + 1\right )}{\left (x^{2} + 1\right ) \sqrt {x^{2} + \sqrt {x^{4} + 1}}}\, dx \]

input
integrate((x**2-1)/(x**2+1)/(x**2+(x**4+1)**(1/2))**(1/2),x)
 
output
Integral((x - 1)*(x + 1)/((x**2 + 1)*sqrt(x**2 + sqrt(x**4 + 1))), x)
 
3.27.79.7 Maxima [F]

\[ \int \frac {-1+x^2}{\left (1+x^2\right ) \sqrt {x^2+\sqrt {1+x^4}}} \, dx=\int { \frac {x^{2} - 1}{\sqrt {x^{2} + \sqrt {x^{4} + 1}} {\left (x^{2} + 1\right )}} \,d x } \]

input
integrate((x^2-1)/(x^2+1)/(x^2+(x^4+1)^(1/2))^(1/2),x, algorithm="maxima")
 
output
integrate((x^2 - 1)/(sqrt(x^2 + sqrt(x^4 + 1))*(x^2 + 1)), x)
 
3.27.79.8 Giac [F]

\[ \int \frac {-1+x^2}{\left (1+x^2\right ) \sqrt {x^2+\sqrt {1+x^4}}} \, dx=\int { \frac {x^{2} - 1}{\sqrt {x^{2} + \sqrt {x^{4} + 1}} {\left (x^{2} + 1\right )}} \,d x } \]

input
integrate((x^2-1)/(x^2+1)/(x^2+(x^4+1)^(1/2))^(1/2),x, algorithm="giac")
 
output
integrate((x^2 - 1)/(sqrt(x^2 + sqrt(x^4 + 1))*(x^2 + 1)), x)
 
3.27.79.9 Mupad [F(-1)]

Timed out. \[ \int \frac {-1+x^2}{\left (1+x^2\right ) \sqrt {x^2+\sqrt {1+x^4}}} \, dx=\int \frac {x^2-1}{\left (x^2+1\right )\,\sqrt {\sqrt {x^4+1}+x^2}} \,d x \]

input
int((x^2 - 1)/((x^2 + 1)*((x^4 + 1)^(1/2) + x^2)^(1/2)),x)
 
output
int((x^2 - 1)/((x^2 + 1)*((x^4 + 1)^(1/2) + x^2)^(1/2)), x)