\(\int \frac {-1+x^2}{(1+x^2) \sqrt [10]{1+5 x^4+10 x^8+10 x^{12}+5 x^{16}+x^{20}}} \, dx\) [574]

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

Optimal result

Integrand size = 42, antiderivative size = 44 \[ \int \frac {-1+x^2}{\left (1+x^2\right ) \sqrt [10]{1+5 x^4+10 x^8+10 x^{12}+5 x^{16}+x^{20}}} \, dx=-\frac {\left (\left (1+x^4\right )^5\right )^{9/10} \arctan \left (\frac {\sqrt {2} x}{\sqrt {1+x^4}}\right )}{\sqrt {2} \left (1+x^4\right )^{9/2}} \] Output:

-1/2*((x^4+1)^5)^(9/10)*arctan(2^(1/2)*x/(x^4+1)^(1/2))*2^(1/2)/(x^4+1)^(9 
/2)
                                                                                    
                                                                                    
 

Mathematica [A] (verified)

Time = 0.02 (sec) , antiderivative size = 44, normalized size of antiderivative = 1.00 \[ \int \frac {-1+x^2}{\left (1+x^2\right ) \sqrt [10]{1+5 x^4+10 x^8+10 x^{12}+5 x^{16}+x^{20}}} \, dx=-\frac {\sqrt {1+x^4} \arctan \left (\frac {\sqrt {2} x}{\sqrt {1+x^4}}\right )}{\sqrt {2} \sqrt [10]{\left (1+x^4\right )^5}} \] Input:

Integrate[(-1 + x^2)/((1 + x^2)*(1 + 5*x^4 + 10*x^8 + 10*x^12 + 5*x^16 + x 
^20)^(1/10)),x]
 

Output:

-((Sqrt[1 + x^4]*ArcTan[(Sqrt[2]*x)/Sqrt[1 + x^4]])/(Sqrt[2]*((1 + x^4)^5) 
^(1/10)))
 

Rubi [A] (warning: unable to verify)

Time = 0.45 (sec) , antiderivative size = 24, normalized size of antiderivative = 0.55, number of steps used = 6, number of rules used = 5, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.119, Rules used = {7239, 2044, 25, 2213, 216}

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^2-1}{\left (x^2+1\right ) \sqrt [10]{x^{20}+5 x^{16}+10 x^{12}+10 x^8+5 x^4+1}} \, dx\)

\(\Big \downarrow \) 7239

\(\displaystyle \int \frac {x^2-1}{\left (x^2+1\right ) \sqrt [10]{\left (x^4+1\right )^5}}dx\)

\(\Big \downarrow \) 2044

\(\displaystyle \int -\frac {1-x^2}{\left (x^2+1\right ) \sqrt {x^4+1}}dx\)

\(\Big \downarrow \) 25

\(\displaystyle -\int \frac {1-x^2}{\left (x^2+1\right ) \sqrt {x^4+1}}dx\)

\(\Big \downarrow \) 2213

\(\displaystyle -\int \frac {1}{\frac {2 x^2}{x^4+1}+1}d\frac {x}{\sqrt {x^4+1}}\)

\(\Big \downarrow \) 216

\(\displaystyle -\frac {\arctan \left (\frac {\sqrt {2} x}{\sqrt {x^4+1}}\right )}{\sqrt {2}}\)

Input:

Int[(-1 + x^2)/((1 + x^2)*(1 + 5*x^4 + 10*x^8 + 10*x^12 + 5*x^16 + x^20)^( 
1/10)),x]
 

Output:

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

Defintions of rubi rules used

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

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

rule 2044
Int[(u_.)*((c_.)*((a_.) + (b_.)*(x_)^(n_.))^(q_))^(p_), x_Symbol] :> Simp[S 
imp[(c*(a + b*x^n)^q)^p/(a + b*x^n)^(p*q)]   Int[u*(a + b*x^n)^(p*q), x], x 
] /; FreeQ[{a, b, c, n, p, q}, x] && GeQ[a, 0]
 

rule 2213
Int[((A_) + (B_.)*(x_)^2)/(((d_) + (e_.)*(x_)^2)*Sqrt[(a_) + (c_.)*(x_)^4]) 
, x_Symbol] :> Simp[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] && EqQ[c*d^2 - a*e^2, 0] && EqQ[B*d 
 + A*e, 0]
 

rule 7239
Int[u_, x_Symbol] :> With[{v = SimplifyIntegrand[u, x]}, Int[v, x] /; Simpl 
erIntegrandQ[v, u, x]]
 
Maple [F]

\[\int \frac {x^{2}-1}{\left (x^{2}+1\right ) \left (x^{20}+5 x^{16}+10 x^{12}+10 x^{8}+5 x^{4}+1\right )^{\frac {1}{10}}}d x\]

Input:

int((x^2-1)/(x^2+1)/(x^20+5*x^16+10*x^12+10*x^8+5*x^4+1)^(1/10),x)
 

Output:

int((x^2-1)/(x^2+1)/(x^20+5*x^16+10*x^12+10*x^8+5*x^4+1)^(1/10),x)
 

Fricas [A] (verification not implemented)

Time = 0.10 (sec) , antiderivative size = 45, normalized size of antiderivative = 1.02 \[ \int \frac {-1+x^2}{\left (1+x^2\right ) \sqrt [10]{1+5 x^4+10 x^8+10 x^{12}+5 x^{16}+x^{20}}} \, dx=-\frac {1}{2} \, \sqrt {2} \arctan \left (\frac {\sqrt {2} {\left (x^{20} + 5 \, x^{16} + 10 \, x^{12} + 10 \, x^{8} + 5 \, x^{4} + 1\right )}^{\frac {1}{10}} x}{x^{4} + 1}\right ) \] Input:

integrate((x^2-1)/(x^2+1)/(x^20+5*x^16+10*x^12+10*x^8+5*x^4+1)^(1/10),x, a 
lgorithm="fricas")
 

Output:

-1/2*sqrt(2)*arctan(sqrt(2)*(x^20 + 5*x^16 + 10*x^12 + 10*x^8 + 5*x^4 + 1) 
^(1/10)*x/(x^4 + 1))
 

Sympy [F]

\[ \int \frac {-1+x^2}{\left (1+x^2\right ) \sqrt [10]{1+5 x^4+10 x^8+10 x^{12}+5 x^{16}+x^{20}}} \, dx=\int \frac {\left (x - 1\right ) \left (x + 1\right )}{\left (x^{2} + 1\right ) \sqrt [10]{\left (x^{4} + 1\right )^{5}}}\, dx \] Input:

integrate((x**2-1)/(x**2+1)/(x**20+5*x**16+10*x**12+10*x**8+5*x**4+1)**(1/ 
10),x)
 

Output:

Integral((x - 1)*(x + 1)/((x**2 + 1)*((x**4 + 1)**5)**(1/10)), x)
 

Maxima [F]

\[ \int \frac {-1+x^2}{\left (1+x^2\right ) \sqrt [10]{1+5 x^4+10 x^8+10 x^{12}+5 x^{16}+x^{20}}} \, dx=\int { \frac {x^{2} - 1}{{\left (x^{20} + 5 \, x^{16} + 10 \, x^{12} + 10 \, x^{8} + 5 \, x^{4} + 1\right )}^{\frac {1}{10}} {\left (x^{2} + 1\right )}} \,d x } \] Input:

integrate((x^2-1)/(x^2+1)/(x^20+5*x^16+10*x^12+10*x^8+5*x^4+1)^(1/10),x, a 
lgorithm="maxima")
 

Output:

integrate((x^2 - 1)/((x^20 + 5*x^16 + 10*x^12 + 10*x^8 + 5*x^4 + 1)^(1/10) 
*(x^2 + 1)), x)
 

Giac [F]

\[ \int \frac {-1+x^2}{\left (1+x^2\right ) \sqrt [10]{1+5 x^4+10 x^8+10 x^{12}+5 x^{16}+x^{20}}} \, dx=\int { \frac {x^{2} - 1}{{\left (x^{20} + 5 \, x^{16} + 10 \, x^{12} + 10 \, x^{8} + 5 \, x^{4} + 1\right )}^{\frac {1}{10}} {\left (x^{2} + 1\right )}} \,d x } \] Input:

integrate((x^2-1)/(x^2+1)/(x^20+5*x^16+10*x^12+10*x^8+5*x^4+1)^(1/10),x, a 
lgorithm="giac")
 

Output:

integrate((x^2 - 1)/((x^20 + 5*x^16 + 10*x^12 + 10*x^8 + 5*x^4 + 1)^(1/10) 
*(x^2 + 1)), x)
 

Mupad [F(-1)]

Timed out. \[ \int \frac {-1+x^2}{\left (1+x^2\right ) \sqrt [10]{1+5 x^4+10 x^8+10 x^{12}+5 x^{16}+x^{20}}} \, dx=\int \frac {x^2-1}{\left (x^2+1\right )\,{\left (x^{20}+5\,x^{16}+10\,x^{12}+10\,x^8+5\,x^4+1\right )}^{1/10}} \,d x \] Input:

int((x^2 - 1)/((x^2 + 1)*(5*x^4 + 10*x^8 + 10*x^12 + 5*x^16 + x^20 + 1)^(1 
/10)),x)
 

Output:

int((x^2 - 1)/((x^2 + 1)*(5*x^4 + 10*x^8 + 10*x^12 + 5*x^16 + x^20 + 1)^(1 
/10)), x)
 

Reduce [F]

\[ \int \frac {-1+x^2}{\left (1+x^2\right ) \sqrt [10]{1+5 x^4+10 x^8+10 x^{12}+5 x^{16}+x^{20}}} \, dx=\int \frac {x^{2}}{\left (x^{20}+5 x^{16}+10 x^{12}+10 x^{8}+5 x^{4}+1\right )^{\frac {1}{10}} x^{2}+\left (x^{20}+5 x^{16}+10 x^{12}+10 x^{8}+5 x^{4}+1\right )^{\frac {1}{10}}}d x -\left (\int \frac {1}{\left (x^{20}+5 x^{16}+10 x^{12}+10 x^{8}+5 x^{4}+1\right )^{\frac {1}{10}} x^{2}+\left (x^{20}+5 x^{16}+10 x^{12}+10 x^{8}+5 x^{4}+1\right )^{\frac {1}{10}}}d x \right ) \] Input:

int((x^2-1)/(x^2+1)/(x^20+5*x^16+10*x^12+10*x^8+5*x^4+1)^(1/10),x)
 

Output:

int(x**2/((x**20 + 5*x**16 + 10*x**12 + 10*x**8 + 5*x**4 + 1)**(1/10)*x**2 
 + (x**20 + 5*x**16 + 10*x**12 + 10*x**8 + 5*x**4 + 1)**(1/10)),x) - int(1 
/((x**20 + 5*x**16 + 10*x**12 + 10*x**8 + 5*x**4 + 1)**(1/10)*x**2 + (x**2 
0 + 5*x**16 + 10*x**12 + 10*x**8 + 5*x**4 + 1)**(1/10)),x)