3.6 \(\int \frac {\text {Li}_2(a x)}{x} \, dx\)

Optimal. Leaf size=5 \[ \text {Li}_3(a x) \]

[Out]

polylog(3,a*x)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 5, 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 = {6589} \[ \text {PolyLog}(3,a x) \]

Antiderivative was successfully verified.

[In]

Int[PolyLog[2, a*x]/x,x]

[Out]

PolyLog[3, a*x]

Rule 6589

Int[PolyLog[n_, (c_.)*((a_.) + (b_.)*(x_))^(p_.)]/((d_.) + (e_.)*(x_)), x_Symbol] :> Simp[PolyLog[n + 1, c*(a
+ b*x)^p]/(e*p), x] /; FreeQ[{a, b, c, d, e, n, p}, x] && EqQ[b*d, a*e]

Rubi steps

\begin {align*} \int \frac {\text {Li}_2(a x)}{x} \, dx &=\text {Li}_3(a x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 5, normalized size = 1.00 \[ \text {Li}_3(a x) \]

Antiderivative was successfully verified.

[In]

Integrate[PolyLog[2, a*x]/x,x]

[Out]

PolyLog[3, a*x]

________________________________________________________________________________________

fricas [F]  time = 0.44, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {{\rm Li}_2\left (a x\right )}{x}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integral(dilog(a*x)/x, x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {{\rm Li}_2\left (a x\right )}{x}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.00, size = 6, normalized size = 1.20 \[ \polylog \left (3, a x \right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(polylog(2,a*x)/x,x)

[Out]

polylog(3,a*x)

________________________________________________________________________________________

maxima [A]  time = 0.32, size = 5, normalized size = 1.00 \[ {\rm Li}_{3}(a x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

polylog(3, a*x)

________________________________________________________________________________________

mupad [B]  time = 0.18, size = 5, normalized size = 1.00 \[ \mathrm {polylog}\left (3,a\,x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(polylog(2, a*x)/x,x)

[Out]

polylog(3, a*x)

________________________________________________________________________________________

sympy [A]  time = 0.80, size = 3, normalized size = 0.60 \[ \operatorname {Li}_{3}\left (a x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(polylog(2,a*x)/x,x)

[Out]

polylog(3, a*x)

________________________________________________________________________________________