3.218 \(\int \frac {e^{-x} (-1+(1-x) \log (x))}{\log ^2(x)} \, dx\)

Optimal. Leaf size=11 \[ \frac {e^{-x} x}{\log (x)} \]

[Out]

x/exp(x)/ln(x)

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 11, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.050, Rules used = {2201} \[ \frac {e^{-x} x}{\log (x)} \]

Antiderivative was successfully verified.

[In]

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

[Out]

x/(E^x*Log[x])

Rule 2201

Int[Log[(d_.)*(x_)]^(n_.)*(F_)^((c_.)*((a_.) + (b_.)*(x_)))*((e_) + Log[(d_.)*(x_)]*(h_.)*((f_.) + (g_.)*(x_))
), x_Symbol] :> Simp[(e*x*F^(c*(a + b*x))*Log[d*x]^(n + 1))/(n + 1), x] /; FreeQ[{F, a, b, c, d, e, f, g, h, n
}, x] && EqQ[e - f*h*(n + 1), 0] && EqQ[g*h*(n + 1) - b*c*e*Log[F], 0] && NeQ[n, -1]

Rubi steps

\begin {align*} \int \frac {e^{-x} (-1+(1-x) \log (x))}{\log ^2(x)} \, dx &=\frac {e^{-x} x}{\log (x)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 11, normalized size = 1.00 \[ \frac {e^{-x} x}{\log (x)} \]

Antiderivative was successfully verified.

[In]

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

[Out]

x/(E^x*Log[x])

________________________________________________________________________________________

fricas [A]  time = 0.41, size = 10, normalized size = 0.91 \[ \frac {x e^{\left (-x\right )}}{\log \relax (x)} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [A]  time = 0.99, size = 10, normalized size = 0.91 \[ \frac {x e^{\left (-x\right )}}{\log \relax (x)} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.02, size = 11, normalized size = 1.00 \[ \frac {x \,{\mathrm e}^{-x}}{\ln \relax (x )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-1+(-x+1)*ln(x))/exp(x)/ln(x)^2,x)

[Out]

x/exp(x)/ln(x)

________________________________________________________________________________________

maxima [A]  time = 0.58, size = 10, normalized size = 0.91 \[ \frac {x e^{\left (-x\right )}}{\log \relax (x)} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 0.22, size = 10, normalized size = 0.91 \[ \frac {x\,{\mathrm {e}}^{-x}}{\ln \relax (x)} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [A]  time = 0.27, size = 7, normalized size = 0.64 \[ \frac {x e^{- x}}{\log {\relax (x )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________