3.121 \(\int \frac {\text {Li}_n(a x^q)}{x} \, dx\)

Optimal. Leaf size=13 \[ \frac {\text {Li}_{n+1}\left (a x^q\right )}{q} \]

[Out]

polylog(1+n,a*x^q)/q

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 13, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.091, Rules used = {6589} \[ \frac {\text {PolyLog}\left (n+1,a x^q\right )}{q} \]

Antiderivative was successfully verified.

[In]

Int[PolyLog[n, a*x^q]/x,x]

[Out]

PolyLog[1 + n, a*x^q]/q

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}_n\left (a x^q\right )}{x} \, dx &=\frac {\text {Li}_{1+n}\left (a x^q\right )}{q}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 13, normalized size = 1.00 \[ \frac {\text {Li}_{n+1}\left (a x^q\right )}{q} \]

Antiderivative was successfully verified.

[In]

Integrate[PolyLog[n, a*x^q]/x,x]

[Out]

PolyLog[1 + n, a*x^q]/q

________________________________________________________________________________________

fricas [F]  time = 1.03, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {{\rm polylog}\left (n, a x^{q}\right )}{x}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(polylog(n,a*x^q)/x,x, algorithm="fricas")

[Out]

integral(polylog(n, a*x^q)/x, x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {{\rm Li}_{n}(a x^{q})}{x}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(polylog(n,a*x^q)/x,x, algorithm="giac")

[Out]

integrate(polylog(n, a*x^q)/x, x)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 14, normalized size = 1.08 \[ \frac {\polylog \left (1+n , a \,x^{q}\right )}{q} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(polylog(n,a*x^q)/x,x)

[Out]

polylog(1+n,a*x^q)/q

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {{\rm Li}_{n}(a x^{q})}{x}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(polylog(n,a*x^q)/x,x, algorithm="maxima")

[Out]

integrate(polylog(n, a*x^q)/x, x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.08 \[ \int \frac {\mathrm {polylog}\left (n,a\,x^q\right )}{x} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(polylog(n, a*x^q)/x,x)

[Out]

int(polylog(n, a*x^q)/x, x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\operatorname {Li}_{n}\left (a x^{q}\right )}{x}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(polylog(n,a*x**q)/x,x)

[Out]

Integral(polylog(n, a*x**q)/x, x)

________________________________________________________________________________________