3.85.57 e3(22x)2log(e22)e3dx

Optimal. Leaf size=21 8(1+x+log(e22)e3)2

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 20, normalized size of antiderivative = 0.95, number of steps used = 2, number of rules used = 1, integrand size = 24, number of rulesintegrand size = 0.042, Rules used = {12} (x+1)22x(2log(2))e3

Antiderivative was successfully verified.

[In]

Int[(E^3*(-2 - 2*x) - 2*Log[E^2/2])/E^3,x]

[Out]

-(1 + x)^2 - (2*x*(2 - Log[2]))/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=(e3(22x)2log(e22))dxe3=(1+x)22x(2log(2))e3

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 26, normalized size = 1.24 4x2e3xe3x2+xlog(4)e3

Antiderivative was successfully verified.

[In]

Integrate[(E^3*(-2 - 2*x) - 2*Log[E^2/2])/E^3,x]

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 0.56, size = 23, normalized size = 1.10 ((x2+2x)e32xlog(2)+4x)e(3)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-2*log(1/2*exp(2))+(-2*x-2)*exp(3))/exp(3),x, algorithm="fricas")

[Out]

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

________________________________________________________________________________________

giac [A]  time = 0.16, size = 23, normalized size = 1.10 ((x2+2x)e3+2xlog(12e2))e(3)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-2*log(1/2*exp(2))+(-2*x-2)*exp(3))/exp(3),x, algorithm="giac")

[Out]

-((x^2 + 2*x)*e^3 + 2*x*log(1/2*e^2))*e^(-3)

________________________________________________________________________________________

maple [A]  time = 0.03, size = 22, normalized size = 1.05




method result size



norman x22(e3ln(2)+2)e3x 22
risch x22x+2e3ln(2)x4xe3 22
gosper x(xe3+2e3+2ln(e22))e3 24
default e3(2ln(e22)x+e3(x22x)) 27



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-2*ln(1/2*exp(2))+(-2*x-2)*exp(3))/exp(3),x,method=_RETURNVERBOSE)

[Out]

-x^2-2*(exp(3)-ln(2)+2)/exp(3)*x

________________________________________________________________________________________

maxima [A]  time = 0.36, size = 23, normalized size = 1.10 ((x2+2x)e3+2xlog(12e2))e(3)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-2*log(1/2*exp(2))+(-2*x-2)*exp(3))/exp(3),x, algorithm="maxima")

[Out]

-((x^2 + 2*x)*e^3 + 2*x*log(1/2*e^2))*e^(-3)

________________________________________________________________________________________

mupad [B]  time = 5.52, size = 20, normalized size = 0.95 e6(ln(e44)+e3(2x+2))24

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-exp(-3)*(2*log(exp(2)/2) + exp(3)*(2*x + 2)),x)

[Out]

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

________________________________________________________________________________________

sympy [A]  time = 0.06, size = 19, normalized size = 0.90 x2+x(2e34+2log(2))e3

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-2*ln(1/2*exp(2))+(-2*x-2)*exp(3))/exp(3),x)

[Out]

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

________________________________________________________________________________________