3.60 \(\int (8+24 x+8 x^2-15 x^3+8 x^4) \, dx\)

Optimal. Leaf size=30 \[ \frac {8 x^5}{5}-\frac {15 x^4}{4}+\frac {8 x^3}{3}+12 x^2+8 x \]

[Out]

8*x+12*x^2+8/3*x^3-15/4*x^4+8/5*x^5

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 30, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 0, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \frac {8 x^5}{5}-\frac {15 x^4}{4}+\frac {8 x^3}{3}+12 x^2+8 x \]

Antiderivative was successfully verified.

[In]

Int[8 + 24*x + 8*x^2 - 15*x^3 + 8*x^4,x]

[Out]

8*x + 12*x^2 + (8*x^3)/3 - (15*x^4)/4 + (8*x^5)/5

Rubi steps

\begin {align*} \int \left (8+24 x+8 x^2-15 x^3+8 x^4\right ) \, dx &=8 x+12 x^2+\frac {8 x^3}{3}-\frac {15 x^4}{4}+\frac {8 x^5}{5}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 30, normalized size = 1.00 \[ \frac {8 x^5}{5}-\frac {15 x^4}{4}+\frac {8 x^3}{3}+12 x^2+8 x \]

Antiderivative was successfully verified.

[In]

Integrate[8 + 24*x + 8*x^2 - 15*x^3 + 8*x^4,x]

[Out]

8*x + 12*x^2 + (8*x^3)/3 - (15*x^4)/4 + (8*x^5)/5

________________________________________________________________________________________

fricas [A]  time = 0.34, size = 24, normalized size = 0.80 \[ \frac {8}{5} x^{5} - \frac {15}{4} x^{4} + \frac {8}{3} x^{3} + 12 x^{2} + 8 x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(8*x^4-15*x^3+8*x^2+24*x+8,x, algorithm="fricas")

[Out]

8/5*x^5 - 15/4*x^4 + 8/3*x^3 + 12*x^2 + 8*x

________________________________________________________________________________________

giac [A]  time = 0.30, size = 24, normalized size = 0.80 \[ \frac {8}{5} \, x^{5} - \frac {15}{4} \, x^{4} + \frac {8}{3} \, x^{3} + 12 \, x^{2} + 8 \, x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(8*x^4-15*x^3+8*x^2+24*x+8,x, algorithm="giac")

[Out]

8/5*x^5 - 15/4*x^4 + 8/3*x^3 + 12*x^2 + 8*x

________________________________________________________________________________________

maple [A]  time = 0.00, size = 25, normalized size = 0.83 \[ \frac {8}{5} x^{5}-\frac {15}{4} x^{4}+\frac {8}{3} x^{3}+12 x^{2}+8 x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(8*x^4-15*x^3+8*x^2+24*x+8,x)

[Out]

8*x+12*x^2+8/3*x^3-15/4*x^4+8/5*x^5

________________________________________________________________________________________

maxima [A]  time = 0.46, size = 24, normalized size = 0.80 \[ \frac {8}{5} \, x^{5} - \frac {15}{4} \, x^{4} + \frac {8}{3} \, x^{3} + 12 \, x^{2} + 8 \, x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(8*x^4-15*x^3+8*x^2+24*x+8,x, algorithm="maxima")

[Out]

8/5*x^5 - 15/4*x^4 + 8/3*x^3 + 12*x^2 + 8*x

________________________________________________________________________________________

mupad [B]  time = 0.02, size = 24, normalized size = 0.80 \[ \frac {8\,x^5}{5}-\frac {15\,x^4}{4}+\frac {8\,x^3}{3}+12\,x^2+8\,x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(24*x + 8*x^2 - 15*x^3 + 8*x^4 + 8,x)

[Out]

8*x + 12*x^2 + (8*x^3)/3 - (15*x^4)/4 + (8*x^5)/5

________________________________________________________________________________________

sympy [A]  time = 0.06, size = 27, normalized size = 0.90 \[ \frac {8 x^{5}}{5} - \frac {15 x^{4}}{4} + \frac {8 x^{3}}{3} + 12 x^{2} + 8 x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(8*x**4-15*x**3+8*x**2+24*x+8,x)

[Out]

8*x**5/5 - 15*x**4/4 + 8*x**3/3 + 12*x**2 + 8*x

________________________________________________________________________________________