3.165 \(\int \frac {\log (1-c x) \text {Li}_2(c x)}{x} \, dx\)

Optimal. Leaf size=11 \[ -\frac {1}{2} \text {Li}_2(c x){}^2 \]

[Out]

-1/2*polylog(2,c*x)^2

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 11, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 2, integrand size = 16, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.125, Rules used = {6589, 6601} \[ -\frac {1}{2} \text {PolyLog}(2,c x)^2 \]

Antiderivative was successfully verified.

[In]

Int[(Log[1 - c*x]*PolyLog[2, c*x])/x,x]

[Out]

-PolyLog[2, c*x]^2/2

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]

Rule 6601

Int[(Log[1 + (e_.)*(x_)]*PolyLog[2, (c_.)*(x_)])/(x_), x_Symbol] :> -Simp[PolyLog[2, c*x]^2/2, x] /; FreeQ[{c,
 e}, x] && EqQ[c + e, 0]

Rubi steps

\begin {align*} \int \frac {\log (1-c x) \text {Li}_2(c x)}{x} \, dx &=-\frac {1}{2} \text {Li}_2(c x){}^2\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 11, normalized size = 1.00 \[ -\frac {1}{2} \text {Li}_2(c x){}^2 \]

Antiderivative was successfully verified.

[In]

Integrate[(Log[1 - c*x]*PolyLog[2, c*x])/x,x]

[Out]

-1/2*PolyLog[2, c*x]^2

________________________________________________________________________________________

fricas [A]  time = 1.04, size = 8, normalized size = 0.73 \[ -\frac {1}{2} \, {\rm Li}_2\left (c x\right )^{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(-c*x+1)*polylog(2,c*x)/x,x, algorithm="fricas")

[Out]

-1/2*dilog(c*x)^2

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(-c*x+1)*polylog(2,c*x)/x,x, algorithm="giac")

[Out]

integrate(dilog(c*x)*log(-c*x + 1)/x, x)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 10, normalized size = 0.91 \[ -\frac {\polylog \left (2, c x \right )^{2}}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(ln(-c*x+1)*polylog(2,c*x)/x,x)

[Out]

-1/2*polylog(2,c*x)^2

________________________________________________________________________________________

maxima [A]  time = 0.29, size = 8, normalized size = 0.73 \[ -\frac {1}{2} \, {\rm Li}_2\left (c x\right )^{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(-c*x+1)*polylog(2,c*x)/x,x, algorithm="maxima")

[Out]

-1/2*dilog(c*x)^2

________________________________________________________________________________________

mupad [B]  time = 0.24, size = 9, normalized size = 0.82 \[ -\frac {{\mathrm {polylog}\left (2,c\,x\right )}^2}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((log(1 - c*x)*polylog(2, c*x))/x,x)

[Out]

-polylog(2, c*x)^2/2

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\log {\left (- c x + 1 \right )} \operatorname {Li}_{2}\left (c x\right )}{x}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(ln(-c*x+1)*polylog(2,c*x)/x,x)

[Out]

Integral(log(-c*x + 1)*polylog(2, c*x)/x, x)

________________________________________________________________________________________