3.23.33 \(\int \frac {-b^6+a^6 x^6}{\sqrt {b^4+a^4 x^4} (b^6+a^6 x^6)} \, dx\) [2233]

Optimal. Leaf size=166 \[ -\frac {\sqrt {2} \text {ArcTan}\left (\frac {\sqrt {2} a b x}{b^2+a^2 x^2+\sqrt {b^4+a^4 x^4}}\right )}{3 a b}+\frac {2 \tanh ^{-1}\left (\frac {\sqrt {4-2 \sqrt {3}} a b x}{b^2+a^2 x^2+\sqrt {b^4+a^4 x^4}}\right )}{3 a b}-\frac {2 \tanh ^{-1}\left (\frac {\sqrt {4+2 \sqrt {3}} a b x}{b^2+a^2 x^2+\sqrt {b^4+a^4 x^4}}\right )}{3 a b} \]

[Out]

-1/3*2^(1/2)*arctan(2^(1/2)*a*b*x/(b^2+a^2*x^2+(a^4*x^4+b^4)^(1/2)))/a/b+2/3*arctanh((3^(1/2)-1)*a*b*x/(b^2+a^
2*x^2+(a^4*x^4+b^4)^(1/2)))/a/b-2/3*arctanh((1+3^(1/2))*a*b*x/(b^2+a^2*x^2+(a^4*x^4+b^4)^(1/2)))/a/b

________________________________________________________________________________________

Rubi [C] Result contains higher order function than in optimal. Order 4 vs. order 3 in optimal.
time = 1.52, antiderivative size = 405, normalized size of antiderivative = 2.44, number of steps used = 17, number of rules used = 9, integrand size = 42, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.214, Rules used = {6857, 226, 2098, 1225, 1713, 211, 6860, 1231, 1721} \begin {gather*} -\frac {\text {ArcTan}\left (\frac {\sqrt {2} a b x}{\sqrt {a^4 x^4+b^4}}\right )}{3 \sqrt {2} a b}-\frac {2 \text {ArcTan}\left (\frac {\sqrt {-a^2} b x}{\sqrt {a^4 x^4+b^4}}\right )}{3 \sqrt {-a^2} b}+\frac {\left (a^2 x^2+b^2\right ) \sqrt {\frac {a^4 x^4+b^4}{\left (a^2 x^2+b^2\right )^2}} F\left (2 \text {ArcTan}\left (\frac {a x}{b}\right )|\frac {1}{2}\right )}{3 a b \sqrt {a^4 x^4+b^4}}-\frac {\left (a^2-\sqrt {3} \sqrt {-a^4}\right ) \left (a^2 x^2+b^2\right ) \sqrt {\frac {a^4 x^4+b^4}{\left (a^2 x^2+b^2\right )^2}} F\left (2 \text {ArcTan}\left (\frac {a x}{b}\right )|\frac {1}{2}\right )}{3 a \left (3 a^2-\sqrt {3} \sqrt {-a^4}\right ) b \sqrt {a^4 x^4+b^4}}-\frac {\left (\sqrt {3} \sqrt {-a^4}+a^2\right ) \left (a^2 x^2+b^2\right ) \sqrt {\frac {a^4 x^4+b^4}{\left (a^2 x^2+b^2\right )^2}} F\left (2 \text {ArcTan}\left (\frac {a x}{b}\right )|\frac {1}{2}\right )}{3 a \left (\sqrt {3} \sqrt {-a^4}+3 a^2\right ) b \sqrt {a^4 x^4+b^4}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(-b^6 + a^6*x^6)/(Sqrt[b^4 + a^4*x^4]*(b^6 + a^6*x^6)),x]

[Out]

-1/3*ArcTan[(Sqrt[2]*a*b*x)/Sqrt[b^4 + a^4*x^4]]/(Sqrt[2]*a*b) - (2*ArcTan[(Sqrt[-a^2]*b*x)/Sqrt[b^4 + a^4*x^4
]])/(3*Sqrt[-a^2]*b) + ((b^2 + a^2*x^2)*Sqrt[(b^4 + a^4*x^4)/(b^2 + a^2*x^2)^2]*EllipticF[2*ArcTan[(a*x)/b], 1
/2])/(3*a*b*Sqrt[b^4 + a^4*x^4]) - ((a^2 - Sqrt[3]*Sqrt[-a^4])*(b^2 + a^2*x^2)*Sqrt[(b^4 + a^4*x^4)/(b^2 + a^2
*x^2)^2]*EllipticF[2*ArcTan[(a*x)/b], 1/2])/(3*a*(3*a^2 - Sqrt[3]*Sqrt[-a^4])*b*Sqrt[b^4 + a^4*x^4]) - ((a^2 +
 Sqrt[3]*Sqrt[-a^4])*(b^2 + a^2*x^2)*Sqrt[(b^4 + a^4*x^4)/(b^2 + a^2*x^2)^2]*EllipticF[2*ArcTan[(a*x)/b], 1/2]
)/(3*a*(3*a^2 + Sqrt[3]*Sqrt[-a^4])*b*Sqrt[b^4 + a^4*x^4])

Rule 211

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

Rule 226

Int[1/Sqrt[(a_) + (b_.)*(x_)^4], x_Symbol] :> With[{q = Rt[b/a, 4]}, Simp[(1 + q^2*x^2)*(Sqrt[(a + b*x^4)/(a*(
1 + q^2*x^2)^2)]/(2*q*Sqrt[a + b*x^4]))*EllipticF[2*ArcTan[q*x], 1/2], x]] /; FreeQ[{a, b}, x] && PosQ[b/a]

Rule 1225

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

Rule 1231

Int[1/(((d_) + (e_.)*(x_)^2)*Sqrt[(a_) + (c_.)*(x_)^4]), x_Symbol] :> With[{q = Rt[c/a, 2]}, Dist[(c*d + a*e*q
)/(c*d^2 - a*e^2), Int[1/Sqrt[a + c*x^4], x], x] - Dist[(a*e*(e + d*q))/(c*d^2 - a*e^2), Int[(1 + q*x^2)/((d +
 e*x^2)*Sqrt[a + c*x^4]), x], x]] /; FreeQ[{a, c, d, e}, x] && NeQ[c*d^2 + a*e^2, 0] && NeQ[c*d^2 - a*e^2, 0]
&& PosQ[c/a]

Rule 1713

Int[((A_) + (B_.)*(x_)^2)/(((d_) + (e_.)*(x_)^2)*Sqrt[(a_) + (c_.)*(x_)^4]), x_Symbol] :> Dist[A, Subst[Int[1/
(d + 2*a*e*x^2), x], x, x/Sqrt[a + c*x^4]], x] /; FreeQ[{a, c, d, e, A, B}, x] && NeQ[c*d^2 + a*e^2, 0] && EqQ
[c*d^2 - a*e^2, 0] && EqQ[B*d + A*e, 0]

Rule 1721

Int[((A_) + (B_.)*(x_)^2)/(((d_) + (e_.)*(x_)^2)*Sqrt[(a_) + (c_.)*(x_)^4]), x_Symbol] :> With[{q = Rt[B/A, 2]
}, Simp[(-(B*d - A*e))*(ArcTan[Rt[c*(d/e) + a*(e/d), 2]*(x/Sqrt[a + c*x^4])]/(2*d*e*Rt[c*(d/e) + a*(e/d), 2]))
, x] + Simp[(B*d + A*e)*(A + B*x^2)*(Sqrt[A^2*((a + c*x^4)/(a*(A + B*x^2)^2))]/(4*d*e*A*q*Sqrt[a + c*x^4]))*El
lipticPi[Cancel[-(B*d - A*e)^2/(4*d*e*A*B)], 2*ArcTan[q*x], 1/2], x]] /; FreeQ[{a, c, d, e, A, B}, x] && NeQ[c
*d^2 + a*e^2, 0] && NeQ[c*d^2 - a*e^2, 0] && PosQ[c/a] && EqQ[c*A^2 - a*B^2, 0]

Rule 2098

Int[(P_)^(p_)*(Q_)^(q_.), x_Symbol] :> With[{PP = Factor[P /. x -> Sqrt[x]]}, Int[ExpandIntegrand[(PP /. x ->
x^2)^p*Q^q, x], x] /;  !SumQ[NonfreeFactors[PP, x]]] /; FreeQ[q, x] && PolyQ[P, x^2] && PolyQ[Q, x] && ILtQ[p,
 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]

Rule 6860

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

Rubi steps

\begin {align*} \int \frac {-b^6+a^6 x^6}{\sqrt {b^4+a^4 x^4} \left (b^6+a^6 x^6\right )} \, dx &=\int \left (\frac {1}{\sqrt {b^4+a^4 x^4}}-\frac {2 b^6}{\sqrt {b^4+a^4 x^4} \left (b^6+a^6 x^6\right )}\right ) \, dx\\ &=-\left (\left (2 b^6\right ) \int \frac {1}{\sqrt {b^4+a^4 x^4} \left (b^6+a^6 x^6\right )} \, dx\right )+\int \frac {1}{\sqrt {b^4+a^4 x^4}} \, dx\\ &=\frac {\left (b^2+a^2 x^2\right ) \sqrt {\frac {b^4+a^4 x^4}{\left (b^2+a^2 x^2\right )^2}} F\left (2 \tan ^{-1}\left (\frac {a x}{b}\right )|\frac {1}{2}\right )}{2 a b \sqrt {b^4+a^4 x^4}}-\left (2 b^6\right ) \int \left (\frac {1}{3 b^4 \left (b^2+a^2 x^2\right ) \sqrt {b^4+a^4 x^4}}+\frac {2 b^2-a^2 x^2}{3 b^4 \sqrt {b^4+a^4 x^4} \left (b^4-a^2 b^2 x^2+a^4 x^4\right )}\right ) \, dx\\ &=\frac {\left (b^2+a^2 x^2\right ) \sqrt {\frac {b^4+a^4 x^4}{\left (b^2+a^2 x^2\right )^2}} F\left (2 \tan ^{-1}\left (\frac {a x}{b}\right )|\frac {1}{2}\right )}{2 a b \sqrt {b^4+a^4 x^4}}-\frac {1}{3} \left (2 b^2\right ) \int \frac {1}{\left (b^2+a^2 x^2\right ) \sqrt {b^4+a^4 x^4}} \, dx-\frac {1}{3} \left (2 b^2\right ) \int \frac {2 b^2-a^2 x^2}{\sqrt {b^4+a^4 x^4} \left (b^4-a^2 b^2 x^2+a^4 x^4\right )} \, dx\\ &=\frac {\left (b^2+a^2 x^2\right ) \sqrt {\frac {b^4+a^4 x^4}{\left (b^2+a^2 x^2\right )^2}} F\left (2 \tan ^{-1}\left (\frac {a x}{b}\right )|\frac {1}{2}\right )}{2 a b \sqrt {b^4+a^4 x^4}}-\frac {1}{3} \int \frac {1}{\sqrt {b^4+a^4 x^4}} \, dx-\frac {1}{3} \int \frac {b^2-a^2 x^2}{\left (b^2+a^2 x^2\right ) \sqrt {b^4+a^4 x^4}} \, dx-\frac {1}{3} \left (2 b^2\right ) \int \left (\frac {-a^2-\sqrt {3} \sqrt {-a^4}}{\left (-a^2 b^2-\sqrt {3} \sqrt {-a^4} b^2+2 a^4 x^2\right ) \sqrt {b^4+a^4 x^4}}+\frac {-a^2+\sqrt {3} \sqrt {-a^4}}{\left (-a^2 b^2+\sqrt {3} \sqrt {-a^4} b^2+2 a^4 x^2\right ) \sqrt {b^4+a^4 x^4}}\right ) \, dx\\ &=\frac {\left (b^2+a^2 x^2\right ) \sqrt {\frac {b^4+a^4 x^4}{\left (b^2+a^2 x^2\right )^2}} F\left (2 \tan ^{-1}\left (\frac {a x}{b}\right )|\frac {1}{2}\right )}{3 a b \sqrt {b^4+a^4 x^4}}-\frac {1}{3} b^2 \text {Subst}\left (\int \frac {1}{b^2+2 a^2 b^4 x^2} \, dx,x,\frac {x}{\sqrt {b^4+a^4 x^4}}\right )+\frac {1}{3} \left (2 \left (a^2-\sqrt {3} \sqrt {-a^4}\right ) b^2\right ) \int \frac {1}{\left (-a^2 b^2+\sqrt {3} \sqrt {-a^4} b^2+2 a^4 x^2\right ) \sqrt {b^4+a^4 x^4}} \, dx+\frac {1}{3} \left (2 \left (a^2+\sqrt {3} \sqrt {-a^4}\right ) b^2\right ) \int \frac {1}{\left (-a^2 b^2-\sqrt {3} \sqrt {-a^4} b^2+2 a^4 x^2\right ) \sqrt {b^4+a^4 x^4}} \, dx\\ &=-\frac {\tan ^{-1}\left (\frac {\sqrt {2} a b x}{\sqrt {b^4+a^4 x^4}}\right )}{3 \sqrt {2} a b}+\frac {\left (b^2+a^2 x^2\right ) \sqrt {\frac {b^4+a^4 x^4}{\left (b^2+a^2 x^2\right )^2}} F\left (2 \tan ^{-1}\left (\frac {a x}{b}\right )|\frac {1}{2}\right )}{3 a b \sqrt {b^4+a^4 x^4}}-\frac {\left (2 \left (a^2-\sqrt {3} \sqrt {-a^4}\right )\right ) \int \frac {1}{\sqrt {b^4+a^4 x^4}} \, dx}{3 \left (3 a^2-\sqrt {3} \sqrt {-a^4}\right )}-\frac {\left (2 \left (a^2+\sqrt {3} \sqrt {-a^4}\right )\right ) \int \frac {1}{\sqrt {b^4+a^4 x^4}} \, dx}{3 \left (3 a^2+\sqrt {3} \sqrt {-a^4}\right )}+\frac {\left (4 a^2 \left (a^2-\sqrt {3} \sqrt {-a^4}\right ) b^2\right ) \int \frac {1+\frac {a^2 x^2}{b^2}}{\left (-a^2 b^2+\sqrt {3} \sqrt {-a^4} b^2+2 a^4 x^2\right ) \sqrt {b^4+a^4 x^4}} \, dx}{3 \left (3 a^2-\sqrt {3} \sqrt {-a^4}\right )}+\frac {\left (4 a^2 \left (a^2+\sqrt {3} \sqrt {-a^4}\right ) b^2\right ) \int \frac {1+\frac {a^2 x^2}{b^2}}{\left (-a^2 b^2-\sqrt {3} \sqrt {-a^4} b^2+2 a^4 x^2\right ) \sqrt {b^4+a^4 x^4}} \, dx}{3 \left (3 a^2+\sqrt {3} \sqrt {-a^4}\right )}\\ &=-\frac {\tan ^{-1}\left (\frac {\sqrt {2} a b x}{\sqrt {b^4+a^4 x^4}}\right )}{3 \sqrt {2} a b}-\frac {2 \tan ^{-1}\left (\frac {\sqrt {-a^2} b x}{\sqrt {b^4+a^4 x^4}}\right )}{3 \sqrt {-a^2} b}+\frac {\left (b^2+a^2 x^2\right ) \sqrt {\frac {b^4+a^4 x^4}{\left (b^2+a^2 x^2\right )^2}} F\left (2 \tan ^{-1}\left (\frac {a x}{b}\right )|\frac {1}{2}\right )}{3 a b \sqrt {b^4+a^4 x^4}}-\frac {\left (a^2-\sqrt {3} \sqrt {-a^4}\right ) \left (b^2+a^2 x^2\right ) \sqrt {\frac {b^4+a^4 x^4}{\left (b^2+a^2 x^2\right )^2}} F\left (2 \tan ^{-1}\left (\frac {a x}{b}\right )|\frac {1}{2}\right )}{3 a \left (3 a^2-\sqrt {3} \sqrt {-a^4}\right ) b \sqrt {b^4+a^4 x^4}}-\frac {\left (a^2+\sqrt {3} \sqrt {-a^4}\right ) \left (b^2+a^2 x^2\right ) \sqrt {\frac {b^4+a^4 x^4}{\left (b^2+a^2 x^2\right )^2}} F\left (2 \tan ^{-1}\left (\frac {a x}{b}\right )|\frac {1}{2}\right )}{3 a \left (3 a^2+\sqrt {3} \sqrt {-a^4}\right ) b \sqrt {b^4+a^4 x^4}}-\frac {\left (a^2+\sqrt {3} \sqrt {-a^4}\right ) \left (b^2+a^2 x^2\right ) \sqrt {\frac {b^4+a^4 x^4}{\left (b^2+a^2 x^2\right )^2}} \Pi \left (\frac {3}{4};2 \tan ^{-1}\left (\frac {a x}{b}\right )|\frac {1}{2}\right )}{6 a \left (3 a^2-\sqrt {3} \sqrt {-a^4}\right ) b \sqrt {b^4+a^4 x^4}}-\frac {\left (a^2-\sqrt {3} \sqrt {-a^4}\right ) \left (b^2+a^2 x^2\right ) \sqrt {\frac {b^4+a^4 x^4}{\left (b^2+a^2 x^2\right )^2}} \Pi \left (\frac {3}{4};2 \tan ^{-1}\left (\frac {a x}{b}\right )|\frac {1}{2}\right )}{6 a \left (3 a^2+\sqrt {3} \sqrt {-a^4}\right ) b \sqrt {b^4+a^4 x^4}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.80, size = 77, normalized size = 0.46 \begin {gather*} -\frac {\sqrt {2} \text {ArcTan}\left (\frac {\sqrt {2} a b x}{b^2+a^2 x^2+\sqrt {b^4+a^4 x^4}}\right )+2 \tanh ^{-1}\left (\frac {a b x}{\sqrt {b^4+a^4 x^4}}\right )}{3 a b} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(-b^6 + a^6*x^6)/(Sqrt[b^4 + a^4*x^4]*(b^6 + a^6*x^6)),x]

[Out]

-1/3*(Sqrt[2]*ArcTan[(Sqrt[2]*a*b*x)/(b^2 + a^2*x^2 + Sqrt[b^4 + a^4*x^4])] + 2*ArcTanh[(a*b*x)/Sqrt[b^4 + a^4
*x^4]])/(a*b)

________________________________________________________________________________________

Maple [C] Result contains higher order function than in optimal. Order 9 vs. order 3.
time = 0.12, size = 441, normalized size = 2.66

method result size
elliptic \(\frac {\left (\frac {\arctan \left (\frac {\sqrt {a^{4} x^{4}+b^{4}}\, \sqrt {2}}{2 x a b}\right )}{3 a b}-\frac {2 \sqrt {2}\, \arctanh \left (\frac {\sqrt {a^{4} x^{4}+b^{4}}}{a b x}\right )}{3 a b}\right ) \sqrt {2}}{2}\) \(78\)
default \(\frac {\sqrt {1-\frac {i a^{2} x^{2}}{b^{2}}}\, \sqrt {1+\frac {i a^{2} x^{2}}{b^{2}}}\, \EllipticF \left (x \sqrt {\frac {i a^{2}}{b^{2}}}, i\right )}{\sqrt {\frac {i a^{2}}{b^{2}}}\, \sqrt {a^{4} x^{4}+b^{4}}}-\frac {b^{2} \left (\munderset {\underline {\hspace {1.25 ex}}\alpha =\RootOf \left (a^{4} \textit {\_Z}^{4}-a^{2} b^{2} \textit {\_Z}^{2}+b^{4}\right )}{\sum }\frac {\left (-\underline {\hspace {1.25 ex}}\alpha ^{2} a^{2}+2 b^{2}\right ) \left (-\frac {\arctanh \left (\frac {\underline {\hspace {1.25 ex}}\alpha ^{2} \left (-\underline {\hspace {1.25 ex}}\alpha ^{2} a^{2}+a^{2} x^{2}+b^{2}\right ) a^{2}}{\sqrt {a^{2} b^{2} \underline {\hspace {1.25 ex}}\alpha ^{2}}\, \sqrt {a^{4} x^{4}+b^{4}}}\right )}{\sqrt {a^{2} b^{2} \underline {\hspace {1.25 ex}}\alpha ^{2}}}+\frac {2 a^{2} \underline {\hspace {1.25 ex}}\alpha \left (\underline {\hspace {1.25 ex}}\alpha ^{2} a^{2}-b^{2}\right ) \sqrt {1-\frac {i a^{2} x^{2}}{b^{2}}}\, \sqrt {1+\frac {i a^{2} x^{2}}{b^{2}}}\, \EllipticPi \left (x \sqrt {\frac {i a^{2}}{b^{2}}}, \frac {i \left (\underline {\hspace {1.25 ex}}\alpha ^{2} a^{2}-b^{2}\right )}{b^{2}}, \frac {\sqrt {-\frac {i a^{2}}{b^{2}}}}{\sqrt {\frac {i a^{2}}{b^{2}}}}\right )}{\sqrt {\frac {i a^{2}}{b^{2}}}\, b^{4} \sqrt {a^{4} x^{4}+b^{4}}}\right )}{\underline {\hspace {1.25 ex}}\alpha \left (2 \underline {\hspace {1.25 ex}}\alpha ^{2} a^{2}-b^{2}\right )}\right )}{6 a^{2}}-\frac {2 \sqrt {1-\frac {i a^{2} x^{2}}{b^{2}}}\, \sqrt {1+\frac {i a^{2} x^{2}}{b^{2}}}\, \EllipticPi \left (x \sqrt {\frac {i a^{2}}{b^{2}}}, i, \frac {\sqrt {-\frac {i a^{2}}{b^{2}}}}{\sqrt {\frac {i a^{2}}{b^{2}}}}\right )}{3 \sqrt {\frac {i a^{2}}{b^{2}}}\, \sqrt {a^{4} x^{4}+b^{4}}}\) \(441\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/(I*a^2/b^2)^(1/2)*(1-I*a^2/b^2*x^2)^(1/2)*(1+I*a^2/b^2*x^2)^(1/2)/(a^4*x^4+b^4)^(1/2)*EllipticF(x*(I*a^2/b^2
)^(1/2),I)-1/6*b^2/a^2*sum((-_alpha^2*a^2+2*b^2)/_alpha/(2*_alpha^2*a^2-b^2)*(-1/(a^2*b^2*_alpha^2)^(1/2)*arct
anh(_alpha^2*(-_alpha^2*a^2+a^2*x^2+b^2)*a^2/(a^2*b^2*_alpha^2)^(1/2)/(a^4*x^4+b^4)^(1/2))+2/(I*a^2/b^2)^(1/2)
*a^2*_alpha*(_alpha^2*a^2-b^2)/b^4*(1-I*a^2/b^2*x^2)^(1/2)*(1+I*a^2/b^2*x^2)^(1/2)/(a^4*x^4+b^4)^(1/2)*Ellipti
cPi(x*(I*a^2/b^2)^(1/2),I*(_alpha^2*a^2-b^2)/b^2,(-I*a^2/b^2)^(1/2)/(I*a^2/b^2)^(1/2))),_alpha=RootOf(_Z^4*a^4
-_Z^2*a^2*b^2+b^4))-2/3/(I*a^2/b^2)^(1/2)*(1-I*a^2/b^2*x^2)^(1/2)*(1+I*a^2/b^2*x^2)^(1/2)/(a^4*x^4+b^4)^(1/2)*
EllipticPi(x*(I*a^2/b^2)^(1/2),I,(-I*a^2/b^2)^(1/2)/(I*a^2/b^2)^(1/2))

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate((a^6*x^6 - b^6)/((a^6*x^6 + b^6)*sqrt(a^4*x^4 + b^4)), x)

________________________________________________________________________________________

Fricas [A]
time = 0.45, size = 101, normalized size = 0.61 \begin {gather*} -\frac {\sqrt {2} \arctan \left (\frac {\sqrt {2} a b x}{\sqrt {a^{4} x^{4} + b^{4}}}\right ) - 2 \, \log \left (\frac {a^{4} x^{4} + a^{2} b^{2} x^{2} + b^{4} - 2 \, \sqrt {a^{4} x^{4} + b^{4}} a b x}{a^{4} x^{4} - a^{2} b^{2} x^{2} + b^{4}}\right )}{6 \, a b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-1/6*(sqrt(2)*arctan(sqrt(2)*a*b*x/sqrt(a^4*x^4 + b^4)) - 2*log((a^4*x^4 + a^2*b^2*x^2 + b^4 - 2*sqrt(a^4*x^4
+ b^4)*a*b*x)/(a^4*x^4 - a^2*b^2*x^2 + b^4)))/(a*b)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate((a^6*x^6 - b^6)/((a^6*x^6 + b^6)*sqrt(a^4*x^4 + b^4)), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int -\frac {b^6-a^6\,x^6}{\sqrt {a^4\,x^4+b^4}\,\left (a^6\,x^6+b^6\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________