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

Optimal. Leaf size=25 \[ -\frac {2 \left (x^4-x^2\right )^{3/4}}{x \left (x^2-1\right )} \]

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 16, normalized size of antiderivative = 0.64, number of steps used = 2, number of rules used = 2, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.095, Rules used = {1146, 264} \begin {gather*} -\frac {2 x}{\sqrt [4]{x^4-x^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 264

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

Rule 1146

Int[((d_) + (e_.)*(x_)^2)^(q_.)*((b_.)*(x_)^2 + (c_.)*(x_)^4)^(p_), x_Symbol] :> Dist[(b*x^2 + c*x^4)^FracPart
[p]/(x^(2*FracPart[p])*(b + c*x^2)^FracPart[p]), Int[x^(2*p)*(d + e*x^2)^q*(b + c*x^2)^p, x], x] /; FreeQ[{b,
c, d, e, p, q}, x] &&  !IntegerQ[p]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 16, normalized size = 0.64 \begin {gather*} -\frac {2 x}{\sqrt [4]{x^2 \left (x^2-1\right )}} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.11, size = 25, normalized size = 1.00 \begin {gather*} -\frac {2 \left (-x^2+x^4\right )^{3/4}}{x \left (-1+x^2\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 0.46, size = 22, normalized size = 0.88 \begin {gather*} -\frac {2 \, {\left (x^{4} - x^{2}\right )}^{\frac {3}{4}}}{x^{3} - x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-2*(x^4 - x^2)^(3/4)/(x^3 - x)

________________________________________________________________________________________

giac [A]  time = 0.33, size = 11, normalized size = 0.44 \begin {gather*} \frac {2}{{\left (-\frac {1}{x^{2}} + 1\right )}^{\frac {1}{4}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.09, size = 15, normalized size = 0.60

method result size
gosper \(-\frac {2 x}{\left (x^{4}-x^{2}\right )^{\frac {1}{4}}}\) \(15\)
risch \(-\frac {2 x}{\left (x^{2} \left (x^{2}-1\right )\right )^{\frac {1}{4}}}\) \(15\)
trager \(-\frac {2 \left (x^{4}-x^{2}\right )^{\frac {3}{4}}}{x \left (x^{2}-1\right )}\) \(24\)
meijerg \(-\frac {2 \left (-\mathrm {signum}\left (x^{2}-1\right )\right )^{\frac {1}{4}} \sqrt {x}}{\mathrm {signum}\left (x^{2}-1\right )^{\frac {1}{4}} \left (-x^{2}+1\right )^{\frac {1}{4}}}\) \(33\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 0.16, size = 23, normalized size = 0.92 \begin {gather*} -\frac {2\,{\left (x^4-x^2\right )}^{3/4}}{x\,\left (x^2-1\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________