3.82.11 \(\int -15 e^{\frac {1}{5} (198-75 x)} \, dx\)

Optimal. Leaf size=13 \[ e^{9+15 \left (\frac {51}{25}-x\right )} \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 11, normalized size of antiderivative = 0.85, number of steps used = 2, number of rules used = 2, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.154, Rules used = {12, 2194} \begin {gather*} e^{\frac {3}{5} (66-25 x)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[-15*E^((198 - 75*x)/5),x]

[Out]

E^((3*(66 - 25*x))/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 2194

Int[((F_)^((c_.)*((a_.) + (b_.)*(x_))))^(n_.), x_Symbol] :> Simp[(F^(c*(a + b*x)))^n/(b*c*n*Log[F]), x] /; Fre
eQ[{F, a, b, c, n}, x]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=-\left (15 \int e^{\frac {1}{5} (198-75 x)} \, dx\right )\\ &=e^{\frac {3}{5} (66-25 x)}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 9, normalized size = 0.69 \begin {gather*} e^{\frac {198}{5}-15 x} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[-15*E^((198 - 75*x)/5),x]

[Out]

E^(198/5 - 15*x)

________________________________________________________________________________________

fricas [A]  time = 1.09, size = 6, normalized size = 0.46 \begin {gather*} e^{\left (-15 \, x + \frac {198}{5}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-15*exp(-15*x+198/5),x, algorithm="fricas")

[Out]

e^(-15*x + 198/5)

________________________________________________________________________________________

giac [A]  time = 0.22, size = 6, normalized size = 0.46 \begin {gather*} e^{\left (-15 \, x + \frac {198}{5}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-15*exp(-15*x+198/5),x, algorithm="giac")

[Out]

e^(-15*x + 198/5)

________________________________________________________________________________________

maple [A]  time = 0.02, size = 7, normalized size = 0.54




method result size



gosper \({\mathrm e}^{-15 x +\frac {198}{5}}\) \(7\)
derivativedivides \({\mathrm e}^{-15 x +\frac {198}{5}}\) \(7\)
default \({\mathrm e}^{-15 x +\frac {198}{5}}\) \(7\)
norman \({\mathrm e}^{-15 x +\frac {198}{5}}\) \(7\)
risch \({\mathrm e}^{-15 x +\frac {198}{5}}\) \(7\)
meijerg \(-{\mathrm e}^{\frac {198}{5}} \left (1-{\mathrm e}^{-15 x}\right )\) \(13\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-15*exp(-15*x+198/5),x,method=_RETURNVERBOSE)

[Out]

exp(-15*x+198/5)

________________________________________________________________________________________

maxima [A]  time = 0.36, size = 6, normalized size = 0.46 \begin {gather*} e^{\left (-15 \, x + \frac {198}{5}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-15*exp(-15*x+198/5),x, algorithm="maxima")

[Out]

e^(-15*x + 198/5)

________________________________________________________________________________________

mupad [B]  time = 5.47, size = 7, normalized size = 0.54 \begin {gather*} {\mathrm {e}}^{-15\,x}\,{\mathrm {e}}^{198/5} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-15*exp(198/5 - 15*x),x)

[Out]

exp(-15*x)*exp(198/5)

________________________________________________________________________________________

sympy [A]  time = 0.07, size = 7, normalized size = 0.54 \begin {gather*} e^{\frac {198}{5} - 15 x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-15*exp(-15*x+198/5),x)

[Out]

exp(198/5 - 15*x)

________________________________________________________________________________________