\(\int \frac {\sqrt {1+x^6}}{x^4} \, dx\) [444]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [A] (verification not implemented)
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [F(-1)]

Optimal result

Integrand size = 13, antiderivative size = 35 \[ \int \frac {\sqrt {1+x^6}}{x^4} \, dx=-\frac {\sqrt {1+x^6}}{3 x^3}+\frac {1}{3} \log \left (x^3+\sqrt {1+x^6}\right ) \]

[Out]

-1/3*(x^6+1)^(1/2)/x^3+1/3*ln(x^3+(x^6+1)^(1/2))

Rubi [A] (verified)

Time = 0.01 (sec) , antiderivative size = 25, normalized size of antiderivative = 0.71, number of steps used = 3, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.231, Rules used = {281, 283, 221} \[ \int \frac {\sqrt {1+x^6}}{x^4} \, dx=\frac {\text {arcsinh}\left (x^3\right )}{3}-\frac {\sqrt {x^6+1}}{3 x^3} \]

[In]

Int[Sqrt[1 + x^6]/x^4,x]

[Out]

-1/3*Sqrt[1 + x^6]/x^3 + ArcSinh[x^3]/3

Rule 221

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Simp[ArcSinh[Rt[b, 2]*(x/Sqrt[a])]/Rt[b, 2], x] /; FreeQ[{a, b},
 x] && GtQ[a, 0] && PosQ[b]

Rule 281

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> With[{k = GCD[m + 1, n]}, Dist[1/k, Subst[Int[x^((m
 + 1)/k - 1)*(a + b*x^(n/k))^p, x], x, x^k], x] /; k != 1] /; FreeQ[{a, b, p}, x] && IGtQ[n, 0] && IntegerQ[m]

Rule 283

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(c*x)^(m + 1)*((a + b*x^n)^p/(c*(m + 1
))), x] - Dist[b*n*(p/(c^n*(m + 1))), Int[(c*x)^(m + n)*(a + b*x^n)^(p - 1), x], x] /; FreeQ[{a, b, c}, x] &&
IGtQ[n, 0] && GtQ[p, 0] && LtQ[m, -1] &&  !ILtQ[(m + n*p + n + 1)/n, 0] && IntBinomialQ[a, b, c, n, m, p, x]

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

Mathematica [A] (verified)

Time = 0.12 (sec) , antiderivative size = 35, normalized size of antiderivative = 1.00 \[ \int \frac {\sqrt {1+x^6}}{x^4} \, dx=-\frac {\sqrt {1+x^6}}{3 x^3}+\frac {1}{3} \log \left (x^3+\sqrt {1+x^6}\right ) \]

[In]

Integrate[Sqrt[1 + x^6]/x^4,x]

[Out]

-1/3*Sqrt[1 + x^6]/x^3 + Log[x^3 + Sqrt[1 + x^6]]/3

Maple [A] (verified)

Time = 1.10 (sec) , antiderivative size = 20, normalized size of antiderivative = 0.57

method result size
risch \(-\frac {\sqrt {x^{6}+1}}{3 x^{3}}+\frac {\operatorname {arcsinh}\left (x^{3}\right )}{3}\) \(20\)
pseudoelliptic \(\frac {x^{3} \operatorname {arcsinh}\left (x^{3}\right )-\sqrt {x^{6}+1}}{3 x^{3}}\) \(24\)
trager \(-\frac {\sqrt {x^{6}+1}}{3 x^{3}}-\frac {\ln \left (-x^{3}+\sqrt {x^{6}+1}\right )}{3}\) \(30\)
meijerg \(-\frac {\frac {4 \sqrt {\pi }\, \sqrt {x^{6}+1}}{x^{3}}-4 \sqrt {\pi }\, \operatorname {arcsinh}\left (x^{3}\right )}{12 \sqrt {\pi }}\) \(31\)

[In]

int((x^6+1)^(1/2)/x^4,x,method=_RETURNVERBOSE)

[Out]

-1/3*(x^6+1)^(1/2)/x^3+1/3*arcsinh(x^3)

Fricas [A] (verification not implemented)

none

Time = 0.26 (sec) , antiderivative size = 34, normalized size of antiderivative = 0.97 \[ \int \frac {\sqrt {1+x^6}}{x^4} \, dx=-\frac {x^{3} \log \left (-x^{3} + \sqrt {x^{6} + 1}\right ) + x^{3} + \sqrt {x^{6} + 1}}{3 \, x^{3}} \]

[In]

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

[Out]

-1/3*(x^3*log(-x^3 + sqrt(x^6 + 1)) + x^3 + sqrt(x^6 + 1))/x^3

Sympy [A] (verification not implemented)

Time = 0.64 (sec) , antiderivative size = 34, normalized size of antiderivative = 0.97 \[ \int \frac {\sqrt {1+x^6}}{x^4} \, dx=- \frac {x^{3}}{3 \sqrt {x^{6} + 1}} + \frac {\operatorname {asinh}{\left (x^{3} \right )}}{3} - \frac {1}{3 x^{3} \sqrt {x^{6} + 1}} \]

[In]

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

[Out]

-x**3/(3*sqrt(x**6 + 1)) + asinh(x**3)/3 - 1/(3*x**3*sqrt(x**6 + 1))

Maxima [A] (verification not implemented)

none

Time = 0.18 (sec) , antiderivative size = 45, normalized size of antiderivative = 1.29 \[ \int \frac {\sqrt {1+x^6}}{x^4} \, dx=-\frac {\sqrt {x^{6} + 1}}{3 \, x^{3}} + \frac {1}{6} \, \log \left (\frac {\sqrt {x^{6} + 1}}{x^{3}} + 1\right ) - \frac {1}{6} \, \log \left (\frac {\sqrt {x^{6} + 1}}{x^{3}} - 1\right ) \]

[In]

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

[Out]

-1/3*sqrt(x^6 + 1)/x^3 + 1/6*log(sqrt(x^6 + 1)/x^3 + 1) - 1/6*log(sqrt(x^6 + 1)/x^3 - 1)

Giac [A] (verification not implemented)

none

Time = 0.27 (sec) , antiderivative size = 38, normalized size of antiderivative = 1.09 \[ \int \frac {\sqrt {1+x^6}}{x^4} \, dx=-\frac {2 \, \sqrt {\frac {1}{x^{6}} + 1} - \log \left (\sqrt {\frac {1}{x^{6}} + 1} + 1\right ) + \log \left (\sqrt {\frac {1}{x^{6}} + 1} - 1\right )}{6 \, \mathrm {sgn}\left (x\right )} \]

[In]

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

[Out]

-1/6*(2*sqrt(1/x^6 + 1) - log(sqrt(1/x^6 + 1) + 1) + log(sqrt(1/x^6 + 1) - 1))/sgn(x)

Mupad [F(-1)]

Timed out. \[ \int \frac {\sqrt {1+x^6}}{x^4} \, dx=\int \frac {\sqrt {x^6+1}}{x^4} \,d x \]

[In]

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

[Out]

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