3.76.100 \(\int \frac {1}{12} e^{-2+x} (30+5 e^4) \, dx\) [7600]

Optimal. Leaf size=14 \[ \frac {5}{12} e^{-2+x} \left (6+e^4\right ) \]

[Out]

5/12*(exp(4)+6)/exp(2-x)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 14, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 16, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.125, Rules used = {12, 2225} \begin {gather*} \frac {5}{12} \left (6+e^4\right ) e^{x-2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(E^(-2 + x)*(30 + 5*E^4))/12,x]

[Out]

(5*E^(-2 + x)*(6 + E^4))/12

Rule 12

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

Rule 2225

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} &=\frac {1}{12} \left (5 \left (6+e^4\right )\right ) \int e^{-2+x} \, dx\\ &=\frac {5}{12} e^{-2+x} \left (6+e^4\right )\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 14, normalized size = 1.00 \begin {gather*} \frac {5}{12} e^{-2+x} \left (6+e^4\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(E^(-2 + x)*(30 + 5*E^4))/12,x]

[Out]

(5*E^(-2 + x)*(6 + E^4))/12

________________________________________________________________________________________

Maple [A]
time = 0.38, size = 16, normalized size = 1.14

method result size
gosper \(\frac {5 \left ({\mathrm e}^{4}+6\right ) {\mathrm e}^{x -2}}{12}\) \(15\)
default \(\left (\frac {5 \,{\mathrm e}^{4}}{12}+\frac {5}{2}\right ) {\mathrm e}^{x -2}\) \(16\)
norman \(\left (\frac {5 \,{\mathrm e}^{4}}{12}+\frac {5}{2}\right ) {\mathrm e}^{x -2}\) \(16\)
risch \(\frac {5 \,{\mathrm e}^{x -2} {\mathrm e}^{4}}{12}+\frac {5 \,{\mathrm e}^{x -2}}{2}\) \(16\)
derivativedivides \(-\left (-\frac {5 \,{\mathrm e}^{4}}{12}-\frac {5}{2}\right ) {\mathrm e}^{x -2}\) \(17\)
meijerg \(-\frac {5 \,{\mathrm e}^{4+x -x \,{\mathrm e}^{-2}} \left (1-{\mathrm e}^{x \,{\mathrm e}^{-2}}\right )}{12}-\frac {5 \,{\mathrm e}^{x -x \,{\mathrm e}^{-2}} \left (1-{\mathrm e}^{x \,{\mathrm e}^{-2}}\right )}{2}\) \(41\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/12*(5*exp(4)+30)/exp(2-x),x,method=_RETURNVERBOSE)

[Out]

(5/12*exp(4)+5/2)/exp(2-x)

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 10, normalized size = 0.71 \begin {gather*} \frac {5}{12} \, {\left (e^{4} + 6\right )} e^{\left (x - 2\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/12*(5*exp(4)+30)/exp(2-x),x, algorithm="maxima")

[Out]

5/12*(e^4 + 6)*e^(x - 2)

________________________________________________________________________________________

Fricas [A]
time = 0.39, size = 10, normalized size = 0.71 \begin {gather*} \frac {5}{12} \, {\left (e^{4} + 6\right )} e^{\left (x - 2\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/12*(5*exp(4)+30)/exp(2-x),x, algorithm="fricas")

[Out]

5/12*(e^4 + 6)*e^(x - 2)

________________________________________________________________________________________

Sympy [A]
time = 0.03, size = 12, normalized size = 0.86 \begin {gather*} \frac {\left (30 + 5 e^{4}\right ) e^{x - 2}}{12} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/12*(5*exp(4)+30)/exp(2-x),x)

[Out]

(30 + 5*exp(4))*exp(x - 2)/12

________________________________________________________________________________________

Giac [A]
time = 0.41, size = 10, normalized size = 0.71 \begin {gather*} \frac {5}{12} \, {\left (e^{4} + 6\right )} e^{\left (x - 2\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/12*(5*exp(4)+30)/exp(2-x),x, algorithm="giac")

[Out]

5/12*(e^4 + 6)*e^(x - 2)

________________________________________________________________________________________

Mupad [B]
time = 4.44, size = 10, normalized size = 0.71 \begin {gather*} \frac {5\,{\mathrm {e}}^{-2}\,{\mathrm {e}}^x\,\left ({\mathrm {e}}^4+6\right )}{12} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(x - 2)*((5*exp(4))/12 + 5/2),x)

[Out]

(5*exp(-2)*exp(x)*(exp(4) + 6))/12

________________________________________________________________________________________