3.2.66 \(\int e^{-t} t \, dt\) [166]

Optimal. Leaf size=16 \[ -e^{-t}-e^{-t} t \]

[Out]

-1/exp(t)-t/exp(t)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 16, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 7, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.286, Rules used = {2207, 2225} \begin {gather*} -e^{-t} t-e^{-t} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[t/E^t,t]

[Out]

-E^(-t) - t/E^t

Rule 2207

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] &&  !TrueQ[$UseGamma]

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 {align*} \int e^{-t} t \, dt &=-e^{-t} t+\int e^{-t} \, dt\\ &=-e^{-t}-e^{-t} t\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 11, normalized size = 0.69 \begin {gather*} e^{-t} (-1-t) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[t/E^t,t]

[Out]

(-1 - t)/E^t

________________________________________________________________________________________

Maple [A]
time = 0.01, size = 15, normalized size = 0.94

method result size
gosper \(-\left (1+t \right ) {\mathrm e}^{-t}\) \(10\)
norman \(\left (-1-t \right ) {\mathrm e}^{-t}\) \(11\)
risch \(\left (-1-t \right ) {\mathrm e}^{-t}\) \(11\)
meijerg \(1-\frac {\left (2 t +2\right ) {\mathrm e}^{-t}}{2}\) \(14\)
default \(-{\mathrm e}^{-t}-t \,{\mathrm e}^{-t}\) \(15\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(t/exp(t),t,method=_RETURNVERBOSE)

[Out]

-1/exp(t)-t/exp(t)

________________________________________________________________________________________

Maxima [A]
time = 0.93, size = 9, normalized size = 0.56 \begin {gather*} -{\left (t + 1\right )} e^{\left (-t\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(t/exp(t),t, algorithm="maxima")

[Out]

-(t + 1)*e^(-t)

________________________________________________________________________________________

Fricas [A]
time = 0.67, size = 9, normalized size = 0.56 \begin {gather*} -{\left (t + 1\right )} e^{\left (-t\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(t/exp(t),t, algorithm="fricas")

[Out]

-(t + 1)*e^(-t)

________________________________________________________________________________________

Sympy [A]
time = 0.02, size = 7, normalized size = 0.44 \begin {gather*} \left (- t - 1\right ) e^{- t} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(t/exp(t),t)

[Out]

(-t - 1)*exp(-t)

________________________________________________________________________________________

Giac [A]
time = 0.43, size = 9, normalized size = 0.56 \begin {gather*} -{\left (t + 1\right )} e^{\left (-t\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(t/exp(t),t, algorithm="giac")

[Out]

-(t + 1)*e^(-t)

________________________________________________________________________________________

Mupad [B]
time = 0.02, size = 9, normalized size = 0.56 \begin {gather*} -{\mathrm {e}}^{-t}\,\left (t+1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(t*exp(-t),t)

[Out]

-exp(-t)*(t + 1)

________________________________________________________________________________________