3.102 \(\int \frac {\text {csch}^2(x)}{a+b \coth (x)} \, dx\)

Optimal. Leaf size=12 \[ -\frac {\log (a+b \coth (x))}{b} \]

[Out]

-ln(a+b*coth(x))/b

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 12, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.154, Rules used = {3506, 31} \[ -\frac {\log (a+b \coth (x))}{b} \]

Antiderivative was successfully verified.

[In]

Int[Csch[x]^2/(a + b*Coth[x]),x]

[Out]

-(Log[a + b*Coth[x]]/b)

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 3506

Int[sec[(e_.) + (f_.)*(x_)]^(m_)*((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Dist[1/(b*f), Subst
[Int[(a + x)^n*(1 + x^2/b^2)^(m/2 - 1), x], x, b*Tan[e + f*x]], x] /; FreeQ[{a, b, e, f, n}, x] && NeQ[a^2 + b
^2, 0] && IntegerQ[m/2]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.06, size = 20, normalized size = 1.67 \[ \frac {\log (\sinh (x))-\log (a \sinh (x)+b \cosh (x))}{b} \]

Antiderivative was successfully verified.

[In]

Integrate[Csch[x]^2/(a + b*Coth[x]),x]

[Out]

(Log[Sinh[x]] - Log[b*Cosh[x] + a*Sinh[x]])/b

________________________________________________________________________________________

fricas [B]  time = 0.41, size = 43, normalized size = 3.58 \[ -\frac {\log \left (\frac {2 \, {\left (b \cosh \relax (x) + a \sinh \relax (x)\right )}}{\cosh \relax (x) - \sinh \relax (x)}\right ) - \log \left (\frac {2 \, \sinh \relax (x)}{\cosh \relax (x) - \sinh \relax (x)}\right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(x)^2/(a+b*coth(x)),x, algorithm="fricas")

[Out]

-(log(2*(b*cosh(x) + a*sinh(x))/(cosh(x) - sinh(x))) - log(2*sinh(x)/(cosh(x) - sinh(x))))/b

________________________________________________________________________________________

giac [B]  time = 0.11, size = 46, normalized size = 3.83 \[ -\frac {{\left (a + b\right )} \log \left ({\left | a e^{\left (2 \, x\right )} + b e^{\left (2 \, x\right )} - a + b \right |}\right )}{a b + b^{2}} + \frac {\log \left ({\left | e^{\left (2 \, x\right )} - 1 \right |}\right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(x)^2/(a+b*coth(x)),x, algorithm="giac")

[Out]

-(a + b)*log(abs(a*e^(2*x) + b*e^(2*x) - a + b))/(a*b + b^2) + log(abs(e^(2*x) - 1))/b

________________________________________________________________________________________

maple [A]  time = 0.09, size = 13, normalized size = 1.08 \[ -\frac {\ln \left (a +b \coth \relax (x )\right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csch(x)^2/(a+b*coth(x)),x)

[Out]

-ln(a+b*coth(x))/b

________________________________________________________________________________________

maxima [A]  time = 0.31, size = 12, normalized size = 1.00 \[ -\frac {\log \left (b \coth \relax (x) + a\right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(x)^2/(a+b*coth(x)),x, algorithm="maxima")

[Out]

-log(b*coth(x) + a)/b

________________________________________________________________________________________

mupad [B]  time = 0.16, size = 51, normalized size = 4.25 \[ -\frac {2\,\mathrm {atan}\left (\frac {a\,{\mathrm {e}}^{2\,x}\,\sqrt {-b^2}-a\,\sqrt {-b^2}+b\,{\mathrm {e}}^{2\,x}\,\sqrt {-b^2}}{b^2}\right )}{\sqrt {-b^2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(sinh(x)^2*(a + b*coth(x))),x)

[Out]

-(2*atan((a*exp(2*x)*(-b^2)^(1/2) - a*(-b^2)^(1/2) + b*exp(2*x)*(-b^2)^(1/2))/b^2))/(-b^2)^(1/2)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\operatorname {csch}^{2}{\relax (x )}}{a + b \coth {\relax (x )}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(x)**2/(a+b*coth(x)),x)

[Out]

Integral(csch(x)**2/(a + b*coth(x)), x)

________________________________________________________________________________________