3.78 \(\int e^{-1-x} \, dx\)

Optimal. Leaf size=9 \[ -e^{-x-1} \]

[Out]

-exp(-1-x)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 9, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 7, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.143, Rules used = {2194} \[ -e^{-x-1} \]

Antiderivative was successfully verified.

[In]

Int[E^(-1 - x),x]

[Out]

-E^(-1 - 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 {align*} \int e^{-1-x} \, dx &=-e^{-1-x}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 9, normalized size = 1.00 \[ -e^{-x-1} \]

Antiderivative was successfully verified.

[In]

Integrate[E^(-1 - x),x]

[Out]

-E^(-1 - x)

________________________________________________________________________________________

fricas [A]  time = 0.41, size = 8, normalized size = 0.89 \[ -e^{\left (-x - 1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(-1-x),x, algorithm="fricas")

[Out]

-e^(-x - 1)

________________________________________________________________________________________

giac [A]  time = 1.15, size = 8, normalized size = 0.89 \[ -e^{\left (-x - 1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(-1-x),x, algorithm="giac")

[Out]

-e^(-x - 1)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 9, normalized size = 1.00 \[ -{\mathrm e}^{-x -1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(-x-1),x)

[Out]

-exp(-x-1)

________________________________________________________________________________________

maxima [A]  time = 0.47, size = 8, normalized size = 0.89 \[ -e^{\left (-x - 1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(-1-x),x, algorithm="maxima")

[Out]

-e^(-x - 1)

________________________________________________________________________________________

mupad [B]  time = 0.03, size = 8, normalized size = 0.89 \[ -{\mathrm {e}}^{-x-1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(- x - 1),x)

[Out]

-exp(- x - 1)

________________________________________________________________________________________

sympy [A]  time = 0.08, size = 7, normalized size = 0.78 \[ - e^{- x - 1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(-1-x),x)

[Out]

-exp(-x - 1)

________________________________________________________________________________________