3.949 \(\int \frac {1-\sqrt {x}}{\sqrt [3]{x}} \, dx\)

Optimal. Leaf size=19 \[ \frac {3 x^{2/3}}{2}-\frac {6 x^{7/6}}{7} \]

[Out]

3/2*x^(2/3)-6/7*x^(7/6)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 19, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.067, Rules used = {14} \[ \frac {3 x^{2/3}}{2}-\frac {6 x^{7/6}}{7} \]

Antiderivative was successfully verified.

[In]

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

[Out]

(3*x^(2/3))/2 - (6*x^(7/6))/7

Rule 14

Int[(u_)*((c_.)*(x_))^(m_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*u, x], x] /; FreeQ[{c, m}, x] && SumQ[u]
 &&  !LinearQ[u, x] &&  !MatchQ[u, (a_) + (b_.)*(v_) /; FreeQ[{a, b}, x] && InverseFunctionQ[v]]

Rubi steps

\begin {align*} \int \frac {1-\sqrt {x}}{\sqrt [3]{x}} \, dx &=\int \left (\frac {1}{\sqrt [3]{x}}-\sqrt [6]{x}\right ) \, dx\\ &=\frac {3 x^{2/3}}{2}-\frac {6 x^{7/6}}{7}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 19, normalized size = 1.00 \[ \frac {3 x^{2/3}}{2}-\frac {6 x^{7/6}}{7} \]

Antiderivative was successfully verified.

[In]

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

[Out]

(3*x^(2/3))/2 - (6*x^(7/6))/7

________________________________________________________________________________________

fricas [A]  time = 0.63, size = 11, normalized size = 0.58 \[ -\frac {6}{7} \, x^{\frac {7}{6}} + \frac {3}{2} \, x^{\frac {2}{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-6/7*x^(7/6) + 3/2*x^(2/3)

________________________________________________________________________________________

giac [A]  time = 0.37, size = 11, normalized size = 0.58 \[ -\frac {6}{7} \, x^{\frac {7}{6}} + \frac {3}{2} \, x^{\frac {2}{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-6/7*x^(7/6) + 3/2*x^(2/3)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 12, normalized size = 0.63 \[ -\frac {6 x^{\frac {7}{6}}}{7}+\frac {3 x^{\frac {2}{3}}}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

3/2*x^(2/3)-6/7*x^(7/6)

________________________________________________________________________________________

maxima [A]  time = 0.48, size = 11, normalized size = 0.58 \[ -\frac {6}{7} \, x^{\frac {7}{6}} + \frac {3}{2} \, x^{\frac {2}{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-6/7*x^(7/6) + 3/2*x^(2/3)

________________________________________________________________________________________

mupad [B]  time = 0.02, size = 12, normalized size = 0.63 \[ -\frac {3\,x^{2/3}\,\left (4\,\sqrt {x}-7\right )}{14} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-(3*x^(2/3)*(4*x^(1/2) - 7))/14

________________________________________________________________________________________

sympy [A]  time = 1.53, size = 15, normalized size = 0.79 \[ - \frac {6 x^{\frac {7}{6}}}{7} + \frac {3 x^{\frac {2}{3}}}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-6*x**(7/6)/7 + 3*x**(2/3)/2

________________________________________________________________________________________