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

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

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 16, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {457, 75} \begin {gather*} -\frac {4 \left (x^3-1\right )^{3/4}}{3 x^3} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 75

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] /; FreeQ[{a, b, c, d, e, f, n, p}, x] && NeQ[n + p + 2, 0] &
& EqQ[a*d*f*(n + p + 2) - b*(d*e*(n + 1) + c*f*(p + 1)), 0]

Rule 457

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.07, size = 16, normalized size = 1.00 \begin {gather*} -\frac {4 \left (-1+x^3\right )^{3/4}}{3 x^3} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

Maple [A]
time = 0.43, size = 13, normalized size = 0.81

method result size
trager \(-\frac {4 \left (x^{3}-1\right )^{\frac {3}{4}}}{3 x^{3}}\) \(13\)
risch \(-\frac {4 \left (x^{3}-1\right )^{\frac {3}{4}}}{3 x^{3}}\) \(13\)
gosper \(-\frac {4 \left (x^{2}+x +1\right ) \left (-1+x \right )}{3 x^{3} \left (x^{3}-1\right )^{\frac {1}{4}}}\) \(22\)
meijerg \(\frac {2 \sqrt {2}\, \Gamma \left (\frac {3}{4}\right ) \left (-\mathrm {signum}\left (x^{3}-1\right )\right )^{\frac {1}{4}} \left (-\frac {5 \pi \sqrt {2}\, x^{3} \hypergeom \left (\left [1, 1, \frac {9}{4}\right ], \left [2, 3\right ], x^{3}\right )}{32 \Gamma \left (\frac {3}{4}\right )}-\frac {\left (3-3 \ln \left (2\right )-\frac {\pi }{2}+3 \ln \left (x \right )+i \pi \right ) \pi \sqrt {2}}{4 \Gamma \left (\frac {3}{4}\right )}+\frac {\pi \sqrt {2}}{\Gamma \left (\frac {3}{4}\right ) x^{3}}\right )}{3 \pi \mathrm {signum}\left (x^{3}-1\right )^{\frac {1}{4}}}+\frac {\sqrt {2}\, \Gamma \left (\frac {3}{4}\right ) \left (-\mathrm {signum}\left (x^{3}-1\right )\right )^{\frac {1}{4}} \left (\frac {\pi \sqrt {2}\, x^{3} \hypergeom \left (\left [1, 1, \frac {5}{4}\right ], \left [2, 2\right ], x^{3}\right )}{4 \Gamma \left (\frac {3}{4}\right )}+\frac {\left (-3 \ln \left (2\right )-\frac {\pi }{2}+3 \ln \left (x \right )+i \pi \right ) \pi \sqrt {2}}{\Gamma \left (\frac {3}{4}\right )}\right )}{6 \pi \mathrm {signum}\left (x^{3}-1\right )^{\frac {1}{4}}}\) \(172\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Maxima [A]
time = 0.46, size = 12, normalized size = 0.75 \begin {gather*} -\frac {4 \, {\left (x^{3} - 1\right )}^{\frac {3}{4}}}{3 \, x^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [A]
time = 0.33, size = 12, normalized size = 0.75 \begin {gather*} -\frac {4 \, {\left (x^{3} - 1\right )}^{\frac {3}{4}}}{3 \, x^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Sympy [C] Result contains complex when optimal does not.
time = 8.55, size = 68, normalized size = 4.25 \begin {gather*} - \frac {\Gamma \left (\frac {1}{4}\right ) {{}_{2}F_{1}\left (\begin {matrix} \frac {1}{4}, \frac {1}{4} \\ \frac {5}{4} \end {matrix}\middle | {\frac {e^{2 i \pi }}{x^{3}}} \right )}}{3 x^{\frac {3}{4}} \Gamma \left (\frac {5}{4}\right )} + \frac {4 \Gamma \left (\frac {5}{4}\right ) {{}_{2}F_{1}\left (\begin {matrix} \frac {1}{4}, \frac {5}{4} \\ \frac {9}{4} \end {matrix}\middle | {\frac {e^{2 i \pi }}{x^{3}}} \right )}}{3 x^{\frac {15}{4}} \Gamma \left (\frac {9}{4}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-gamma(1/4)*hyper((1/4, 1/4), (5/4,), exp_polar(2*I*pi)/x**3)/(3*x**(3/4)*gamma(5/4)) + 4*gamma(5/4)*hyper((1/
4, 5/4), (9/4,), exp_polar(2*I*pi)/x**3)/(3*x**(15/4)*gamma(9/4))

________________________________________________________________________________________

Giac [A]
time = 0.39, size = 12, normalized size = 0.75 \begin {gather*} -\frac {4 \, {\left (x^{3} - 1\right )}^{\frac {3}{4}}}{3 \, x^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Mupad [B]
time = 0.16, size = 12, normalized size = 0.75 \begin {gather*} -\frac {4\,{\left (x^3-1\right )}^{3/4}}{3\,x^3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________