3.13.47 1+e4(1110x)e4dx

Optimal. Leaf size=21 x+xe44x2(5+x)2

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 17, normalized size of antiderivative = 0.81, number of steps used = 2, number of rules used = 1, integrand size = 15, number of rulesintegrand size = 0.067, Rules used = {12} xe4120(10x+11)2

Antiderivative was successfully verified.

[In]

Int[(1 + E^4*(-11 - 10*x))/E^4,x]

[Out]

x/E^4 - (11 + 10*x)^2/20

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=(1+e4(1110x))dxe4=xe4120(11+10x)2

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 14, normalized size = 0.67 11x+xe45x2

Antiderivative was successfully verified.

[In]

Integrate[(1 + E^4*(-11 - 10*x))/E^4,x]

[Out]

-11*x + x/E^4 - 5*x^2

________________________________________________________________________________________

fricas [A]  time = 0.66, size = 20, normalized size = 0.95 ((5x2+11x)e4x)e(4)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((-10*x-11)*exp(4)+1)/exp(4),x, algorithm="fricas")

[Out]

-((5*x^2 + 11*x)*e^4 - x)*e^(-4)

________________________________________________________________________________________

giac [A]  time = 0.24, size = 20, normalized size = 0.95 ((5x2+11x)e4x)e(4)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((-10*x-11)*exp(4)+1)/exp(4),x, algorithm="giac")

[Out]

-((5*x^2 + 11*x)*e^4 - x)*e^(-4)

________________________________________________________________________________________

maple [A]  time = 0.02, size = 14, normalized size = 0.67




method result size



risch 5x211x+xe4 14
gosper x(5xe4+11e41)e4 19
default e4(e4(5x211x)+x) 20
norman 5x2e4(11e41)x 20



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((-10*x-11)*exp(4)+1)/exp(4),x,method=_RETURNVERBOSE)

[Out]

-5*x^2-11*x+x*exp(-4)

________________________________________________________________________________________

maxima [A]  time = 0.36, size = 20, normalized size = 0.95 ((5x2+11x)e4x)e(4)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((-10*x-11)*exp(4)+1)/exp(4),x, algorithm="maxima")

[Out]

-((5*x^2 + 11*x)*e^4 - x)*e^(-4)

________________________________________________________________________________________

mupad [B]  time = 0.39, size = 16, normalized size = 0.76 e8(e4(10x+11)1)220

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-exp(-4)*(exp(4)*(10*x + 11) - 1),x)

[Out]

-(exp(-8)*(exp(4)*(10*x + 11) - 1)^2)/20

________________________________________________________________________________________

sympy [A]  time = 0.05, size = 15, normalized size = 0.71 5x2+x(111e4)e4

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((-10*x-11)*exp(4)+1)/exp(4),x)

[Out]

-5*x**2 + x*(1 - 11*exp(4))*exp(-4)

________________________________________________________________________________________