3.96.78 \(\int (-198 x+60 x^2-4 x^3) \, dx\) [9578]

Optimal. Leaf size=19 \[ -7+e^3+x \left (x-(10-x)^2 x\right ) \]

[Out]

(x-x*(10-x)^2)*x-7+exp(3)

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 16, normalized size of antiderivative = 0.84, number of steps used = 1, number of rules used = 0, integrand size = 14, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} -x^4+20 x^3-99 x^2 \end {gather*}

Antiderivative was successfully verified.

[In]

Int[-198*x + 60*x^2 - 4*x^3,x]

[Out]

-99*x^2 + 20*x^3 - x^4

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=-99 x^2+20 x^3-x^4\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 16, normalized size = 0.84 \begin {gather*} -99 x^2+20 x^3-x^4 \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[-198*x + 60*x^2 - 4*x^3,x]

[Out]

-99*x^2 + 20*x^3 - x^4

________________________________________________________________________________________

Maple [A]
time = 0.02, size = 17, normalized size = 0.89

method result size
gosper \(-x^{2} \left (x^{2}-20 x +99\right )\) \(14\)
default \(-x^{4}+20 x^{3}-99 x^{2}\) \(17\)
norman \(-x^{4}+20 x^{3}-99 x^{2}\) \(17\)
risch \(-x^{4}+20 x^{3}-99 x^{2}\) \(17\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-4*x^3+60*x^2-198*x,x,method=_RETURNVERBOSE)

[Out]

-x^4+20*x^3-99*x^2

________________________________________________________________________________________

Maxima [A]
time = 0.26, size = 16, normalized size = 0.84 \begin {gather*} -x^{4} + 20 \, x^{3} - 99 \, x^{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-4*x^3+60*x^2-198*x,x, algorithm="maxima")

[Out]

-x^4 + 20*x^3 - 99*x^2

________________________________________________________________________________________

Fricas [A]
time = 0.38, size = 16, normalized size = 0.84 \begin {gather*} -x^{4} + 20 \, x^{3} - 99 \, x^{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-4*x^3+60*x^2-198*x,x, algorithm="fricas")

[Out]

-x^4 + 20*x^3 - 99*x^2

________________________________________________________________________________________

Sympy [A]
time = 0.01, size = 12, normalized size = 0.63 \begin {gather*} - x^{4} + 20 x^{3} - 99 x^{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-4*x**3+60*x**2-198*x,x)

[Out]

-x**4 + 20*x**3 - 99*x**2

________________________________________________________________________________________

Giac [A]
time = 0.40, size = 16, normalized size = 0.84 \begin {gather*} -x^{4} + 20 \, x^{3} - 99 \, x^{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-4*x^3+60*x^2-198*x,x, algorithm="giac")

[Out]

-x^4 + 20*x^3 - 99*x^2

________________________________________________________________________________________

Mupad [B]
time = 0.03, size = 13, normalized size = 0.68 \begin {gather*} -x^2\,\left (x^2-20\,x+99\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(60*x^2 - 198*x - 4*x^3,x)

[Out]

-x^2*(x^2 - 20*x + 99)

________________________________________________________________________________________