3.2.75 \(\int \frac {(g+h \log (1-c x)) \text {PolyLog}(2,c x)}{x^3} \, dx\) [175]

Optimal. Leaf size=266 \[ -c^2 h \log (x)+\frac {1}{2} c^2 h \log (1-c x)-\frac {c h \log (1-c x)}{2 x}+\frac {1}{2} c^2 h \log (c x) \log ^2(1-c x)+\frac {\log (1-c x) (g+h \log (1-c x))}{4 x^2}-\frac {c (1-c x) (g+2 h \log (1-c x))}{4 x}+\frac {1}{4} c^2 (g+2 h \log (1-c x)) \log \left (1-\frac {1}{1-c x}\right )+\frac {c h \text {PolyLog}(2,c x)}{2 x}+\frac {1}{2} c^2 h \log (1-c x) \text {PolyLog}(2,c x)-\frac {(g+h \log (1-c x)) \text {PolyLog}(2,c x)}{2 x^2}-\frac {1}{2} c^2 h \text {PolyLog}\left (2,\frac {1}{1-c x}\right )+c^2 h \log (1-c x) \text {PolyLog}(2,1-c x)-\frac {1}{2} c^2 h \text {PolyLog}(3,c x)-c^2 h \text {PolyLog}(3,1-c x) \]

[Out]

-c^2*h*ln(x)+1/2*c^2*h*ln(-c*x+1)-1/2*c*h*ln(-c*x+1)/x+1/2*c^2*h*ln(c*x)*ln(-c*x+1)^2+1/4*ln(-c*x+1)*(g+h*ln(-
c*x+1))/x^2-1/4*c*(-c*x+1)*(g+2*h*ln(-c*x+1))/x+1/4*c^2*(g+2*h*ln(-c*x+1))*ln(1-1/(-c*x+1))+1/2*c*h*polylog(2,
c*x)/x+1/2*c^2*h*ln(-c*x+1)*polylog(2,c*x)-1/2*(g+h*ln(-c*x+1))*polylog(2,c*x)/x^2-1/2*c^2*h*polylog(2,1/(-c*x
+1))+c^2*h*ln(-c*x+1)*polylog(2,-c*x+1)-1/2*c^2*h*polylog(3,c*x)-c^2*h*polylog(3,-c*x+1)

________________________________________________________________________________________

Rubi [A]
time = 0.26, antiderivative size = 266, normalized size of antiderivative = 1.00, number of steps used = 20, number of rules used = 17, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.850, Rules used = {6738, 2483, 2458, 2389, 2379, 2438, 2351, 31, 6726, 2442, 36, 29, 6724, 6731, 2443, 2481, 2421} \begin {gather*} \frac {1}{4} c^2 \log \left (1-\frac {1}{1-c x}\right ) (2 h \log (1-c x)+g)-\frac {1}{2} c^2 h \text {Li}_2\left (\frac {1}{1-c x}\right )-\frac {1}{2} c^2 h \text {Li}_3(c x)-c^2 h \text {Li}_3(1-c x)+\frac {1}{2} c^2 h \text {Li}_2(c x) \log (1-c x)+c^2 h \text {Li}_2(1-c x) \log (1-c x)+\frac {1}{2} c^2 h \log (c x) \log ^2(1-c x)-c^2 h \log (x)+\frac {1}{2} c^2 h \log (1-c x)-\frac {\text {Li}_2(c x) (h \log (1-c x)+g)}{2 x^2}+\frac {\log (1-c x) (h \log (1-c x)+g)}{4 x^2}-\frac {c (1-c x) (2 h \log (1-c x)+g)}{4 x}+\frac {c h \text {Li}_2(c x)}{2 x}-\frac {c h \log (1-c x)}{2 x} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((g + h*Log[1 - c*x])*PolyLog[2, c*x])/x^3,x]

[Out]

-(c^2*h*Log[x]) + (c^2*h*Log[1 - c*x])/2 - (c*h*Log[1 - c*x])/(2*x) + (c^2*h*Log[c*x]*Log[1 - c*x]^2)/2 + (Log
[1 - c*x]*(g + h*Log[1 - c*x]))/(4*x^2) - (c*(1 - c*x)*(g + 2*h*Log[1 - c*x]))/(4*x) + (c^2*(g + 2*h*Log[1 - c
*x])*Log[1 - (1 - c*x)^(-1)])/4 + (c*h*PolyLog[2, c*x])/(2*x) + (c^2*h*Log[1 - c*x]*PolyLog[2, c*x])/2 - ((g +
 h*Log[1 - c*x])*PolyLog[2, c*x])/(2*x^2) - (c^2*h*PolyLog[2, (1 - c*x)^(-1)])/2 + c^2*h*Log[1 - c*x]*PolyLog[
2, 1 - c*x] - (c^2*h*PolyLog[3, c*x])/2 - c^2*h*PolyLog[3, 1 - c*x]

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 36

Int[1/(((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))), x_Symbol] :> Dist[b/(b*c - a*d), Int[1/(a + b*x), x], x] -
Dist[d/(b*c - a*d), Int[1/(c + d*x), x], x] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0]

Rule 2351

Int[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))*((d_) + (e_.)*(x_)^(r_.))^(q_), x_Symbol] :> Simp[x*(d + e*x^r)^(q +
 1)*((a + b*Log[c*x^n])/d), x] - Dist[b*(n/d), Int[(d + e*x^r)^(q + 1), x], x] /; FreeQ[{a, b, c, d, e, n, q,
r}, x] && EqQ[r*(q + 1) + 1, 0]

Rule 2379

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

Rule 2389

Int[(((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))^(p_.)*((d_) + (e_.)*(x_))^(q_))/(x_), x_Symbol] :> Dist[1/d, Int[(d
 + e*x)^(q + 1)*((a + b*Log[c*x^n])^p/x), x], x] - Dist[e/d, Int[(d + e*x)^q*(a + b*Log[c*x^n])^p, x], x] /; F
reeQ[{a, b, c, d, e, n}, x] && IGtQ[p, 0] && LtQ[q, -1] && IntegerQ[2*q]

Rule 2421

Int[(Log[(d_.)*((e_) + (f_.)*(x_)^(m_.))]*((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))^(p_.))/(x_), x_Symbol] :> Simp
[(-PolyLog[2, (-d)*f*x^m])*((a + b*Log[c*x^n])^p/m), x] + Dist[b*n*(p/m), Int[PolyLog[2, (-d)*f*x^m]*((a + b*L
og[c*x^n])^(p - 1)/x), x], x] /; FreeQ[{a, b, c, d, e, f, m, n}, x] && IGtQ[p, 0] && EqQ[d*e, 1]

Rule 2438

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

Rule 2442

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(b_.))*((f_.) + (g_.)*(x_))^(q_.), x_Symbol] :> Simp[(f + g*
x)^(q + 1)*((a + b*Log[c*(d + e*x)^n])/(g*(q + 1))), x] - Dist[b*e*(n/(g*(q + 1))), Int[(f + g*x)^(q + 1)/(d +
 e*x), x], x] /; FreeQ[{a, b, c, d, e, f, g, n, q}, x] && NeQ[e*f - d*g, 0] && NeQ[q, -1]

Rule 2443

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(b_.))^(p_)/((f_.) + (g_.)*(x_)), x_Symbol] :> Simp[Log[e*((
f + g*x)/(e*f - d*g))]*((a + b*Log[c*(d + e*x)^n])^p/g), x] - Dist[b*e*n*(p/g), Int[Log[(e*(f + g*x))/(e*f - d
*g)]*((a + b*Log[c*(d + e*x)^n])^(p - 1)/(d + e*x)), x], x] /; FreeQ[{a, b, c, d, e, f, g, n, p}, x] && NeQ[e*
f - d*g, 0] && IGtQ[p, 1]

Rule 2458

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(b_.))^(p_.)*((f_.) + (g_.)*(x_))^(q_.)*((h_.) + (i_.)*(x_))
^(r_.), x_Symbol] :> Dist[1/e, Subst[Int[(g*(x/e))^q*((e*h - d*i)/e + i*(x/e))^r*(a + b*Log[c*x^n])^p, x], x,
d + e*x], x] /; FreeQ[{a, b, c, d, e, f, g, h, i, n, p, q, r}, x] && EqQ[e*f - d*g, 0] && (IGtQ[p, 0] || IGtQ[
r, 0]) && IntegerQ[2*r]

Rule 2481

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(b_.))^(p_.)*((f_.) + Log[(h_.)*((i_.) + (j_.)*(x_))^(m_.)]*
(g_.))*((k_.) + (l_.)*(x_))^(r_.), x_Symbol] :> Dist[1/e, Subst[Int[(k*(x/d))^r*(a + b*Log[c*x^n])^p*(f + g*Lo
g[h*((e*i - d*j)/e + j*(x/e))^m]), x], x, d + e*x], x] /; FreeQ[{a, b, c, d, e, f, g, h, i, j, k, l, n, p, r},
 x] && EqQ[e*k - d*l, 0]

Rule 2483

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(b_.))*((f_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(g_.))*
(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)*(a + b*Log[c*(d + e*x)^n])*((f + g*Log[c*(d + e*x)^n])/(m + 1)), x] -
Dist[e*(n/(m + 1)), Int[(x^(m + 1)*(b*f + a*g + 2*b*g*Log[c*(d + e*x)^n]))/(d + e*x), x], x] /; FreeQ[{a, b, c
, d, e, f, g, n, m}, x] && NeQ[m, -1]

Rule 6724

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 6726

Int[((d_.)*(x_))^(m_.)*PolyLog[n_, (a_.)*((b_.)*(x_)^(p_.))^(q_.)], x_Symbol] :> Simp[(d*x)^(m + 1)*(PolyLog[n
, a*(b*x^p)^q]/(d*(m + 1))), x] - Dist[p*(q/(m + 1)), Int[(d*x)^m*PolyLog[n - 1, a*(b*x^p)^q], x], x] /; FreeQ
[{a, b, d, m, p, q}, x] && NeQ[m, -1] && GtQ[n, 0]

Rule 6731

Int[PolyLog[2, (c_.)*((a_.) + (b_.)*(x_))]/((d_.) + (e_.)*(x_)), x_Symbol] :> Simp[Log[1 - a*c - b*c*x]*(PolyL
og[2, c*(a + b*x)]/e), x] + Dist[b/e, Int[Log[1 - a*c - b*c*x]^2/(a + b*x), x], x] /; FreeQ[{a, b, c, d, e}, x
] && EqQ[c*(b*d - a*e) + e, 0]

Rule 6738

Int[((g_.) + Log[(f_.)*((d_.) + (e_.)*(x_))^(n_.)]*(h_.))*(x_)^(m_.)*PolyLog[2, (c_.)*((a_.) + (b_.)*(x_))], x
_Symbol] :> Simp[x^(m + 1)*(g + h*Log[f*(d + e*x)^n])*(PolyLog[2, c*(a + b*x)]/(m + 1)), x] + (Dist[b/(m + 1),
 Int[ExpandIntegrand[(g + h*Log[f*(d + e*x)^n])*Log[1 - a*c - b*c*x], x^(m + 1)/(a + b*x), x], x], x] - Dist[e
*h*(n/(m + 1)), Int[ExpandIntegrand[PolyLog[2, c*(a + b*x)], x^(m + 1)/(d + e*x), x], x], x]) /; FreeQ[{a, b,
c, d, e, f, g, h, n}, x] && IntegerQ[m] && NeQ[m, -1]

Rubi steps

\begin {align*} \int \frac {(g+h \log (1-c x)) \text {Li}_2(c x)}{x^3} \, dx &=-\frac {(g+h \log (1-c x)) \text {Li}_2(c x)}{2 x^2}-\frac {1}{2} \int \frac {\log (1-c x) (g+h \log (1-c x))}{x^3} \, dx-\frac {1}{2} (c h) \int \left (\frac {\text {Li}_2(c x)}{x^2}+\frac {c \text {Li}_2(c x)}{x}-\frac {c^2 \text {Li}_2(c x)}{-1+c x}\right ) \, dx\\ &=\frac {\log (1-c x) (g+h \log (1-c x))}{4 x^2}-\frac {(g+h \log (1-c x)) \text {Li}_2(c x)}{2 x^2}+\frac {1}{4} c \int \frac {g+h \log (1-c x)}{x^2 (1-c x)} \, dx+\frac {1}{4} (c h) \int \frac {\log (1-c x)}{x^2 (1-c x)} \, dx-\frac {1}{2} (c h) \int \frac {\text {Li}_2(c x)}{x^2} \, dx-\frac {1}{2} \left (c^2 h\right ) \int \frac {\text {Li}_2(c x)}{x} \, dx+\frac {1}{2} \left (c^3 h\right ) \int \frac {\text {Li}_2(c x)}{-1+c x} \, dx\\ &=\frac {\log (1-c x) (g+h \log (1-c x))}{4 x^2}+\frac {c h \text {Li}_2(c x)}{2 x}+\frac {1}{2} c^2 h \log (1-c x) \text {Li}_2(c x)-\frac {(g+h \log (1-c x)) \text {Li}_2(c x)}{2 x^2}-\frac {1}{2} c^2 h \text {Li}_3(c x)-\frac {1}{4} \text {Subst}\left (\int \frac {g+h \log (x)}{x \left (\frac {1}{c}-\frac {x}{c}\right )^2} \, dx,x,1-c x\right )+\frac {1}{4} (c h) \int \left (\frac {\log (1-c x)}{x^2}+\frac {c \log (1-c x)}{x}-\frac {c^2 \log (1-c x)}{-1+c x}\right ) \, dx+\frac {1}{2} (c h) \int \frac {\log (1-c x)}{x^2} \, dx+\frac {1}{2} \left (c^2 h\right ) \int \frac {\log ^2(1-c x)}{x} \, dx\\ &=-\frac {c h \log (1-c x)}{2 x}+\frac {1}{2} c^2 h \log (c x) \log ^2(1-c x)+\frac {\log (1-c x) (g+h \log (1-c x))}{4 x^2}+\frac {c h \text {Li}_2(c x)}{2 x}+\frac {1}{2} c^2 h \log (1-c x) \text {Li}_2(c x)-\frac {(g+h \log (1-c x)) \text {Li}_2(c x)}{2 x^2}-\frac {1}{2} c^2 h \text {Li}_3(c x)-\frac {1}{4} \text {Subst}\left (\int \frac {g+h \log (x)}{\left (\frac {1}{c}-\frac {x}{c}\right )^2} \, dx,x,1-c x\right )-\frac {1}{4} c \text {Subst}\left (\int \frac {g+h \log (x)}{x \left (\frac {1}{c}-\frac {x}{c}\right )} \, dx,x,1-c x\right )+\frac {1}{4} (c h) \int \frac {\log (1-c x)}{x^2} \, dx+\frac {1}{4} \left (c^2 h\right ) \int \frac {\log (1-c x)}{x} \, dx-\frac {1}{2} \left (c^2 h\right ) \int \frac {1}{x (1-c x)} \, dx-\frac {1}{4} \left (c^3 h\right ) \int \frac {\log (1-c x)}{-1+c x} \, dx+\left (c^3 h\right ) \int \frac {\log (c x) \log (1-c x)}{1-c x} \, dx\\ &=-\frac {3 c h \log (1-c x)}{4 x}+\frac {1}{2} c^2 h \log (c x) \log ^2(1-c x)-\frac {c (1-c x) (g+h \log (1-c x))}{4 x}+\frac {\log (1-c x) (g+h \log (1-c x))}{4 x^2}-\frac {1}{4} c^2 h \text {Li}_2(c x)+\frac {c h \text {Li}_2(c x)}{2 x}+\frac {1}{2} c^2 h \log (1-c x) \text {Li}_2(c x)-\frac {(g+h \log (1-c x)) \text {Li}_2(c x)}{2 x^2}-\frac {1}{2} c^2 h \text {Li}_3(c x)-\frac {1}{4} c \text {Subst}\left (\int \frac {g+h \log (x)}{\frac {1}{c}-\frac {x}{c}} \, dx,x,1-c x\right )-\frac {1}{4} c^2 \text {Subst}\left (\int \frac {g+h \log (x)}{x} \, dx,x,1-c x\right )+\frac {1}{4} (c h) \text {Subst}\left (\int \frac {1}{\frac {1}{c}-\frac {x}{c}} \, dx,x,1-c x\right )-\frac {1}{4} \left (c^2 h\right ) \int \frac {1}{x (1-c x)} \, dx-\frac {1}{4} \left (c^2 h\right ) \text {Subst}\left (\int \frac {\log (x)}{x} \, dx,x,1-c x\right )-\frac {1}{2} \left (c^2 h\right ) \int \frac {1}{x} \, dx-\left (c^2 h\right ) \text {Subst}\left (\int \frac {\log (x) \log \left (c \left (\frac {1}{c}-\frac {x}{c}\right )\right )}{x} \, dx,x,1-c x\right )-\frac {1}{2} \left (c^3 h\right ) \int \frac {1}{1-c x} \, dx\\ &=\frac {1}{4} c^2 g \log (x)-\frac {3}{4} c^2 h \log (x)+\frac {1}{2} c^2 h \log (1-c x)-\frac {3 c h \log (1-c x)}{4 x}-\frac {1}{8} c^2 h \log ^2(1-c x)+\frac {1}{2} c^2 h \log (c x) \log ^2(1-c x)-\frac {c (1-c x) (g+h \log (1-c x))}{4 x}+\frac {\log (1-c x) (g+h \log (1-c x))}{4 x^2}-\frac {c^2 (g+h \log (1-c x))^2}{8 h}-\frac {1}{4} c^2 h \text {Li}_2(c x)+\frac {c h \text {Li}_2(c x)}{2 x}+\frac {1}{2} c^2 h \log (1-c x) \text {Li}_2(c x)-\frac {(g+h \log (1-c x)) \text {Li}_2(c x)}{2 x^2}+c^2 h \log (1-c x) \text {Li}_2(1-c x)-\frac {1}{2} c^2 h \text {Li}_3(c x)-\frac {1}{4} (c h) \text {Subst}\left (\int \frac {\log (x)}{\frac {1}{c}-\frac {x}{c}} \, dx,x,1-c x\right )-\frac {1}{4} \left (c^2 h\right ) \int \frac {1}{x} \, dx-\left (c^2 h\right ) \text {Subst}\left (\int \frac {\text {Li}_2(x)}{x} \, dx,x,1-c x\right )-\frac {1}{4} \left (c^3 h\right ) \int \frac {1}{1-c x} \, dx\\ &=\frac {1}{4} c^2 g \log (x)-c^2 h \log (x)+\frac {3}{4} c^2 h \log (1-c x)-\frac {3 c h \log (1-c x)}{4 x}-\frac {1}{8} c^2 h \log ^2(1-c x)+\frac {1}{2} c^2 h \log (c x) \log ^2(1-c x)-\frac {c (1-c x) (g+h \log (1-c x))}{4 x}+\frac {\log (1-c x) (g+h \log (1-c x))}{4 x^2}-\frac {c^2 (g+h \log (1-c x))^2}{8 h}-\frac {1}{2} c^2 h \text {Li}_2(c x)+\frac {c h \text {Li}_2(c x)}{2 x}+\frac {1}{2} c^2 h \log (1-c x) \text {Li}_2(c x)-\frac {(g+h \log (1-c x)) \text {Li}_2(c x)}{2 x^2}+c^2 h \log (1-c x) \text {Li}_2(1-c x)-\frac {1}{2} c^2 h \text {Li}_3(c x)-c^2 h \text {Li}_3(1-c x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.18, size = 238, normalized size = 0.89 \begin {gather*} \frac {g \left (-c x+c^2 x^2 \log (x)+\log (1-c x)-c^2 x^2 \log (1-c x)-2 \text {PolyLog}(2,c x)\right )}{4 x^2}+\frac {1}{4} h \left (-2 c^2 \log (x)-2 c^2 \log (c x)+4 c^2 \log (1-c x)-\frac {4 c \log (1-c x)}{x}+2 c^2 \log (c x) \log (1-c x)-c^2 \log ^2(1-c x)+\frac {\log ^2(1-c x)}{x^2}+2 c^2 \log (c x) \log ^2(1-c x)+\frac {2 \left (c x+\left (-1+c^2 x^2\right ) \log (1-c x)\right ) \text {PolyLog}(2,c x)}{x^2}+2 c^2 (1+2 \log (1-c x)) \text {PolyLog}(2,1-c x)-2 c^2 \text {PolyLog}(3,c x)-4 c^2 \text {PolyLog}(3,1-c x)\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((g + h*Log[1 - c*x])*PolyLog[2, c*x])/x^3,x]

[Out]

(g*(-(c*x) + c^2*x^2*Log[x] + Log[1 - c*x] - c^2*x^2*Log[1 - c*x] - 2*PolyLog[2, c*x]))/(4*x^2) + (h*(-2*c^2*L
og[x] - 2*c^2*Log[c*x] + 4*c^2*Log[1 - c*x] - (4*c*Log[1 - c*x])/x + 2*c^2*Log[c*x]*Log[1 - c*x] - c^2*Log[1 -
 c*x]^2 + Log[1 - c*x]^2/x^2 + 2*c^2*Log[c*x]*Log[1 - c*x]^2 + (2*(c*x + (-1 + c^2*x^2)*Log[1 - c*x])*PolyLog[
2, c*x])/x^2 + 2*c^2*(1 + 2*Log[1 - c*x])*PolyLog[2, 1 - c*x] - 2*c^2*PolyLog[3, c*x] - 4*c^2*PolyLog[3, 1 - c
*x]))/4

________________________________________________________________________________________

Maple [F]
time = 0.24, size = 0, normalized size = 0.00 \[\int \frac {\left (g +h \ln \left (-c x +1\right )\right ) \polylog \left (2, c x \right )}{x^{3}}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((g+h*ln(-c*x+1))*polylog(2,c*x)/x^3,x)

[Out]

int((g+h*ln(-c*x+1))*polylog(2,c*x)/x^3,x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/4*(c^2*log(x) - (c*x + (c^2*x^2 - 1)*log(-c*x + 1) + 2*dilog(c*x))/x^2)*g + h*integrate(dilog(c*x)*log(-c*x
+ 1)/x^3, x)

________________________________________________________________________________________

Fricas [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((g+h*log(-c*x+1))*polylog(2,c*x)/x^3,x, algorithm="fricas")

[Out]

integral((h*dilog(c*x)*log(-c*x + 1) + g*dilog(c*x))/x^3, x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\left (g + h \log {\left (- c x + 1 \right )}\right ) \operatorname {Li}_{2}\left (c x\right )}{x^{3}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Integral((g + h*log(-c*x + 1))*polylog(2, c*x)/x**3, 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((g+h*log(-c*x+1))*polylog(2,c*x)/x^3,x, algorithm="giac")

[Out]

integrate((h*log(-c*x + 1) + g)*dilog(c*x)/x^3, x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.00 \begin {gather*} \int \frac {\left (g+h\,\ln \left (1-c\,x\right )\right )\,\mathrm {polylog}\left (2,c\,x\right )}{x^3} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((g + h*log(1 - c*x))*polylog(2, c*x))/x^3,x)

[Out]

int(((g + h*log(1 - c*x))*polylog(2, c*x))/x^3, x)

________________________________________________________________________________________