3.41.47 (8+6e6x4x)dx

Optimal. Leaf size=13 e6x2(2+x)2

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 14, normalized size of antiderivative = 1.08, number of steps used = 2, number of rules used = 1, integrand size = 12, number of rulesintegrand size = 0.083, Rules used = {2194} 2x2+8x+e6x

Antiderivative was successfully verified.

[In]

Int[8 + 6*E^(6*x) - 4*x,x]

[Out]

E^(6*x) + 8*x - 2*x^2

Rule 2194

Int[((F_)^((c_.)*((a_.) + (b_.)*(x_))))^(n_.), x_Symbol] :> Simp[(F^(c*(a + b*x)))^n/(b*c*n*Log[F]), x] /; Fre
eQ[{F, a, b, c, n}, x]

Rubi steps

integral=8x2x2+6e6xdx=e6x+8x2x2

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 14, normalized size = 1.08 e6x+8x2x2

Antiderivative was successfully verified.

[In]

Integrate[8 + 6*E^(6*x) - 4*x,x]

[Out]

E^(6*x) + 8*x - 2*x^2

________________________________________________________________________________________

fricas [A]  time = 1.24, size = 13, normalized size = 1.00 2x2+8x+e(6x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(6*exp(6*x)-4*x+8,x, algorithm="fricas")

[Out]

-2*x^2 + 8*x + e^(6*x)

________________________________________________________________________________________

giac [A]  time = 0.19, size = 13, normalized size = 1.00 2x2+8x+e(6x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(6*exp(6*x)-4*x+8,x, algorithm="giac")

[Out]

-2*x^2 + 8*x + e^(6*x)

________________________________________________________________________________________

maple [A]  time = 0.02, size = 14, normalized size = 1.08




method result size



derivativedivides 8x2x2+e6x 14
default 8x2x2+e6x 14
norman 8x2x2+e6x 14
risch 8x2x2+e6x 14



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(6*exp(6*x)-4*x+8,x,method=_RETURNVERBOSE)

[Out]

8*x-2*x^2+exp(6*x)

________________________________________________________________________________________

maxima [A]  time = 0.36, size = 13, normalized size = 1.00 2x2+8x+e(6x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(6*exp(6*x)-4*x+8,x, algorithm="maxima")

[Out]

-2*x^2 + 8*x + e^(6*x)

________________________________________________________________________________________

mupad [B]  time = 2.99, size = 13, normalized size = 1.00 8x+e6x2x2

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(6*exp(6*x) - 4*x + 8,x)

[Out]

8*x + exp(6*x) - 2*x^2

________________________________________________________________________________________

sympy [A]  time = 0.07, size = 12, normalized size = 0.92 2x2+8x+e6x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(6*exp(6*x)-4*x+8,x)

[Out]

-2*x**2 + 8*x + exp(6*x)

________________________________________________________________________________________