3.684 \(\int \frac {x}{x^2-\sqrt [3]{x^2}} \, dx\)

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

[Out]

3/4*ln(1-(x^2)^(2/3))

________________________________________________________________________________________

Rubi [A]  time = 0.06, antiderivative size = 16, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.176, Rules used = {6715, 1593, 260} \[ \frac {3}{4} \log \left (1-\left (x^2\right )^{2/3}\right ) \]

Antiderivative was successfully verified.

[In]

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

[Out]

(3*Log[1 - (x^2)^(2/3)])/4

Rule 260

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

Rule 1593

Int[(u_.)*((a_.)*(x_)^(p_.) + (b_.)*(x_)^(q_.))^(n_.), x_Symbol] :> Int[u*x^(n*p)*(a + b*x^(q - p))^n, x] /; F
reeQ[{a, b, p, q}, x] && IntegerQ[n] && PosQ[q - p]

Rule 6715

Int[(u_)*(x_)^(m_.), x_Symbol] :> Dist[1/(m + 1), Subst[Int[SubstFor[x^(m + 1), u, x], x], x, x^(m + 1)], x] /
; FreeQ[m, x] && NeQ[m, -1] && FunctionOfQ[x^(m + 1), u, x]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 16, normalized size = 1.00 \[ \frac {3}{4} \log \left (1-\left (x^2\right )^{2/3}\right ) \]

Antiderivative was successfully verified.

[In]

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

[Out]

(3*Log[1 - (x^2)^(2/3)])/4

________________________________________________________________________________________

fricas [B]  time = 0.45, size = 32, normalized size = 2.00 \[ -3 \, \log \left (\frac {{\left (x^{2}\right )}^{\frac {1}{3}}}{x}\right ) + \frac {3}{4} \, \log \left (-\frac {x^{2} - {\left (x^{2}\right )}^{\frac {1}{3}}}{x^{2}}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [A]  time = 0.47, size = 16, normalized size = 1.00 \[ \frac {3}{4} \, \log \left ({\left | \left (x \mathrm {sgn}\relax (x)\right )^{\frac {1}{3}} x \mathrm {sgn}\relax (x) - 1 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

3/4*log(abs((x*sgn(x))^(1/3)*x*sgn(x) - 1))

________________________________________________________________________________________

maple [B]  time = 0.05, size = 70, normalized size = 4.38 \[ \frac {\ln \left (\left (x^{2}\right )^{\frac {1}{3}}-1\right )}{2}+\frac {\ln \left (\left (x^{2}\right )^{\frac {1}{3}}+1\right )}{2}-\frac {\ln \left (\left (x^{2}\right )^{\frac {2}{3}}-\left (x^{2}\right )^{\frac {1}{3}}+1\right )}{4}-\frac {\ln \left (\left (x^{2}\right )^{\frac {2}{3}}+\left (x^{2}\right )^{\frac {1}{3}}+1\right )}{4}+\frac {\ln \left (x^{2}-1\right )}{4}+\frac {\ln \left (x^{2}+1\right )}{4} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/(x^2-(x^2)^(1/3)),x)

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 0.64, size = 21, normalized size = 1.31 \[ \frac {3}{4} \, \log \left ({\left (x^{2}\right )}^{\frac {1}{3}} + 1\right ) + \frac {3}{4} \, \log \left ({\left (x^{2}\right )}^{\frac {1}{3}} - 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 3.34, size = 10, normalized size = 0.62 \[ \frac {3\,\ln \left ({\left (x^2\right )}^{2/3}-1\right )}{4} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-x/((x^2)^(1/3) - x^2),x)

[Out]

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

________________________________________________________________________________________

sympy [A]  time = 0.22, size = 19, normalized size = 1.19 \[ - \frac {\log {\relax (x )}}{2} + \frac {3 \log {\left (x^{2} - \sqrt [3]{x^{2}} \right )}}{4} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________