3.1.3 \(\int \frac {-1+x^8}{\sqrt {-1+x^4} (1-2 x^4+x^8)} \, dx\)

Optimal. Leaf size=12 \[ -\frac {x}{\sqrt {x^4-1}} \]

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 12, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 27, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {28, 1404, 383} \begin {gather*} -\frac {x}{\sqrt {x^4-1}} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

-(x/Sqrt[-1 + x^4])

Rule 28

Int[(u_.)*((a_) + (c_.)*(x_)^(n2_.) + (b_.)*(x_)^(n_))^(p_.), x_Symbol] :> Dist[1/c^p, Int[u*(b/2 + c*x^n)^(2*
p), x], x] /; FreeQ[{a, b, c, n}, x] && EqQ[n2, 2*n] && EqQ[b^2 - 4*a*c, 0] && IntegerQ[p]

Rule 383

Int[((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Simp[(c*x*(a + b*x^n)^(p + 1))/a, x]
 /; FreeQ[{a, b, c, d, n, p}, x] && NeQ[b*c - a*d, 0] && EqQ[a*d - b*c*(n*(p + 1) + 1), 0]

Rule 1404

Int[((d_) + (e_.)*(x_)^(n_))^(q_.)*((a_) + (c_.)*(x_)^(n2_))^(p_.), x_Symbol] :> Int[(d + e*x^n)^(p + q)*(a/d
+ (c*x^n)/e)^p, x] /; FreeQ[{a, c, d, e, n, q}, x] && EqQ[n2, 2*n] && EqQ[c*d^2 + a*e^2, 0] && IntegerQ[p]

Rubi steps

\begin {align*} \int \frac {-1+x^8}{\sqrt {-1+x^4} \left (1-2 x^4+x^8\right )} \, dx &=\int \frac {-1+x^8}{\left (-1+x^4\right )^{5/2}} \, dx\\ &=\int \frac {1+x^4}{\left (-1+x^4\right )^{3/2}} \, dx\\ &=-\frac {x}{\sqrt {-1+x^4}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 12, normalized size = 1.00 \begin {gather*} -\frac {x}{\sqrt {x^4-1}} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

-(x/Sqrt[-1 + x^4])

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.28, size = 12, normalized size = 1.00 \begin {gather*} -\frac {x}{\sqrt {-1+x^4}} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

-(x/Sqrt[-1 + x^4])

________________________________________________________________________________________

fricas [A]  time = 0.49, size = 10, normalized size = 0.83 \begin {gather*} -\frac {x}{\sqrt {x^{4} - 1}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-x/sqrt(x^4 - 1)

________________________________________________________________________________________

giac [A]  time = 0.55, size = 10, normalized size = 0.83 \begin {gather*} -\frac {x}{\sqrt {x^{4} - 1}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-x/sqrt(x^4 - 1)

________________________________________________________________________________________

maple [A]  time = 0.11, size = 11, normalized size = 0.92

method result size
gosper \(-\frac {x}{\sqrt {x^{4}-1}}\) \(11\)
default \(-\frac {x}{\sqrt {x^{4}-1}}\) \(11\)
trager \(-\frac {x}{\sqrt {x^{4}-1}}\) \(11\)
risch \(-\frac {x}{\sqrt {x^{4}-1}}\) \(11\)
elliptic \(-\frac {x}{\sqrt {x^{4}-1}}\) \(11\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x^8-1)/(x^4-1)^(1/2)/(x^8-2*x^4+1),x,method=_RETURNVERBOSE)

[Out]

-x/(x^4-1)^(1/2)

________________________________________________________________________________________

maxima [B]  time = 1.40, size = 27, normalized size = 2.25 \begin {gather*} -\frac {\sqrt {x^{2} + 1} \sqrt {x + 1} \sqrt {x - 1} x}{x^{4} - 1} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 0.16, size = 10, normalized size = 0.83 \begin {gather*} -\frac {x}{\sqrt {x^4-1}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-x/(x^4 - 1)^(1/2)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {x^{4} + 1}{\sqrt {\left (x - 1\right ) \left (x + 1\right ) \left (x^{2} + 1\right )} \left (x - 1\right ) \left (x + 1\right ) \left (x^{2} + 1\right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________