3.33.59 (1+ee48x)dx

Optimal. Leaf size=24 3+e4x+ee4x4x2log(4)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 18, normalized size of antiderivative = 0.75, number of steps used = 1, number of rules used = 0, integrand size = 10, number of rulesintegrand size = 0.000, Rules used = {} 4x2(1ee4)x

Antiderivative was successfully verified.

[In]

Int[-1 + E^E^4 - 8*x,x]

[Out]

-((1 - E^E^4)*x) - 4*x^2

Rubi steps

integral=((1ee4)x)4x2

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 16, normalized size = 0.67 x+ee4x4x2

Antiderivative was successfully verified.

[In]

Integrate[-1 + E^E^4 - 8*x,x]

[Out]

-x + E^E^4*x - 4*x^2

________________________________________________________________________________________

fricas [A]  time = 0.58, size = 14, normalized size = 0.58 4x2+xe(e4)x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(exp(4))-8*x-1,x, algorithm="fricas")

[Out]

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

________________________________________________________________________________________

giac [A]  time = 0.50, size = 14, normalized size = 0.58 4x2+xe(e4)x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(exp(4))-8*x-1,x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

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




method result size



norman 4x2+(ee41)x 14
gosper xee44x2x 15
default xee44x2x 15
risch xee44x2x 15



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(exp(4))-8*x-1,x,method=_RETURNVERBOSE)

[Out]

-4*x^2+(exp(exp(4))-1)*x

________________________________________________________________________________________

maxima [A]  time = 0.35, size = 14, normalized size = 0.58 4x2+xe(e4)x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(exp(4))-8*x-1,x, algorithm="maxima")

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 13, normalized size = 0.54 x(ee41)4x2

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(exp(4)) - 8*x - 1,x)

[Out]

x*(exp(exp(4)) - 1) - 4*x^2

________________________________________________________________________________________

sympy [A]  time = 0.06, size = 12, normalized size = 0.50 4x2+x(1+ee4)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(exp(4))-8*x-1,x)

[Out]

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

________________________________________________________________________________________