\(\int -\frac {60}{-21+20 e^4-15 x} \, dx\) [9848]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [A] (verification not implemented)
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 14, antiderivative size = 20 \[ \int -\frac {60}{-21+20 e^4-15 x} \, dx=4 \log \left (-1+e^4+\frac {1}{4} \left (-\frac {1}{5}+x\right )-x\right ) \]

[Out]

4*ln(-3/4*x-21/20+exp(4))

Rubi [A] (verified)

Time = 0.00 (sec) , antiderivative size = 13, normalized size of antiderivative = 0.65, number of steps used = 2, number of rules used = 2, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.143, Rules used = {12, 31} \[ \int -\frac {60}{-21+20 e^4-15 x} \, dx=4 \log \left (15 x-20 e^4+21\right ) \]

[In]

Int[-60/(-21 + 20*E^4 - 15*x),x]

[Out]

4*Log[21 - 20*E^4 + 15*x]

Rule 12

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

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rubi steps \begin{align*} \text {integral}& = -\left (60 \int \frac {1}{-21+20 e^4-15 x} \, dx\right ) \\ & = 4 \log \left (21-20 e^4+15 x\right ) \\ \end{align*}

Mathematica [A] (verified)

Time = 0.00 (sec) , antiderivative size = 13, normalized size of antiderivative = 0.65 \[ \int -\frac {60}{-21+20 e^4-15 x} \, dx=4 \log \left (21-20 e^4+15 x\right ) \]

[In]

Integrate[-60/(-21 + 20*E^4 - 15*x),x]

[Out]

4*Log[21 - 20*E^4 + 15*x]

Maple [A] (verified)

Time = 0.67 (sec) , antiderivative size = 11, normalized size of antiderivative = 0.55

method result size
parallelrisch \(4 \ln \left (-\frac {4 \,{\mathrm e}^{4}}{3}+x +\frac {7}{5}\right )\) \(11\)
default \(4 \ln \left (20 \,{\mathrm e}^{4}-15 x -21\right )\) \(13\)
norman \(4 \ln \left (20 \,{\mathrm e}^{4}-15 x -21\right )\) \(13\)
risch \(4 \ln \left (-20 \,{\mathrm e}^{4}+15 x +21\right )\) \(13\)
meijerg \(-\frac {60 \left (-\frac {4 \,{\mathrm e}^{4}}{3}+\frac {7}{5}\right ) \ln \left (1-\frac {15 x}{20 \,{\mathrm e}^{4}-21}\right )}{20 \,{\mathrm e}^{4}-21}\) \(31\)

[In]

int(-60/(20*exp(4)-15*x-21),x,method=_RETURNVERBOSE)

[Out]

4*ln(-4/3*exp(4)+x+7/5)

Fricas [A] (verification not implemented)

none

Time = 0.24 (sec) , antiderivative size = 12, normalized size of antiderivative = 0.60 \[ \int -\frac {60}{-21+20 e^4-15 x} \, dx=4 \, \log \left (15 \, x - 20 \, e^{4} + 21\right ) \]

[In]

integrate(-60/(20*exp(4)-15*x-21),x, algorithm="fricas")

[Out]

4*log(15*x - 20*e^4 + 21)

Sympy [A] (verification not implemented)

Time = 0.05 (sec) , antiderivative size = 12, normalized size of antiderivative = 0.60 \[ \int -\frac {60}{-21+20 e^4-15 x} \, dx=4 \log {\left (15 x - 20 e^{4} + 21 \right )} \]

[In]

integrate(-60/(20*exp(4)-15*x-21),x)

[Out]

4*log(15*x - 20*exp(4) + 21)

Maxima [A] (verification not implemented)

none

Time = 0.19 (sec) , antiderivative size = 12, normalized size of antiderivative = 0.60 \[ \int -\frac {60}{-21+20 e^4-15 x} \, dx=4 \, \log \left (15 \, x - 20 \, e^{4} + 21\right ) \]

[In]

integrate(-60/(20*exp(4)-15*x-21),x, algorithm="maxima")

[Out]

4*log(15*x - 20*e^4 + 21)

Giac [A] (verification not implemented)

none

Time = 0.27 (sec) , antiderivative size = 13, normalized size of antiderivative = 0.65 \[ \int -\frac {60}{-21+20 e^4-15 x} \, dx=4 \, \log \left ({\left | 15 \, x - 20 \, e^{4} + 21 \right |}\right ) \]

[In]

integrate(-60/(20*exp(4)-15*x-21),x, algorithm="giac")

[Out]

4*log(abs(15*x - 20*e^4 + 21))

Mupad [B] (verification not implemented)

Time = 0.11 (sec) , antiderivative size = 10, normalized size of antiderivative = 0.50 \[ \int -\frac {60}{-21+20 e^4-15 x} \, dx=4\,\ln \left (x-\frac {4\,{\mathrm {e}}^4}{3}+\frac {7}{5}\right ) \]

[In]

int(60/(15*x - 20*exp(4) + 21),x)

[Out]

4*log(x - (4*exp(4))/3 + 7/5)