3.67.78 e20+xx(402x)x3dx

Optimal. Leaf size=24 2(e20+xx+(3e32)x)x

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 28, normalized size of antiderivative = 1.17, number of steps used = 1, number of rules used = 1, integrand size = 18, number of rulesintegrand size = 0.056, Rules used = {2288} 40ex+20xx3(1xx+20x2)

Antiderivative was successfully verified.

[In]

Int[(E^((20 + x)/x)*(-40 - 2*x))/x^3,x]

[Out]

(-40*E^((20 + x)/x))/(x^3*(x^(-1) - (20 + x)/x^2))

Rule 2288

Int[(y_.)*(F_)^(u_)*((v_) + (w_)), x_Symbol] :> With[{z = (v*y)/(Log[F]*D[u, x])}, Simp[F^u*z, x] /; EqQ[D[z,
x], w*y]] /; FreeQ[F, x]

Rubi steps

integral=40e20+xxx3(1x20+xx2)

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 14, normalized size = 0.58 2e1+20xx

Antiderivative was successfully verified.

[In]

Integrate[(E^((20 + x)/x)*(-40 - 2*x))/x^3,x]

[Out]

(2*E^(1 + 20/x))/x

________________________________________________________________________________________

fricas [A]  time = 0.46, size = 13, normalized size = 0.54 2e(x+20x)x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-2*x-40)*exp((20+x)/x)/x^3,x, algorithm="fricas")

[Out]

2*e^((x + 20)/x)/x

________________________________________________________________________________________

giac [A]  time = 0.19, size = 27, normalized size = 1.12 (x+20)e(x+20x)10x110e(x+20x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-2*x-40)*exp((20+x)/x)/x^3,x, algorithm="giac")

[Out]

1/10*(x + 20)*e^((x + 20)/x)/x - 1/10*e^((x + 20)/x)

________________________________________________________________________________________

maple [A]  time = 0.06, size = 14, normalized size = 0.58




method result size



gosper 2e20+xxx 14
norman 2e20+xxx 14
risch 2e20+xxx 14
derivativedivides (1+20x)e1+20x10e1+20x10 29
default (1+20x)e1+20x10e1+20x10 29
meijerg e(1e20x)10+e(1(240x)e20x2)10 37



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-2*x-40)*exp((20+x)/x)/x^3,x,method=_RETURNVERBOSE)

[Out]

2*exp((20+x)/x)/x

________________________________________________________________________________________

maxima [C]  time = 0.46, size = 22, normalized size = 0.92 110eΓ(2,20x)+110e(20x+1)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-2*x-40)*exp((20+x)/x)/x^3,x, algorithm="maxima")

[Out]

-1/10*e*gamma(2, -20/x) + 1/10*e^(20/x + 1)

________________________________________________________________________________________

mupad [B]  time = 4.12, size = 13, normalized size = 0.54 2ee20/xx

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-(exp((x + 20)/x)*(2*x + 40))/x^3,x)

[Out]

(2*exp(1)*exp(20/x))/x

________________________________________________________________________________________

sympy [A]  time = 0.11, size = 8, normalized size = 0.33 2ex+20xx

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-2*x-40)*exp((20+x)/x)/x**3,x)

[Out]

2*exp((x + 20)/x)/x

________________________________________________________________________________________