3.17.83 15(10+e5e10xx2(24x))dx

Optimal. Leaf size=26 2(2+15e5e10xx2+x)

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 25, normalized size of antiderivative = 0.96, number of steps used = 3, number of rules used = 2, integrand size = 29, number of rulesintegrand size = 0.069, Rules used = {12, 2236} 25ex2xe10+5+2x

Antiderivative was successfully verified.

[In]

Int[(10 + E^(5 - E^10 - x - x^2)*(-2 - 4*x))/5,x]

[Out]

(2*E^(5 - E^10 - x - x^2))/5 + 2*x

Rule 12

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

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=15(10+e5e10xx2(24x))dx=2x+15e5e10xx2(24x)dx=25e5e10xx2+2x

________________________________________________________________________________________

Mathematica [A]  time = 0.05, size = 25, normalized size = 0.96 25e5e10xx2+2x

Antiderivative was successfully verified.

[In]

Integrate[(10 + E^(5 - E^10 - x - x^2)*(-2 - 4*x))/5,x]

[Out]

(2*E^(5 - E^10 - x - x^2))/5 + 2*x

________________________________________________________________________________________

fricas [A]  time = 0.75, size = 21, normalized size = 0.81 2x+25e(x2xe10+5)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/5*(-4*x-2)*exp(-exp(5)^2-x^2-x+5)+2,x, algorithm="fricas")

[Out]

2*x + 2/5*e^(-x^2 - x - e^10 + 5)

________________________________________________________________________________________

giac [A]  time = 0.17, size = 21, normalized size = 0.81 2x+25e(x2xe10+5)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/5*(-4*x-2)*exp(-exp(5)^2-x^2-x+5)+2,x, algorithm="giac")

[Out]

2*x + 2/5*e^(-x^2 - x - e^10 + 5)

________________________________________________________________________________________

maple [A]  time = 0.02, size = 22, normalized size = 0.85




method result size



risch 2x+2ee10x2x+55 22
default 2x+2ee10x2x+55 24
norman 2x+2ee10x2x+55 24



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/5*(-4*x-2)*exp(-exp(5)^2-x^2-x+5)+2,x,method=_RETURNVERBOSE)

[Out]

2*x+2/5*exp(-exp(10)-x^2-x+5)

________________________________________________________________________________________

maxima [A]  time = 0.33, size = 21, normalized size = 0.81 2x+25e(x2xe10+5)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/5*(-4*x-2)*exp(-exp(5)^2-x^2-x+5)+2,x, algorithm="maxima")

[Out]

2*x + 2/5*e^(-x^2 - x - e^10 + 5)

________________________________________________________________________________________

mupad [B]  time = 0.12, size = 23, normalized size = 0.88 2x+2ee10exe5ex25

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(2 - (exp(5 - exp(10) - x^2 - x)*(4*x + 2))/5,x)

[Out]

2*x + (2*exp(-exp(10))*exp(-x)*exp(5)*exp(-x^2))/5

________________________________________________________________________________________

sympy [A]  time = 0.11, size = 17, normalized size = 0.65 2x+2ex2xe10+55

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/5*(-4*x-2)*exp(-exp(5)**2-x**2-x+5)+2,x)

[Out]

2*x + 2*exp(-x**2 - x - exp(10) + 5)/5

________________________________________________________________________________________