3.74.93 \(\int \frac {20 e^{-25+5 x} \log (7-2 e^{-25+5 x})}{63-18 e^{-25+5 x}+(-7+2 e^{-25+5 x}) \log ^2(7-2 e^{-25+5 x})} \, dx\)

Optimal. Leaf size=21 \[ \log \left (4 \left (-9+\log ^2\left (1-2 \left (-3+e^{5 (-5+x)}\right )\right )\right )\right ) \]

________________________________________________________________________________________

Rubi [A]  time = 0.16, antiderivative size = 19, normalized size of antiderivative = 0.90, number of steps used = 3, number of rules used = 5, integrand size = 60, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.083, Rules used = {12, 2282, 6696, 206, 6684} \begin {gather*} \log \left (9-\log ^2\left (7-2 e^{5 x-25}\right )\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(20*E^(-25 + 5*x)*Log[7 - 2*E^(-25 + 5*x)])/(63 - 18*E^(-25 + 5*x) + (-7 + 2*E^(-25 + 5*x))*Log[7 - 2*E^(-
25 + 5*x)]^2),x]

[Out]

Log[9 - Log[7 - 2*E^(-25 + 5*x)]^2]

Rule 12

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

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 2282

Int[u_, x_Symbol] :> With[{v = FunctionOfExponential[u, x]}, Dist[v/D[v, x], Subst[Int[FunctionOfExponentialFu
nction[u, x]/x, x], x, v], x]] /; FunctionOfExponentialQ[u, x] &&  !MatchQ[u, (w_)*((a_.)*(v_)^(n_))^(m_) /; F
reeQ[{a, m, n}, x] && IntegerQ[m*n]] &&  !MatchQ[u, E^((c_.)*((a_.) + (b_.)*x))*(F_)[v_] /; FreeQ[{a, b, c}, x
] && InverseFunctionQ[F[x]]]

Rule 6684

Int[(u_)/(y_), x_Symbol] :> With[{q = DerivativeDivides[y, u, x]}, Simp[q*Log[RemoveContent[y, x]], x] /;  !Fa
lseQ[q]]

Rule 6696

Int[(u_.)*((a_.) + (b_.)*(y_)^(n_))^(p_), x_Symbol] :> With[{q = DerivativeDivides[y, u, x]}, Dist[q, Subst[In
t[(a + b*x^n)^p, x], x, y], x] /;  !FalseQ[q]] /; FreeQ[{a, b, n, p}, x]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=20 \int \frac {e^{-25+5 x} \log \left (7-2 e^{-25+5 x}\right )}{63-18 e^{-25+5 x}+\left (-7+2 e^{-25+5 x}\right ) \log ^2\left (7-2 e^{-25+5 x}\right )} \, dx\\ &=4 \operatorname {Subst}\left (\int \frac {\log (7-2 x)}{(7-2 x) \left (9-\log ^2(7-2 x)\right )} \, dx,x,e^{-25+5 x}\right )\\ &=\log \left (9-\log ^2\left (7-2 e^{-25+5 x}\right )\right )\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.06, size = 19, normalized size = 0.90 \begin {gather*} \log \left (9-\log ^2\left (7-2 e^{-25+5 x}\right )\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(20*E^(-25 + 5*x)*Log[7 - 2*E^(-25 + 5*x)])/(63 - 18*E^(-25 + 5*x) + (-7 + 2*E^(-25 + 5*x))*Log[7 -
2*E^(-25 + 5*x)]^2),x]

[Out]

Log[9 - Log[7 - 2*E^(-25 + 5*x)]^2]

________________________________________________________________________________________

fricas [A]  time = 0.70, size = 29, normalized size = 1.38 \begin {gather*} \log \left (\log \left (-2 \, e^{\left (5 \, x - 25\right )} + 7\right ) + 3\right ) + \log \left (\log \left (-2 \, e^{\left (5 \, x - 25\right )} + 7\right ) - 3\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(20*exp(5*x-25)*log(-2*exp(5*x-25)+7)/((2*exp(5*x-25)-7)*log(-2*exp(5*x-25)+7)^2-18*exp(5*x-25)+63),x
, algorithm="fricas")

[Out]

log(log(-2*e^(5*x - 25) + 7) + 3) + log(log(-2*e^(5*x - 25) + 7) - 3)

________________________________________________________________________________________

giac [A]  time = 0.26, size = 16, normalized size = 0.76 \begin {gather*} \log \left (\log \left (-2 \, e^{\left (5 \, x - 25\right )} + 7\right )^{2} - 9\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(20*exp(5*x-25)*log(-2*exp(5*x-25)+7)/((2*exp(5*x-25)-7)*log(-2*exp(5*x-25)+7)^2-18*exp(5*x-25)+63),x
, algorithm="giac")

[Out]

log(log(-2*e^(5*x - 25) + 7)^2 - 9)

________________________________________________________________________________________

maple [A]  time = 0.06, size = 17, normalized size = 0.81




method result size



derivativedivides \(\ln \left (\ln \left (-2 \,{\mathrm e}^{5 x -25}+7\right )^{2}-9\right )\) \(17\)
default \(\ln \left (\ln \left (-2 \,{\mathrm e}^{5 x -25}+7\right )^{2}-9\right )\) \(17\)
risch \(\ln \left (\ln \left (-2 \,{\mathrm e}^{5 x -25}+7\right )^{2}-9\right )\) \(17\)
norman \(\ln \left (\ln \left (-2 \,{\mathrm e}^{5 x -25}+7\right )-3\right )+\ln \left (\ln \left (-2 \,{\mathrm e}^{5 x -25}+7\right )+3\right )\) \(30\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(20*exp(5*x-25)*ln(-2*exp(5*x-25)+7)/((2*exp(5*x-25)-7)*ln(-2*exp(5*x-25)+7)^2-18*exp(5*x-25)+63),x,method=
_RETURNVERBOSE)

[Out]

ln(ln(-2*exp(5*x-25)+7)^2-9)

________________________________________________________________________________________

maxima [B]  time = 0.37, size = 104, normalized size = 4.95 \begin {gather*} -\frac {1}{3} \, {\left (\log \left (\log \left (-2 \, e^{\left (5 \, x - 25\right )} + 7\right ) + 3\right ) - \log \left (\log \left (-2 \, e^{\left (5 \, x - 25\right )} + 7\right ) - 3\right )\right )} \log \left (-2 \, e^{\left (5 \, x - 25\right )} + 7\right ) + \frac {1}{3} \, {\left (\log \left (-2 \, e^{\left (5 \, x - 25\right )} + 7\right ) + 3\right )} \log \left (\log \left (-2 \, e^{\left (5 \, x - 25\right )} + 7\right ) + 3\right ) - \frac {1}{3} \, {\left (\log \left (-2 \, e^{\left (5 \, x - 25\right )} + 7\right ) - 3\right )} \log \left (\log \left (-2 \, e^{\left (5 \, x - 25\right )} + 7\right ) - 3\right ) - 2 \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(20*exp(5*x-25)*log(-2*exp(5*x-25)+7)/((2*exp(5*x-25)-7)*log(-2*exp(5*x-25)+7)^2-18*exp(5*x-25)+63),x
, algorithm="maxima")

[Out]

-1/3*(log(log(-2*e^(5*x - 25) + 7) + 3) - log(log(-2*e^(5*x - 25) + 7) - 3))*log(-2*e^(5*x - 25) + 7) + 1/3*(l
og(-2*e^(5*x - 25) + 7) + 3)*log(log(-2*e^(5*x - 25) + 7) + 3) - 1/3*(log(-2*e^(5*x - 25) + 7) - 3)*log(log(-2
*e^(5*x - 25) + 7) - 3) - 2

________________________________________________________________________________________

mupad [B]  time = 6.30, size = 16, normalized size = 0.76 \begin {gather*} \ln \left ({\ln \left (7-2\,{\mathrm {e}}^{5\,x-25}\right )}^2-9\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((20*exp(5*x - 25)*log(7 - 2*exp(5*x - 25)))/(log(7 - 2*exp(5*x - 25))^2*(2*exp(5*x - 25) - 7) - 18*exp(5*x
 - 25) + 63),x)

[Out]

log(log(7 - 2*exp(5*x - 25))^2 - 9)

________________________________________________________________________________________

sympy [A]  time = 0.23, size = 15, normalized size = 0.71 \begin {gather*} \log {\left (\log {\left (7 - 2 e^{5 x - 25} \right )}^{2} - 9 \right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(20*exp(5*x-25)*ln(-2*exp(5*x-25)+7)/((2*exp(5*x-25)-7)*ln(-2*exp(5*x-25)+7)**2-18*exp(5*x-25)+63),x)

[Out]

log(log(7 - 2*exp(5*x - 25))**2 - 9)

________________________________________________________________________________________