3.17 \(\int x^2 (27+8 x^3)^{2/3} \, dx\)

Optimal. Leaf size=15 \[ \frac {1}{40} \left (8 x^3+27\right )^{5/3} \]

[Out]

1/40*(8*x^3+27)^(5/3)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 15, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.067, Rules used = {261} \[ \frac {1}{40} \left (8 x^3+27\right )^{5/3} \]

Antiderivative was successfully verified.

[In]

Int[x^2*(27 + 8*x^3)^(2/3),x]

[Out]

(27 + 8*x^3)^(5/3)/40

Rule 261

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

Rubi steps

\begin {align*} \int x^2 \left (27+8 x^3\right )^{2/3} \, dx &=\frac {1}{40} \left (27+8 x^3\right )^{5/3}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 15, normalized size = 1.00 \[ \frac {1}{40} \left (8 x^3+27\right )^{5/3} \]

Antiderivative was successfully verified.

[In]

Integrate[x^2*(27 + 8*x^3)^(2/3),x]

[Out]

(27 + 8*x^3)^(5/3)/40

________________________________________________________________________________________

fricas [A]  time = 0.39, size = 11, normalized size = 0.73 \[ \frac {1}{40} \, {\left (8 \, x^{3} + 27\right )}^{\frac {5}{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(8*x^3+27)^(2/3),x, algorithm="fricas")

[Out]

1/40*(8*x^3 + 27)^(5/3)

________________________________________________________________________________________

giac [A]  time = 0.01, size = 11, normalized size = 0.73 \[ \frac {1}{40} \, {\left (8 \, x^{3} + 27\right )}^{\frac {5}{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(8*x^3+27)^(2/3),x, algorithm="giac")

[Out]

1/40*(8*x^3 + 27)^(5/3)

________________________________________________________________________________________

maple [B]  time = 0.01, size = 27, normalized size = 1.80 \[ \frac {\left (2 x +3\right ) \left (4 x^{2}-6 x +9\right ) \left (8 x^{3}+27\right )^{\frac {2}{3}}}{40} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2*(8*x^3+27)^(2/3),x)

[Out]

1/40*(3+2*x)*(4*x^2-6*x+9)*(8*x^3+27)^(2/3)

________________________________________________________________________________________

maxima [A]  time = 0.53, size = 11, normalized size = 0.73 \[ \frac {1}{40} \, {\left (8 \, x^{3} + 27\right )}^{\frac {5}{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(8*x^3+27)^(2/3),x, algorithm="maxima")

[Out]

1/40*(8*x^3 + 27)^(5/3)

________________________________________________________________________________________

mupad [B]  time = 0.19, size = 11, normalized size = 0.73 \[ \frac {{\left (8\,x^3+27\right )}^{5/3}}{40} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2*(8*x^3 + 27)^(2/3),x)

[Out]

(8*x^3 + 27)^(5/3)/40

________________________________________________________________________________________

sympy [B]  time = 0.38, size = 27, normalized size = 1.80 \[ \frac {x^{3} \left (8 x^{3} + 27\right )^{\frac {2}{3}}}{5} + \frac {27 \left (8 x^{3} + 27\right )^{\frac {2}{3}}}{40} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**2*(8*x**3+27)**(2/3),x)

[Out]

x**3*(8*x**3 + 27)**(2/3)/5 + 27*(8*x**3 + 27)**(2/3)/40

________________________________________________________________________________________