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

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

Optimal result

Integrand size = 22, antiderivative size = 64 \[ \int \frac {x}{\left (a+b x^6\right ) \sqrt {c+d x^6}} \, dx=\frac {x^2 \sqrt {1+\frac {d x^6}{c}} \operatorname {AppellF1}\left (\frac {1}{3},1,\frac {1}{2},\frac {4}{3},-\frac {b x^6}{a},-\frac {d x^6}{c}\right )}{2 a \sqrt {c+d x^6}} \] Output:

1/2*x^2*(1+d*x^6/c)^(1/2)*AppellF1(1/3,1,1/2,4/3,-b*x^6/a,-d*x^6/c)/a/(d*x 
^6+c)^(1/2)
 

Mathematica [A] (verified)

Time = 10.03 (sec) , antiderivative size = 65, normalized size of antiderivative = 1.02 \[ \int \frac {x}{\left (a+b x^6\right ) \sqrt {c+d x^6}} \, dx=\frac {x^2 \sqrt {\frac {c+d x^6}{c}} \operatorname {AppellF1}\left (\frac {1}{3},\frac {1}{2},1,\frac {4}{3},-\frac {d x^6}{c},-\frac {b x^6}{a}\right )}{2 a \sqrt {c+d x^6}} \] Input:

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

Output:

(x^2*Sqrt[(c + d*x^6)/c]*AppellF1[1/3, 1/2, 1, 4/3, -((d*x^6)/c), -((b*x^6 
)/a)])/(2*a*Sqrt[c + d*x^6])
 

Rubi [A] (verified)

Time = 0.34 (sec) , antiderivative size = 64, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.136, Rules used = {965, 937, 936}

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 {x}{\left (a+b x^6\right ) \sqrt {c+d x^6}} \, dx\)

\(\Big \downarrow \) 965

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

\(\Big \downarrow \) 937

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

\(\Big \downarrow \) 936

\(\displaystyle \frac {x^2 \sqrt {\frac {d x^6}{c}+1} \operatorname {AppellF1}\left (\frac {1}{3},1,\frac {1}{2},\frac {4}{3},-\frac {b x^6}{a},-\frac {d x^6}{c}\right )}{2 a \sqrt {c+d x^6}}\)

Input:

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

Output:

(x^2*Sqrt[1 + (d*x^6)/c]*AppellF1[1/3, 1, 1/2, 4/3, -((b*x^6)/a), -((d*x^6 
)/c)])/(2*a*Sqrt[c + d*x^6])
 

Defintions of rubi rules used

rule 936
Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] 
:> Simp[a^p*c^q*x*AppellF1[1/n, -p, -q, 1 + 1/n, (-b)*(x^n/a), (-d)*(x^n/c) 
], x] /; FreeQ[{a, b, c, d, n, p, q}, x] && NeQ[b*c - a*d, 0] && NeQ[n, -1] 
 && (IntegerQ[p] || GtQ[a, 0]) && (IntegerQ[q] || GtQ[c, 0])
 

rule 937
Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] 
:> Simp[a^IntPart[p]*((a + b*x^n)^FracPart[p]/(1 + b*(x^n/a))^FracPart[p]) 
  Int[(1 + b*(x^n/a))^p*(c + d*x^n)^q, x], x] /; FreeQ[{a, b, c, d, n, p, q 
}, x] && NeQ[b*c - a*d, 0] && NeQ[n, -1] &&  !(IntegerQ[p] || GtQ[a, 0])
 

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 [F]

\[\int \frac {x}{\left (b \,x^{6}+a \right ) \sqrt {d \,x^{6}+c}}d x\]

Input:

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

Output:

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

Fricas [F(-1)]

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

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

Output:

Timed out
 

Sympy [F]

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

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

Output:

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

Maxima [F]

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

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

Output:

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

Giac [F]

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

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

Output:

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

Mupad [F(-1)]

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

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

Output:

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

Reduce [F]

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

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

Output:

int((sqrt(c + d*x**6)*x)/(a*c + a*d*x**6 + b*c*x**6 + b*d*x**12),x)