\(\int x \coth ^{-1}(\cosh (x)) \, dx\) [201]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [C] (warning: unable to verify)
   Fricas [B] (verification not implemented)
   Sympy [F]
   Maxima [A] (verification not implemented)
   Giac [F]
   Mupad [F(-1)]

Optimal result

Integrand size = 5, antiderivative size = 51 \[ \int x \coth ^{-1}(\cosh (x)) \, dx=\frac {1}{2} x^2 \coth ^{-1}(\cosh (x))-x^2 \text {arctanh}\left (e^x\right )-x \operatorname {PolyLog}\left (2,-e^x\right )+x \operatorname {PolyLog}\left (2,e^x\right )+\operatorname {PolyLog}\left (3,-e^x\right )-\operatorname {PolyLog}\left (3,e^x\right ) \]

[Out]

1/2*x^2*arccoth(cosh(x))-x^2*arctanh(exp(x))-x*polylog(2,-exp(x))+x*polylog(2,exp(x))+polylog(3,-exp(x))-polyl
og(3,exp(x))

Rubi [A] (verified)

Time = 0.05 (sec) , antiderivative size = 51, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 5, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 1.000, Rules used = {6409, 4267, 2611, 2320, 6724} \[ \int x \coth ^{-1}(\cosh (x)) \, dx=-x^2 \text {arctanh}\left (e^x\right )-x \operatorname {PolyLog}\left (2,-e^x\right )+x \operatorname {PolyLog}\left (2,e^x\right )+\operatorname {PolyLog}\left (3,-e^x\right )-\operatorname {PolyLog}\left (3,e^x\right )+\frac {1}{2} x^2 \coth ^{-1}(\cosh (x)) \]

[In]

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

[Out]

(x^2*ArcCoth[Cosh[x]])/2 - x^2*ArcTanh[E^x] - x*PolyLog[2, -E^x] + x*PolyLog[2, E^x] + PolyLog[3, -E^x] - Poly
Log[3, E^x]

Rule 2320

Int[u_, x_Symbol] :> With[{v = FunctionOfExponential[u, x]}, Dist[v/D[v, x], Subst[Int[FunctionOfExponentialFu
nction[u, x]/x, x], x, v], x]] /; FunctionOfExponentialQ[u, x] &&  !MatchQ[u, (w_)*((a_.)*(v_)^(n_))^(m_) /; F
reeQ[{a, m, n}, x] && IntegerQ[m*n]] &&  !MatchQ[u, E^((c_.)*((a_.) + (b_.)*x))*(F_)[v_] /; FreeQ[{a, b, c}, x
] && InverseFunctionQ[F[x]]]

Rule 2611

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

Rule 4267

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 6409

Int[((a_.) + ArcCoth[u_]*(b_.))*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> Simp[(c + d*x)^(m + 1)*((a + b*ArcCot
h[u])/(d*(m + 1))), x] - Dist[b/(d*(m + 1)), Int[SimplifyIntegrand[(c + d*x)^(m + 1)*(D[u, x]/(1 - u^2)), x],
x], x] /; FreeQ[{a, b, c, d, m}, x] && NeQ[m, -1] && InverseFunctionFreeQ[u, x] &&  !FunctionOfQ[(c + d*x)^(m
+ 1), u, x] && FalseQ[PowerVariableExpn[u, m + 1, x]]

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]

Rubi steps \begin{align*} \text {integral}& = \frac {1}{2} x^2 \coth ^{-1}(\cosh (x))+\frac {1}{2} \int x^2 \text {csch}(x) \, dx \\ & = \frac {1}{2} x^2 \coth ^{-1}(\cosh (x))-x^2 \text {arctanh}\left (e^x\right )-\int x \log \left (1-e^x\right ) \, dx+\int x \log \left (1+e^x\right ) \, dx \\ & = \frac {1}{2} x^2 \coth ^{-1}(\cosh (x))-x^2 \text {arctanh}\left (e^x\right )-x \operatorname {PolyLog}\left (2,-e^x\right )+x \operatorname {PolyLog}\left (2,e^x\right )+\int \operatorname {PolyLog}\left (2,-e^x\right ) \, dx-\int \operatorname {PolyLog}\left (2,e^x\right ) \, dx \\ & = \frac {1}{2} x^2 \coth ^{-1}(\cosh (x))-x^2 \text {arctanh}\left (e^x\right )-x \operatorname {PolyLog}\left (2,-e^x\right )+x \operatorname {PolyLog}\left (2,e^x\right )+\text {Subst}\left (\int \frac {\operatorname {PolyLog}(2,-x)}{x} \, dx,x,e^x\right )-\text {Subst}\left (\int \frac {\operatorname {PolyLog}(2,x)}{x} \, dx,x,e^x\right ) \\ & = \frac {1}{2} x^2 \coth ^{-1}(\cosh (x))-x^2 \text {arctanh}\left (e^x\right )-x \operatorname {PolyLog}\left (2,-e^x\right )+x \operatorname {PolyLog}\left (2,e^x\right )+\operatorname {PolyLog}\left (3,-e^x\right )-\operatorname {PolyLog}\left (3,e^x\right ) \\ \end{align*}

Mathematica [A] (verified)

Time = 0.01 (sec) , antiderivative size = 70, normalized size of antiderivative = 1.37 \[ \int x \coth ^{-1}(\cosh (x)) \, dx=\frac {1}{2} x^2 \coth ^{-1}(\cosh (x))+\frac {1}{2} x^2 \log \left (1-e^x\right )-\frac {1}{2} x^2 \log \left (1+e^x\right )-x \operatorname {PolyLog}\left (2,-e^x\right )+x \operatorname {PolyLog}\left (2,e^x\right )+\operatorname {PolyLog}\left (3,-e^x\right )-\operatorname {PolyLog}\left (3,e^x\right ) \]

[In]

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

[Out]

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

Maple [C] (warning: unable to verify)

Result contains higher order function than in optimal. Order 9 vs. order 4.

Time = 0.32 (sec) , antiderivative size = 379, normalized size of antiderivative = 7.43

method result size
risch \(-\frac {x^{2} \ln \left ({\mathrm e}^{x}-1\right )}{2}-x \operatorname {polylog}\left (2, -{\mathrm e}^{x}\right )+\operatorname {polylog}\left (3, -{\mathrm e}^{x}\right )-\frac {i \pi \left ({\operatorname {csgn}\left (i \left (1+{\mathrm e}^{x}\right )\right )}^{2} \operatorname {csgn}\left (i \left (1+{\mathrm e}^{x}\right )^{2}\right )-2 \,\operatorname {csgn}\left (i \left (1+{\mathrm e}^{x}\right )\right ) {\operatorname {csgn}\left (i \left (1+{\mathrm e}^{x}\right )^{2}\right )}^{2}+{\operatorname {csgn}\left (i \left (1+{\mathrm e}^{x}\right )^{2}\right )}^{3}+\operatorname {csgn}\left (i \left (1+{\mathrm e}^{x}\right )^{2}\right ) \operatorname {csgn}\left (i {\mathrm e}^{-x}\right ) \operatorname {csgn}\left (i {\mathrm e}^{-x} \left (1+{\mathrm e}^{x}\right )^{2}\right )-\operatorname {csgn}\left (i \left (1+{\mathrm e}^{x}\right )^{2}\right ) \operatorname {csgn}\left (i {\mathrm e}^{-x} \left (1+{\mathrm e}^{x}\right )^{2}\right )^{2}-{\operatorname {csgn}\left (i \left ({\mathrm e}^{x}-1\right )\right )}^{2} \operatorname {csgn}\left (i \left ({\mathrm e}^{x}-1\right )^{2}\right )+2 \,\operatorname {csgn}\left (i \left ({\mathrm e}^{x}-1\right )\right ) {\operatorname {csgn}\left (i \left ({\mathrm e}^{x}-1\right )^{2}\right )}^{2}-{\operatorname {csgn}\left (i \left ({\mathrm e}^{x}-1\right )^{2}\right )}^{3}-\operatorname {csgn}\left (i \left ({\mathrm e}^{x}-1\right )^{2}\right ) \operatorname {csgn}\left (i {\mathrm e}^{-x}\right ) \operatorname {csgn}\left (i {\mathrm e}^{-x} \left ({\mathrm e}^{x}-1\right )^{2}\right )+\operatorname {csgn}\left (i \left ({\mathrm e}^{x}-1\right )^{2}\right ) \operatorname {csgn}\left (i {\mathrm e}^{-x} \left ({\mathrm e}^{x}-1\right )^{2}\right )^{2}-\operatorname {csgn}\left (i {\mathrm e}^{-x}\right ) \operatorname {csgn}\left (i {\mathrm e}^{-x} \left (1+{\mathrm e}^{x}\right )^{2}\right )^{2}+\operatorname {csgn}\left (i {\mathrm e}^{-x}\right ) \operatorname {csgn}\left (i {\mathrm e}^{-x} \left ({\mathrm e}^{x}-1\right )^{2}\right )^{2}+\operatorname {csgn}\left (i {\mathrm e}^{-x} \left (1+{\mathrm e}^{x}\right )^{2}\right )^{3}-\operatorname {csgn}\left (i {\mathrm e}^{-x} \left ({\mathrm e}^{x}-1\right )^{2}\right )^{3}\right ) x^{2}}{8}+\frac {x^{2} \ln \left (1-{\mathrm e}^{x}\right )}{2}+x \operatorname {polylog}\left (2, {\mathrm e}^{x}\right )-\operatorname {polylog}\left (3, {\mathrm e}^{x}\right )\) \(379\)

[In]

int(x*arccoth(cosh(x)),x,method=_RETURNVERBOSE)

[Out]

-1/2*x^2*ln(exp(x)-1)-x*polylog(2,-exp(x))+polylog(3,-exp(x))-1/8*I*Pi*(csgn(I*(1+exp(x)))^2*csgn(I*(1+exp(x))
^2)-2*csgn(I*(1+exp(x)))*csgn(I*(1+exp(x))^2)^2+csgn(I*(1+exp(x))^2)^3+csgn(I*(1+exp(x))^2)*csgn(I*exp(-x))*cs
gn(I*exp(-x)*(1+exp(x))^2)-csgn(I*(1+exp(x))^2)*csgn(I*exp(-x)*(1+exp(x))^2)^2-csgn(I*(exp(x)-1))^2*csgn(I*(ex
p(x)-1)^2)+2*csgn(I*(exp(x)-1))*csgn(I*(exp(x)-1)^2)^2-csgn(I*(exp(x)-1)^2)^3-csgn(I*(exp(x)-1)^2)*csgn(I*exp(
-x))*csgn(I*exp(-x)*(exp(x)-1)^2)+csgn(I*(exp(x)-1)^2)*csgn(I*exp(-x)*(exp(x)-1)^2)^2-csgn(I*exp(-x))*csgn(I*e
xp(-x)*(1+exp(x))^2)^2+csgn(I*exp(-x))*csgn(I*exp(-x)*(exp(x)-1)^2)^2+csgn(I*exp(-x)*(1+exp(x))^2)^3-csgn(I*ex
p(-x)*(exp(x)-1)^2)^3)*x^2+1/2*x^2*ln(1-exp(x))+x*polylog(2,exp(x))-polylog(3,exp(x))

Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 87 vs. \(2 (42) = 84\).

Time = 0.25 (sec) , antiderivative size = 87, normalized size of antiderivative = 1.71 \[ \int x \coth ^{-1}(\cosh (x)) \, dx=\frac {1}{4} \, x^{2} \log \left (\frac {\cosh \left (x\right ) + 1}{\cosh \left (x\right ) - 1}\right ) - \frac {1}{2} \, x^{2} \log \left (\cosh \left (x\right ) + \sinh \left (x\right ) + 1\right ) + \frac {1}{2} \, x^{2} \log \left (-\cosh \left (x\right ) - \sinh \left (x\right ) + 1\right ) + x {\rm Li}_2\left (\cosh \left (x\right ) + \sinh \left (x\right )\right ) - x {\rm Li}_2\left (-\cosh \left (x\right ) - \sinh \left (x\right )\right ) - {\rm polylog}\left (3, \cosh \left (x\right ) + \sinh \left (x\right )\right ) + {\rm polylog}\left (3, -\cosh \left (x\right ) - \sinh \left (x\right )\right ) \]

[In]

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

[Out]

1/4*x^2*log((cosh(x) + 1)/(cosh(x) - 1)) - 1/2*x^2*log(cosh(x) + sinh(x) + 1) + 1/2*x^2*log(-cosh(x) - sinh(x)
 + 1) + x*dilog(cosh(x) + sinh(x)) - x*dilog(-cosh(x) - sinh(x)) - polylog(3, cosh(x) + sinh(x)) + polylog(3,
-cosh(x) - sinh(x))

Sympy [F]

\[ \int x \coth ^{-1}(\cosh (x)) \, dx=\int x \operatorname {acoth}{\left (\cosh {\left (x \right )} \right )}\, dx \]

[In]

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

[Out]

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

Maxima [A] (verification not implemented)

none

Time = 0.25 (sec) , antiderivative size = 56, normalized size of antiderivative = 1.10 \[ \int x \coth ^{-1}(\cosh (x)) \, dx=\frac {1}{2} \, x^{2} \operatorname {arcoth}\left (\cosh \left (x\right )\right ) - \frac {1}{2} \, x^{2} \log \left (e^{x} + 1\right ) + \frac {1}{2} \, x^{2} \log \left (-e^{x} + 1\right ) - x {\rm Li}_2\left (-e^{x}\right ) + x {\rm Li}_2\left (e^{x}\right ) + {\rm Li}_{3}(-e^{x}) - {\rm Li}_{3}(e^{x}) \]

[In]

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

[Out]

1/2*x^2*arccoth(cosh(x)) - 1/2*x^2*log(e^x + 1) + 1/2*x^2*log(-e^x + 1) - x*dilog(-e^x) + x*dilog(e^x) + polyl
og(3, -e^x) - polylog(3, e^x)

Giac [F]

\[ \int x \coth ^{-1}(\cosh (x)) \, dx=\int { x \operatorname {arcoth}\left (\cosh \left (x\right )\right ) \,d x } \]

[In]

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

[Out]

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

Mupad [F(-1)]

Timed out. \[ \int x \coth ^{-1}(\cosh (x)) \, dx=\int x\,\mathrm {acoth}\left (\mathrm {cosh}\left (x\right )\right ) \,d x \]

[In]

int(x*acoth(cosh(x)),x)

[Out]

int(x*acoth(cosh(x)), x)