3.33.46 13(8+6x27x2)dx

Optimal. Leaf size=23 13(3+(13x)2)x+(6x)x

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 14, normalized size of antiderivative = 0.61, number of steps used = 2, number of rules used = 1, integrand size = 14, number of rulesintegrand size = 0.071, Rules used = {12} 3x3+x2+8x3

Antiderivative was successfully verified.

[In]

Int[(8 + 6*x - 27*x^2)/3,x]

[Out]

(8*x)/3 + x^2 - 3*x^3

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rubi steps

integral=13(8+6x27x2)dx=8x3+x23x3

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 14, normalized size = 0.61 8x3+x23x3

Antiderivative was successfully verified.

[In]

Integrate[(8 + 6*x - 27*x^2)/3,x]

[Out]

(8*x)/3 + x^2 - 3*x^3

________________________________________________________________________________________

fricas [A]  time = 0.59, size = 12, normalized size = 0.52 3x3+x2+83x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-9*x^2+2*x+8/3,x, algorithm="fricas")

[Out]

-3*x^3 + x^2 + 8/3*x

________________________________________________________________________________________

giac [A]  time = 0.18, size = 12, normalized size = 0.52 3x3+x2+83x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-9*x^2+2*x+8/3,x, algorithm="giac")

[Out]

-3*x^3 + x^2 + 8/3*x

________________________________________________________________________________________

maple [A]  time = 0.01, size = 13, normalized size = 0.57




method result size



default 3x3+x2+83x 13
norman 3x3+x2+83x 13
risch 3x3+x2+83x 13
gosper x(9x23x8)3 14



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-9*x^2+2*x+8/3,x,method=_RETURNVERBOSE)

[Out]

-3*x^3+x^2+8/3*x

________________________________________________________________________________________

maxima [A]  time = 0.39, size = 12, normalized size = 0.52 3x3+x2+83x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-9*x^2+2*x+8/3,x, algorithm="maxima")

[Out]

-3*x^3 + x^2 + 8/3*x

________________________________________________________________________________________

mupad [B]  time = 0.02, size = 13, normalized size = 0.57 x(9x2+3x+8)3

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(2*x - 9*x^2 + 8/3,x)

[Out]

(x*(3*x - 9*x^2 + 8))/3

________________________________________________________________________________________

sympy [A]  time = 0.05, size = 12, normalized size = 0.52 3x3+x2+8x3

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-9*x**2+2*x+8/3,x)

[Out]

-3*x**3 + x**2 + 8*x/3

________________________________________________________________________________________