3.69.23 e4+8x+4x2(2424x)dx

Optimal. Leaf size=22 3(e(2+2x)2+14log2(2))

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 14, normalized size of antiderivative = 0.64, number of steps used = 1, number of rules used = 1, integrand size = 18, number of rulesintegrand size = 0.056, Rules used = {2236} 3e4x2+8x+4

Antiderivative was successfully verified.

[In]

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

[Out]

-3*E^(4 + 8*x + 4*x^2)

Rule 2236

Int[(F_)^((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)*((d_.) + (e_.)*(x_)), x_Symbol] :> Simp[(e*F^(a + b*x + c*x^2))/(
2*c*Log[F]), x] /; FreeQ[{F, a, b, c, d, e}, x] && EqQ[b*e - 2*c*d, 0]

Rubi steps

integral=3e4+8x+4x2

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 11, normalized size = 0.50 3e4(1+x)2

Antiderivative was successfully verified.

[In]

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

[Out]

-3*E^(4*(1 + x)^2)

________________________________________________________________________________________

fricas [A]  time = 0.68, size = 13, normalized size = 0.59 3e(4x2+8x+4)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-3*e^(4*x^2 + 8*x + 4)

________________________________________________________________________________________

giac [A]  time = 0.12, size = 13, normalized size = 0.59 3e(4x2+8x+4)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-3*e^(4*x^2 + 8*x + 4)

________________________________________________________________________________________

maple [A]  time = 0.03, size = 11, normalized size = 0.50




method result size



risch 3e4(x+1)2 11
gosper 3e4x2+8x+4 14
default 3e4x2+8x+4 14
norman 3e4x2+8x+4 14



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-24*x-24)*exp(4*x^2+8*x+4),x,method=_RETURNVERBOSE)

[Out]

-3*exp(4*(x+1)^2)

________________________________________________________________________________________

maxima [A]  time = 0.37, size = 13, normalized size = 0.59 3e(4x2+8x+4)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-3*e^(4*x^2 + 8*x + 4)

________________________________________________________________________________________

mupad [B]  time = 0.05, size = 14, normalized size = 0.64 3e8xe4e4x2

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-3*exp(8*x)*exp(4)*exp(4*x^2)

________________________________________________________________________________________

sympy [A]  time = 0.11, size = 14, normalized size = 0.64 3e4x2+8x+4

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-3*exp(4*x**2 + 8*x + 4)

________________________________________________________________________________________