3.41.17 e5+e2(6+8x)e5dx

Optimal. Leaf size=15 x+4x(32+x)e3

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 18, normalized size of antiderivative = 1.20, number of steps used = 2, number of rules used = 1, integrand size = 19, number of rulesintegrand size = 0.053, Rules used = {12} (4x+3)24e3x

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 12

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

Rubi steps

integral=(e5+e2(6+8x))dxe5=x+(3+4x)24e3

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 19, normalized size = 1.27 6xe3x+4x2e3

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 0.54, size = 17, normalized size = 1.13 (4x2xe3+6x)e(3)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-exp(5)+(8*x+6)*exp(2))/exp(5),x, algorithm="fricas")

[Out]

(4*x^2 - x*e^3 + 6*x)*e^(-3)

________________________________________________________________________________________

giac [A]  time = 0.15, size = 22, normalized size = 1.47 (xe52(2x2+3x)e2)e(5)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-exp(5)+(8*x+6)*exp(2))/exp(5),x, algorithm="giac")

[Out]

-(x*e^5 - 2*(2*x^2 + 3*x)*e^2)*e^(-5)

________________________________________________________________________________________

maple [A]  time = 0.03, size = 20, normalized size = 1.33




method result size



gosper x(4e2x+e56e2)e5 20
risch e3e3x+4e3x2+6e3x 21
default e5(xe5+e2(4x2+6x)) 24
norman 4e2e5x2e5(e56e2)x 27



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-exp(5)+(8*x+6)*exp(2))/exp(5),x,method=_RETURNVERBOSE)

[Out]

-x*(-4*exp(2)*x+exp(5)-6*exp(2))/exp(5)

________________________________________________________________________________________

maxima [A]  time = 0.36, size = 22, normalized size = 1.47 (xe52(2x2+3x)e2)e(5)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-exp(5)+(8*x+6)*exp(2))/exp(5),x, algorithm="maxima")

[Out]

-(x*e^5 - 2*(2*x^2 + 3*x)*e^2)*e^(-5)

________________________________________________________________________________________

mupad [B]  time = 0.25, size = 15, normalized size = 1.00 e3(8xe3+6)216

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

(exp(-3)*(8*x - exp(3) + 6)^2)/16

________________________________________________________________________________________

sympy [A]  time = 0.06, size = 17, normalized size = 1.13 4x2e3+x(6e3)e3

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-exp(5)+(8*x+6)*exp(2))/exp(5),x)

[Out]

4*x**2*exp(-3) + x*(6 - exp(3))*exp(-3)

________________________________________________________________________________________