3.17.23 \(\int \frac {-b+a x^8}{\sqrt [4]{b+a x^4} (b+a x^8)} \, dx\)

Optimal. Leaf size=110 \[ \frac {1}{4} \text {RootSum}\left [\text {$\#$1}^8-2 \text {$\#$1}^4 a+a^2+a b\& ,\frac {\log \left (\sqrt [4]{a x^4+b}-\text {$\#$1} x\right )-\log (x)}{\text {$\#$1}}\& \right ]+\frac {\tan ^{-1}\left (\frac {\sqrt [4]{a} x}{\sqrt [4]{a x^4+b}}\right )}{2 \sqrt [4]{a}}+\frac {\tanh ^{-1}\left (\frac {\sqrt [4]{a} x}{\sqrt [4]{a x^4+b}}\right )}{2 \sqrt [4]{a}} \]

________________________________________________________________________________________

Rubi [B]  time = 0.38, antiderivative size = 285, normalized size of antiderivative = 2.59, number of steps used = 15, number of rules used = 7, integrand size = 30, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.233, Rules used = {6725, 240, 212, 206, 203, 1429, 377} \begin {gather*} \frac {\tan ^{-1}\left (\frac {\sqrt [4]{a} x}{\sqrt [4]{a x^4+b}}\right )}{2 \sqrt [4]{a}}-\frac {\tan ^{-1}\left (\frac {x \sqrt [4]{a-\sqrt {-a} \sqrt {b}}}{\sqrt [4]{a x^4+b}}\right )}{2 \sqrt [4]{a-\sqrt {-a} \sqrt {b}}}-\frac {\tan ^{-1}\left (\frac {x \sqrt [4]{\sqrt {-a} \sqrt {b}+a}}{\sqrt [4]{a x^4+b}}\right )}{2 \sqrt [4]{\sqrt {-a} \sqrt {b}+a}}+\frac {\tanh ^{-1}\left (\frac {\sqrt [4]{a} x}{\sqrt [4]{a x^4+b}}\right )}{2 \sqrt [4]{a}}-\frac {\tanh ^{-1}\left (\frac {x \sqrt [4]{a-\sqrt {-a} \sqrt {b}}}{\sqrt [4]{a x^4+b}}\right )}{2 \sqrt [4]{a-\sqrt {-a} \sqrt {b}}}-\frac {\tanh ^{-1}\left (\frac {x \sqrt [4]{\sqrt {-a} \sqrt {b}+a}}{\sqrt [4]{a x^4+b}}\right )}{2 \sqrt [4]{\sqrt {-a} \sqrt {b}+a}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(-b + a*x^8)/((b + a*x^4)^(1/4)*(b + a*x^8)),x]

[Out]

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

Rule 203

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

Rule 206

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

Rule 212

Int[((a_) + (b_.)*(x_)^4)^(-1), x_Symbol] :> With[{r = Numerator[Rt[-(a/b), 2]], s = Denominator[Rt[-(a/b), 2]
]}, Dist[r/(2*a), Int[1/(r - s*x^2), x], x] + Dist[r/(2*a), Int[1/(r + s*x^2), x], x]] /; FreeQ[{a, b}, x] &&
 !GtQ[a/b, 0]

Rule 240

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[a^(p + 1/n), Subst[Int[1/(1 - b*x^n)^(p + 1/n + 1), x], x
, x/(a + b*x^n)^(1/n)], x] /; FreeQ[{a, b}, x] && IGtQ[n, 0] && LtQ[-1, p, 0] && NeQ[p, -2^(-1)] && IntegerQ[p
 + 1/n]

Rule 377

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

Rule 1429

Int[((d_) + (e_.)*(x_)^(n_))^(q_)/((a_) + (c_.)*(x_)^(n2_)), x_Symbol] :> With[{r = Rt[-(a*c), 2]}, -Dist[c/(2
*r), Int[(d + e*x^n)^q/(r - c*x^n), x], x] - Dist[c/(2*r), Int[(d + e*x^n)^q/(r + c*x^n), x], x]] /; FreeQ[{a,
 c, d, e, n, q}, x] && EqQ[n2, 2*n] && NeQ[c*d^2 + a*e^2, 0] &&  !IntegerQ[q]

Rule 6725

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*} \int \frac {-b+a x^8}{\sqrt [4]{b+a x^4} \left (b+a x^8\right )} \, dx &=\int \left (\frac {1}{\sqrt [4]{b+a x^4}}-\frac {2 b}{\sqrt [4]{b+a x^4} \left (b+a x^8\right )}\right ) \, dx\\ &=-\left ((2 b) \int \frac {1}{\sqrt [4]{b+a x^4} \left (b+a x^8\right )} \, dx\right )+\int \frac {1}{\sqrt [4]{b+a x^4}} \, dx\\ &=-\left (\left (\sqrt {-a} \sqrt {b}\right ) \int \frac {1}{\left (\sqrt {-a} \sqrt {b}-a x^4\right ) \sqrt [4]{b+a x^4}} \, dx\right )-\left (\sqrt {-a} \sqrt {b}\right ) \int \frac {1}{\left (\sqrt {-a} \sqrt {b}+a x^4\right ) \sqrt [4]{b+a x^4}} \, dx+\operatorname {Subst}\left (\int \frac {1}{1-a x^4} \, dx,x,\frac {x}{\sqrt [4]{b+a x^4}}\right )\\ &=\frac {1}{2} \operatorname {Subst}\left (\int \frac {1}{1-\sqrt {a} x^2} \, dx,x,\frac {x}{\sqrt [4]{b+a x^4}}\right )+\frac {1}{2} \operatorname {Subst}\left (\int \frac {1}{1+\sqrt {a} x^2} \, dx,x,\frac {x}{\sqrt [4]{b+a x^4}}\right )-\left (\sqrt {-a} \sqrt {b}\right ) \operatorname {Subst}\left (\int \frac {1}{\sqrt {-a} \sqrt {b}-\left (\sqrt {-a} a \sqrt {b}-a b\right ) x^4} \, dx,x,\frac {x}{\sqrt [4]{b+a x^4}}\right )-\left (\sqrt {-a} \sqrt {b}\right ) \operatorname {Subst}\left (\int \frac {1}{\sqrt {-a} \sqrt {b}-\left (\sqrt {-a} a \sqrt {b}+a b\right ) x^4} \, dx,x,\frac {x}{\sqrt [4]{b+a x^4}}\right )\\ &=\frac {\tan ^{-1}\left (\frac {\sqrt [4]{a} x}{\sqrt [4]{b+a x^4}}\right )}{2 \sqrt [4]{a}}+\frac {\tanh ^{-1}\left (\frac {\sqrt [4]{a} x}{\sqrt [4]{b+a x^4}}\right )}{2 \sqrt [4]{a}}-\frac {1}{2} \operatorname {Subst}\left (\int \frac {1}{1-\sqrt {a-\sqrt {-a} \sqrt {b}} x^2} \, dx,x,\frac {x}{\sqrt [4]{b+a x^4}}\right )-\frac {1}{2} \operatorname {Subst}\left (\int \frac {1}{1+\sqrt {a-\sqrt {-a} \sqrt {b}} x^2} \, dx,x,\frac {x}{\sqrt [4]{b+a x^4}}\right )-\frac {1}{2} \operatorname {Subst}\left (\int \frac {1}{1-\sqrt {a+\sqrt {-a} \sqrt {b}} x^2} \, dx,x,\frac {x}{\sqrt [4]{b+a x^4}}\right )-\frac {1}{2} \operatorname {Subst}\left (\int \frac {1}{1+\sqrt {a+\sqrt {-a} \sqrt {b}} x^2} \, dx,x,\frac {x}{\sqrt [4]{b+a x^4}}\right )\\ &=\frac {\tan ^{-1}\left (\frac {\sqrt [4]{a} x}{\sqrt [4]{b+a x^4}}\right )}{2 \sqrt [4]{a}}-\frac {\tan ^{-1}\left (\frac {\sqrt [4]{a-\sqrt {-a} \sqrt {b}} x}{\sqrt [4]{b+a x^4}}\right )}{2 \sqrt [4]{a-\sqrt {-a} \sqrt {b}}}-\frac {\tan ^{-1}\left (\frac {\sqrt [4]{a+\sqrt {-a} \sqrt {b}} x}{\sqrt [4]{b+a x^4}}\right )}{2 \sqrt [4]{a+\sqrt {-a} \sqrt {b}}}+\frac {\tanh ^{-1}\left (\frac {\sqrt [4]{a} x}{\sqrt [4]{b+a x^4}}\right )}{2 \sqrt [4]{a}}-\frac {\tanh ^{-1}\left (\frac {\sqrt [4]{a-\sqrt {-a} \sqrt {b}} x}{\sqrt [4]{b+a x^4}}\right )}{2 \sqrt [4]{a-\sqrt {-a} \sqrt {b}}}-\frac {\tanh ^{-1}\left (\frac {\sqrt [4]{a+\sqrt {-a} \sqrt {b}} x}{\sqrt [4]{b+a x^4}}\right )}{2 \sqrt [4]{a+\sqrt {-a} \sqrt {b}}}\\ \end {align*}

________________________________________________________________________________________

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

Verification is not applicable to the result.

[In]

Integrate[(-b + a*x^8)/((b + a*x^4)^(1/4)*(b + a*x^8)),x]

[Out]

Integrate[(-b + a*x^8)/((b + a*x^4)^(1/4)*(b + a*x^8)), x]

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.00, size = 110, normalized size = 1.00 \begin {gather*} \frac {\tan ^{-1}\left (\frac {\sqrt [4]{a} x}{\sqrt [4]{b+a x^4}}\right )}{2 \sqrt [4]{a}}+\frac {\tanh ^{-1}\left (\frac {\sqrt [4]{a} x}{\sqrt [4]{b+a x^4}}\right )}{2 \sqrt [4]{a}}+\frac {1}{4} \text {RootSum}\left [a^2+a b-2 a \text {$\#$1}^4+\text {$\#$1}^8\&,\frac {-\log (x)+\log \left (\sqrt [4]{b+a x^4}-x \text {$\#$1}\right )}{\text {$\#$1}}\&\right ] \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[(-b + a*x^8)/((b + a*x^4)^(1/4)*(b + a*x^8)),x]

[Out]

ArcTan[(a^(1/4)*x)/(b + a*x^4)^(1/4)]/(2*a^(1/4)) + ArcTanh[(a^(1/4)*x)/(b + a*x^4)^(1/4)]/(2*a^(1/4)) + RootS
um[a^2 + a*b - 2*a*#1^4 + #1^8 & , (-Log[x] + Log[(b + a*x^4)^(1/4) - x*#1])/#1 & ]/4

________________________________________________________________________________________

fricas [B]  time = 0.61, size = 1032, normalized size = 9.38

result too large to display

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate((a*x^8 - b)/((a*x^8 + b)*(a*x^4 + b)^(1/4)), x)

________________________________________________________________________________________

maple [F]  time = 0.00, size = 0, normalized size = 0.00 \[\int \frac {a \,x^{8}-b}{\left (a \,x^{4}+b \right )^{\frac {1}{4}} \left (a \,x^{8}+b \right )}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate((a*x^8 - b)/((a*x^8 + b)*(a*x^4 + b)^(1/4)), x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Integral((a*x**8 - b)/((a*x**4 + b)**(1/4)*(a*x**8 + b)), x)

________________________________________________________________________________________