\(\int \frac {(-1+x) \sqrt [4]{x^3+x^4}}{x (1+x)} \, dx\) [609]

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

Optimal result

Integrand size = 23, antiderivative size = 48 \[ \int \frac {(-1+x) \sqrt [4]{x^3+x^4}}{x (1+x)} \, dx=\sqrt [4]{x^3+x^4}+\frac {7}{2} \arctan \left (\frac {x}{\sqrt [4]{x^3+x^4}}\right )-\frac {7}{2} \text {arctanh}\left (\frac {x}{\sqrt [4]{x^3+x^4}}\right ) \]

[Out]

(x^4+x^3)^(1/4)+7/2*arctan(x/(x^4+x^3)^(1/4))-7/2*arctanh(x/(x^4+x^3)^(1/4))

Rubi [A] (verified)

Time = 0.09 (sec) , antiderivative size = 94, normalized size of antiderivative = 1.96, number of steps used = 7, number of rules used = 7, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.304, Rules used = {2081, 81, 65, 338, 304, 209, 212} \[ \int \frac {(-1+x) \sqrt [4]{x^3+x^4}}{x (1+x)} \, dx=\frac {7 \sqrt [4]{x^4+x^3} \arctan \left (\frac {\sqrt [4]{x}}{\sqrt [4]{x+1}}\right )}{2 x^{3/4} \sqrt [4]{x+1}}-\frac {7 \sqrt [4]{x^4+x^3} \text {arctanh}\left (\frac {\sqrt [4]{x}}{\sqrt [4]{x+1}}\right )}{2 x^{3/4} \sqrt [4]{x+1}}+\sqrt [4]{x^4+x^3} \]

[In]

Int[((-1 + x)*(x^3 + x^4)^(1/4))/(x*(1 + x)),x]

[Out]

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

Rule 65

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - a*(d/b) + d*(x^p/b))^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 81

Int[((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Simp[b*(c + d*x)^
(n + 1)*((e + f*x)^(p + 1)/(d*f*(n + p + 2))), x] + Dist[(a*d*f*(n + p + 2) - b*(d*e*(n + 1) + c*f*(p + 1)))/(
d*f*(n + p + 2)), Int[(c + d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, c, d, e, f, n, p}, x] && NeQ[n + p + 2,
0]

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 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 338

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[a^(p + (m + 1)/n), Subst[Int[x^m/(1 - b*x^n)^(
p + (m + 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)] && IntegersQ[m, p + (m + 1)/n]

Rule 2081

Int[(u_.)*(P_)^(p_.), x_Symbol] :> With[{m = MinimumMonomialExponent[P, x]}, Dist[P^FracPart[p]/(x^(m*FracPart
[p])*Distrib[1/x^m, P]^FracPart[p]), Int[u*x^(m*p)*Distrib[1/x^m, P]^p, x], x]] /; FreeQ[p, x] &&  !IntegerQ[p
] && SumQ[P] && EveryQ[BinomialQ[#1, x] & , P] &&  !PolyQ[P, x, 2]

Rubi steps \begin{align*} \text {integral}& = \frac {\sqrt [4]{x^3+x^4} \int \frac {-1+x}{\sqrt [4]{x} (1+x)^{3/4}} \, dx}{x^{3/4} \sqrt [4]{1+x}} \\ & = \sqrt [4]{x^3+x^4}-\frac {\left (7 \sqrt [4]{x^3+x^4}\right ) \int \frac {1}{\sqrt [4]{x} (1+x)^{3/4}} \, dx}{4 x^{3/4} \sqrt [4]{1+x}} \\ & = \sqrt [4]{x^3+x^4}-\frac {\left (7 \sqrt [4]{x^3+x^4}\right ) \text {Subst}\left (\int \frac {x^2}{\left (1+x^4\right )^{3/4}} \, dx,x,\sqrt [4]{x}\right )}{x^{3/4} \sqrt [4]{1+x}} \\ & = \sqrt [4]{x^3+x^4}-\frac {\left (7 \sqrt [4]{x^3+x^4}\right ) \text {Subst}\left (\int \frac {x^2}{1-x^4} \, dx,x,\frac {\sqrt [4]{x}}{\sqrt [4]{1+x}}\right )}{x^{3/4} \sqrt [4]{1+x}} \\ & = \sqrt [4]{x^3+x^4}-\frac {\left (7 \sqrt [4]{x^3+x^4}\right ) \text {Subst}\left (\int \frac {1}{1-x^2} \, dx,x,\frac {\sqrt [4]{x}}{\sqrt [4]{1+x}}\right )}{2 x^{3/4} \sqrt [4]{1+x}}+\frac {\left (7 \sqrt [4]{x^3+x^4}\right ) \text {Subst}\left (\int \frac {1}{1+x^2} \, dx,x,\frac {\sqrt [4]{x}}{\sqrt [4]{1+x}}\right )}{2 x^{3/4} \sqrt [4]{1+x}} \\ & = \sqrt [4]{x^3+x^4}+\frac {7 \sqrt [4]{x^3+x^4} \arctan \left (\frac {\sqrt [4]{x}}{\sqrt [4]{1+x}}\right )}{2 x^{3/4} \sqrt [4]{1+x}}-\frac {7 \sqrt [4]{x^3+x^4} \text {arctanh}\left (\frac {\sqrt [4]{x}}{\sqrt [4]{1+x}}\right )}{2 x^{3/4} \sqrt [4]{1+x}} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.22 (sec) , antiderivative size = 73, normalized size of antiderivative = 1.52 \[ \int \frac {(-1+x) \sqrt [4]{x^3+x^4}}{x (1+x)} \, dx=\frac {x^{9/4} \left (2 x^{3/4} (1+x)+7 (1+x)^{3/4} \arctan \left (\sqrt [4]{\frac {x}{1+x}}\right )-7 (1+x)^{3/4} \text {arctanh}\left (\sqrt [4]{\frac {x}{1+x}}\right )\right )}{2 \left (x^3 (1+x)\right )^{3/4}} \]

[In]

Integrate[((-1 + x)*(x^3 + x^4)^(1/4))/(x*(1 + x)),x]

[Out]

(x^(9/4)*(2*x^(3/4)*(1 + x) + 7*(1 + x)^(3/4)*ArcTan[(x/(1 + x))^(1/4)] - 7*(1 + x)^(3/4)*ArcTanh[(x/(1 + x))^
(1/4)]))/(2*(x^3*(1 + x))^(3/4))

Maple [C] (verified)

Result contains higher order function than in optimal. Order 5 vs. order 3.

Time = 2.22 (sec) , antiderivative size = 30, normalized size of antiderivative = 0.62

method result size
meijerg \(-\frac {4 x^{\frac {3}{4}} \operatorname {hypergeom}\left (\left [\frac {3}{4}, \frac {3}{4}\right ], \left [\frac {7}{4}\right ], -x \right )}{3}+\frac {4 x^{\frac {7}{4}} \operatorname {hypergeom}\left (\left [\frac {3}{4}, \frac {7}{4}\right ], \left [\frac {11}{4}\right ], -x \right )}{7}\) \(30\)
pseudoelliptic \(\left (x^{3} \left (1+x \right )\right )^{\frac {1}{4}}+\frac {7 \ln \left (\frac {\left (x^{3} \left (1+x \right )\right )^{\frac {1}{4}}-x}{x}\right )}{4}-\frac {7 \arctan \left (\frac {\left (x^{3} \left (1+x \right )\right )^{\frac {1}{4}}}{x}\right )}{2}-\frac {7 \ln \left (\frac {\left (x^{3} \left (1+x \right )\right )^{\frac {1}{4}}+x}{x}\right )}{4}\) \(65\)
trager \(\left (x^{4}+x^{3}\right )^{\frac {1}{4}}-\frac {7 \ln \left (\frac {2 \left (x^{4}+x^{3}\right )^{\frac {3}{4}}+2 \sqrt {x^{4}+x^{3}}\, x +2 \left (x^{4}+x^{3}\right )^{\frac {1}{4}} x^{2}+2 x^{3}+x^{2}}{x^{2}}\right )}{4}-\frac {7 \operatorname {RootOf}\left (\textit {\_Z}^{2}+1\right ) \ln \left (\frac {2 \sqrt {x^{4}+x^{3}}\, \operatorname {RootOf}\left (\textit {\_Z}^{2}+1\right ) x -2 \operatorname {RootOf}\left (\textit {\_Z}^{2}+1\right ) x^{3}+2 \left (x^{4}+x^{3}\right )^{\frac {3}{4}}-2 \left (x^{4}+x^{3}\right )^{\frac {1}{4}} x^{2}-\operatorname {RootOf}\left (\textit {\_Z}^{2}+1\right ) x^{2}}{x^{2}}\right )}{4}\) \(143\)
risch \(\left (x^{3} \left (1+x \right )\right )^{\frac {1}{4}}+\frac {\left (-\frac {7 \ln \left (\frac {2 \left (x^{4}+3 x^{3}+3 x^{2}+x \right )^{\frac {3}{4}}+2 \sqrt {x^{4}+3 x^{3}+3 x^{2}+x}\, x +2 \left (x^{4}+3 x^{3}+3 x^{2}+x \right )^{\frac {1}{4}} x^{2}+2 x^{3}+2 \sqrt {x^{4}+3 x^{3}+3 x^{2}+x}+4 \left (x^{4}+3 x^{3}+3 x^{2}+x \right )^{\frac {1}{4}} x +5 x^{2}+2 \left (x^{4}+3 x^{3}+3 x^{2}+x \right )^{\frac {1}{4}}+4 x +1}{\left (1+x \right )^{2}}\right )}{4}-\frac {7 \operatorname {RootOf}\left (\textit {\_Z}^{2}+1\right ) \ln \left (-\frac {2 \sqrt {x^{4}+3 x^{3}+3 x^{2}+x}\, \operatorname {RootOf}\left (\textit {\_Z}^{2}+1\right ) x -2 \operatorname {RootOf}\left (\textit {\_Z}^{2}+1\right ) x^{3}+2 \sqrt {x^{4}+3 x^{3}+3 x^{2}+x}\, \operatorname {RootOf}\left (\textit {\_Z}^{2}+1\right )-5 \operatorname {RootOf}\left (\textit {\_Z}^{2}+1\right ) x^{2}-2 \left (x^{4}+3 x^{3}+3 x^{2}+x \right )^{\frac {3}{4}}+2 \left (x^{4}+3 x^{3}+3 x^{2}+x \right )^{\frac {1}{4}} x^{2}-4 \operatorname {RootOf}\left (\textit {\_Z}^{2}+1\right ) x +4 \left (x^{4}+3 x^{3}+3 x^{2}+x \right )^{\frac {1}{4}} x -\operatorname {RootOf}\left (\textit {\_Z}^{2}+1\right )+2 \left (x^{4}+3 x^{3}+3 x^{2}+x \right )^{\frac {1}{4}}}{\left (1+x \right )^{2}}\right )}{4}\right ) \left (x^{3} \left (1+x \right )\right )^{\frac {1}{4}} \left (\left (1+x \right )^{3} x \right )^{\frac {1}{4}}}{x \left (1+x \right )}\) \(369\)

[In]

int((x-1)*(x^4+x^3)^(1/4)/x/(1+x),x,method=_RETURNVERBOSE)

[Out]

-4/3*x^(3/4)*hypergeom([3/4,3/4],[7/4],-x)+4/7*x^(7/4)*hypergeom([3/4,7/4],[11/4],-x)

Fricas [A] (verification not implemented)

none

Time = 0.26 (sec) , antiderivative size = 65, normalized size of antiderivative = 1.35 \[ \int \frac {(-1+x) \sqrt [4]{x^3+x^4}}{x (1+x)} \, dx={\left (x^{4} + x^{3}\right )}^{\frac {1}{4}} - \frac {7}{2} \, \arctan \left (\frac {{\left (x^{4} + x^{3}\right )}^{\frac {1}{4}}}{x}\right ) - \frac {7}{4} \, \log \left (\frac {x + {\left (x^{4} + x^{3}\right )}^{\frac {1}{4}}}{x}\right ) + \frac {7}{4} \, \log \left (-\frac {x - {\left (x^{4} + x^{3}\right )}^{\frac {1}{4}}}{x}\right ) \]

[In]

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

[Out]

(x^4 + x^3)^(1/4) - 7/2*arctan((x^4 + x^3)^(1/4)/x) - 7/4*log((x + (x^4 + x^3)^(1/4))/x) + 7/4*log(-(x - (x^4
+ x^3)^(1/4))/x)

Sympy [F]

\[ \int \frac {(-1+x) \sqrt [4]{x^3+x^4}}{x (1+x)} \, dx=\int \frac {\sqrt [4]{x^{3} \left (x + 1\right )} \left (x - 1\right )}{x \left (x + 1\right )}\, dx \]

[In]

integrate((-1+x)*(x**4+x**3)**(1/4)/x/(1+x),x)

[Out]

Integral((x**3*(x + 1))**(1/4)*(x - 1)/(x*(x + 1)), x)

Maxima [F]

\[ \int \frac {(-1+x) \sqrt [4]{x^3+x^4}}{x (1+x)} \, dx=\int { \frac {{\left (x^{4} + x^{3}\right )}^{\frac {1}{4}} {\left (x - 1\right )}}{{\left (x + 1\right )} x} \,d x } \]

[In]

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

[Out]

integrate((x^4 + x^3)^(1/4)*(x - 1)/((x + 1)*x), x)

Giac [A] (verification not implemented)

none

Time = 0.28 (sec) , antiderivative size = 45, normalized size of antiderivative = 0.94 \[ \int \frac {(-1+x) \sqrt [4]{x^3+x^4}}{x (1+x)} \, dx=x {\left (\frac {1}{x} + 1\right )}^{\frac {1}{4}} - \frac {7}{2} \, \arctan \left ({\left (\frac {1}{x} + 1\right )}^{\frac {1}{4}}\right ) - \frac {7}{4} \, \log \left ({\left (\frac {1}{x} + 1\right )}^{\frac {1}{4}} + 1\right ) + \frac {7}{4} \, \log \left ({\left | {\left (\frac {1}{x} + 1\right )}^{\frac {1}{4}} - 1 \right |}\right ) \]

[In]

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

[Out]

x*(1/x + 1)^(1/4) - 7/2*arctan((1/x + 1)^(1/4)) - 7/4*log((1/x + 1)^(1/4) + 1) + 7/4*log(abs((1/x + 1)^(1/4) -
 1))

Mupad [F(-1)]

Timed out. \[ \int \frac {(-1+x) \sqrt [4]{x^3+x^4}}{x (1+x)} \, dx=\int \frac {{\left (x^4+x^3\right )}^{1/4}\,\left (x-1\right )}{x\,\left (x+1\right )} \,d x \]

[In]

int(((x^3 + x^4)^(1/4)*(x - 1))/(x*(x + 1)),x)

[Out]

int(((x^3 + x^4)^(1/4)*(x - 1))/(x*(x + 1)), x)