\(\int \frac {1}{x^{10} (a+b x^6) \sqrt {c+d x^6}} \, dx\) [66]

Optimal result
Mathematica [A] (verified)
Rubi [A] (verified)
Maple [A] (verified)
Fricas [A] (verification not implemented)
Sympy [F]
Maxima [F]
Giac [F(-1)]
Mupad [F(-1)]
Reduce [F]

Optimal result

Integrand size = 24, antiderivative size = 115 \[ \int \frac {1}{x^{10} \left (a+b x^6\right ) \sqrt {c+d x^6}} \, dx=-\frac {\sqrt {c+d x^6}}{9 a c x^9}+\frac {(3 b c+2 a d) \sqrt {c+d x^6}}{9 a^2 c^2 x^3}+\frac {b^2 \arctan \left (\frac {\sqrt {b c-a d} x^3}{\sqrt {a} \sqrt {c+d x^6}}\right )}{3 a^{5/2} \sqrt {b c-a d}} \] Output:

-1/9*(d*x^6+c)^(1/2)/a/c/x^9+1/9*(2*a*d+3*b*c)*(d*x^6+c)^(1/2)/a^2/c^2/x^3 
+1/3*b^2*arctan((-a*d+b*c)^(1/2)*x^3/a^(1/2)/(d*x^6+c)^(1/2))/a^(5/2)/(-a* 
d+b*c)^(1/2)
 

Mathematica [A] (verified)

Time = 1.03 (sec) , antiderivative size = 121, normalized size of antiderivative = 1.05 \[ \int \frac {1}{x^{10} \left (a+b x^6\right ) \sqrt {c+d x^6}} \, dx=\frac {\sqrt {c+d x^6} \left (-a c+3 b c x^6+2 a d x^6\right )}{9 a^2 c^2 x^9}+\frac {b^2 \arctan \left (\frac {a \sqrt {d}+b x^3 \left (\sqrt {d} x^3+\sqrt {c+d x^6}\right )}{\sqrt {a} \sqrt {b c-a d}}\right )}{3 a^{5/2} \sqrt {b c-a d}} \] Input:

Integrate[1/(x^10*(a + b*x^6)*Sqrt[c + d*x^6]),x]
 

Output:

(Sqrt[c + d*x^6]*(-(a*c) + 3*b*c*x^6 + 2*a*d*x^6))/(9*a^2*c^2*x^9) + (b^2* 
ArcTan[(a*Sqrt[d] + b*x^3*(Sqrt[d]*x^3 + Sqrt[c + d*x^6]))/(Sqrt[a]*Sqrt[b 
*c - a*d])])/(3*a^(5/2)*Sqrt[b*c - a*d])
 

Rubi [A] (verified)

Time = 0.50 (sec) , antiderivative size = 127, normalized size of antiderivative = 1.10, number of steps used = 8, number of rules used = 7, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.292, Rules used = {965, 382, 25, 445, 27, 291, 218}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {1}{x^{10} \left (a+b x^6\right ) \sqrt {c+d x^6}} \, dx\)

\(\Big \downarrow \) 965

\(\displaystyle \frac {1}{3} \int \frac {1}{x^{12} \left (b x^6+a\right ) \sqrt {d x^6+c}}dx^3\)

\(\Big \downarrow \) 382

\(\displaystyle \frac {1}{3} \left (\frac {\int -\frac {2 b d x^6+3 b c+2 a d}{x^6 \left (b x^6+a\right ) \sqrt {d x^6+c}}dx^3}{3 a c}-\frac {\sqrt {c+d x^6}}{3 a c x^9}\right )\)

\(\Big \downarrow \) 25

\(\displaystyle \frac {1}{3} \left (-\frac {\int \frac {2 b d x^6+3 b c+2 a d}{x^6 \left (b x^6+a\right ) \sqrt {d x^6+c}}dx^3}{3 a c}-\frac {\sqrt {c+d x^6}}{3 a c x^9}\right )\)

\(\Big \downarrow \) 445

\(\displaystyle \frac {1}{3} \left (-\frac {-\frac {\int \frac {3 b^2 c^2}{\left (b x^6+a\right ) \sqrt {d x^6+c}}dx^3}{a c}-\frac {\sqrt {c+d x^6} (2 a d+3 b c)}{a c x^3}}{3 a c}-\frac {\sqrt {c+d x^6}}{3 a c x^9}\right )\)

\(\Big \downarrow \) 27

\(\displaystyle \frac {1}{3} \left (-\frac {-\frac {3 b^2 c \int \frac {1}{\left (b x^6+a\right ) \sqrt {d x^6+c}}dx^3}{a}-\frac {\sqrt {c+d x^6} (2 a d+3 b c)}{a c x^3}}{3 a c}-\frac {\sqrt {c+d x^6}}{3 a c x^9}\right )\)

\(\Big \downarrow \) 291

\(\displaystyle \frac {1}{3} \left (-\frac {-\frac {3 b^2 c \int \frac {1}{a-(a d-b c) x^6}d\frac {x^3}{\sqrt {d x^6+c}}}{a}-\frac {\sqrt {c+d x^6} (2 a d+3 b c)}{a c x^3}}{3 a c}-\frac {\sqrt {c+d x^6}}{3 a c x^9}\right )\)

\(\Big \downarrow \) 218

\(\displaystyle \frac {1}{3} \left (-\frac {-\frac {3 b^2 c \arctan \left (\frac {x^3 \sqrt {b c-a d}}{\sqrt {a} \sqrt {c+d x^6}}\right )}{a^{3/2} \sqrt {b c-a d}}-\frac {\sqrt {c+d x^6} (2 a d+3 b c)}{a c x^3}}{3 a c}-\frac {\sqrt {c+d x^6}}{3 a c x^9}\right )\)

Input:

Int[1/(x^10*(a + b*x^6)*Sqrt[c + d*x^6]),x]
 

Output:

(-1/3*Sqrt[c + d*x^6]/(a*c*x^9) - (-(((3*b*c + 2*a*d)*Sqrt[c + d*x^6])/(a* 
c*x^3)) - (3*b^2*c*ArcTan[(Sqrt[b*c - a*d]*x^3)/(Sqrt[a]*Sqrt[c + d*x^6])] 
)/(a^(3/2)*Sqrt[b*c - a*d]))/(3*a*c))/3
 

Defintions of rubi rules used

rule 25
Int[-(Fx_), x_Symbol] :> Simp[Identity[-1]   Int[Fx, x], x]
 

rule 27
Int[(a_)*(Fx_), x_Symbol] :> Simp[a   Int[Fx, x], x] /; FreeQ[a, x] &&  !Ma 
tchQ[Fx, (b_)*(Gx_) /; FreeQ[b, x]]
 

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

rule 291
Int[1/(Sqrt[(a_) + (b_.)*(x_)^2]*((c_) + (d_.)*(x_)^2)), x_Symbol] :> Subst 
[Int[1/(c - (b*c - a*d)*x^2), x], x, x/Sqrt[a + b*x^2]] /; FreeQ[{a, b, c, 
d}, x] && NeQ[b*c - a*d, 0]
 

rule 382
Int[((e_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^2)^(p_)*((c_) + (d_.)*(x_)^2)^(q_) 
, x_Symbol] :> Simp[(e*x)^(m + 1)*(a + b*x^2)^(p + 1)*((c + d*x^2)^(q + 1)/ 
(a*c*e*(m + 1))), x] - Simp[1/(a*c*e^2*(m + 1))   Int[(e*x)^(m + 2)*(a + b* 
x^2)^p*(c + d*x^2)^q*Simp[(b*c + a*d)*(m + 3) + 2*(b*c*p + a*d*q) + b*d*(m 
+ 2*p + 2*q + 5)*x^2, x], x], x] /; FreeQ[{a, b, c, d, e, p, q}, x] && NeQ[ 
b*c - a*d, 0] && LtQ[m, -1] && IntBinomialQ[a, b, c, d, e, m, 2, p, q, x]
 

rule 445
Int[((g_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^2)^(p_.)*((c_) + (d_.)*(x_)^2)^(q_ 
.)*((e_) + (f_.)*(x_)^2), x_Symbol] :> Simp[e*(g*x)^(m + 1)*(a + b*x^2)^(p 
+ 1)*((c + d*x^2)^(q + 1)/(a*c*g*(m + 1))), x] + Simp[1/(a*c*g^2*(m + 1)) 
 Int[(g*x)^(m + 2)*(a + b*x^2)^p*(c + d*x^2)^q*Simp[a*f*c*(m + 1) - e*(b*c 
+ a*d)*(m + 2 + 1) - e*2*(b*c*p + a*d*q) - b*e*d*(m + 2*(p + q + 2) + 1)*x^ 
2, x], x], x] /; FreeQ[{a, b, c, d, e, f, g, p, q}, x] && LtQ[m, -1]
 

rule 965
Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), 
 x_Symbol] :> With[{k = GCD[m + 1, n]}, Simp[1/k   Subst[Int[x^((m + 1)/k - 
 1)*(a + b*x^(n/k))^p*(c + d*x^(n/k))^q, x], x, x^k], x] /; k != 1] /; Free 
Q[{a, b, c, d, p, q}, x] && NeQ[b*c - a*d, 0] && IGtQ[n, 0] && IntegerQ[m]
 
Maple [A] (verified)

Time = 6.50 (sec) , antiderivative size = 88, normalized size of antiderivative = 0.77

method result size
pseudoelliptic \(\frac {-\frac {\sqrt {d \,x^{6}+c}\, \left (-2 a d \,x^{6}-3 b c \,x^{6}+a c \right )}{3 x^{9}}+\frac {b^{2} c^{2} \operatorname {arctanh}\left (\frac {a \sqrt {d \,x^{6}+c}}{x^{3} \sqrt {a \left (a d -c b \right )}}\right )}{\sqrt {a \left (a d -c b \right )}}}{3 a^{2} c^{2}}\) \(88\)

Input:

int(1/x^10/(b*x^6+a)/(d*x^6+c)^(1/2),x,method=_RETURNVERBOSE)
 

Output:

1/3/a^2*(-1/3*(d*x^6+c)^(1/2)*(-2*a*d*x^6-3*b*c*x^6+a*c)/x^9+b^2*c^2/(a*(a 
*d-b*c))^(1/2)*arctanh(a*(d*x^6+c)^(1/2)/x^3/(a*(a*d-b*c))^(1/2)))/c^2
 

Fricas [A] (verification not implemented)

Time = 0.14 (sec) , antiderivative size = 416, normalized size of antiderivative = 3.62 \[ \int \frac {1}{x^{10} \left (a+b x^6\right ) \sqrt {c+d x^6}} \, dx=\left [-\frac {3 \, \sqrt {-a b c + a^{2} d} b^{2} c^{2} x^{9} \log \left (\frac {{\left (b^{2} c^{2} - 8 \, a b c d + 8 \, a^{2} d^{2}\right )} x^{12} - 2 \, {\left (3 \, a b c^{2} - 4 \, a^{2} c d\right )} x^{6} + a^{2} c^{2} - 4 \, {\left ({\left (b c - 2 \, a d\right )} x^{9} - a c x^{3}\right )} \sqrt {d x^{6} + c} \sqrt {-a b c + a^{2} d}}{b^{2} x^{12} + 2 \, a b x^{6} + a^{2}}\right ) - 4 \, {\left ({\left (3 \, a b^{2} c^{2} - a^{2} b c d - 2 \, a^{3} d^{2}\right )} x^{6} - a^{2} b c^{2} + a^{3} c d\right )} \sqrt {d x^{6} + c}}{36 \, {\left (a^{3} b c^{3} - a^{4} c^{2} d\right )} x^{9}}, \frac {3 \, \sqrt {a b c - a^{2} d} b^{2} c^{2} x^{9} \arctan \left (\frac {{\left ({\left (b c - 2 \, a d\right )} x^{6} - a c\right )} \sqrt {d x^{6} + c} \sqrt {a b c - a^{2} d}}{2 \, {\left ({\left (a b c d - a^{2} d^{2}\right )} x^{9} + {\left (a b c^{2} - a^{2} c d\right )} x^{3}\right )}}\right ) + 2 \, {\left ({\left (3 \, a b^{2} c^{2} - a^{2} b c d - 2 \, a^{3} d^{2}\right )} x^{6} - a^{2} b c^{2} + a^{3} c d\right )} \sqrt {d x^{6} + c}}{18 \, {\left (a^{3} b c^{3} - a^{4} c^{2} d\right )} x^{9}}\right ] \] Input:

integrate(1/x^10/(b*x^6+a)/(d*x^6+c)^(1/2),x, algorithm="fricas")
 

Output:

[-1/36*(3*sqrt(-a*b*c + a^2*d)*b^2*c^2*x^9*log(((b^2*c^2 - 8*a*b*c*d + 8*a 
^2*d^2)*x^12 - 2*(3*a*b*c^2 - 4*a^2*c*d)*x^6 + a^2*c^2 - 4*((b*c - 2*a*d)* 
x^9 - a*c*x^3)*sqrt(d*x^6 + c)*sqrt(-a*b*c + a^2*d))/(b^2*x^12 + 2*a*b*x^6 
 + a^2)) - 4*((3*a*b^2*c^2 - a^2*b*c*d - 2*a^3*d^2)*x^6 - a^2*b*c^2 + a^3* 
c*d)*sqrt(d*x^6 + c))/((a^3*b*c^3 - a^4*c^2*d)*x^9), 1/18*(3*sqrt(a*b*c - 
a^2*d)*b^2*c^2*x^9*arctan(1/2*((b*c - 2*a*d)*x^6 - a*c)*sqrt(d*x^6 + c)*sq 
rt(a*b*c - a^2*d)/((a*b*c*d - a^2*d^2)*x^9 + (a*b*c^2 - a^2*c*d)*x^3)) + 2 
*((3*a*b^2*c^2 - a^2*b*c*d - 2*a^3*d^2)*x^6 - a^2*b*c^2 + a^3*c*d)*sqrt(d* 
x^6 + c))/((a^3*b*c^3 - a^4*c^2*d)*x^9)]
 

Sympy [F]

\[ \int \frac {1}{x^{10} \left (a+b x^6\right ) \sqrt {c+d x^6}} \, dx=\int \frac {1}{x^{10} \left (a + b x^{6}\right ) \sqrt {c + d x^{6}}}\, dx \] Input:

integrate(1/x**10/(b*x**6+a)/(d*x**6+c)**(1/2),x)
 

Output:

Integral(1/(x**10*(a + b*x**6)*sqrt(c + d*x**6)), x)
 

Maxima [F]

\[ \int \frac {1}{x^{10} \left (a+b x^6\right ) \sqrt {c+d x^6}} \, dx=\int { \frac {1}{{\left (b x^{6} + a\right )} \sqrt {d x^{6} + c} x^{10}} \,d x } \] Input:

integrate(1/x^10/(b*x^6+a)/(d*x^6+c)^(1/2),x, algorithm="maxima")
 

Output:

integrate(1/((b*x^6 + a)*sqrt(d*x^6 + c)*x^10), x)
 

Giac [F(-1)]

Timed out. \[ \int \frac {1}{x^{10} \left (a+b x^6\right ) \sqrt {c+d x^6}} \, dx=\text {Timed out} \] Input:

integrate(1/x^10/(b*x^6+a)/(d*x^6+c)^(1/2),x, algorithm="giac")
 

Output:

Timed out
 

Mupad [F(-1)]

Timed out. \[ \int \frac {1}{x^{10} \left (a+b x^6\right ) \sqrt {c+d x^6}} \, dx=\int \frac {1}{x^{10}\,\left (b\,x^6+a\right )\,\sqrt {d\,x^6+c}} \,d x \] Input:

int(1/(x^10*(a + b*x^6)*(c + d*x^6)^(1/2)),x)
 

Output:

int(1/(x^10*(a + b*x^6)*(c + d*x^6)^(1/2)), x)
 

Reduce [F]

\[ \int \frac {1}{x^{10} \left (a+b x^6\right ) \sqrt {c+d x^6}} \, dx=\frac {-\sqrt {d \,x^{6}+c}\, c +2 \sqrt {d \,x^{6}+c}\, d \,x^{6}-9 \left (\int \frac {\sqrt {d \,x^{6}+c}}{b d \,x^{16}+a d \,x^{10}+b c \,x^{10}+a c \,x^{4}}d x \right ) b \,c^{2} x^{9}}{9 a \,c^{2} x^{9}} \] Input:

int(1/x^10/(b*x^6+a)/(d*x^6+c)^(1/2),x)
 

Output:

( - sqrt(c + d*x**6)*c + 2*sqrt(c + d*x**6)*d*x**6 - 9*int(sqrt(c + d*x**6 
)/(a*c*x**4 + a*d*x**10 + b*c*x**10 + b*d*x**16),x)*b*c**2*x**9)/(9*a*c**2 
*x**9)