3.17.7 \(\int (36 x+9 x^2) \, dx\) [1607]

Optimal. Leaf size=8 \[ 3 x^2 (6+x) \]

[Out]

3*x^2*(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, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} 3 x^3+18 x^2 \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

18*x^2 + 3*x^3

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=18 x^2+3 x^3\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 11, normalized size = 1.38 \begin {gather*} 18 x^2+3 x^3 \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

18*x^2 + 3*x^3

________________________________________________________________________________________

Maple [A]
time = 0.02, size = 12, normalized size = 1.50

method result size
gosper \(3 x^{2} \left (x +6\right )\) \(9\)
default \(3 x^{3}+18 x^{2}\) \(12\)
norman \(3 x^{3}+18 x^{2}\) \(12\)
risch \(3 x^{3}+18 x^{2}\) \(12\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

3*x^3+18*x^2

________________________________________________________________________________________

Maxima [A]
time = 0.26, size = 11, normalized size = 1.38 \begin {gather*} 3 \, x^{3} + 18 \, x^{2} \end {gather*}

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

________________________________________________________________________________________

Fricas [A]
time = 0.34, size = 11, normalized size = 1.38 \begin {gather*} 3 \, x^{3} + 18 \, x^{2} \end {gather*}

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

________________________________________________________________________________________

Sympy [A]
time = 0.01, size = 8, normalized size = 1.00 \begin {gather*} 3 x^{3} + 18 x^{2} \end {gather*}

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

________________________________________________________________________________________

Giac [A]
time = 0.38, size = 11, normalized size = 1.38 \begin {gather*} 3 \, x^{3} + 18 \, x^{2} \end {gather*}

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

________________________________________________________________________________________

Mupad [B]
time = 0.02, size = 8, normalized size = 1.00 \begin {gather*} 3\,x^2\,\left (x+6\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

3*x^2*(x + 6)

________________________________________________________________________________________