3.41.29 (10+2e6+2x)dx

Optimal. Leaf size=8 (5+e6+x)2

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 12, normalized size of antiderivative = 1.50, number of steps used = 1, number of rules used = 0, integrand size = 10, number of rulesintegrand size = 0.000, Rules used = {} x2+2(5+e6)x

Antiderivative was successfully verified.

[In]

Int[10 + 2*E^6 + 2*x,x]

[Out]

2*(5 + E^6)*x + x^2

Rubi steps

integral=2(5+e6)x+x2

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 13, normalized size = 1.62 10x+2e6x+x2

Antiderivative was successfully verified.

[In]

Integrate[10 + 2*E^6 + 2*x,x]

[Out]

10*x + 2*E^6*x + x^2

________________________________________________________________________________________

fricas [A]  time = 0.97, size = 12, normalized size = 1.50 x2+2xe6+10x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2*exp(6)+2*x+10,x, algorithm="fricas")

[Out]

x^2 + 2*x*e^6 + 10*x

________________________________________________________________________________________

giac [A]  time = 0.18, size = 12, normalized size = 1.50 x2+2xe6+10x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2*exp(6)+2*x+10,x, algorithm="giac")

[Out]

x^2 + 2*x*e^6 + 10*x

________________________________________________________________________________________

maple [A]  time = 0.02, size = 10, normalized size = 1.25




method result size



gosper x(x+2e6+10) 10
default 2xe6+x2+10x 13
norman x2+(2e6+10)x 13
risch 2xe6+x2+10x 13



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(2*exp(6)+2*x+10,x,method=_RETURNVERBOSE)

[Out]

x*(x+2*exp(6)+10)

________________________________________________________________________________________

maxima [A]  time = 0.35, size = 12, normalized size = 1.50 x2+2xe6+10x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2*exp(6)+2*x+10,x, algorithm="maxima")

[Out]

x^2 + 2*x*e^6 + 10*x

________________________________________________________________________________________

mupad [B]  time = 2.96, size = 9, normalized size = 1.12 x(x+2e6+10)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(2*x + 2*exp(6) + 10,x)

[Out]

x*(x + 2*exp(6) + 10)

________________________________________________________________________________________

sympy [A]  time = 0.05, size = 10, normalized size = 1.25 x2+x(10+2e6)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2*exp(6)+2*x+10,x)

[Out]

x**2 + x*(10 + 2*exp(6))

________________________________________________________________________________________