3.2.71 \(\int \frac {1}{\log ^2(t)} \, dt\) [171]

Optimal. Leaf size=10 \[ -\frac {t}{\log (t)}+\text {li}(t) \]

[Out]

Li(t)-t/ln(t)

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 10, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 4, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.500, Rules used = {2334, 2335} \begin {gather*} \text {LogIntegral}(t)-\frac {t}{\log (t)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Log[t]^(-2),t]

[Out]

-(t/Log[t]) + LogIntegral[t]

Rule 2334

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

Rule 2335

Int[Log[(c_.)*(x_)]^(-1), x_Symbol] :> Simp[LogIntegral[c*x]/c, x] /; FreeQ[c, x]

Rubi steps

\begin {align*} \int \frac {1}{\log ^2(t)} \, dt &=-\frac {t}{\log (t)}+\int \frac {1}{\log (t)} \, dt\\ &=-\frac {t}{\log (t)}+\text {li}(t)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 10, normalized size = 1.00 \begin {gather*} -\frac {t}{\log (t)}+\text {li}(t) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Log[t]^(-2),t]

[Out]

-(t/Log[t]) + LogIntegral[t]

________________________________________________________________________________________

Maple [A]
time = 0.02, size = 17, normalized size = 1.70

method result size
default \(-\frac {t}{\ln \left (t \right )}-\expIntegral \left (1, -\ln \left (t \right )\right )\) \(17\)
risch \(-\frac {t}{\ln \left (t \right )}-\expIntegral \left (1, -\ln \left (t \right )\right )\) \(17\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-t/ln(t)-Ei(1,-ln(t))

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

gamma(-1, -log(t))

________________________________________________________________________________________

Fricas [A]
time = 0.65, size = 14, normalized size = 1.40 \begin {gather*} \frac {\log \left (t\right ) \operatorname {log\_integral}\left (t\right ) - t}{\log \left (t\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

(log(t)*log_integral(t) - t)/log(t)

________________________________________________________________________________________

Sympy [A]
time = 0.23, size = 7, normalized size = 0.70 \begin {gather*} - \frac {t}{\log {\left (t \right )}} + \operatorname {li}{\left (t \right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-t/log(t) + li(t)

________________________________________________________________________________________

Giac [A]
time = 0.51, size = 11, normalized size = 1.10 \begin {gather*} -\frac {t}{\log \left (t\right )} + {\rm Ei}\left (\log \left (t\right )\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-t/log(t) + Ei(log(t))

________________________________________________________________________________________

Mupad [B]
time = 0.03, size = 10, normalized size = 1.00 \begin {gather*} \mathrm {logint}\left (t\right )-\frac {t}{\ln \left (t\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/log(t)^2,t)

[Out]

logint(t) - t/log(t)

________________________________________________________________________________________