\(\int \log (a \sin ^2(x)) \, dx\) [162]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [B] (verified)
   Fricas [B] (verification not implemented)
   Sympy [F]
   Maxima [B] (verification not implemented)
   Giac [F]
   Mupad [F(-1)]

Optimal result

Integrand size = 7, antiderivative size = 45 \[ \int \log \left (a \sin ^2(x)\right ) \, dx=i x^2-2 x \log \left (1-e^{2 i x}\right )+x \log \left (a \sin ^2(x)\right )+i \operatorname {PolyLog}\left (2,e^{2 i x}\right ) \]

[Out]

I*x^2-2*x*ln(1-exp(2*I*x))+x*ln(a*sin(x)^2)+I*polylog(2,exp(2*I*x))

Rubi [A] (verified)

Time = 0.04 (sec) , antiderivative size = 45, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 6, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.857, Rules used = {2628, 12, 3798, 2221, 2317, 2438} \[ \int \log \left (a \sin ^2(x)\right ) \, dx=x \log \left (a \sin ^2(x)\right )+i \operatorname {PolyLog}\left (2,e^{2 i x}\right )+i x^2-2 x \log \left (1-e^{2 i x}\right ) \]

[In]

Int[Log[a*Sin[x]^2],x]

[Out]

I*x^2 - 2*x*Log[1 - E^((2*I)*x)] + x*Log[a*Sin[x]^2] + I*PolyLog[2, E^((2*I)*x)]

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 2221

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

Rule 2317

Int[Log[(a_) + (b_.)*((F_)^((e_.)*((c_.) + (d_.)*(x_))))^(n_.)], x_Symbol] :> Dist[1/(d*e*n*Log[F]), Subst[Int
[Log[a + b*x]/x, x], x, (F^(e*(c + d*x)))^n], x] /; FreeQ[{F, a, b, c, d, e, n}, x] && GtQ[a, 0]

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 2628

Int[Log[u_], x_Symbol] :> Simp[x*Log[u], x] - Int[SimplifyIntegrand[x*(D[u, x]/u), x], x] /; InverseFunctionFr
eeQ[u, x]

Rule 3798

Int[((c_.) + (d_.)*(x_))^(m_.)*tan[(e_.) + Pi*(k_.) + (f_.)*(x_)], x_Symbol] :> Simp[I*((c + d*x)^(m + 1)/(d*(
m + 1))), x] - Dist[2*I, Int[(c + d*x)^m*E^(2*I*k*Pi)*(E^(2*I*(e + f*x))/(1 + E^(2*I*k*Pi)*E^(2*I*(e + f*x))))
, x], x] /; FreeQ[{c, d, e, f}, x] && IntegerQ[4*k] && IGtQ[m, 0]

Rubi steps \begin{align*} \text {integral}& = x \log \left (a \sin ^2(x)\right )-\int 2 x \cot (x) \, dx \\ & = x \log \left (a \sin ^2(x)\right )-2 \int x \cot (x) \, dx \\ & = i x^2+x \log \left (a \sin ^2(x)\right )+4 i \int \frac {e^{2 i x} x}{1-e^{2 i x}} \, dx \\ & = i x^2-2 x \log \left (1-e^{2 i x}\right )+x \log \left (a \sin ^2(x)\right )+2 \int \log \left (1-e^{2 i x}\right ) \, dx \\ & = i x^2-2 x \log \left (1-e^{2 i x}\right )+x \log \left (a \sin ^2(x)\right )-i \text {Subst}\left (\int \frac {\log (1-x)}{x} \, dx,x,e^{2 i x}\right ) \\ & = i x^2-2 x \log \left (1-e^{2 i x}\right )+x \log \left (a \sin ^2(x)\right )+i \text {Li}_2\left (e^{2 i x}\right ) \\ \end{align*}

Mathematica [A] (verified)

Time = 0.01 (sec) , antiderivative size = 43, normalized size of antiderivative = 0.96 \[ \int \log \left (a \sin ^2(x)\right ) \, dx=x \left (i x-2 \log \left (1-e^{2 i x}\right )+\log \left (a \sin ^2(x)\right )\right )+i \operatorname {PolyLog}\left (2,e^{2 i x}\right ) \]

[In]

Integrate[Log[a*Sin[x]^2],x]

[Out]

x*(I*x - 2*Log[1 - E^((2*I)*x)] + Log[a*Sin[x]^2]) + I*PolyLog[2, E^((2*I)*x)]

Maple [B] (verified)

Both result and optimal contain complex but leaf count of result is larger than twice the leaf count of optimal. 85 vs. \(2 (39 ) = 78\).

Time = 1.25 (sec) , antiderivative size = 86, normalized size of antiderivative = 1.91

method result size
default \(-i \left (\ln \left ({\mathrm e}^{i x}\right ) \ln \left (-a \left ({\mathrm e}^{2 i x}-1\right )^{2} {\mathrm e}^{-2 i x}\right )+\ln \left ({\mathrm e}^{i x}\right )^{2}-2 \ln \left ({\mathrm e}^{i x}\right ) \ln \left ({\mathrm e}^{i x}+1\right )-2 \operatorname {dilog}\left ({\mathrm e}^{i x}+1\right )+2 \operatorname {dilog}\left ({\mathrm e}^{i x}\right )-2 \ln \left (2\right ) \ln \left ({\mathrm e}^{i x}\right )\right )\) \(86\)
risch \(-2 x \ln \left ({\mathrm e}^{i x}\right )+i x^{2}-2 i \ln \left ({\mathrm e}^{i x}\right ) \ln \left ({\mathrm e}^{2 i x}-1\right )+\frac {i \pi \,\operatorname {csgn}\left (i {\mathrm e}^{-2 i x}\right ) \operatorname {csgn}\left (i {\mathrm e}^{-2 i x} \left ({\mathrm e}^{2 i x}-1\right )^{2}\right )^{2} x}{2}+\frac {i \pi {\operatorname {csgn}\left (i a \left ({\mathrm e}^{2 i x}-1\right )^{2} {\mathrm e}^{-2 i x}\right )}^{2} \operatorname {csgn}\left (i a \right ) x}{2}+i \pi x -i \pi \,\operatorname {csgn}\left (i {\mathrm e}^{i x}\right ) \operatorname {csgn}\left (i {\mathrm e}^{2 i x}\right )^{2} x +\frac {i \pi {\operatorname {csgn}\left (i a \left ({\mathrm e}^{2 i x}-1\right )^{2} {\mathrm e}^{-2 i x}\right )}^{3} x}{2}-\frac {i \pi {\operatorname {csgn}\left (i \left ({\mathrm e}^{2 i x}-1\right )^{2}\right )}^{3} x}{2}-2 x \ln \left (2\right )+\ln \left (a \right ) x +\frac {i \pi \operatorname {csgn}\left (i {\mathrm e}^{2 i x}\right )^{3} x}{2}+\frac {i \pi \,\operatorname {csgn}\left (i \left ({\mathrm e}^{2 i x}-1\right )^{2}\right ) \operatorname {csgn}\left (i {\mathrm e}^{-2 i x} \left ({\mathrm e}^{2 i x}-1\right )^{2}\right )^{2} x}{2}-\frac {i \pi {\operatorname {csgn}\left (i \left ({\mathrm e}^{2 i x}-1\right )\right )}^{2} \operatorname {csgn}\left (i \left ({\mathrm e}^{2 i x}-1\right )^{2}\right ) x}{2}+2 i \ln \left ({\mathrm e}^{i x}\right ) \ln \left ({\mathrm e}^{i x}+1\right )-\frac {i \pi \,\operatorname {csgn}\left (i {\mathrm e}^{-2 i x} \left ({\mathrm e}^{2 i x}-1\right )^{2}\right ) \operatorname {csgn}\left (i a \left ({\mathrm e}^{2 i x}-1\right )^{2} {\mathrm e}^{-2 i x}\right ) \operatorname {csgn}\left (i a \right ) x}{2}+2 i \operatorname {dilog}\left ({\mathrm e}^{i x}+1\right )+\frac {i \pi \operatorname {csgn}\left (i {\mathrm e}^{i x}\right )^{2} \operatorname {csgn}\left (i {\mathrm e}^{2 i x}\right ) x}{2}-2 i \operatorname {dilog}\left ({\mathrm e}^{i x}\right )-i \pi {\operatorname {csgn}\left (i a \left ({\mathrm e}^{2 i x}-1\right )^{2} {\mathrm e}^{-2 i x}\right )}^{2} x +\frac {i \pi \,\operatorname {csgn}\left (i {\mathrm e}^{-2 i x} \left ({\mathrm e}^{2 i x}-1\right )^{2}\right ) {\operatorname {csgn}\left (i a \left ({\mathrm e}^{2 i x}-1\right )^{2} {\mathrm e}^{-2 i x}\right )}^{2} x}{2}-\frac {i \pi \,\operatorname {csgn}\left (i \left ({\mathrm e}^{2 i x}-1\right )^{2}\right ) \operatorname {csgn}\left (i {\mathrm e}^{-2 i x}\right ) \operatorname {csgn}\left (i {\mathrm e}^{-2 i x} \left ({\mathrm e}^{2 i x}-1\right )^{2}\right ) x}{2}+i \pi \,\operatorname {csgn}\left (i \left ({\mathrm e}^{2 i x}-1\right )\right ) {\operatorname {csgn}\left (i \left ({\mathrm e}^{2 i x}-1\right )^{2}\right )}^{2} x -\frac {i \pi \operatorname {csgn}\left (i {\mathrm e}^{-2 i x} \left ({\mathrm e}^{2 i x}-1\right )^{2}\right )^{3} x}{2}\) \(549\)

[In]

int(ln(a*sin(x)^2),x,method=_RETURNVERBOSE)

[Out]

-I*(ln(exp(I*x))*ln(-a*(exp(I*x)^2-1)^2/exp(I*x)^2)+ln(exp(I*x))^2-2*ln(exp(I*x))*ln(exp(I*x)+1)-2*dilog(exp(I
*x)+1)+2*dilog(exp(I*x))-2*ln(2)*ln(exp(I*x)))

Fricas [B] (verification not implemented)

Both result and optimal contain complex but leaf count of result is larger than twice the leaf count of optimal. 109 vs. \(2 (34) = 68\).

Time = 0.39 (sec) , antiderivative size = 109, normalized size of antiderivative = 2.42 \[ \int \log \left (a \sin ^2(x)\right ) \, dx=x \log \left (-a \cos \left (x\right )^{2} + a\right ) - x \log \left (\cos \left (x\right ) + i \, \sin \left (x\right ) + 1\right ) - x \log \left (\cos \left (x\right ) - i \, \sin \left (x\right ) + 1\right ) - x \log \left (-\cos \left (x\right ) + i \, \sin \left (x\right ) + 1\right ) - x \log \left (-\cos \left (x\right ) - i \, \sin \left (x\right ) + 1\right ) + i \, {\rm Li}_2\left (\cos \left (x\right ) + i \, \sin \left (x\right )\right ) - i \, {\rm Li}_2\left (\cos \left (x\right ) - i \, \sin \left (x\right )\right ) - i \, {\rm Li}_2\left (-\cos \left (x\right ) + i \, \sin \left (x\right )\right ) + i \, {\rm Li}_2\left (-\cos \left (x\right ) - i \, \sin \left (x\right )\right ) \]

[In]

integrate(log(a*sin(x)^2),x, algorithm="fricas")

[Out]

x*log(-a*cos(x)^2 + a) - x*log(cos(x) + I*sin(x) + 1) - x*log(cos(x) - I*sin(x) + 1) - x*log(-cos(x) + I*sin(x
) + 1) - x*log(-cos(x) - I*sin(x) + 1) + I*dilog(cos(x) + I*sin(x)) - I*dilog(cos(x) - I*sin(x)) - I*dilog(-co
s(x) + I*sin(x)) + I*dilog(-cos(x) - I*sin(x))

Sympy [F]

\[ \int \log \left (a \sin ^2(x)\right ) \, dx=\int \log {\left (a \sin ^{2}{\left (x \right )} \right )}\, dx \]

[In]

integrate(ln(a*sin(x)**2),x)

[Out]

Integral(log(a*sin(x)**2), x)

Maxima [B] (verification not implemented)

Both result and optimal contain complex but leaf count of result is larger than twice the leaf count of optimal. 89 vs. \(2 (34) = 68\).

Time = 0.38 (sec) , antiderivative size = 89, normalized size of antiderivative = 1.98 \[ \int \log \left (a \sin ^2(x)\right ) \, dx=i \, x^{2} - 2 i \, x \arctan \left (\sin \left (x\right ), \cos \left (x\right ) + 1\right ) + 2 i \, x \arctan \left (\sin \left (x\right ), -\cos \left (x\right ) + 1\right ) + x \log \left (a \sin \left (x\right )^{2}\right ) - x \log \left (\cos \left (x\right )^{2} + \sin \left (x\right )^{2} + 2 \, \cos \left (x\right ) + 1\right ) - x \log \left (\cos \left (x\right )^{2} + \sin \left (x\right )^{2} - 2 \, \cos \left (x\right ) + 1\right ) + 2 i \, {\rm Li}_2\left (-e^{\left (i \, x\right )}\right ) + 2 i \, {\rm Li}_2\left (e^{\left (i \, x\right )}\right ) \]

[In]

integrate(log(a*sin(x)^2),x, algorithm="maxima")

[Out]

I*x^2 - 2*I*x*arctan2(sin(x), cos(x) + 1) + 2*I*x*arctan2(sin(x), -cos(x) + 1) + x*log(a*sin(x)^2) - x*log(cos
(x)^2 + sin(x)^2 + 2*cos(x) + 1) - x*log(cos(x)^2 + sin(x)^2 - 2*cos(x) + 1) + 2*I*dilog(-e^(I*x)) + 2*I*dilog
(e^(I*x))

Giac [F]

\[ \int \log \left (a \sin ^2(x)\right ) \, dx=\int { \log \left (a \sin \left (x\right )^{2}\right ) \,d x } \]

[In]

integrate(log(a*sin(x)^2),x, algorithm="giac")

[Out]

integrate(log(a*sin(x)^2), x)

Mupad [F(-1)]

Timed out. \[ \int \log \left (a \sin ^2(x)\right ) \, dx=\int \ln \left (a\,{\sin \left (x\right )}^2\right ) \,d x \]

[In]

int(log(a*sin(x)^2),x)

[Out]

int(log(a*sin(x)^2), x)