3.1.93 \(\int \frac {\text {csch}(x)}{1+\coth (x)} \, dx\) [93]

Optimal. Leaf size=10 \[ -\frac {\text {csch}(x)}{1+\coth (x)} \]

[Out]

-csch(x)/(1+coth(x))

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 10, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 9, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {3569} \begin {gather*} -\frac {\text {csch}(x)}{\coth (x)+1} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

-(Csch[x]/(1 + Coth[x]))

Rule 3569

Int[((d_.)*sec[(e_.) + (f_.)*(x_)])^(m_.)*((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp[b*(d*
Sec[e + f*x])^m*((a + b*Tan[e + f*x])^n/(a*f*m)), x] /; FreeQ[{a, b, d, e, f, m, n}, x] && EqQ[a^2 + b^2, 0] &
& EqQ[Simplify[m + n], 0]

Rubi steps

\begin {align*} \int \frac {\text {csch}(x)}{1+\coth (x)} \, dx &=-\frac {\text {csch}(x)}{1+\coth (x)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 7, normalized size = 0.70 \begin {gather*} -\cosh (x)+\sinh (x) \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

-Cosh[x] + Sinh[x]

________________________________________________________________________________________

Maple [A]
time = 0.30, size = 11, normalized size = 1.10

method result size
risch \(-{\mathrm e}^{-x}\) \(7\)
gosper \(-\frac {\mathrm {csch}\left (x \right )}{1+\coth \left (x \right )}\) \(11\)
default \(-\frac {2}{\tanh \left (\frac {x}{2}\right )+1}\) \(11\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csch(x)/(1+coth(x)),x,method=_RETURNVERBOSE)

[Out]

-2/(tanh(1/2*x)+1)

________________________________________________________________________________________

Maxima [A]
time = 0.26, size = 6, normalized size = 0.60 \begin {gather*} -e^{\left (-x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-e^(-x)

________________________________________________________________________________________

Fricas [A]
time = 0.41, size = 9, normalized size = 0.90 \begin {gather*} -\frac {1}{\cosh \left (x\right ) + \sinh \left (x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-1/(cosh(x) + sinh(x))

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\operatorname {csch}{\left (x \right )}}{\coth {\left (x \right )} + 1}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Giac [A]
time = 0.41, size = 6, normalized size = 0.60 \begin {gather*} -e^{\left (-x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-e^(-x)

________________________________________________________________________________________

Mupad [B]
time = 1.20, size = 6, normalized size = 0.60 \begin {gather*} -{\mathrm {e}}^{-x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(sinh(x)*(coth(x) + 1)),x)

[Out]

-exp(-x)

________________________________________________________________________________________