3.76.61 \(\int \frac {7}{20} \sqrt [5]{-2 e^3 x^2+3 e^6 x^2} \, dx\)

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

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 27, normalized size of antiderivative = 1.04, number of steps used = 4, number of rules used = 4, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.160, Rules used = {6, 12, 15, 30} \begin {gather*} \frac {1}{4} \sqrt [5]{3 e^6-2 e^3} x \sqrt [5]{x^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(7*(-2*E^3*x^2 + 3*E^6*x^2)^(1/5))/20,x]

[Out]

((-2*E^3 + 3*E^6)^(1/5)*x*(x^2)^(1/5))/4

Rule 6

Int[(u_.)*((w_.) + (a_.)*(v_) + (b_.)*(v_))^(p_.), x_Symbol] :> Int[u*((a + b)*v + w)^p, x] /; FreeQ[{a, b}, x
] &&  !FreeQ[v, x]

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 15

Int[(u_.)*((a_.)*(x_)^(n_))^(m_), x_Symbol] :> Dist[(a^IntPart[m]*(a*x^n)^FracPart[m])/x^(n*FracPart[m]), Int[
u*x^(m*n), x], x] /; FreeQ[{a, m, n}, x] &&  !IntegerQ[m]

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\int \frac {7}{20} \sqrt [5]{-2 e^3+3 e^6} \sqrt [5]{x^2} \, dx\\ &=\frac {1}{20} \left (7 \sqrt [5]{-2 e^3+3 e^6}\right ) \int \sqrt [5]{x^2} \, dx\\ &=\frac {\left (7 \sqrt [5]{-2 e^3+3 e^6} \sqrt [5]{x^2}\right ) \int x^{2/5} \, dx}{20 x^{2/5}}\\ &=\frac {1}{4} \sqrt [5]{-2 e^3+3 e^6} x \sqrt [5]{x^2}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 26, normalized size = 1.00 \begin {gather*} \frac {1}{4} x \sqrt [5]{-2 e^3 x^2+3 e^6 x^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(7*(-2*E^3*x^2 + 3*E^6*x^2)^(1/5))/20,x]

[Out]

(x*(-2*E^3*x^2 + 3*E^6*x^2)^(1/5))/4

________________________________________________________________________________________

fricas [A]  time = 0.54, size = 20, normalized size = 0.77 \begin {gather*} \frac {1}{4} \, {\left (3 \, x^{2} e^{6} - 2 \, x^{2} e^{3}\right )}^{\frac {1}{5}} x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(7/20*(3*x^2*exp(3)^2-2*x^2*exp(3))^(1/5),x, algorithm="fricas")

[Out]

1/4*(3*x^2*e^6 - 2*x^2*e^3)^(1/5)*x

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(7/20*(3*x^2*exp(3)^2-2*x^2*exp(3))^(1/5),x, algorithm="giac")

[Out]

integrate(7/20*(3*x^2*e^6 - 2*x^2*e^3)^(1/5), x)

________________________________________________________________________________________

maple [A]  time = 0.21, size = 18, normalized size = 0.69




method result size



risch \(\frac {\left (x^{2} {\mathrm e}^{3} \left (3 \,{\mathrm e}^{3}-2\right )\right )^{\frac {1}{5}} x}{4}\) \(18\)
gosper \(\frac {x \left (3 x^{2} {\mathrm e}^{6}-2 x^{2} {\mathrm e}^{3}\right )^{\frac {1}{5}}}{4}\) \(23\)
trager \(\frac {x \left (3 x^{2} {\mathrm e}^{6}-2 x^{2} {\mathrm e}^{3}\right )^{\frac {1}{5}}}{4}\) \(23\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(7/20*(3*x^2*exp(3)^2-2*x^2*exp(3))^(1/5),x,method=_RETURNVERBOSE)

[Out]

1/4*(x^2*exp(3)*(3*exp(3)-2))^(1/5)*x

________________________________________________________________________________________

maxima [A]  time = 0.46, size = 15, normalized size = 0.58 \begin {gather*} \frac {1}{4} \, x^{\frac {7}{5}} {\left (3 \, e^{3} - 2\right )}^{\frac {1}{5}} e^{\frac {3}{5}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(7/20*(3*x^2*exp(3)^2-2*x^2*exp(3))^(1/5),x, algorithm="maxima")

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 5.13, size = 20, normalized size = 0.77 \begin {gather*} \frac {x\,{\left ({\mathrm {e}}^3\right )}^{1/5}\,{\left (3\,{\mathrm {e}}^3-2\right )}^{1/5}\,{\left (x^2\right )}^{1/5}}{4} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((7*(3*x^2*exp(6) - 2*x^2*exp(3))^(1/5))/20,x)

[Out]

(x*exp(3)^(1/5)*(3*exp(3) - 2)^(1/5)*(x^2)^(1/5))/4

________________________________________________________________________________________

sympy [A]  time = 7.78, size = 26, normalized size = 1.00 \begin {gather*} \frac {x^{3} \sqrt [5]{-2 + 3 e^{3}} e^{\frac {3}{5}}}{4 \left (x^{2}\right )^{\frac {4}{5}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(7/20*(3*x**2*exp(3)**2-2*x**2*exp(3))**(1/5),x)

[Out]

x**3*(-2 + 3*exp(3))**(1/5)*exp(3/5)/(4*(x**2)**(4/5))

________________________________________________________________________________________