3.33.16 e5(4x+2x2)4590x135x2+180x3+180x4dx

Optimal. Leaf size=26 e5x3(552x)(3+3x)

________________________________________________________________________________________

Rubi [A]  time = 0.07, antiderivative size = 25, normalized size of antiderivative = 0.96, number of steps used = 5, number of rules used = 4, integrand size = 35, number of rulesintegrand size = 0.114, Rules used = {12, 1593, 1680, 776} 8e5(1x)45(9(4x+1)2)

Antiderivative was successfully verified.

[In]

Int[(E^5*(-4*x + 2*x^2))/(45 - 90*x - 135*x^2 + 180*x^3 + 180*x^4),x]

[Out]

(-8*E^5*(1 - x))/(45*(9 - (1 + 4*x)^2))

Rule 12

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

Rule 776

Int[((d_.) + (e_.)*(x_))*((f_.) + (g_.)*(x_))*((a_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[(((e*f + d*g)*(2*p
 + 3) + 2*e*g*(p + 1)*x)*(a + c*x^2)^(p + 1))/(2*c*(p + 1)*(2*p + 3)), x] /; FreeQ[{a, c, d, e, f, g, p}, x] &
& EqQ[a*e*g - c*d*f*(2*p + 3), 0] && NeQ[p, -1]

Rule 1593

Int[(u_.)*((a_.)*(x_)^(p_.) + (b_.)*(x_)^(q_.))^(n_.), x_Symbol] :> Int[u*x^(n*p)*(a + b*x^(q - p))^n, x] /; F
reeQ[{a, b, p, q}, x] && IntegerQ[n] && PosQ[q - p]

Rule 1680

Int[(Pq_)*(Q4_)^(p_), x_Symbol] :> With[{a = Coeff[Q4, x, 0], b = Coeff[Q4, x, 1], c = Coeff[Q4, x, 2], d = Co
eff[Q4, x, 3], e = Coeff[Q4, x, 4]}, Subst[Int[SimplifyIntegrand[(Pq /. x -> -(d/(4*e)) + x)*(a + d^4/(256*e^3
) - (b*d)/(8*e) + (c - (3*d^2)/(8*e))*x^2 + e*x^4)^p, x], x], x, d/(4*e) + x] /; EqQ[d^3 - 4*c*d*e + 8*b*e^2,
0] && NeQ[d, 0]] /; FreeQ[p, x] && PolyQ[Pq, x] && PolyQ[Q4, x, 4] &&  !IGtQ[p, 0]

Rubi steps

integral=e54x+2x24590x135x2+180x3+180x4dx=e5x(4+2x)4590x135x2+180x3+180x4dx=e5Subst(8(14x)(94x)45(916x2)2dx,x,14+x)=145(8e5)Subst((14x)(94x)(916x2)2dx,x,14+x)=8e5(1x)45(9(1+4x)2)

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 22, normalized size = 0.85 e5(1x)45(1+x+2x2)

Antiderivative was successfully verified.

[In]

Integrate[(E^5*(-4*x + 2*x^2))/(45 - 90*x - 135*x^2 + 180*x^3 + 180*x^4),x]

[Out]

(E^5*(1 - x))/(45*(-1 + x + 2*x^2))

________________________________________________________________________________________

fricas [A]  time = 0.61, size = 17, normalized size = 0.65 (x1)e545(2x2+x1)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2*x^2-4*x)*exp(5)/(180*x^4+180*x^3-135*x^2-90*x+45),x, algorithm="fricas")

[Out]

-1/45*(x - 1)*e^5/(2*x^2 + x - 1)

________________________________________________________________________________________

giac [A]  time = 0.34, size = 17, normalized size = 0.65 (x1)e545(2x2+x1)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2*x^2-4*x)*exp(5)/(180*x^4+180*x^3-135*x^2-90*x+45),x, algorithm="giac")

[Out]

-1/45*(x - 1)*e^5/(2*x^2 + x - 1)

________________________________________________________________________________________

maple [A]  time = 0.03, size = 18, normalized size = 0.69




method result size



gosper (x1)e545(2x2+x1) 18
norman 2e5x245(2x2+x1) 18
risch e5(x90+190)x2+12x12 19
default 2e5(112x613(x+1))45 22



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((2*x^2-4*x)*exp(5)/(180*x^4+180*x^3-135*x^2-90*x+45),x,method=_RETURNVERBOSE)

[Out]

-1/45*(x-1)*exp(5)/(2*x^2+x-1)

________________________________________________________________________________________

maxima [A]  time = 0.44, size = 17, normalized size = 0.65 (x1)e545(2x2+x1)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2*x^2-4*x)*exp(5)/(180*x^4+180*x^3-135*x^2-90*x+45),x, algorithm="maxima")

[Out]

-1/45*(x - 1)*e^5/(2*x^2 + x - 1)

________________________________________________________________________________________

mupad [B]  time = 0.07, size = 22, normalized size = 0.85 e5135(2x1)2e5135(x+1)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-(exp(5)*(4*x - 2*x^2))/(180*x^3 - 135*x^2 - 90*x + 180*x^4 + 45),x)

[Out]

exp(5)/(135*(2*x - 1)) - (2*exp(5))/(135*(x + 1))

________________________________________________________________________________________

sympy [A]  time = 0.18, size = 17, normalized size = 0.65 xe5+e590x2+45x45

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2*x**2-4*x)*exp(5)/(180*x**4+180*x**3-135*x**2-90*x+45),x)

[Out]

(-x*exp(5) + exp(5))/(90*x**2 + 45*x - 45)

________________________________________________________________________________________