3.200 \(\int \coth ^{-1}(\cosh (x)) \, dx\)

Optimal. Leaf size=27 \[ -\text{PolyLog}\left (2,-e^x\right )+\text{PolyLog}\left (2,e^x\right )-2 x \tanh ^{-1}\left (e^x\right )+x \coth ^{-1}(\cosh (x)) \]

[Out]

x*ArcCoth[Cosh[x]] - 2*x*ArcTanh[E^x] - PolyLog[2, -E^x] + PolyLog[2, E^x]

________________________________________________________________________________________

Rubi [A]  time = 0.0342236, antiderivative size = 27, normalized size of antiderivative = 1., number of steps used = 6, number of rules used = 4, integrand size = 3, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 1.333, Rules used = {6272, 4182, 2279, 2391} \[ -\text{PolyLog}\left (2,-e^x\right )+\text{PolyLog}\left (2,e^x\right )-2 x \tanh ^{-1}\left (e^x\right )+x \coth ^{-1}(\cosh (x)) \]

Antiderivative was successfully verified.

[In]

Int[ArcCoth[Cosh[x]],x]

[Out]

x*ArcCoth[Cosh[x]] - 2*x*ArcTanh[E^x] - PolyLog[2, -E^x] + PolyLog[2, E^x]

Rule 6272

Int[ArcCoth[u_], x_Symbol] :> Simp[x*ArcCoth[u], x] - Int[SimplifyIntegrand[(x*D[u, x])/(1 - u^2), x], x] /; I
nverseFunctionFreeQ[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 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]

Rubi steps

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

Mathematica [A]  time = 0.0196667, size = 47, normalized size = 1.74 \[ \text{PolyLog}\left (2,-e^{-x}\right )-\text{PolyLog}\left (2,e^{-x}\right )+x \left (\log \left (1-e^{-x}\right )-\log \left (e^{-x}+1\right )\right )+x \coth ^{-1}(\cosh (x)) \]

Antiderivative was successfully verified.

[In]

Integrate[ArcCoth[Cosh[x]],x]

[Out]

x*ArcCoth[Cosh[x]] + x*(Log[1 - E^(-x)] - Log[1 + E^(-x)]) + PolyLog[2, -E^(-x)] - PolyLog[2, E^(-x)]

________________________________________________________________________________________

Maple [A]  time = 0.052, size = 21, normalized size = 0.8 \begin{align*} x{\rm arccoth} \left (\cosh \left ( x \right ) \right )+2\,{\it dilog} \left ({{\rm e}^{-x}} \right ) -{\frac{{\it dilog} \left ({{\rm e}^{-2\,x}} \right ) }{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(arccoth(cosh(x)),x)

[Out]

x*arccoth(cosh(x))+2*dilog(exp(-x))-1/2*dilog(exp(-2*x))

________________________________________________________________________________________

Maxima [A]  time = 1.15314, size = 45, normalized size = 1.67 \begin{align*} x \operatorname{arcoth}\left (\cosh \left (x\right )\right ) - x \log \left (e^{x} + 1\right ) + x \log \left (-e^{x} + 1\right ) -{\rm Li}_2\left (-e^{x}\right ) +{\rm Li}_2\left (e^{x}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arccoth(cosh(x)),x, algorithm="maxima")

[Out]

x*arccoth(cosh(x)) - x*log(e^x + 1) + x*log(-e^x + 1) - dilog(-e^x) + dilog(e^x)

________________________________________________________________________________________

Fricas [B]  time = 1.66712, size = 213, normalized size = 7.89 \begin{align*} \frac{1}{2} \, x \log \left (\frac{\cosh \left (x\right ) + 1}{\cosh \left (x\right ) - 1}\right ) - x \log \left (\cosh \left (x\right ) + \sinh \left (x\right ) + 1\right ) + x \log \left (-\cosh \left (x\right ) - \sinh \left (x\right ) + 1\right ) +{\rm Li}_2\left (\cosh \left (x\right ) + \sinh \left (x\right )\right ) -{\rm Li}_2\left (-\cosh \left (x\right ) - \sinh \left (x\right )\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arccoth(cosh(x)),x, algorithm="fricas")

[Out]

1/2*x*log((cosh(x) + 1)/(cosh(x) - 1)) - x*log(cosh(x) + sinh(x) + 1) + x*log(-cosh(x) - sinh(x) + 1) + dilog(
cosh(x) + sinh(x)) - dilog(-cosh(x) - sinh(x))

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \operatorname{acoth}{\left (\cosh{\left (x \right )} \right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(acoth(cosh(x)),x)

[Out]

Integral(acoth(cosh(x)), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \operatorname{arcoth}\left (\cosh \left (x\right )\right )\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arccoth(cosh(x)),x, algorithm="giac")

[Out]

integrate(arccoth(cosh(x)), x)