3.73 \(\int \left (3-19 x^2+32 x^4-16 x^6\right ) \, dx\)

Optimal. Leaf size=25 \[ -\frac{16 x^7}{7}+\frac{32 x^5}{5}-\frac{19 x^3}{3}+3 x \]

[Out]

3*x - (19*x^3)/3 + (32*x^5)/5 - (16*x^7)/7

_______________________________________________________________________________________

Rubi [A]  time = 0.0101575, antiderivative size = 25, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 0, integrand size = 17, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0. \[ -\frac{16 x^7}{7}+\frac{32 x^5}{5}-\frac{19 x^3}{3}+3 x \]

Antiderivative was successfully verified.

[In]  Int[3 - 19*x^2 + 32*x^4 - 16*x^6,x]

[Out]

3*x - (19*x^3)/3 + (32*x^5)/5 - (16*x^7)/7

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 1.91822, size = 22, normalized size = 0.88 \[ - \frac{16 x^{7}}{7} + \frac{32 x^{5}}{5} - \frac{19 x^{3}}{3} + 3 x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(-16*x**6+32*x**4-19*x**2+3,x)

[Out]

-16*x**7/7 + 32*x**5/5 - 19*x**3/3 + 3*x

_______________________________________________________________________________________

Mathematica [A]  time = 0.0000582369, size = 25, normalized size = 1. \[ -\frac{16 x^7}{7}+\frac{32 x^5}{5}-\frac{19 x^3}{3}+3 x \]

Antiderivative was successfully verified.

[In]  Integrate[3 - 19*x^2 + 32*x^4 - 16*x^6,x]

[Out]

3*x - (19*x^3)/3 + (32*x^5)/5 - (16*x^7)/7

_______________________________________________________________________________________

Maple [A]  time = 0.001, size = 20, normalized size = 0.8 \[ 3\,x-{\frac{19\,{x}^{3}}{3}}+{\frac{32\,{x}^{5}}{5}}-{\frac{16\,{x}^{7}}{7}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(-16*x^6+32*x^4-19*x^2+3,x)

[Out]

3*x-19/3*x^3+32/5*x^5-16/7*x^7

_______________________________________________________________________________________

Maxima [A]  time = 0.823775, size = 26, normalized size = 1.04 \[ -\frac{16}{7} \, x^{7} + \frac{32}{5} \, x^{5} - \frac{19}{3} \, x^{3} + 3 \, x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-16*x^6 + 32*x^4 - 19*x^2 + 3,x, algorithm="maxima")

[Out]

-16/7*x^7 + 32/5*x^5 - 19/3*x^3 + 3*x

_______________________________________________________________________________________

Fricas [A]  time = 0.229822, size = 1, normalized size = 0.04 \[ -\frac{16}{7} x^{7} + \frac{32}{5} x^{5} - \frac{19}{3} x^{3} + 3 x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-16*x^6 + 32*x^4 - 19*x^2 + 3,x, algorithm="fricas")

[Out]

-16/7*x^7 + 32/5*x^5 - 19/3*x^3 + 3*x

_______________________________________________________________________________________

Sympy [A]  time = 0.064875, size = 22, normalized size = 0.88 \[ - \frac{16 x^{7}}{7} + \frac{32 x^{5}}{5} - \frac{19 x^{3}}{3} + 3 x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-16*x**6+32*x**4-19*x**2+3,x)

[Out]

-16*x**7/7 + 32*x**5/5 - 19*x**3/3 + 3*x

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.260544, size = 26, normalized size = 1.04 \[ -\frac{16}{7} \, x^{7} + \frac{32}{5} \, x^{5} - \frac{19}{3} \, x^{3} + 3 \, x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-16*x^6 + 32*x^4 - 19*x^2 + 3,x, algorithm="giac")

[Out]

-16/7*x^7 + 32/5*x^5 - 19/3*x^3 + 3*x