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

Optimal. Leaf size=133 \[ -\frac {\log \left (2^{2/3} \sqrt [3]{4 x^2+4 x-1}+2\right )}{4 \sqrt [3]{2}}+\frac {\log \left (-\sqrt [3]{2} \left (4 x^2+4 x-1\right )^{2/3}+2^{2/3} \sqrt [3]{4 x^2+4 x-1}-2\right )}{8 \sqrt [3]{2}}-\frac {\sqrt {3} \tan ^{-1}\left (\frac {1}{\sqrt {3}}-\frac {2^{2/3} \sqrt [3]{4 x^2+4 x-1}}{\sqrt {3}}\right )}{4 \sqrt [3]{2}} \]

________________________________________________________________________________________

Rubi [A]  time = 0.09, antiderivative size = 88, normalized size of antiderivative = 0.66, number of steps used = 6, number of rules used = 6, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.273, Rules used = {694, 266, 56, 617, 204, 31} \begin {gather*} \frac {\log (2 x+1)}{4 \sqrt [3]{2}}-\frac {3 \log \left (\sqrt [3]{(2 x+1)^2-2}+\sqrt [3]{2}\right )}{8 \sqrt [3]{2}}-\frac {\sqrt {3} \tan ^{-1}\left (\frac {1-2^{2/3} \sqrt [3]{(2 x+1)^2-2}}{\sqrt {3}}\right )}{4 \sqrt [3]{2}} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 56

Int[1/(((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))^(1/3)), x_Symbol] :> With[{q = Rt[-((b*c - a*d)/b), 3]}, Simp
[Log[RemoveContent[a + b*x, x]]/(2*b*q), x] + (Dist[3/(2*b), Subst[Int[1/(q^2 - q*x + x^2), x], x, (c + d*x)^(
1/3)], x] - Dist[3/(2*b*q), Subst[Int[1/(q + x), x], x, (c + d*x)^(1/3)], x])] /; FreeQ[{a, b, c, d}, x] && Ne
gQ[(b*c - a*d)/b]

Rule 204

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

Rule 266

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

Rule 617

Int[((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> With[{q = 1 - 4*Simplify[(a*c)/b^2]}, Dist[-2/b, Sub
st[Int[1/(q - x^2), x], x, 1 + (2*c*x)/b], x] /; RationalQ[q] && (EqQ[q^2, 1] ||  !RationalQ[b^2 - 4*a*c])] /;
 FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 694

Int[((d_) + (e_.)*(x_))^(m_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Dist[1/e, Subst[Int[x^m*(
a - b^2/(4*c) + (c*x^2)/e^2)^p, x], x, d + e*x], x] /; FreeQ[{a, b, c, d, e, m, p}, x] && NeQ[b^2 - 4*a*c, 0]
&& EqQ[2*c*d - b*e, 0]

Rubi steps

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

________________________________________________________________________________________

Mathematica [C]  time = 0.01, size = 40, normalized size = 0.30 \begin {gather*} \frac {3}{16} \left ((2 x+1)^2-2\right )^{2/3} \, _2F_1\left (\frac {2}{3},1;\frac {5}{3};\frac {1}{2} \left (2-(2 x+1)^2\right )\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

(3*(-2 + (1 + 2*x)^2)^(2/3)*Hypergeometric2F1[2/3, 1, 5/3, (2 - (1 + 2*x)^2)/2])/16

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.21, size = 133, normalized size = 1.00 \begin {gather*} -\frac {\sqrt {3} \tan ^{-1}\left (\frac {1}{\sqrt {3}}-\frac {2^{2/3} \sqrt [3]{-1+4 x+4 x^2}}{\sqrt {3}}\right )}{4 \sqrt [3]{2}}-\frac {\log \left (2+2^{2/3} \sqrt [3]{-1+4 x+4 x^2}\right )}{4 \sqrt [3]{2}}+\frac {\log \left (-2+2^{2/3} \sqrt [3]{-1+4 x+4 x^2}-\sqrt [3]{2} \left (-1+4 x+4 x^2\right )^{2/3}\right )}{8 \sqrt [3]{2}} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 0.45, size = 124, normalized size = 0.93 \begin {gather*} \frac {1}{8} \, \sqrt {3} 2^{\frac {2}{3}} \left (-1\right )^{\frac {1}{3}} \arctan \left (\frac {1}{6} \, \sqrt {3} 2^{\frac {1}{6}} {\left (2 \, \sqrt {2} \left (-1\right )^{\frac {1}{3}} {\left (4 \, x^{2} + 4 \, x - 1\right )}^{\frac {1}{3}} + 2^{\frac {5}{6}}\right )}\right ) - \frac {1}{16} \cdot 2^{\frac {2}{3}} \left (-1\right )^{\frac {1}{3}} \log \left (-2^{\frac {1}{3}} \left (-1\right )^{\frac {2}{3}} {\left (4 \, x^{2} + 4 \, x - 1\right )}^{\frac {1}{3}} - 2^{\frac {2}{3}} \left (-1\right )^{\frac {1}{3}} + {\left (4 \, x^{2} + 4 \, x - 1\right )}^{\frac {2}{3}}\right ) + \frac {1}{8} \cdot 2^{\frac {2}{3}} \left (-1\right )^{\frac {1}{3}} \log \left (2^{\frac {1}{3}} \left (-1\right )^{\frac {2}{3}} + {\left (4 \, x^{2} + 4 \, x - 1\right )}^{\frac {1}{3}}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/8*sqrt(3)*2^(2/3)*(-1)^(1/3)*arctan(1/6*sqrt(3)*2^(1/6)*(2*sqrt(2)*(-1)^(1/3)*(4*x^2 + 4*x - 1)^(1/3) + 2^(5
/6))) - 1/16*2^(2/3)*(-1)^(1/3)*log(-2^(1/3)*(-1)^(2/3)*(4*x^2 + 4*x - 1)^(1/3) - 2^(2/3)*(-1)^(1/3) + (4*x^2
+ 4*x - 1)^(2/3)) + 1/8*2^(2/3)*(-1)^(1/3)*log(2^(1/3)*(-1)^(2/3) + (4*x^2 + 4*x - 1)^(1/3))

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{{\left (4 \, x^{2} + 4 \, x - 1\right )}^{\frac {1}{3}} {\left (2 \, x + 1\right )}}\,{d x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [C]  time = 8.97, size = 1244, normalized size = 9.35

method result size
trager \(\text {Expression too large to display}\) \(1244\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*RootOf(RootOf(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^2)*ln((160*RootOf(RootOf(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+1
6*_Z^2)^2*RootOf(_Z^3+4)^2*x^2+8*RootOf(RootOf(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^2)*RootOf(_Z^3+4)^3*x^2+160
*RootOf(RootOf(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^2)^2*RootOf(_Z^3+4)^2*x-48*(4*x^2+4*x-1)^(2/3)*RootOf(RootO
f(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^2)*RootOf(_Z^3+4)^2+8*RootOf(RootOf(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^
2)*RootOf(_Z^3+4)^3*x-96*(4*x^2+4*x-1)^(1/3)*RootOf(RootOf(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^2)*RootOf(_Z^3+
4)+80*RootOf(RootOf(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^2)*x^2-9*(4*x^2+4*x-1)^(1/3)*RootOf(_Z^3+4)^2+4*RootOf
(_Z^3+4)*x^2+80*RootOf(RootOf(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^2)*x+18*(4*x^2+4*x-1)^(2/3)+4*RootOf(_Z^3+4)
*x-140*RootOf(RootOf(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^2)-7*RootOf(_Z^3+4))/(1+2*x)^2)-1/8*ln((160*RootOf(Ro
otOf(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^2)^2*RootOf(_Z^3+4)^2*x^2+32*RootOf(RootOf(_Z^3+4)^2+4*_Z*RootOf(_Z^3
+4)+16*_Z^2)*RootOf(_Z^3+4)^3*x^2+160*RootOf(RootOf(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^2)^2*RootOf(_Z^3+4)^2*
x+48*(4*x^2+4*x-1)^(2/3)*RootOf(RootOf(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^2)*RootOf(_Z^3+4)^2+32*RootOf(RootO
f(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^2)*RootOf(_Z^3+4)^3*x+96*(4*x^2+4*x-1)^(1/3)*RootOf(RootOf(_Z^3+4)^2+4*_
Z*RootOf(_Z^3+4)+16*_Z^2)*RootOf(_Z^3+4)-240*RootOf(RootOf(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^2)*x^2+15*(4*x^
2+4*x-1)^(1/3)*RootOf(_Z^3+4)^2-48*RootOf(_Z^3+4)*x^2-240*RootOf(RootOf(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^2)
*x-30*(4*x^2+4*x-1)^(2/3)-48*RootOf(_Z^3+4)*x+140*RootOf(RootOf(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^2)+28*Root
Of(_Z^3+4))/(1+2*x)^2)*RootOf(_Z^3+4)-1/2*ln((160*RootOf(RootOf(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^2)^2*RootO
f(_Z^3+4)^2*x^2+32*RootOf(RootOf(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^2)*RootOf(_Z^3+4)^3*x^2+160*RootOf(RootOf
(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^2)^2*RootOf(_Z^3+4)^2*x+48*(4*x^2+4*x-1)^(2/3)*RootOf(RootOf(_Z^3+4)^2+4*
_Z*RootOf(_Z^3+4)+16*_Z^2)*RootOf(_Z^3+4)^2+32*RootOf(RootOf(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^2)*RootOf(_Z^
3+4)^3*x+96*(4*x^2+4*x-1)^(1/3)*RootOf(RootOf(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^2)*RootOf(_Z^3+4)-240*RootOf
(RootOf(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^2)*x^2+15*(4*x^2+4*x-1)^(1/3)*RootOf(_Z^3+4)^2-48*RootOf(_Z^3+4)*x
^2-240*RootOf(RootOf(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^2)*x-30*(4*x^2+4*x-1)^(2/3)-48*RootOf(_Z^3+4)*x+140*R
ootOf(RootOf(_Z^3+4)^2+4*_Z*RootOf(_Z^3+4)+16*_Z^2)+28*RootOf(_Z^3+4))/(1+2*x)^2)*RootOf(RootOf(_Z^3+4)^2+4*_Z
*RootOf(_Z^3+4)+16*_Z^2)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{{\left (4 \, x^{2} + 4 \, x - 1\right )}^{\frac {1}{3}} {\left (2 \, x + 1\right )}}\,{d x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{\left (2 x + 1\right ) \sqrt [3]{4 x^{2} + 4 x - 1}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________