3.282 \(\int x \tanh ^{-1}(\cosh (x)) \, dx\)

Optimal. Leaf size=51 \[ -x \text {Li}_2\left (-e^x\right )+x \text {Li}_2\left (e^x\right )+\text {Li}_3\left (-e^x\right )-\text {Li}_3\left (e^x\right )+x^2 \left (-\tanh ^{-1}\left (e^x\right )\right )+\frac {1}{2} x^2 \tanh ^{-1}(\cosh (x)) \]

[Out]

-x^2*arctanh(exp(x))+1/2*x^2*arctanh(cosh(x))-x*polylog(2,-exp(x))+x*polylog(2,exp(x))+polylog(3,-exp(x))-poly
log(3,exp(x))

________________________________________________________________________________________

Rubi [A]  time = 0.06, antiderivative size = 51, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 5, integrand size = 5, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 1.000, Rules used = {6273, 4182, 2531, 2282, 6589} \[ -x \text {PolyLog}\left (2,-e^x\right )+x \text {PolyLog}\left (2,e^x\right )+\text {PolyLog}\left (3,-e^x\right )-\text {PolyLog}\left (3,e^x\right )+x^2 \left (-\tanh ^{-1}\left (e^x\right )\right )+\frac {1}{2} x^2 \tanh ^{-1}(\cosh (x)) \]

Antiderivative was successfully verified.

[In]

Int[x*ArcTanh[Cosh[x]],x]

[Out]

-(x^2*ArcTanh[E^x]) + (x^2*ArcTanh[Cosh[x]])/2 - x*PolyLog[2, -E^x] + x*PolyLog[2, E^x] + PolyLog[3, -E^x] - P
olyLog[3, E^x]

Rule 2282

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 2531

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 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 6273

Int[((a_.) + ArcTanh[u_]*(b_.))*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> Simp[((c + d*x)^(m + 1)*(a + b*ArcTan
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 6589

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*} \int x \tanh ^{-1}(\cosh (x)) \, dx &=\frac {1}{2} x^2 \tanh ^{-1}(\cosh (x))+\frac {1}{2} \int x^2 \text {csch}(x) \, dx\\ &=-x^2 \tanh ^{-1}\left (e^x\right )+\frac {1}{2} x^2 \tanh ^{-1}(\cosh (x))-\int x \log \left (1-e^x\right ) \, dx+\int x \log \left (1+e^x\right ) \, dx\\ &=-x^2 \tanh ^{-1}\left (e^x\right )+\frac {1}{2} x^2 \tanh ^{-1}(\cosh (x))-x \text {Li}_2\left (-e^x\right )+x \text {Li}_2\left (e^x\right )+\int \text {Li}_2\left (-e^x\right ) \, dx-\int \text {Li}_2\left (e^x\right ) \, dx\\ &=-x^2 \tanh ^{-1}\left (e^x\right )+\frac {1}{2} x^2 \tanh ^{-1}(\cosh (x))-x \text {Li}_2\left (-e^x\right )+x \text {Li}_2\left (e^x\right )+\operatorname {Subst}\left (\int \frac {\text {Li}_2(-x)}{x} \, dx,x,e^x\right )-\operatorname {Subst}\left (\int \frac {\text {Li}_2(x)}{x} \, dx,x,e^x\right )\\ &=-x^2 \tanh ^{-1}\left (e^x\right )+\frac {1}{2} x^2 \tanh ^{-1}(\cosh (x))-x \text {Li}_2\left (-e^x\right )+x \text {Li}_2\left (e^x\right )+\text {Li}_3\left (-e^x\right )-\text {Li}_3\left (e^x\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 81, normalized size = 1.59 \[ \frac {1}{2} \left (2 x \text {Li}_2\left (-e^{-x}\right )-2 x \text {Li}_2\left (e^{-x}\right )+2 \text {Li}_3\left (-e^{-x}\right )-2 \text {Li}_3\left (e^{-x}\right )+x^2 \log \left (1-e^{-x}\right )-x^2 \log \left (e^{-x}+1\right )+x^2 \tanh ^{-1}(\cosh (x))\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[x*ArcTanh[Cosh[x]],x]

[Out]

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

________________________________________________________________________________________

fricas [C]  time = 0.41, size = 88, normalized size = 1.73 \[ \frac {1}{4} \, x^{2} \log \left (-\frac {\cosh \relax (x) + 1}{\cosh \relax (x) - 1}\right ) - \frac {1}{2} \, x^{2} \log \left (\cosh \relax (x) + \sinh \relax (x) + 1\right ) + \frac {1}{2} \, x^{2} \log \left (-\cosh \relax (x) - \sinh \relax (x) + 1\right ) + x {\rm Li}_2\left (\cosh \relax (x) + \sinh \relax (x)\right ) - x {\rm Li}_2\left (-\cosh \relax (x) - \sinh \relax (x)\right ) - {\rm polylog}\left (3, \cosh \relax (x) + \sinh \relax (x)\right ) + {\rm polylog}\left (3, -\cosh \relax (x) - \sinh \relax (x)\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*arctanh(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))

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int x \operatorname {artanh}\left (\cosh \relax (x)\right )\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(x*arctanh(cosh(x)), x)

________________________________________________________________________________________

maple [C]  time = 0.50, size = 479, normalized size = 9.39 \[ -\frac {i \pi \,\mathrm {csgn}\left (i {\mathrm e}^{-x}\right ) \mathrm {csgn}\left (i {\mathrm e}^{-x} \left ({\mathrm e}^{x}-1\right )^{2}\right )^{2} x^{2}}{8}-\frac {i \pi \,\mathrm {csgn}\left (i \left ({\mathrm e}^{x}-1\right )^{2}\right ) \mathrm {csgn}\left (i {\mathrm e}^{-x} \left ({\mathrm e}^{x}-1\right )^{2}\right )^{2} x^{2}}{8}+\frac {i \pi \mathrm {csgn}\left (i \left ({\mathrm e}^{x}-1\right )\right )^{2} \mathrm {csgn}\left (i \left ({\mathrm e}^{x}-1\right )^{2}\right ) x^{2}}{8}-\frac {i \pi \,\mathrm {csgn}\left (i \left ({\mathrm e}^{x}-1\right )\right ) \mathrm {csgn}\left (i \left ({\mathrm e}^{x}-1\right )^{2}\right )^{2} x^{2}}{4}+\frac {i \pi \mathrm {csgn}\left (i {\mathrm e}^{-x} \left ({\mathrm e}^{x}-1\right )^{2}\right )^{2} x^{2}}{4}-\frac {i \pi \,\mathrm {csgn}\left (i \left ({\mathrm e}^{x}+1\right )^{2}\right ) \mathrm {csgn}\left (i {\mathrm e}^{-x}\right ) \mathrm {csgn}\left (i {\mathrm e}^{-x} \left ({\mathrm e}^{x}+1\right )^{2}\right ) x^{2}}{8}-\frac {i \pi \mathrm {csgn}\left (i \left ({\mathrm e}^{x}+1\right )^{2}\right )^{3} x^{2}}{8}+\frac {i \pi \,\mathrm {csgn}\left (i {\mathrm e}^{-x}\right ) \mathrm {csgn}\left (i {\mathrm e}^{-x} \left ({\mathrm e}^{x}+1\right )^{2}\right )^{2} x^{2}}{8}+\frac {i \pi \,\mathrm {csgn}\left (i \left ({\mathrm e}^{x}-1\right )^{2}\right ) \mathrm {csgn}\left (i {\mathrm e}^{-x}\right ) \mathrm {csgn}\left (i {\mathrm e}^{-x} \left ({\mathrm e}^{x}-1\right )^{2}\right ) x^{2}}{8}-\frac {i \pi \,x^{2}}{4}-\frac {i \pi \mathrm {csgn}\left (i {\mathrm e}^{-x} \left ({\mathrm e}^{x}+1\right )^{2}\right )^{3} x^{2}}{8}+\frac {i \pi \mathrm {csgn}\left (i \left ({\mathrm e}^{x}-1\right )^{2}\right )^{3} x^{2}}{8}-\frac {i \pi \mathrm {csgn}\left (i \left ({\mathrm e}^{x}+1\right )\right )^{2} \mathrm {csgn}\left (i \left ({\mathrm e}^{x}+1\right )^{2}\right ) x^{2}}{8}+\frac {i \pi \,\mathrm {csgn}\left (i \left ({\mathrm e}^{x}+1\right )^{2}\right ) \mathrm {csgn}\left (i {\mathrm e}^{-x} \left ({\mathrm e}^{x}+1\right )^{2}\right )^{2} x^{2}}{8}+\frac {i \pi \,\mathrm {csgn}\left (i \left ({\mathrm e}^{x}+1\right )\right ) \mathrm {csgn}\left (i \left ({\mathrm e}^{x}+1\right )^{2}\right )^{2} x^{2}}{4}+\polylog \left (3, -{\mathrm e}^{x}\right )-\polylog \left (3, {\mathrm e}^{x}\right )-\frac {x^{2} \ln \left ({\mathrm e}^{x}-1\right )}{2}+\frac {x^{2} \ln \left (1-{\mathrm e}^{x}\right )}{2}-\frac {i \pi \mathrm {csgn}\left (i {\mathrm e}^{-x} \left ({\mathrm e}^{x}-1\right )^{2}\right )^{3} x^{2}}{8}+x \polylog \left (2, {\mathrm e}^{x}\right )-x \polylog \left (2, -{\mathrm e}^{x}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*arctanh(cosh(x)),x)

[Out]

-1/8*I*Pi*csgn(I*exp(-x))*csgn(I*exp(-x)*(exp(x)-1)^2)^2*x^2-1/8*I*Pi*csgn(I*(exp(x)-1)^2)*csgn(I*exp(-x)*(exp
(x)-1)^2)^2*x^2+1/8*I*Pi*csgn(I*(exp(x)-1))^2*csgn(I*(exp(x)-1)^2)*x^2-1/4*I*Pi*csgn(I*(exp(x)-1))*csgn(I*(exp
(x)-1)^2)^2*x^2+1/4*I*Pi*csgn(I*exp(-x)*(exp(x)-1)^2)^2*x^2-1/8*I*Pi*csgn(I*(exp(x)+1)^2)*csgn(I*exp(-x))*csgn
(I*exp(-x)*(exp(x)+1)^2)*x^2-1/8*I*Pi*csgn(I*(exp(x)+1)^2)^3*x^2+1/8*I*Pi*csgn(I*exp(-x))*csgn(I*exp(-x)*(exp(
x)+1)^2)^2*x^2+1/8*I*Pi*csgn(I*(exp(x)-1)^2)*csgn(I*exp(-x))*csgn(I*exp(-x)*(exp(x)-1)^2)*x^2-1/4*I*Pi*x^2-1/8
*I*Pi*csgn(I*exp(-x)*(exp(x)+1)^2)^3*x^2+1/8*I*Pi*csgn(I*(exp(x)-1)^2)^3*x^2-1/8*I*Pi*csgn(I*(exp(x)+1))^2*csg
n(I*(exp(x)+1)^2)*x^2+1/8*I*Pi*csgn(I*(exp(x)+1)^2)*csgn(I*exp(-x)*(exp(x)+1)^2)^2*x^2+1/4*I*Pi*csgn(I*(exp(x)
+1))*csgn(I*(exp(x)+1)^2)^2*x^2+polylog(3,-exp(x))-polylog(3,exp(x))-1/2*x^2*ln(exp(x)-1)+1/2*x^2*ln(1-exp(x))
-1/8*I*Pi*csgn(I*exp(-x)*(exp(x)-1)^2)^3*x^2+x*polylog(2,exp(x))-x*polylog(2,-exp(x))

________________________________________________________________________________________

maxima [A]  time = 0.38, size = 56, normalized size = 1.10 \[ \frac {1}{2} \, x^{2} \operatorname {artanh}\left (\cosh \relax (x)\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}) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*x^2*arctanh(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)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int x\,\mathrm {atanh}\left (\mathrm {cosh}\relax (x)\right ) \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*atanh(cosh(x)),x)

[Out]

int(x*atanh(cosh(x)), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int x \operatorname {atanh}{\left (\cosh {\relax (x )} \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*atanh(cosh(x)),x)

[Out]

Integral(x*atanh(cosh(x)), x)

________________________________________________________________________________________