3.18.84 \(\int \frac {b+a x^8}{x^6 (-b+a x^4) (b+a x^4)^{3/4}} \, dx\) [1784]

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

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.46, antiderivative size = 132, normalized size of antiderivative = 1.10, number of steps used = 9, number of rules used = 7, integrand size = 33, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.212, Rules used = {6857, 277, 270, 508, 304, 209, 212} \begin {gather*} \frac {\sqrt [4]{a} (a+b) \text {ArcTan}\left (\frac {\sqrt [4]{2} \sqrt [4]{a} x}{\sqrt [4]{a x^4+b}}\right )}{2\ 2^{3/4} b^2}+\frac {a \sqrt [4]{a x^4+b}}{5 b^2 x}-\frac {\sqrt [4]{a} (a+b) \tanh ^{-1}\left (\frac {\sqrt [4]{2} \sqrt [4]{a} x}{\sqrt [4]{a x^4+b}}\right )}{2\ 2^{3/4} b^2}+\frac {\sqrt [4]{a x^4+b}}{5 b x^5} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 209

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

Rule 212

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

Rule 270

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 277

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

Rule 304

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

Rule 508

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> With[{k = Denominato
r[p]}, Dist[k*(a^(p + (m + 1)/n)/n), Subst[Int[x^(k*((m + 1)/n) - 1)*((c - (b*c - a*d)*x^k)^q/(1 - b*x^k)^(p +
 q + (m + 1)/n + 1)), x], x, x^(n/k)/(a + b*x^n)^(1/k)], x]] /; FreeQ[{a, b, c, d}, x] && IGtQ[n, 0] && Ration
alQ[m, p] && IntegersQ[p + (m + 1)/n, q] && LtQ[-1, 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]

Rubi steps

\begin {align*} \int \frac {b+a x^8}{x^6 \left (-b+a x^4\right ) \left (b+a x^4\right )^{3/4}} \, dx &=\int \left (-\frac {1}{x^6 \left (b+a x^4\right )^{3/4}}-\frac {a}{b x^2 \left (b+a x^4\right )^{3/4}}-\frac {a (a+b) x^2}{b \left (b-a x^4\right ) \left (b+a x^4\right )^{3/4}}\right ) \, dx\\ &=-\frac {a \int \frac {1}{x^2 \left (b+a x^4\right )^{3/4}} \, dx}{b}-\frac {(a (a+b)) \int \frac {x^2}{\left (b-a x^4\right ) \left (b+a x^4\right )^{3/4}} \, dx}{b}-\int \frac {1}{x^6 \left (b+a x^4\right )^{3/4}} \, dx\\ &=\frac {\sqrt [4]{b+a x^4}}{5 b x^5}+\frac {a \sqrt [4]{b+a x^4}}{b^2 x}+\frac {(4 a) \int \frac {1}{x^2 \left (b+a x^4\right )^{3/4}} \, dx}{5 b}-\frac {(a (a+b)) \text {Subst}\left (\int \frac {x^2}{b-2 a b x^4} \, dx,x,\frac {x}{\sqrt [4]{b+a x^4}}\right )}{b}\\ &=\frac {\sqrt [4]{b+a x^4}}{5 b x^5}+\frac {a \sqrt [4]{b+a x^4}}{5 b^2 x}-\frac {\left (\sqrt {a} (a+b)\right ) \text {Subst}\left (\int \frac {1}{1-\sqrt {2} \sqrt {a} x^2} \, dx,x,\frac {x}{\sqrt [4]{b+a x^4}}\right )}{2 \sqrt {2} b^2}+\frac {\left (\sqrt {a} (a+b)\right ) \text {Subst}\left (\int \frac {1}{1+\sqrt {2} \sqrt {a} x^2} \, dx,x,\frac {x}{\sqrt [4]{b+a x^4}}\right )}{2 \sqrt {2} b^2}\\ &=\frac {\sqrt [4]{b+a x^4}}{5 b x^5}+\frac {a \sqrt [4]{b+a x^4}}{5 b^2 x}+\frac {\sqrt [4]{a} (a+b) \tan ^{-1}\left (\frac {\sqrt [4]{2} \sqrt [4]{a} x}{\sqrt [4]{b+a x^4}}\right )}{2\ 2^{3/4} b^2}-\frac {\sqrt [4]{a} (a+b) \tanh ^{-1}\left (\frac {\sqrt [4]{2} \sqrt [4]{a} x}{\sqrt [4]{b+a x^4}}\right )}{2\ 2^{3/4} b^2}\\ \end {align*}

________________________________________________________________________________________

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

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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*x^8+b)/x^6/(a*x^4-b)/(a*x^4+b)^(3/4),x, algorithm="maxima")

[Out]

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

________________________________________________________________________________________

Fricas [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Timed out

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Integral((a*x**8 + b)/(x**6*(a*x**4 - b)*(a*x**4 + b)**(3/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*x^8+b)/x^6/(a*x^4-b)/(a*x^4+b)^(3/4),x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________