3.19.51 \(\int \frac {1}{8 \log (\log (\log (6)))} \, dx\)

Optimal. Leaf size=13 \[ 6+\frac {x}{8 \log (\log (\log (6)))} \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 11, normalized size of antiderivative = 0.85, number of steps used = 1, number of rules used = 1, integrand size = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.100, Rules used = {8} \begin {gather*} \frac {x}{8 \log (\log (\log (6)))} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/(8*Log[Log[Log[6]]]),x]

[Out]

x/(8*Log[Log[Log[6]]])

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\frac {x}{8 \log (\log (\log (6)))}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 11, normalized size = 0.85 \begin {gather*} \frac {x}{8 \log (\log (\log (6)))} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/(8*Log[Log[Log[6]]]),x]

[Out]

x/(8*Log[Log[Log[6]]])

________________________________________________________________________________________

fricas [A]  time = 0.60, size = 9, normalized size = 0.69 \begin {gather*} \frac {x}{8 \, \log \left (\log \left (\log \relax (6)\right )\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/8/log(log(log(6))),x, algorithm="fricas")

[Out]

1/8*x/log(log(log(6)))

________________________________________________________________________________________

giac [A]  time = 0.36, size = 9, normalized size = 0.69 \begin {gather*} \frac {x}{8 \, \log \left (\log \left (\log \relax (6)\right )\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/8/log(log(log(6))),x, algorithm="giac")

[Out]

1/8*x/log(log(log(6)))

________________________________________________________________________________________

maple [A]  time = 0.03, size = 10, normalized size = 0.77




method result size



default \(\frac {x}{8 \ln \left (\ln \left (\ln \relax (6)\right )\right )}\) \(10\)
norman \(\frac {x}{8 \ln \left (\ln \left (\ln \relax (6)\right )\right )}\) \(10\)
risch \(\frac {x}{8 \ln \left (\ln \left (\ln \relax (2)+\ln \relax (3)\right )\right )}\) \(13\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/8/ln(ln(ln(6))),x,method=_RETURNVERBOSE)

[Out]

1/8*x/ln(ln(ln(6)))

________________________________________________________________________________________

maxima [A]  time = 0.52, size = 9, normalized size = 0.69 \begin {gather*} \frac {x}{8 \, \log \left (\log \left (\log \relax (6)\right )\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/8/log(log(log(6))),x, algorithm="maxima")

[Out]

1/8*x/log(log(log(6)))

________________________________________________________________________________________

mupad [B]  time = 0.00, size = 9, normalized size = 0.69 \begin {gather*} \frac {x}{8\,\ln \left (\ln \left (\ln \relax (6)\right )\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(8*log(log(log(6)))),x)

[Out]

x/(8*log(log(log(6))))

________________________________________________________________________________________

sympy [A]  time = 0.05, size = 8, normalized size = 0.62 \begin {gather*} \frac {x}{8 \log {\left (\log {\left (\log {\relax (6 )} \right )} \right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/8/ln(ln(ln(6))),x)

[Out]

x/(8*log(log(log(6))))

________________________________________________________________________________________