3.6.66 \(\int \frac {a^x b^x}{x} \, dx\) [566]

Optimal. Leaf size=8 \[ \text {Ei}(x (\log (a)+\log (b))) \]

[Out]

Ei(x*(ln(a)+ln(b)))

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 8, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {2325, 2209} \begin {gather*} \text {Ei}(x (\log (a)+\log (b))) \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

ExpIntegralEi[x*(Log[a] + Log[b])]

Rule 2209

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

Rule 2325

Int[(u_.)*(F_)^(v_)*(G_)^(w_), x_Symbol] :> With[{z = v*Log[F] + w*Log[G]}, Int[u*NormalizeIntegrand[E^z, x],
x] /; BinomialQ[z, x] || (PolynomialQ[z, x] && LeQ[Exponent[z, x], 2])] /; FreeQ[{F, G}, x]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 10, normalized size = 1.25 \begin {gather*} \text {Ei}(x \log (a)+x \log (b)) \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

ExpIntegralEi[x*Log[a] + x*Log[b]]

________________________________________________________________________________________

Maple [C] Result contains complex when optimal does not.
time = 0.02, size = 56, normalized size = 7.00

method result size
meijerg \(-\ln \left (-x \ln \left (b \right ) \left (1+\frac {\ln \left (a \right )}{\ln \left (b \right )}\right )\right )-\expIntegral \left (1, -x \ln \left (b \right ) \left (1+\frac {\ln \left (a \right )}{\ln \left (b \right )}\right )\right )+\ln \left (x \right )+i \pi +\ln \left (\ln \left (b \right )\right )+\ln \left (1+\frac {\ln \left (a \right )}{\ln \left (b \right )}\right )\) \(56\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(a^x*b^x/x,x,method=_RETURNVERBOSE)

[Out]

-ln(-x*ln(b)*(1+ln(a)/ln(b)))-Ei(1,-x*ln(b)*(1+ln(a)/ln(b)))+ln(x)+I*Pi+ln(ln(b))+ln(1+ln(a)/ln(b))

________________________________________________________________________________________

Maxima [A]
time = 0.32, size = 8, normalized size = 1.00 \begin {gather*} {\rm Ei}\left (x {\left (\log \left (a\right ) + \log \left (b\right )\right )}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Ei(x*(log(a) + log(b)))

________________________________________________________________________________________

Fricas [A]
time = 0.39, size = 10, normalized size = 1.25 \begin {gather*} {\rm Ei}\left (x \log \left (a\right ) + x \log \left (b\right )\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Ei(x*log(a) + x*log(b))

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {a^{x} b^{x}}{x}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Integral(a**x*b**x/x, x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(a^x*b^x/x, x)

________________________________________________________________________________________

Mupad [B]
time = 0.03, size = 8, normalized size = 1.00 \begin {gather*} \mathrm {ei}\left (x\,\left (\ln \left (a\right )+\ln \left (b\right )\right )\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a^x*b^x)/x,x)

[Out]

ei(x*(log(a) + log(b)))

________________________________________________________________________________________