3.161 \(\int e^{\frac {1}{t}} \, dt\)

Optimal. Leaf size=14 \[ e^{\frac {1}{t}} t-\text {Ei}\left (\frac {1}{t}\right ) \]

[Out]

exp(1/t)*t-Ei(1/t)

________________________________________________________________________________________

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 = 5, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.400, Rules used = {2206, 2210} \[ e^{\frac {1}{t}} t-\text {ExpIntegralEi}\left (\frac {1}{t}\right ) \]

Antiderivative was successfully verified.

[In]

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

[Out]

E^t^(-1)*t - ExpIntegralEi[t^(-1)]

Rule 2206

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^(n_)), x_Symbol] :> Simp[((c + d*x)*F^(a + b*(c + d*x)^n))/d, x]
- Dist[b*n*Log[F], Int[(c + d*x)^n*F^(a + b*(c + d*x)^n), x], x] /; FreeQ[{F, a, b, c, d}, x] && IntegerQ[2/n]
 && ILtQ[n, 0]

Rule 2210

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^(n_))/((e_.) + (f_.)*(x_)), x_Symbol] :> Simp[(F^a*ExpIntegralEi[
b*(c + d*x)^n*Log[F]])/(f*n), x] /; FreeQ[{F, a, b, c, d, e, f, n}, x] && EqQ[d*e - c*f, 0]

Rubi steps

\begin {align*} \int e^{\frac {1}{t}} \, dt &=e^{\frac {1}{t}} t+\int \frac {e^{\frac {1}{t}}}{t} \, dt\\ &=e^{\frac {1}{t}} t-\text {Ei}\left (\frac {1}{t}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 14, normalized size = 1.00 \[ e^{\frac {1}{t}} t-\text {Ei}\left (\frac {1}{t}\right ) \]

Antiderivative was successfully verified.

[In]

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

[Out]

E^t^(-1)*t - ExpIntegralEi[t^(-1)]

________________________________________________________________________________________

fricas [A]  time = 0.40, size = 13, normalized size = 0.93 \[ t e^{\frac {1}{t}} - {\rm Ei}\left (\frac {1}{t}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

t*e^(1/t) - Ei(1/t)

________________________________________________________________________________________

giac [A]  time = 0.01, size = 18, normalized size = 1.29 \[ -t {\left (\frac {{\rm Ei}\left (\frac {1}{t}\right )}{t} - e^{\frac {1}{t}}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-t*(Ei(1/t)/t - e^(1/t))

________________________________________________________________________________________

maple [A]  time = 0.00, size = 15, normalized size = 1.07 \[ t \,{\mathrm e}^{\frac {1}{t}}+\Ei \left (1, -\frac {1}{t}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(1/t),t)

[Out]

exp(1/t)*t+Ei(1,-1/t)

________________________________________________________________________________________

maxima [A]  time = 0.65, size = 9, normalized size = 0.64 \[ -\Gamma \left (-1, -\frac {1}{t}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-gamma(-1, -1/t)

________________________________________________________________________________________

mupad [B]  time = 0.02, size = 9, normalized size = 0.64 \[ t\,\mathrm {expint}\left (2,-\frac {1}{t}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(1/t),t)

[Out]

t*expint(2, -1/t)

________________________________________________________________________________________

sympy [A]  time = 1.05, size = 10, normalized size = 0.71 \[ t e^{\frac {1}{t}} - \operatorname {Ei}{\left (\frac {1}{t} \right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(1/t),t)

[Out]

t*exp(1/t) - Ei(1/t)

________________________________________________________________________________________