3.17.7 (36x+9x2)dx

Optimal. Leaf size=8 3x2(6+x)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 11, normalized size of antiderivative = 1.38, number of steps used = 1, number of rules used = 0, integrand size = 9, number of rulesintegrand size = 0.000, Rules used = {} 3x3+18x2

Antiderivative was successfully verified.

[In]

Int[36*x + 9*x^2,x]

[Out]

18*x^2 + 3*x^3

Rubi steps

integral=18x2+3x3

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 11, normalized size = 1.38 18x2+3x3

Antiderivative was successfully verified.

[In]

Integrate[36*x + 9*x^2,x]

[Out]

18*x^2 + 3*x^3

________________________________________________________________________________________

fricas [A]  time = 0.49, size = 11, normalized size = 1.38 3x3+18x2

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(9*x^2+36*x,x, algorithm="fricas")

[Out]

3*x^3 + 18*x^2

________________________________________________________________________________________

giac [A]  time = 0.22, size = 11, normalized size = 1.38 3x3+18x2

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(9*x^2+36*x,x, algorithm="giac")

[Out]

3*x^3 + 18*x^2

________________________________________________________________________________________

maple [A]  time = 0.01, size = 9, normalized size = 1.12




method result size



gosper 3x2(x+6) 9
default 3x3+18x2 12
norman 3x3+18x2 12
risch 3x3+18x2 12



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(9*x^2+36*x,x,method=_RETURNVERBOSE)

[Out]

3*x^2*(x+6)

________________________________________________________________________________________

maxima [A]  time = 0.43, size = 11, normalized size = 1.38 3x3+18x2

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(9*x^2+36*x,x, algorithm="maxima")

[Out]

3*x^3 + 18*x^2

________________________________________________________________________________________

mupad [B]  time = 0.02, size = 8, normalized size = 1.00 3x2(x+6)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(36*x + 9*x^2,x)

[Out]

3*x^2*(x + 6)

________________________________________________________________________________________

sympy [A]  time = 0.05, size = 8, normalized size = 1.00 3x3+18x2

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(9*x**2+36*x,x)

[Out]

3*x**3 + 18*x**2

________________________________________________________________________________________