3.73.36 e2xx2+log(x)x(3+2xx2log(x))dx

Optimal. Leaf size=22 e2xx2+log(x)xx2

________________________________________________________________________________________

Rubi [B]  time = 0.04, antiderivative size = 63, normalized size of antiderivative = 2.86, number of steps used = 1, number of rules used = 1, integrand size = 33, number of rulesintegrand size = 0.030, Rules used = {2288} ex2+x+2xx1x(x2log(x)+3)2x1x+1xx2+xlog(x)+2x2

Antiderivative was successfully verified.

[In]

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

[Out]

-((x^x^(-1)*(3 - x^2 - Log[x]))/(E^((2 + x + x^2)/x)*((1 - x^(-1) + 2*x)/x - (2 + x + x^2 - Log[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=e2+x+x2xx1x(3x2log(x))11x+2xx2+x+x2log(x)x2

________________________________________________________________________________________

Mathematica [A]  time = 0.36, size = 20, normalized size = 0.91 e12xxx2+1x

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 1.10, size = 20, normalized size = 0.91 x2e(x2+xlog(x)+2x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

x^2*e^(-(x^2 + x - log(x) + 2)/x)

________________________________________________________________________________________

giac [A]  time = 0.22, size = 20, normalized size = 0.91 x2e(x2+xlog(x)+2x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

x^2*e^(-(x^2 + x - log(x) + 2)/x)

________________________________________________________________________________________

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




method result size



norman eln(x)x2x2xx2 22
risch eln(x)x2x2xx2 22



Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

exp((ln(x)-x^2-x-2)/x)*x^2

________________________________________________________________________________________

maxima [A]  time = 0.43, size = 21, normalized size = 0.95 x2e(x+log(x)x2x1)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

x^2*e^(-x + log(x)/x - 2/x - 1)

________________________________________________________________________________________

mupad [B]  time = 4.35, size = 20, normalized size = 0.91 x1x+2exe1e2x

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [A]  time = 0.32, size = 15, normalized size = 0.68 x2ex2x+log(x)2x

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

x**2*exp((-x**2 - x + log(x) - 2)/x)

________________________________________________________________________________________