3.209 \(\int \log (a \tanh ^2(x)) \, dx\)

Optimal. Leaf size=37 \[ x \log \left (a \tanh ^2(x)\right )+\text {Li}_2\left (-e^{2 x}\right )-\text {Li}_2\left (e^{2 x}\right )+4 x \tanh ^{-1}\left (e^{2 x}\right ) \]

[Out]

4*x*arctanh(exp(2*x))+x*ln(a*tanh(x)^2)+polylog(2,-exp(2*x))-polylog(2,exp(2*x))

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 37, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 6, integrand size = 7, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.857, Rules used = {2548, 12, 5461, 4182, 2279, 2391} \[ \text {PolyLog}\left (2,-e^{2 x}\right )-\text {PolyLog}\left (2,e^{2 x}\right )+x \log \left (a \tanh ^2(x)\right )+4 x \tanh ^{-1}\left (e^{2 x}\right ) \]

Antiderivative was successfully verified.

[In]

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

[Out]

4*x*ArcTanh[E^(2*x)] + x*Log[a*Tanh[x]^2] + PolyLog[2, -E^(2*x)] - PolyLog[2, E^(2*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 2279

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 2391

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 2548

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

Rule 4182

Int[csc[(e_.) + (Complex[0, fz_])*(f_.)*(x_)]*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> Simp[(-2*(c + d*x)^m*Ar
cTanh[E^(-(I*e) + f*fz*x)])/(f*fz*I), x] + (-Dist[(d*m)/(f*fz*I), Int[(c + d*x)^(m - 1)*Log[1 - E^(-(I*e) + f*
fz*x)], x], x] + Dist[(d*m)/(f*fz*I), Int[(c + d*x)^(m - 1)*Log[1 + E^(-(I*e) + f*fz*x)], x], x]) /; FreeQ[{c,
 d, e, f, fz}, x] && IGtQ[m, 0]

Rule 5461

Int[Csch[(a_.) + (b_.)*(x_)]^(n_.)*((c_.) + (d_.)*(x_))^(m_.)*Sech[(a_.) + (b_.)*(x_)]^(n_.), x_Symbol] :> Dis
t[2^n, Int[(c + d*x)^m*Csch[2*a + 2*b*x]^n, x], x] /; FreeQ[{a, b, c, d}, x] && RationalQ[m] && IntegerQ[n]

Rubi steps

\begin {align*} \int \log \left (a \tanh ^2(x)\right ) \, dx &=x \log \left (a \tanh ^2(x)\right )-\int 2 x \text {csch}(x) \text {sech}(x) \, dx\\ &=x \log \left (a \tanh ^2(x)\right )-2 \int x \text {csch}(x) \text {sech}(x) \, dx\\ &=x \log \left (a \tanh ^2(x)\right )-4 \int x \text {csch}(2 x) \, dx\\ &=4 x \tanh ^{-1}\left (e^{2 x}\right )+x \log \left (a \tanh ^2(x)\right )+2 \int \log \left (1-e^{2 x}\right ) \, dx-2 \int \log \left (1+e^{2 x}\right ) \, dx\\ &=4 x \tanh ^{-1}\left (e^{2 x}\right )+x \log \left (a \tanh ^2(x)\right )+\operatorname {Subst}\left (\int \frac {\log (1-x)}{x} \, dx,x,e^{2 x}\right )-\operatorname {Subst}\left (\int \frac {\log (1+x)}{x} \, dx,x,e^{2 x}\right )\\ &=4 x \tanh ^{-1}\left (e^{2 x}\right )+x \log \left (a \tanh ^2(x)\right )+\text {Li}_2\left (-e^{2 x}\right )-\text {Li}_2\left (e^{2 x}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 47, normalized size = 1.27 \[ -\frac {1}{2} \log (1-\tanh (x)) \log \left (a \tanh ^2(x)\right )+\frac {1}{2} \log (\tanh (x)+1) \log \left (a \tanh ^2(x)\right )+\text {Li}_2(-\tanh (x))-\text {Li}_2(\tanh (x)) \]

Antiderivative was successfully verified.

[In]

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

[Out]

-1/2*(Log[1 - Tanh[x]]*Log[a*Tanh[x]^2]) + (Log[a*Tanh[x]^2]*Log[1 + Tanh[x]])/2 + PolyLog[2, -Tanh[x]] - Poly
Log[2, Tanh[x]]

________________________________________________________________________________________

fricas [C]  time = 0.49, size = 129, normalized size = 3.49 \[ x \log \left (\frac {a \cosh \relax (x)^{2} + a \sinh \relax (x)^{2} - a}{\cosh \relax (x)^{2} + \sinh \relax (x)^{2} + 1}\right ) - 2 \, x \log \left (\cosh \relax (x) + \sinh \relax (x) + 1\right ) + 2 \, x \log \left (i \, \cosh \relax (x) + i \, \sinh \relax (x) + 1\right ) + 2 \, x \log \left (-i \, \cosh \relax (x) - i \, \sinh \relax (x) + 1\right ) - 2 \, x \log \left (-\cosh \relax (x) - \sinh \relax (x) + 1\right ) - 2 \, {\rm Li}_2\left (\cosh \relax (x) + \sinh \relax (x)\right ) + 2 \, {\rm Li}_2\left (i \, \cosh \relax (x) + i \, \sinh \relax (x)\right ) + 2 \, {\rm Li}_2\left (-i \, \cosh \relax (x) - i \, \sinh \relax (x)\right ) - 2 \, {\rm Li}_2\left (-\cosh \relax (x) - \sinh \relax (x)\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

x*log((a*cosh(x)^2 + a*sinh(x)^2 - a)/(cosh(x)^2 + sinh(x)^2 + 1)) - 2*x*log(cosh(x) + sinh(x) + 1) + 2*x*log(
I*cosh(x) + I*sinh(x) + 1) + 2*x*log(-I*cosh(x) - I*sinh(x) + 1) - 2*x*log(-cosh(x) - sinh(x) + 1) - 2*dilog(c
osh(x) + sinh(x)) + 2*dilog(I*cosh(x) + I*sinh(x)) + 2*dilog(-I*cosh(x) - I*sinh(x)) - 2*dilog(-cosh(x) - sinh
(x))

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \log \left (a \tanh \relax (x)^{2}\right )\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.34, size = 47, normalized size = 1.27 \[ -\frac {\ln \left (a \left (\tanh ^{2}\relax (x )\right )\right ) \ln \left (\tanh \relax (x )-1\right )}{2}+\frac {\ln \left (a \left (\tanh ^{2}\relax (x )\right )\right ) \ln \left (\tanh \relax (x )+1\right )}{2}+\ln \left (\tanh \relax (x )-1\right ) \ln \left (\tanh \relax (x )\right )+\dilog \left (\tanh \relax (x )+1\right )+\dilog \left (\tanh \relax (x )\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(ln(a*tanh(x)^2),x)

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 1.02, size = 57, normalized size = 1.54 \[ x \log \left (a \tanh \relax (x)^{2}\right ) + 2 \, x \log \left (e^{\left (2 \, x\right )} + 1\right ) - 2 \, x \log \left (e^{x} + 1\right ) - 2 \, x \log \left (-e^{x} + 1\right ) + {\rm Li}_2\left (-e^{\left (2 \, x\right )}\right ) - 2 \, {\rm Li}_2\left (-e^{x}\right ) - 2 \, {\rm Li}_2\left (e^{x}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

x*log(a*tanh(x)^2) + 2*x*log(e^(2*x) + 1) - 2*x*log(e^x + 1) - 2*x*log(-e^x + 1) + dilog(-e^(2*x)) - 2*dilog(-
e^x) - 2*dilog(e^x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.03 \[ \int \ln \left (a\,{\mathrm {tanh}\relax (x)}^2\right ) \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \log {\left (a \tanh ^{2}{\relax (x )} \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________