3.7.28 \(\int \frac {\log (\log (x))}{x} \, dx\) [628]

Optimal. Leaf size=11 \[ -\log (x)+\log (x) \log (\log (x)) \]

[Out]

-ln(x)+ln(x)*ln(ln(x))

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 11, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 7, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.143, Rules used = {2601} \begin {gather*} \log (x) \log (\log (x))-\log (x) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Log[Log[x]]/x,x]

[Out]

-Log[x] + Log[x]*Log[Log[x]]

Rule 2601

Int[((a_.) + Log[Log[(d_.)*(x_)^(n_.)]^(p_.)*(c_.)]*(b_.))/(x_), x_Symbol] :> Simp[Log[d*x^n]*((a + b*Log[c*Lo
g[d*x^n]^p])/n), x] - Simp[b*p*Log[x], x] /; FreeQ[{a, b, c, d, n, p}, x]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 11, normalized size = 1.00 \begin {gather*} -\log (x)+\log (x) \log (\log (x)) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Log[Log[x]]/x,x]

[Out]

-Log[x] + Log[x]*Log[Log[x]]

________________________________________________________________________________________

Maple [A]
time = 0.01, size = 12, normalized size = 1.09

method result size
derivativedivides \(-\ln \left (x \right )+\ln \left (x \right ) \ln \left (\ln \left (x \right )\right )\) \(12\)
default \(-\ln \left (x \right )+\ln \left (x \right ) \ln \left (\ln \left (x \right )\right )\) \(12\)
norman \(-\ln \left (x \right )+\ln \left (x \right ) \ln \left (\ln \left (x \right )\right )\) \(12\)
risch \(-\ln \left (x \right )+\ln \left (x \right ) \ln \left (\ln \left (x \right )\right )\) \(12\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(ln(ln(x))/x,x,method=_RETURNVERBOSE)

[Out]

-ln(x)+ln(x)*ln(ln(x))

________________________________________________________________________________________

Maxima [A]
time = 1.59, size = 11, normalized size = 1.00 \begin {gather*} \log \left (x\right ) \log \left (\log \left (x\right )\right ) - \log \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(log(x))/x,x, algorithm="maxima")

[Out]

log(x)*log(log(x)) - log(x)

________________________________________________________________________________________

Fricas [A]
time = 1.69, size = 11, normalized size = 1.00 \begin {gather*} \log \left (x\right ) \log \left (\log \left (x\right )\right ) - \log \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(log(x))/x,x, algorithm="fricas")

[Out]

log(x)*log(log(x)) - log(x)

________________________________________________________________________________________

Sympy [A]
time = 0.06, size = 10, normalized size = 0.91 \begin {gather*} \log {\left (x \right )} \log {\left (\log {\left (x \right )} \right )} - \log {\left (x \right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(ln(ln(x))/x,x)

[Out]

log(x)*log(log(x)) - log(x)

________________________________________________________________________________________

Giac [A]
time = 1.00, size = 11, normalized size = 1.00 \begin {gather*} \log \left (x\right ) \log \left (\log \left (x\right )\right ) - \log \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(log(x))/x,x, algorithm="giac")

[Out]

log(x)*log(log(x)) - log(x)

________________________________________________________________________________________

Mupad [B]
time = 0.32, size = 8, normalized size = 0.73 \begin {gather*} \ln \left (x\right )\,\left (\ln \left (\ln \left (x\right )\right )-1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(log(log(x))/x,x)

[Out]

log(x)*(log(log(x)) - 1)

________________________________________________________________________________________