3.33.62 e2+x8exx(88x)dx

Optimal. Leaf size=10 e28exx

________________________________________________________________________________________

Rubi [F]  time = 0.14, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, number of rulesintegrand size = 0.000, Rules used = {} e2+x8exx(88x)dx

Verification is not applicable to the result.

[In]

Int[E^(2 + x - 8*E^x*x)*(-8 - 8*x),x]

[Out]

-8*Defer[Int][E^(2 + x - 8*E^x*x), x] - 8*Defer[Int][E^(2 + x - 8*E^x*x)*x, x]

Rubi steps

integral=(8e2+x8exx8e2+x8exxx)dx=(8e2+x8exxdx)8e2+x8exxxdx

________________________________________________________________________________________

Mathematica [A]  time = 0.06, size = 10, normalized size = 1.00 e28exx

Antiderivative was successfully verified.

[In]

Integrate[E^(2 + x - 8*E^x*x)*(-8 - 8*x),x]

[Out]

E^(2 - 8*E^x*x)

________________________________________________________________________________________

fricas [A]  time = 0.56, size = 8, normalized size = 0.80 e(8xex+2)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-8*x-8)*exp(x)^2*exp(-8*exp(x)*x+2-x),x, algorithm="fricas")

[Out]

e^(-8*x*e^x + 2)

________________________________________________________________________________________

giac [A]  time = 0.23, size = 8, normalized size = 0.80 e(8xex+2)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-8*x-8)*exp(x)^2*exp(-8*exp(x)*x+2-x),x, algorithm="giac")

[Out]

e^(-8*x*e^x + 2)

________________________________________________________________________________________

maple [A]  time = 0.06, size = 9, normalized size = 0.90




method result size



risch e8exx+2 9
norman exe8exx+2x 15



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-8*x-8)*exp(x)^2*exp(-8*exp(x)*x+2-x),x,method=_RETURNVERBOSE)

[Out]

exp(-8*exp(x)*x+2)

________________________________________________________________________________________

maxima [A]  time = 0.60, size = 8, normalized size = 0.80 e(8xex+2)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-8*x-8)*exp(x)^2*exp(-8*exp(x)*x+2-x),x, algorithm="maxima")

[Out]

e^(-8*x*e^x + 2)

________________________________________________________________________________________

mupad [B]  time = 0.07, size = 9, normalized size = 0.90 e8xexe2

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-exp(2*x)*exp(2 - 8*x*exp(x) - x)*(8*x + 8),x)

[Out]

exp(-8*x*exp(x))*exp(2)

________________________________________________________________________________________

sympy [A]  time = 0.17, size = 14, normalized size = 1.40 exe8xexx+2

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-8*x-8)*exp(x)**2*exp(-8*exp(x)*x+2-x),x)

[Out]

exp(x)*exp(-8*x*exp(x) - x + 2)

________________________________________________________________________________________