3.48 \(\int \frac {e^x}{x} \, dx\)

Optimal. Leaf size=2 \[ \operatorname {ExpIntegralEi}(x) \]

[Out]

Ei(x)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 2, 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 = {2178} \[ \text {ExpIntegralEi}(x) \]

Antiderivative was successfully verified.

[In]

Int[E^x/x,x]

[Out]

ExpIntegralEi[x]

Rule 2178

Int[(F_)^((g_.)*((e_.) + (f_.)*(x_)))/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[(F^(g*(e - (c*f)/d))*ExpIntegral
Ei[(f*g*(c + d*x)*Log[F])/d])/d, x] /; FreeQ[{F, c, d, e, f, g}, x] &&  !$UseGamma === True

Rubi steps

\begin {align*} \int \frac {e^x}{x} \, dx &=\text {Ei}(x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 2, normalized size = 1.00 \[ \operatorname {ExpIntegralEi}(x) \]

Antiderivative was successfully verified.

[In]

Integrate[E^x/x,x]

[Out]

ExpIntegralEi[x]

________________________________________________________________________________________

fricas [A]  time = 0.40, size = 2, normalized size = 1.00 \[ {\rm Ei}\relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Ei(x)

________________________________________________________________________________________

giac [A]  time = 1.01, size = 2, normalized size = 1.00 \[ {\rm Ei}\relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Ei(x)

________________________________________________________________________________________

maple [B]  time = 0.00, size = 8, normalized size = 4.00 \[ -\Ei \left (1, -x \right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(x)/x,x)

[Out]

-Ei(1,-x)

________________________________________________________________________________________

maxima [A]  time = 0.71, size = 2, normalized size = 1.00 \[ {\rm Ei}\relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Ei(x)

________________________________________________________________________________________

mupad [B]  time = 0.01, size = 2, normalized size = 1.00 \[ \mathrm {ei}\relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(x)/x,x)

[Out]

ei(x)

________________________________________________________________________________________

sympy [A]  time = 0.71, size = 2, normalized size = 1.00 \[ \operatorname {Ei}{\relax (x )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x)/x,x)

[Out]

Ei(x)

________________________________________________________________________________________