3.126 \(\int \frac {\tanh (x)}{1+\coth (x)} \, dx\)

Optimal. Leaf size=19 \[ -\frac {x}{2}+\frac {1}{2 (\coth (x)+1)}+\log (\cosh (x)) \]

[Out]

-1/2*x+1/2/(1+coth(x))+ln(cosh(x))

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 19, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 9, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.444, Rules used = {3551, 3479, 8, 3475} \[ -\frac {x}{2}+\frac {1}{2 (\coth (x)+1)}+\log (\cosh (x)) \]

Antiderivative was successfully verified.

[In]

Int[Tanh[x]/(1 + Coth[x]),x]

[Out]

-x/2 + 1/(2*(1 + Coth[x])) + Log[Cosh[x]]

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 3475

Int[tan[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[Log[RemoveContent[Cos[c + d*x], x]]/d, x] /; FreeQ[{c, d}, x]

Rule 3479

Int[((a_) + (b_.)*tan[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> Simp[(a*(a + b*Tan[c + d*x])^n)/(2*b*d*n), x] +
Dist[1/(2*a), Int[(a + b*Tan[c + d*x])^(n + 1), x], x] /; FreeQ[{a, b, c, d}, x] && EqQ[a^2 + b^2, 0] && LtQ[n
, 0]

Rule 3551

Int[1/(((a_.) + (b_.)*tan[(e_.) + (f_.)*(x_)])*((c_.) + (d_.)*tan[(e_.) + (f_.)*(x_)])), x_Symbol] :> Dist[b/(
b*c - a*d), Int[1/(a + b*Tan[e + f*x]), x], x] - Dist[d/(b*c - a*d), Int[1/(c + d*Tan[e + f*x]), x], x] /; Fre
eQ[{a, b, c, d, e, f}, x] && NeQ[b*c - a*d, 0] && EqQ[a^2 + b^2, 0] && NeQ[c^2 + d^2, 0]

Rubi steps

\begin {align*} \int \frac {\tanh (x)}{1+\coth (x)} \, dx &=-\int \frac {1}{1+\coth (x)} \, dx+\int \tanh (x) \, dx\\ &=\frac {1}{2 (1+\coth (x))}+\log (\cosh (x))-\frac {\int 1 \, dx}{2}\\ &=-\frac {x}{2}+\frac {1}{2 (1+\coth (x))}+\log (\cosh (x))\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 23, normalized size = 1.21 \[ \frac {1}{4} (-2 x+\sinh (2 x)-\cosh (2 x)+4 \log (\cosh (x))) \]

Antiderivative was successfully verified.

[In]

Integrate[Tanh[x]/(1 + Coth[x]),x]

[Out]

(-2*x - Cosh[2*x] + 4*Log[Cosh[x]] + Sinh[2*x])/4

________________________________________________________________________________________

fricas [B]  time = 0.41, size = 73, normalized size = 3.84 \[ -\frac {6 \, x \cosh \relax (x)^{2} + 12 \, x \cosh \relax (x) \sinh \relax (x) + 6 \, x \sinh \relax (x)^{2} - 4 \, {\left (\cosh \relax (x)^{2} + 2 \, \cosh \relax (x) \sinh \relax (x) + \sinh \relax (x)^{2}\right )} \log \left (\frac {2 \, \cosh \relax (x)}{\cosh \relax (x) - \sinh \relax (x)}\right ) + 1}{4 \, {\left (\cosh \relax (x)^{2} + 2 \, \cosh \relax (x) \sinh \relax (x) + \sinh \relax (x)^{2}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tanh(x)/(1+coth(x)),x, algorithm="fricas")

[Out]

-1/4*(6*x*cosh(x)^2 + 12*x*cosh(x)*sinh(x) + 6*x*sinh(x)^2 - 4*(cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2)*log
(2*cosh(x)/(cosh(x) - sinh(x))) + 1)/(cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2)

________________________________________________________________________________________

giac [A]  time = 0.13, size = 17, normalized size = 0.89 \[ -\frac {3}{2} \, x - \frac {1}{4} \, e^{\left (-2 \, x\right )} + \log \left (e^{\left (2 \, x\right )} + 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tanh(x)/(1+coth(x)),x, algorithm="giac")

[Out]

-3/2*x - 1/4*e^(-2*x) + log(e^(2*x) + 1)

________________________________________________________________________________________

maple [B]  time = 0.10, size = 47, normalized size = 2.47 \[ -\frac {\ln \left (\tanh \left (\frac {x}{2}\right )-1\right )}{2}-\frac {1}{\left (\tanh \left (\frac {x}{2}\right )+1\right )^{2}}+\frac {1}{\tanh \left (\frac {x}{2}\right )+1}-\frac {3 \ln \left (\tanh \left (\frac {x}{2}\right )+1\right )}{2}+\ln \left (\tanh ^{2}\left (\frac {x}{2}\right )+1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(tanh(x)/(1+coth(x)),x)

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 0.42, size = 17, normalized size = 0.89 \[ \frac {1}{2} \, x - \frac {1}{4} \, e^{\left (-2 \, x\right )} + \log \left (e^{\left (-2 \, x\right )} + 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tanh(x)/(1+coth(x)),x, algorithm="maxima")

[Out]

1/2*x - 1/4*e^(-2*x) + log(e^(-2*x) + 1)

________________________________________________________________________________________

mupad [B]  time = 1.17, size = 17, normalized size = 0.89 \[ \ln \left ({\mathrm {e}}^{2\,x}+1\right )-\frac {3\,x}{2}-\frac {{\mathrm {e}}^{-2\,x}}{4} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(tanh(x)/(coth(x) + 1),x)

[Out]

log(exp(2*x) + 1) - (3*x)/2 - exp(-2*x)/4

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\tanh {\relax (x )}}{\coth {\relax (x )} + 1}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tanh(x)/(1+coth(x)),x)

[Out]

Integral(tanh(x)/(coth(x) + 1), x)

________________________________________________________________________________________