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.0198524, antiderivative size = 4, normalized size of antiderivative = 1., 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 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]

Rule 8

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

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.0031859, size = 4, normalized size = 1. \[ x+\coth (x) \]

Antiderivative was successfully verified.

[In]

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

[Out]

x + Coth[x]

________________________________________________________________________________________

Maple [A]  time = 0.013, size = 5, normalized size = 1.3 \begin{align*} x+{\rm coth} \left (x\right ) \end{align*}

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 = 1.02795, size = 16, normalized size = 4. \begin{align*} x - \frac{2}{e^{\left (-2 \, x\right )} - 1} \end{align*}

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)

________________________________________________________________________________________

Fricas [B]  time = 1.99655, size = 50, normalized size = 12.5 \begin{align*} \frac{{\left (x - 1\right )} \sinh \left (x\right ) + \cosh \left (x\right )}{\sinh \left (x\right )} \end{align*}

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)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Timed out

________________________________________________________________________________________

Giac [B]  time = 1.11156, size = 16, normalized size = 4. \begin{align*} x + \frac{2}{e^{\left (2 \, x\right )} - 1} \end{align*}

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)