3.16.83 \(\int \frac {1}{-1-e+\log (\log (5))} \, dx\) [1583]

Optimal. Leaf size=18 \[ -3+\frac {2-x}{1+e-\log (\log (5))} \]

[Out]

(2-x)/(exp(1)+1-ln(ln(5)))-3

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 13, normalized size of antiderivative = 0.72, 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}{1+e-\log (\log (5))} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(-1 - E + Log[Log[5]])^(-1),x]

[Out]

-(x/(1 + E - Log[Log[5]]))

Rule 8

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

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=-\frac {x}{1+e-\log (\log (5))}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 12, normalized size = 0.67 \begin {gather*} \frac {x}{-1-e+\log (\log (5))} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(-1 - E + Log[Log[5]])^(-1),x]

[Out]

x/(-1 - E + Log[Log[5]])

________________________________________________________________________________________

Maple [A]
time = 0.03, size = 14, normalized size = 0.78

method result size
default \(\frac {x}{\ln \left (\ln \left (5\right )\right )-{\mathrm e}-1}\) \(14\)
risch \(\frac {x}{\ln \left (\ln \left (5\right )\right )-{\mathrm e}-1}\) \(14\)
norman \(-\frac {x}{{\mathrm e}+1-\ln \left (\ln \left (5\right )\right )}\) \(15\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(ln(ln(5))-exp(1)-1),x,method=_RETURNVERBOSE)

[Out]

x/(ln(ln(5))-exp(1)-1)

________________________________________________________________________________________

Maxima [A]
time = 0.26, size = 14, normalized size = 0.78 \begin {gather*} -\frac {x}{e - \log \left (\log \left (5\right )\right ) + 1} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(log(log(5))-exp(1)-1),x, algorithm="maxima")

[Out]

-x/(e - log(log(5)) + 1)

________________________________________________________________________________________

Fricas [A]
time = 0.33, size = 14, normalized size = 0.78 \begin {gather*} -\frac {x}{e - \log \left (\log \left (5\right )\right ) + 1} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(log(log(5))-exp(1)-1),x, algorithm="fricas")

[Out]

-x/(e - log(log(5)) + 1)

________________________________________________________________________________________

Sympy [A]
time = 0.01, size = 10, normalized size = 0.56 \begin {gather*} \frac {x}{- e - 1 + \log {\left (\log {\left (5 \right )} \right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(ln(ln(5))-exp(1)-1),x)

[Out]

x/(-E - 1 + log(log(5)))

________________________________________________________________________________________

Giac [A]
time = 0.39, size = 14, normalized size = 0.78 \begin {gather*} -\frac {x}{e - \log \left (\log \left (5\right )\right ) + 1} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(log(log(5))-exp(1)-1),x, algorithm="giac")

[Out]

-x/(e - log(log(5)) + 1)

________________________________________________________________________________________

Mupad [B]
time = 0.00, size = 14, normalized size = 0.78 \begin {gather*} -\frac {x}{\mathrm {e}-\ln \left (\ln \left (5\right )\right )+1} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-1/(exp(1) - log(log(5)) + 1),x)

[Out]

-x/(exp(1) - log(log(5)) + 1)

________________________________________________________________________________________