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

   Optimal result
   Rubi [C] (warning: unable to verify)
   Mathematica [A] (verified)
   Maple [F]
   Fricas [B] (verification not implemented)
   Sympy [F]
   Maxima [F]
   Giac [F]
   Mupad [F(-1)]

Optimal result

Integrand size = 34, antiderivative size = 132 \[ \int \frac {\sqrt {x^2+\sqrt {1+x^4}}}{\left (-1+x^2\right ) \sqrt {1+x^4}} \, dx=\sqrt {\frac {1}{2} \left (-1+\sqrt {2}\right )} \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 )-\sqrt {\frac {1}{2} \left (1+\sqrt {2}\right )} \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 ) \]

[Out]

1/2*(-2+2*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*(2
+2*2^(1/2))^(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)))

Rubi [C] (warning: unable to verify)

Result contains complex when optimal does not.

Time = 0.47 (sec) , antiderivative size = 161, normalized size of antiderivative = 1.22, number of steps used = 12, number of rules used = 4, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.118, Rules used = {6857, 2158, 739, 212} \[ \int \frac {\sqrt {x^2+\sqrt {1+x^4}}}{\left (-1+x^2\right ) \sqrt {1+x^4}} \, dx=-\frac {1}{4} \sqrt {1-i} \text {arctanh}\left (\frac {1-i x}{\sqrt {1-i} \sqrt {1-i x^2}}\right )+\frac {1}{4} \sqrt {1-i} \text {arctanh}\left (\frac {1+i x}{\sqrt {1-i} \sqrt {1-i x^2}}\right )+\frac {1}{4} \sqrt {1+i} \text {arctanh}\left (\frac {1-i x}{\sqrt {1+i} \sqrt {1+i x^2}}\right )-\frac {1}{4} \sqrt {1+i} \text {arctanh}\left (\frac {1+i x}{\sqrt {1+i} \sqrt {1+i x^2}}\right ) \]

[In]

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

[Out]

-1/4*(Sqrt[1 - I]*ArcTanh[(1 - I*x)/(Sqrt[1 - I]*Sqrt[1 - I*x^2])]) + (Sqrt[1 - I]*ArcTanh[(1 + I*x)/(Sqrt[1 -
 I]*Sqrt[1 - I*x^2])])/4 + (Sqrt[1 + I]*ArcTanh[(1 - I*x)/(Sqrt[1 + I]*Sqrt[1 + I*x^2])])/4 - (Sqrt[1 + I]*Arc
Tanh[(1 + I*x)/(Sqrt[1 + I]*Sqrt[1 + I*x^2])])/4

Rule 212

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[-b, 2]))*ArcTanh[Rt[-b, 2]*(x/Rt[a, 2])], x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 739

Int[1/(((d_) + (e_.)*(x_))*Sqrt[(a_) + (c_.)*(x_)^2]), x_Symbol] :> -Subst[Int[1/(c*d^2 + a*e^2 - x^2), x], x,
 (a*e - c*d*x)/Sqrt[a + c*x^2]] /; FreeQ[{a, c, d, e}, x]

Rule 2158

Int[(((c_.) + (d_.)*(x_))^(m_.)*Sqrt[(b_.)*(x_)^2 + Sqrt[(a_) + (e_.)*(x_)^4]])/Sqrt[(a_) + (e_.)*(x_)^4], x_S
ymbol] :> Dist[(1 - I)/2, Int[(c + d*x)^m/Sqrt[Sqrt[a] - I*b*x^2], x], x] + Dist[(1 + I)/2, Int[(c + d*x)^m/Sq
rt[Sqrt[a] + I*b*x^2], x], x] /; FreeQ[{a, b, c, d, m}, x] && EqQ[e, b^2] && GtQ[a, 0]

Rule 6857

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

Rubi steps \begin{align*} \text {integral}& = \int \left (-\frac {\sqrt {x^2+\sqrt {1+x^4}}}{2 (1-x) \sqrt {1+x^4}}-\frac {\sqrt {x^2+\sqrt {1+x^4}}}{2 (1+x) \sqrt {1+x^4}}\right ) \, dx \\ & = -\left (\frac {1}{2} \int \frac {\sqrt {x^2+\sqrt {1+x^4}}}{(1-x) \sqrt {1+x^4}} \, dx\right )-\frac {1}{2} \int \frac {\sqrt {x^2+\sqrt {1+x^4}}}{(1+x) \sqrt {1+x^4}} \, dx \\ & = -\left (\left (\frac {1}{4}-\frac {i}{4}\right ) \int \frac {1}{(1-x) \sqrt {1-i x^2}} \, dx\right )-\left (\frac {1}{4}-\frac {i}{4}\right ) \int \frac {1}{(1+x) \sqrt {1-i x^2}} \, dx-\left (\frac {1}{4}+\frac {i}{4}\right ) \int \frac {1}{(1-x) \sqrt {1+i x^2}} \, dx-\left (\frac {1}{4}+\frac {i}{4}\right ) \int \frac {1}{(1+x) \sqrt {1+i x^2}} \, dx \\ & = -\left (\left (-\frac {1}{4}-\frac {i}{4}\right ) \text {Subst}\left (\int \frac {1}{(1+i)-x^2} \, dx,x,\frac {-1-i x}{\sqrt {1+i x^2}}\right )\right )-\left (-\frac {1}{4}-\frac {i}{4}\right ) \text {Subst}\left (\int \frac {1}{(1+i)-x^2} \, dx,x,\frac {1-i x}{\sqrt {1+i x^2}}\right )-\left (-\frac {1}{4}+\frac {i}{4}\right ) \text {Subst}\left (\int \frac {1}{(1-i)-x^2} \, dx,x,\frac {-1+i x}{\sqrt {1-i x^2}}\right )-\left (-\frac {1}{4}+\frac {i}{4}\right ) \text {Subst}\left (\int \frac {1}{(1-i)-x^2} \, dx,x,\frac {1+i x}{\sqrt {1-i x^2}}\right ) \\ & = -\frac {1}{4} \sqrt {1-i} \text {arctanh}\left (\frac {1-i x}{\sqrt {1-i} \sqrt {1-i x^2}}\right )+\frac {1}{4} \sqrt {1-i} \text {arctanh}\left (\frac {1+i x}{\sqrt {1-i} \sqrt {1-i x^2}}\right )+\frac {1}{4} \sqrt {1+i} \text {arctanh}\left (\frac {1-i x}{\sqrt {1+i} \sqrt {1+i x^2}}\right )-\frac {1}{4} \sqrt {1+i} \text {arctanh}\left (\frac {1+i x}{\sqrt {1+i} \sqrt {1+i x^2}}\right ) \\ \end{align*}

Mathematica [A] (verified)

Time = 0.43 (sec) , antiderivative size = 130, normalized size of antiderivative = 0.98 \[ \int \frac {\sqrt {x^2+\sqrt {1+x^4}}}{\left (-1+x^2\right ) \sqrt {1+x^4}} \, dx=\frac {\sqrt {-1+\sqrt {2}} \arctan \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 )-\sqrt {1+\sqrt {2}} \text {arctanh}\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 )}{\sqrt {2}} \]

[In]

Integrate[Sqrt[x^2 + Sqrt[1 + x^4]]/((-1 + x^2)*Sqrt[1 + x^4]),x]

[Out]

(Sqrt[-1 + Sqrt[2]]*ArcTan[(-1 + x^2 + Sqrt[1 + x^4])/(Sqrt[2*(1 + Sqrt[2])]*x*Sqrt[x^2 + Sqrt[1 + x^4]])] - S
qrt[1 + Sqrt[2]]*ArcTanh[(Sqrt[1/2 + 1/Sqrt[2]]*(-1 + x^2 + Sqrt[1 + x^4]))/(x*Sqrt[x^2 + Sqrt[1 + x^4]])])/Sq
rt[2]

Maple [F]

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

[In]

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

[Out]

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

Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 397 vs. \(2 (101) = 202\).

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

[In]

integrate((x^2+(x^4+1)^(1/2))^(1/2)/(x^2-1)/(x^4+1)^(1/2),x, algorithm="fricas")

[Out]

1/8*sqrt(2)*sqrt(sqrt(2) + 1)*log(-(sqrt(2)*x^2 + 2*x^2 + (x^3 - sqrt(2)*x - sqrt(x^4 + 1)*x - x)*sqrt(x^2 + s
qrt(x^4 + 1))*sqrt(sqrt(2) + 1) + sqrt(x^4 + 1)*(sqrt(2) + 1))/(x^2 - 1)) - 1/8*sqrt(2)*sqrt(sqrt(2) + 1)*log(
-(sqrt(2)*x^2 + 2*x^2 - (x^3 - sqrt(2)*x - sqrt(x^4 + 1)*x - x)*sqrt(x^2 + sqrt(x^4 + 1))*sqrt(sqrt(2) + 1) +
sqrt(x^4 + 1)*(sqrt(2) + 1))/(x^2 - 1)) - 1/8*sqrt(2)*sqrt(-sqrt(2) + 1)*log((sqrt(2)*x^2 - 2*x^2 + sqrt(x^2 +
 sqrt(x^4 + 1))*(sqrt(x^4 + 1)*x*sqrt(-sqrt(2) + 1) - (x^3 + sqrt(2)*x - x)*sqrt(-sqrt(2) + 1)) + sqrt(x^4 + 1
)*(sqrt(2) - 1))/(x^2 - 1)) + 1/8*sqrt(2)*sqrt(-sqrt(2) + 1)*log((sqrt(2)*x^2 - 2*x^2 - sqrt(x^2 + sqrt(x^4 +
1))*(sqrt(x^4 + 1)*x*sqrt(-sqrt(2) + 1) - (x^3 + sqrt(2)*x - x)*sqrt(-sqrt(2) + 1)) + sqrt(x^4 + 1)*(sqrt(2) -
 1))/(x^2 - 1))

Sympy [F]

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

[In]

integrate((x**2+(x**4+1)**(1/2))**(1/2)/(x**2-1)/(x**4+1)**(1/2),x)

[Out]

Integral(sqrt(x**2 + sqrt(x**4 + 1))/((x - 1)*(x + 1)*sqrt(x**4 + 1)), x)

Maxima [F]

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

[In]

integrate((x^2+(x^4+1)^(1/2))^(1/2)/(x^2-1)/(x^4+1)^(1/2),x, algorithm="maxima")

[Out]

integrate(sqrt(x^2 + sqrt(x^4 + 1))/(sqrt(x^4 + 1)*(x^2 - 1)), x)

Giac [F]

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

[In]

integrate((x^2+(x^4+1)^(1/2))^(1/2)/(x^2-1)/(x^4+1)^(1/2),x, algorithm="giac")

[Out]

integrate(sqrt(x^2 + sqrt(x^4 + 1))/(sqrt(x^4 + 1)*(x^2 - 1)), x)

Mupad [F(-1)]

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

[In]

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

[Out]

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