3.25.12 \(\int \frac {2}{-10+5 x+(-2+x) \log (\frac {(100-100 x+25 x^2) \log (5)}{16 e^5})} \, dx\) [2412]

Optimal. Leaf size=20 \[ \log \left (2 \left (5+\log \left (\frac {25 (-2+x)^2 \log (5)}{16 e^5}\right )\right )\right ) \]

[Out]

ln(2*ln(5/4*(-2+x)*(5/4*x-5/2)*ln(5)/exp(5))+10)

________________________________________________________________________________________

Rubi [A]
time = 0.05, antiderivative size = 20, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 5, integrand size = 33, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.152, Rules used = {12, 6873, 2437, 2339, 29} \begin {gather*} \log \left (\log \left (\frac {25 (2-x)^2 \log (5)}{16 e^5}\right )+5\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[2/(-10 + 5*x + (-2 + x)*Log[((100 - 100*x + 25*x^2)*Log[5])/(16*E^5)]),x]

[Out]

Log[5 + Log[(25*(2 - x)^2*Log[5])/(16*E^5)]]

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rule 2339

Int[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))^(p_.)/(x_), x_Symbol] :> Dist[1/(b*n), Subst[Int[x^p, x], x, a + b*L
og[c*x^n]], x] /; FreeQ[{a, b, c, n, p}, x]

Rule 2437

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(b_.))^(p_.)*((f_) + (g_.)*(x_))^(q_.), x_Symbol] :> Dist[1/
e, Subst[Int[(f*(x/d))^q*(a + b*Log[c*x^n])^p, x], x, d + e*x], x] /; FreeQ[{a, b, c, d, e, f, g, n, p, q}, x]
 && EqQ[e*f - d*g, 0]

Rule 6873

Int[u_, x_Symbol] :> With[{v = NormalizeIntegrand[u, x]}, Int[v, x] /; v =!= u]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=2 \int \frac {1}{-10+5 x+(-2+x) \log \left (\frac {\left (100-100 x+25 x^2\right ) \log (5)}{16 e^5}\right )} \, dx\\ &=2 \int \frac {1}{(-2+x) \left (5+\log \left (\frac {25 (-2+x)^2 \log (5)}{16 e^5}\right )\right )} \, dx\\ &=2 \text {Subst}\left (\int \frac {1}{x \left (5+\log \left (\frac {25 x^2 \log (5)}{16 e^5}\right )\right )} \, dx,x,-2+x\right )\\ &=\text {Subst}\left (\int \frac {1}{x} \, dx,x,5+\log \left (\frac {25 (-2+x)^2 \log (5)}{16 e^5}\right )\right )\\ &=\log \left (5+\log \left (\frac {25 (-2+x)^2 \log (5)}{16 e^5}\right )\right )\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]
time = 0.03, size = 18, normalized size = 0.90 \begin {gather*} \log \left (5+\log \left (\frac {25 (-2+x)^2 \log (5)}{16 e^5}\right )\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[2/(-10 + 5*x + (-2 + x)*Log[((100 - 100*x + 25*x^2)*Log[5])/(16*E^5)]),x]

[Out]

Log[5 + Log[(25*(-2 + x)^2*Log[5])/(16*E^5)]]

________________________________________________________________________________________

Maple [A]
time = 0.58, size = 23, normalized size = 1.15

method result size
risch \(\ln \left (\ln \left (\frac {\left (25 x^{2}-100 x +100\right ) \ln \left (5\right ) {\mathrm e}^{-5}}{16}\right )+5\right )\) \(21\)
default \(\ln \left (2 \ln \left (5\right )-4 \ln \left (2\right )+\ln \left (\ln \left (5\right )\right )+\ln \left (x^{2}-4 x +4\right )\right )\) \(23\)
norman \(\ln \left (\ln \left (\frac {\left (25 x^{2}-100 x +100\right ) \ln \left (5\right ) {\mathrm e}^{-5}}{16}\right )+5\right )\) \(23\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(2/((x-2)*ln(1/16*(25*x^2-100*x+100)*ln(5)/exp(5))+5*x-10),x,method=_RETURNVERBOSE)

[Out]

ln(2*ln(5)-4*ln(2)+ln(ln(5))+ln(x^2-4*x+4))

________________________________________________________________________________________

Maxima [A]
time = 0.46, size = 17, normalized size = 0.85 \begin {gather*} \log \left (\log \left (5\right ) - 2 \, \log \left (2\right ) + \log \left (x - 2\right ) + \frac {1}{2} \, \log \left (\log \left (5\right )\right )\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2/((-2+x)*log(1/16*(25*x^2-100*x+100)*log(5)/exp(5))+5*x-10),x, algorithm="maxima")

[Out]

log(log(5) - 2*log(2) + log(x - 2) + 1/2*log(log(5)))

________________________________________________________________________________________

Fricas [A]
time = 0.34, size = 18, normalized size = 0.90 \begin {gather*} \log \left (\log \left (\frac {25}{16} \, {\left (x^{2} - 4 \, x + 4\right )} e^{\left (-5\right )} \log \left (5\right )\right ) + 5\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2/((-2+x)*log(1/16*(25*x^2-100*x+100)*log(5)/exp(5))+5*x-10),x, algorithm="fricas")

[Out]

log(log(25/16*(x^2 - 4*x + 4)*e^(-5)*log(5)) + 5)

________________________________________________________________________________________

Sympy [A]
time = 0.06, size = 26, normalized size = 1.30 \begin {gather*} \log {\left (\log {\left (\frac {\left (\frac {25 x^{2}}{16} - \frac {25 x}{4} + \frac {25}{4}\right ) \log {\left (5 \right )}}{e^{5}} \right )} + 5 \right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2/((-2+x)*ln(1/16*(25*x**2-100*x+100)*ln(5)/exp(5))+5*x-10),x)

[Out]

log(log((25*x**2/16 - 25*x/4 + 25/4)*exp(-5)*log(5)) + 5)

________________________________________________________________________________________

Giac [A]
time = 0.43, size = 27, normalized size = 1.35 \begin {gather*} \log \left (2 \, \log \left (5\right ) - 4 \, \log \left (2\right ) + \log \left (x^{2} \log \left (5\right ) - 4 \, x \log \left (5\right ) + 4 \, \log \left (5\right )\right )\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2/((-2+x)*log(1/16*(25*x^2-100*x+100)*log(5)/exp(5))+5*x-10),x, algorithm="giac")

[Out]

log(2*log(5) - 4*log(2) + log(x^2*log(5) - 4*x*log(5) + 4*log(5)))

________________________________________________________________________________________

Mupad [B]
time = 1.02, size = 20, normalized size = 1.00 \begin {gather*} \ln \left (\ln \left (\frac {{\mathrm {e}}^{-5}\,\ln \left (5\right )\,\left (25\,x^2-100\,x+100\right )}{16}\right )+5\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(2/(5*x + log((exp(-5)*log(5)*(25*x^2 - 100*x + 100))/16)*(x - 2) - 10),x)

[Out]

log(log((exp(-5)*log(5)*(25*x^2 - 100*x + 100))/16) + 5)

________________________________________________________________________________________