3.86.8 \(\int (-3+e^{20+24 x-4 x^5} (72-60 x^4)) \, dx\) [8508]

Optimal. Leaf size=23 \[ 3 \left (e^{20-8 x+4 x \left (8-x^4\right )}-x\right ) \]

[Out]

3*exp(5-2*x+x*(-x^4+8))^4-3*x

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 18, normalized size of antiderivative = 0.78, number of steps used = 2, number of rules used = 1, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.045, Rules used = {6838} \begin {gather*} 3 e^{-4 x^5+24 x+20}-3 x \end {gather*}

Antiderivative was successfully verified.

[In]

Int[-3 + E^(20 + 24*x - 4*x^5)*(72 - 60*x^4),x]

[Out]

3*E^(20 + 24*x - 4*x^5) - 3*x

Rule 6838

Int[(F_)^(v_)*(u_), x_Symbol] :> With[{q = DerivativeDivides[v, u, x]}, Simp[q*(F^v/Log[F]), x] /;  !FalseQ[q]
] /; FreeQ[F, x]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=-3 x+\int e^{20+24 x-4 x^5} \left (72-60 x^4\right ) \, dx\\ &=3 e^{20+24 x-4 x^5}-3 x\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]
time = 0.05, size = 18, normalized size = 0.78 \begin {gather*} 3 e^{20+24 x-4 x^5}-3 x \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[-3 + E^(20 + 24*x - 4*x^5)*(72 - 60*x^4),x]

[Out]

3*E^(20 + 24*x - 4*x^5) - 3*x

________________________________________________________________________________________

Maple [A]
time = 0.02, size = 20, normalized size = 0.87

method result size
default \(-3 x +3 \,{\mathrm e}^{-4 x^{5}+24 x +20}\) \(20\)
norman \(-3 x +3 \,{\mathrm e}^{-4 x^{5}+24 x +20}\) \(20\)
risch \(-3 x +3 \,{\mathrm e}^{-4 \left (x +1\right ) \left (x^{4}-x^{3}+x^{2}-x -5\right )}\) \(29\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-60*x^4+72)*exp(-x^5+6*x+5)^4-3,x,method=_RETURNVERBOSE)

[Out]

-3*x+3*exp(-x^5+6*x+5)^4

________________________________________________________________________________________

Maxima [A]
time = 0.27, size = 17, normalized size = 0.74 \begin {gather*} -3 \, x + 3 \, e^{\left (-4 \, x^{5} + 24 \, x + 20\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-60*x^4+72)*exp(-x^5+6*x+5)^4-3,x, algorithm="maxima")

[Out]

-3*x + 3*e^(-4*x^5 + 24*x + 20)

________________________________________________________________________________________

Fricas [A]
time = 0.57, size = 17, normalized size = 0.74 \begin {gather*} -3 \, x + 3 \, e^{\left (-4 \, x^{5} + 24 \, x + 20\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-60*x^4+72)*exp(-x^5+6*x+5)^4-3,x, algorithm="fricas")

[Out]

-3*x + 3*e^(-4*x^5 + 24*x + 20)

________________________________________________________________________________________

Sympy [A]
time = 0.03, size = 15, normalized size = 0.65 \begin {gather*} - 3 x + 3 e^{- 4 x^{5} + 24 x + 20} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-60*x**4+72)*exp(-x**5+6*x+5)**4-3,x)

[Out]

-3*x + 3*exp(-4*x**5 + 24*x + 20)

________________________________________________________________________________________

Giac [A]
time = 0.40, size = 17, normalized size = 0.74 \begin {gather*} -3 \, x + 3 \, e^{\left (-4 \, x^{5} + 24 \, x + 20\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-60*x^4+72)*exp(-x^5+6*x+5)^4-3,x, algorithm="giac")

[Out]

-3*x + 3*e^(-4*x^5 + 24*x + 20)

________________________________________________________________________________________

Mupad [B]
time = 5.29, size = 18, normalized size = 0.78 \begin {gather*} 3\,{\mathrm {e}}^{24\,x}\,{\mathrm {e}}^{20}\,{\mathrm {e}}^{-4\,x^5}-3\,x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(- exp(24*x - 4*x^5 + 20)*(60*x^4 - 72) - 3,x)

[Out]

3*exp(24*x)*exp(20)*exp(-4*x^5) - 3*x

________________________________________________________________________________________