3.57.73 \(\int e^{-\frac {9+e^2 (5+2 x)}{e^2}} (1-2 x) \, dx\)

Optimal. Leaf size=21 \[ 2+\frac {4}{e^2}+e^{-5-\frac {9}{e^2}-2 x} x \]

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 38, normalized size of antiderivative = 1.81, number of steps used = 3, number of rules used = 3, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.125, Rules used = {2187, 2176, 2194} \begin {gather*} \frac {1}{2} e^{-2 x-\frac {9}{e^2}-5}-\frac {1}{2} e^{-2 x-\frac {9}{e^2}-5} (1-2 x) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(1 - 2*x)/E^((9 + E^2*(5 + 2*x))/E^2),x]

[Out]

E^(-5 - 9/E^2 - 2*x)/2 - (E^(-5 - 9/E^2 - 2*x)*(1 - 2*x))/2

Rule 2176

Int[((b_.)*(F_)^((g_.)*((e_.) + (f_.)*(x_))))^(n_.)*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> Simp[((c + d*x)^m
*(b*F^(g*(e + f*x)))^n)/(f*g*n*Log[F]), x] - Dist[(d*m)/(f*g*n*Log[F]), Int[(c + d*x)^(m - 1)*(b*F^(g*(e + f*x
)))^n, x], x] /; FreeQ[{F, b, c, d, e, f, g, n}, x] && GtQ[m, 0] && IntegerQ[2*m] &&  !$UseGamma === True

Rule 2187

Int[((a_.) + (b_.)*((F_)^((g_.)*(v_)))^(n_.))^(p_.)*(u_)^(m_.), x_Symbol] :> Int[NormalizePowerOfLinear[u, x]^
m*(a + b*(F^(g*ExpandToSum[v, x]))^n)^p, x] /; FreeQ[{F, a, b, g, n, p}, x] && LinearQ[v, x] && PowerOfLinearQ
[u, x] &&  !(LinearMatchQ[v, x] && PowerOfLinearMatchQ[u, x]) && IntegerQ[m]

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

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 14, normalized size = 0.67 \begin {gather*} e^{-5-\frac {9}{e^2}-2 x} x \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(1 - 2*x)/E^((9 + E^2*(5 + 2*x))/E^2),x]

[Out]

E^(-5 - 9/E^2 - 2*x)*x

________________________________________________________________________________________

fricas [A]  time = 0.85, size = 17, normalized size = 0.81 \begin {gather*} x e^{\left (-{\left ({\left (2 \, x + 5\right )} e^{2} + 9\right )} e^{\left (-2\right )}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

x*e^(-((2*x + 5)*e^2 + 9)*e^(-2))

________________________________________________________________________________________

giac [A]  time = 0.15, size = 18, normalized size = 0.86 \begin {gather*} x e^{\left (-{\left (2 \, x e^{2} + 5 \, e^{2} + 9\right )} e^{\left (-2\right )}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

x*e^(-(2*x*e^2 + 5*e^2 + 9)*e^(-2))

________________________________________________________________________________________

maple [A]  time = 0.10, size = 19, normalized size = 0.90




method result size



risch \(x \,{\mathrm e}^{-\left (2 \,{\mathrm e}^{2} x +5 \,{\mathrm e}^{2}+9\right ) {\mathrm e}^{-2}}\) \(19\)
norman \(x \,{\mathrm e}^{-\left (\left (5+2 x \right ) {\mathrm e}^{2}+9\right ) {\mathrm e}^{-2}}\) \(21\)
gosper \(x \,{\mathrm e}^{-\left (2 \,{\mathrm e}^{2} x +5 \,{\mathrm e}^{2}+9\right ) {\mathrm e}^{-2}}\) \(22\)
meijerg \(\frac {{\mathrm e}^{-2 x -9 \,{\mathrm e}^{-2}+2 \,{\mathrm e}^{-5} x} \left (1-{\mathrm e}^{-2 \,{\mathrm e}^{-5} x}\right )}{2}-\frac {{\mathrm e}^{-2 x -9 \,{\mathrm e}^{-2}+2 \,{\mathrm e}^{-5} x +5} \left (1-\frac {\left (2+4 \,{\mathrm e}^{-5} x \right ) {\mathrm e}^{-2 \,{\mathrm e}^{-5} x}}{2}\right )}{2}\) \(62\)
derivativedivides \(-\frac {5 \,{\mathrm e}^{-2 x -\left (5 \,{\mathrm e}^{2}+9\right ) {\mathrm e}^{-2}}}{2}+\frac {{\mathrm e}^{-2 x -\left (5 \,{\mathrm e}^{2}+9\right ) {\mathrm e}^{-2}} \left (2 x +\left (5 \,{\mathrm e}^{2}+9\right ) {\mathrm e}^{-2}\right )}{2}-\frac {9 \,{\mathrm e}^{-2 x -\left (5 \,{\mathrm e}^{2}+9\right ) {\mathrm e}^{-2}} {\mathrm e}^{-2}}{2}\) \(81\)
default \(-\frac {5 \,{\mathrm e}^{-2 x -\left (5 \,{\mathrm e}^{2}+9\right ) {\mathrm e}^{-2}}}{2}+\frac {{\mathrm e}^{-2 x -\left (5 \,{\mathrm e}^{2}+9\right ) {\mathrm e}^{-2}} \left (2 x +\left (5 \,{\mathrm e}^{2}+9\right ) {\mathrm e}^{-2}\right )}{2}-\frac {9 \,{\mathrm e}^{-2 x -\left (5 \,{\mathrm e}^{2}+9\right ) {\mathrm e}^{-2}} {\mathrm e}^{-2}}{2}\) \(81\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

x*exp(-(2*exp(2)*x+5*exp(2)+9)*exp(-2))

________________________________________________________________________________________

maxima [A]  time = 0.36, size = 30, normalized size = 1.43 \begin {gather*} \frac {1}{2} \, {\left (2 \, x + 1\right )} e^{\left (-2 \, x - 9 \, e^{\left (-2\right )} - 5\right )} - \frac {1}{2} \, e^{\left (-2 \, x - 9 \, e^{\left (-2\right )} - 5\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*(2*x + 1)*e^(-2*x - 9*e^(-2) - 5) - 1/2*e^(-2*x - 9*e^(-2) - 5)

________________________________________________________________________________________

mupad [B]  time = 0.06, size = 13, normalized size = 0.62 \begin {gather*} x\,{\mathrm {e}}^{-9\,{\mathrm {e}}^{-2}}\,{\mathrm {e}}^{-2\,x}\,{\mathrm {e}}^{-5} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-exp(-exp(-2)*(exp(2)*(2*x + 5) + 9))*(2*x - 1),x)

[Out]

x*exp(-9*exp(-2))*exp(-2*x)*exp(-5)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-2*x)/exp(((5+2*x)*exp(2)+9)/exp(2)),x)

[Out]

x*exp(-((2*x + 5)*exp(2) + 9)*exp(-2))

________________________________________________________________________________________