3.1.63 \(\int \frac {1}{x^2 \log ^2(x)} \, dx\) [63]

Optimal. Leaf size=17 \[ -\text {Ei}(-\log (x))-\frac {1}{x \log (x)} \]

[Out]

-Ei(-ln(x))-1/x/ln(x)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 17, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 8, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.375, Rules used = {2343, 2346, 2209} \begin {gather*} -\text {ExpIntegralEi}(-\log (x))-\frac {1}{x \log (x)} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

-ExpIntegralEi[-Log[x]] - 1/(x*Log[x])

Rule 2209

Int[(F_)^((g_.)*((e_.) + (f_.)*(x_)))/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[(F^(g*(e - c*(f/d)))/d)*ExpInteg
ralEi[f*g*(c + d*x)*(Log[F]/d)], x] /; FreeQ[{F, c, d, e, f, g}, x] &&  !TrueQ[$UseGamma]

Rule 2343

Int[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))^(p_)*((d_.)*(x_))^(m_.), x_Symbol] :> Simp[(d*x)^(m + 1)*((a + b*Log
[c*x^n])^(p + 1)/(b*d*n*(p + 1))), x] - Dist[(m + 1)/(b*n*(p + 1)), Int[(d*x)^m*(a + b*Log[c*x^n])^(p + 1), x]
, x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[m, -1] && LtQ[p, -1]

Rule 2346

Int[((a_.) + Log[(c_.)*(x_)]*(b_.))^(p_)*(x_)^(m_.), x_Symbol] :> Dist[1/c^(m + 1), Subst[Int[E^((m + 1)*x)*(a
 + b*x)^p, x], x, Log[c*x]], x] /; FreeQ[{a, b, c, p}, x] && IntegerQ[m]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 17, normalized size = 1.00 \begin {gather*} -\text {Ei}(-\log (x))-\frac {1}{x \log (x)} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

-ExpIntegralEi[-Log[x]] - 1/(x*Log[x])

________________________________________________________________________________________

Maple [A]
time = 0.01, size = 15, normalized size = 0.88

method result size
default \(-\frac {1}{x \ln \left (x \right )}+\expIntegral \left (1, \ln \left (x \right )\right )\) \(15\)
risch \(-\frac {1}{x \ln \left (x \right )}+\expIntegral \left (1, \ln \left (x \right )\right )\) \(15\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/x^2/ln(x)^2,x,method=_RETURNVERBOSE)

[Out]

-1/x/ln(x)+Ei(1,ln(x))

________________________________________________________________________________________

Maxima [A]
time = 2.50, size = 6, normalized size = 0.35 \begin {gather*} -\Gamma \left (-1, \log \left (x\right )\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-gamma(-1, log(x))

________________________________________________________________________________________

Fricas [A]
time = 1.20, size = 19, normalized size = 1.12 \begin {gather*} -\frac {x \log \left (x\right ) \operatorname {log\_integral}\left (\frac {1}{x}\right ) + 1}{x \log \left (x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-(x*log(x)*log_integral(1/x) + 1)/(x*log(x))

________________________________________________________________________________________

Sympy [A]
time = 0.33, size = 14, normalized size = 0.82 \begin {gather*} - \operatorname {Ei}{\left (- \log {\left (x \right )} \right )} - \frac {1}{x \log {\left (x \right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-Ei(-log(x)) - 1/(x*log(x))

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(1/(x^2*log(x)^2), x)

________________________________________________________________________________________

Mupad [B]
time = 0.03, size = 17, normalized size = 1.00 \begin {gather*} -\mathrm {ei}\left (-\ln \left (x\right )\right )-\frac {1}{x\,\ln \left (x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x^2*log(x)^2),x)

[Out]

- ei(-log(x)) - 1/(x*log(x))

________________________________________________________________________________________