3.41.85 (2+3e5x2)dx

Optimal. Leaf size=12 5+2x+e5x3

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 11, normalized size of antiderivative = 0.92, number of steps used = 1, number of rules used = 0, integrand size = 10, number of rulesintegrand size = 0.000, Rules used = {} e5x3+2x

Antiderivative was successfully verified.

[In]

Int[2 + 3*E^5*x^2,x]

[Out]

2*x + E^5*x^3

Rubi steps

integral=2x+e5x3

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 11, normalized size = 0.92 2x+e5x3

Antiderivative was successfully verified.

[In]

Integrate[2 + 3*E^5*x^2,x]

[Out]

2*x + E^5*x^3

________________________________________________________________________________________

fricas [A]  time = 0.77, size = 10, normalized size = 0.83 x3e5+2x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(3*x^2*exp(5)+2,x, algorithm="fricas")

[Out]

x^3*e^5 + 2*x

________________________________________________________________________________________

giac [A]  time = 0.13, size = 10, normalized size = 0.83 x3e5+2x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(3*x^2*exp(5)+2,x, algorithm="giac")

[Out]

x^3*e^5 + 2*x

________________________________________________________________________________________

maple [A]  time = 0.02, size = 11, normalized size = 0.92




method result size



gosper x3e5+2x 11
default x3e5+2x 11
norman x3e5+2x 11
risch x3e5+2x 11



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(3*x^2*exp(5)+2,x,method=_RETURNVERBOSE)

[Out]

x^3*exp(5)+2*x

________________________________________________________________________________________

maxima [A]  time = 0.36, size = 10, normalized size = 0.83 x3e5+2x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(3*x^2*exp(5)+2,x, algorithm="maxima")

[Out]

x^3*e^5 + 2*x

________________________________________________________________________________________

mupad [B]  time = 0.02, size = 10, normalized size = 0.83 e5x3+2x

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(3*x^2*exp(5) + 2,x)

[Out]

2*x + x^3*exp(5)

________________________________________________________________________________________

sympy [A]  time = 0.05, size = 8, normalized size = 0.67 x3e5+2x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(3*x**2*exp(5)+2,x)

[Out]

x**3*exp(5) + 2*x

________________________________________________________________________________________