3.694 \(\int x^{-2-\frac {1}{x}} (1-\log (x)) \, dx\)

Optimal. Leaf size=9 \[ -x^{-1/x} \]

[Out]

-1/(x^(1/x))

________________________________________________________________________________________

Rubi [F]  time = 0.07, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int x^{-2-\frac {1}{x}} (1-\log (x)) \, dx \]

Verification is Not applicable to the result.

[In]

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

[Out]

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 9, normalized size = 1.00 \[ -x^{-1/x} \]

Antiderivative was successfully verified.

[In]

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

[Out]

-x^(-x^(-1))

________________________________________________________________________________________

fricas [A]  time = 0.39, size = 18, normalized size = 2.00 \[ -\frac {x^{2}}{x^{\frac {2 \, x + 1}{x}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [A]  time = 0.47, size = 16, normalized size = 1.78 \[ -x e^{\left (-\frac {x \log \relax (x) + \log \relax (x)}{x}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.04, size = 18, normalized size = 2.00 \[ -x^{2} x^{-\frac {2 x +1}{x}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 1.38, size = 9, normalized size = 1.00 \[ -\frac {1}{x^{\left (\frac {1}{x}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-1/x^(1/x)

________________________________________________________________________________________

mupad [B]  time = 3.58, size = 9, normalized size = 1.00 \[ -\frac {1}{x^{1/x}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-1/x^(1/x)

________________________________________________________________________________________

sympy [A]  time = 0.27, size = 12, normalized size = 1.33 \[ - x^{2} x^{-2 - \frac {1}{x}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-x**2*x**(-2 - 1/x)

________________________________________________________________________________________