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

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

[Out]

Ei(a*x)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 4, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 9, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {2178} \[ \text {ExpIntegralEi}(a x) \]

Antiderivative was successfully verified.

[In]

Int[E^(a*x)/x,x]

[Out]

ExpIntegralEi[a*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^{a x}}{x} \, dx &=\text {Ei}(a x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 4, normalized size = 1.00 \[ \operatorname {ExpIntegralEi}(a x) \]

Antiderivative was successfully verified.

[In]

Integrate[E^(a*x)/x,x]

[Out]

ExpIntegralEi[a*x]

________________________________________________________________________________________

fricas [A]  time = 0.40, size = 4, normalized size = 1.00 \[ {\rm Ei}\left (a x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Ei(a*x)

________________________________________________________________________________________

giac [A]  time = 1.17, size = 4, normalized size = 1.00 \[ {\rm Ei}\left (a x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Ei(a*x)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 9, normalized size = 2.25 \[ -\Ei \left (1, -a x \right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(a*x)/x,x)

[Out]

-Ei(1,-a*x)

________________________________________________________________________________________

maxima [A]  time = 0.58, size = 4, normalized size = 1.00 \[ {\rm Ei}\left (a x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Ei(a*x)

________________________________________________________________________________________

mupad [B]  time = 0.01, size = 4, normalized size = 1.00 \[ \mathrm {ei}\left (a\,x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(a*x)/x,x)

[Out]

ei(a*x)

________________________________________________________________________________________

sympy [A]  time = 0.78, size = 3, normalized size = 0.75 \[ \operatorname {Ei}{\left (a x \right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(a*x)/x,x)

[Out]

Ei(a*x)

________________________________________________________________________________________