3.1021 \(\int \text {csch}^2(x) (-1+\sinh ^2(x)) \, dx\)

Optimal. Leaf size=4 \[ x+\coth (x) \]

[Out]

x+coth(x)

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 4, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.182, Rules used = {3012, 8} \[ x+\coth (x) \]

Antiderivative was successfully verified.

[In]

Int[Csch[x]^2*(-1 + Sinh[x]^2),x]

[Out]

x + Coth[x]

Rule 8

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

Rule 3012

Int[((b_.)*sin[(e_.) + (f_.)*(x_)])^(m_)*((A_) + (C_.)*sin[(e_.) + (f_.)*(x_)]^2), x_Symbol] :> Simp[(A*Cos[e
+ f*x]*(b*Sin[e + f*x])^(m + 1))/(b*f*(m + 1)), x] + Dist[(A*(m + 2) + C*(m + 1))/(b^2*(m + 1)), Int[(b*Sin[e
+ f*x])^(m + 2), x], x] /; FreeQ[{b, e, f, A, C}, x] && LtQ[m, -1]

Rubi steps

\begin {align*} \int \text {csch}^2(x) \left (-1+\sinh ^2(x)\right ) \, dx &=\coth (x)+\int 1 \, dx\\ &=x+\coth (x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 4, normalized size = 1.00 \[ x+\coth (x) \]

Antiderivative was successfully verified.

[In]

Integrate[Csch[x]^2*(-1 + Sinh[x]^2),x]

[Out]

x + Coth[x]

________________________________________________________________________________________

fricas [B]  time = 0.42, size = 14, normalized size = 3.50 \[ \frac {{\left (x - 1\right )} \sinh \relax (x) + \cosh \relax (x)}{\sinh \relax (x)} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(x)^2*(-1+sinh(x)^2),x, algorithm="fricas")

[Out]

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

________________________________________________________________________________________

giac [B]  time = 0.13, size = 12, normalized size = 3.00 \[ x + \frac {2}{e^{\left (2 \, x\right )} - 1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(x)^2*(-1+sinh(x)^2),x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.38, size = 5, normalized size = 1.25 \[ x +\coth \relax (x ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csch(x)^2*(-1+sinh(x)^2),x)

[Out]

x+coth(x)

________________________________________________________________________________________

maxima [B]  time = 0.31, size = 12, normalized size = 3.00 \[ x - \frac {2}{e^{\left (-2 \, x\right )} - 1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(x)^2*(-1+sinh(x)^2),x, algorithm="maxima")

[Out]

x - 2/(e^(-2*x) - 1)

________________________________________________________________________________________

mupad [B]  time = 1.72, size = 12, normalized size = 3.00 \[ x+\frac {2}{{\mathrm {e}}^{2\,x}-1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((sinh(x)^2 - 1)/sinh(x)^2,x)

[Out]

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

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (\sinh {\relax (x )} - 1\right ) \left (\sinh {\relax (x )} + 1\right ) \operatorname {csch}^{2}{\relax (x )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(x)**2*(-1+sinh(x)**2),x)

[Out]

Integral((sinh(x) - 1)*(sinh(x) + 1)*csch(x)**2, x)

________________________________________________________________________________________