\(\int x^m \coth ^2(a+b x) \text {csch}(a+b x) \, dx\) [452]

   Optimal result
   Rubi [N/A]
   Mathematica [N/A]
   Maple [N/A] (verified)
   Fricas [N/A]
   Sympy [F(-1)]
   Maxima [N/A]
   Giac [N/A]
   Mupad [N/A]

Optimal result

Integrand size = 18, antiderivative size = 18 \[ \int x^m \coth ^2(a+b x) \text {csch}(a+b x) \, dx=\text {Int}\left (x^m \text {csch}(a+b x),x\right )+\text {Int}\left (x^m \text {csch}^3(a+b x),x\right ) \]

[Out]

Unintegrable(x^m*csch(b*x+a),x)+Unintegrable(x^m*csch(b*x+a)^3,x)

Rubi [N/A]

Not integrable

Time = 0.05 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.00, number of steps used = 0, number of rules used = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int x^m \coth ^2(a+b x) \text {csch}(a+b x) \, dx=\int x^m \coth ^2(a+b x) \text {csch}(a+b x) \, dx \]

[In]

Int[x^m*Coth[a + b*x]^2*Csch[a + b*x],x]

[Out]

Defer[Int][x^m*Csch[a + b*x], x] + Defer[Int][x^m*Csch[a + b*x]^3, x]

Rubi steps \begin{align*} \text {integral}& = \int x^m \text {csch}(a+b x) \, dx+\int x^m \text {csch}^3(a+b x) \, dx \\ \end{align*}

Mathematica [N/A]

Not integrable

Time = 164.81 (sec) , antiderivative size = 20, normalized size of antiderivative = 1.11 \[ \int x^m \coth ^2(a+b x) \text {csch}(a+b x) \, dx=\int x^m \coth ^2(a+b x) \text {csch}(a+b x) \, dx \]

[In]

Integrate[x^m*Coth[a + b*x]^2*Csch[a + b*x],x]

[Out]

Integrate[x^m*Coth[a + b*x]^2*Csch[a + b*x], x]

Maple [N/A] (verified)

Not integrable

Time = 0.20 (sec) , antiderivative size = 20, normalized size of antiderivative = 1.11

\[\int x^{m} \cosh \left (b x +a \right )^{2} \operatorname {csch}\left (b x +a \right )^{3}d x\]

[In]

int(x^m*cosh(b*x+a)^2*csch(b*x+a)^3,x)

[Out]

int(x^m*cosh(b*x+a)^2*csch(b*x+a)^3,x)

Fricas [N/A]

Not integrable

Time = 0.26 (sec) , antiderivative size = 22, normalized size of antiderivative = 1.22 \[ \int x^m \coth ^2(a+b x) \text {csch}(a+b x) \, dx=\int { x^{m} \cosh \left (b x + a\right )^{2} \operatorname {csch}\left (b x + a\right )^{3} \,d x } \]

[In]

integrate(x^m*cosh(b*x+a)^2*csch(b*x+a)^3,x, algorithm="fricas")

[Out]

integral(x^m*cosh(b*x + a)^2*csch(b*x + a)^3, x)

Sympy [F(-1)]

Timed out. \[ \int x^m \coth ^2(a+b x) \text {csch}(a+b x) \, dx=\text {Timed out} \]

[In]

integrate(x**m*cosh(b*x+a)**2*csch(b*x+a)**3,x)

[Out]

Timed out

Maxima [N/A]

Not integrable

Time = 0.41 (sec) , antiderivative size = 22, normalized size of antiderivative = 1.22 \[ \int x^m \coth ^2(a+b x) \text {csch}(a+b x) \, dx=\int { x^{m} \cosh \left (b x + a\right )^{2} \operatorname {csch}\left (b x + a\right )^{3} \,d x } \]

[In]

integrate(x^m*cosh(b*x+a)^2*csch(b*x+a)^3,x, algorithm="maxima")

[Out]

integrate(x^m*cosh(b*x + a)^2*csch(b*x + a)^3, x)

Giac [N/A]

Not integrable

Time = 0.27 (sec) , antiderivative size = 22, normalized size of antiderivative = 1.22 \[ \int x^m \coth ^2(a+b x) \text {csch}(a+b x) \, dx=\int { x^{m} \cosh \left (b x + a\right )^{2} \operatorname {csch}\left (b x + a\right )^{3} \,d x } \]

[In]

integrate(x^m*cosh(b*x+a)^2*csch(b*x+a)^3,x, algorithm="giac")

[Out]

integrate(x^m*cosh(b*x + a)^2*csch(b*x + a)^3, x)

Mupad [N/A]

Not integrable

Time = 2.39 (sec) , antiderivative size = 22, normalized size of antiderivative = 1.22 \[ \int x^m \coth ^2(a+b x) \text {csch}(a+b x) \, dx=\int \frac {x^m\,{\mathrm {cosh}\left (a+b\,x\right )}^2}{{\mathrm {sinh}\left (a+b\,x\right )}^3} \,d x \]

[In]

int((x^m*cosh(a + b*x)^2)/sinh(a + b*x)^3,x)

[Out]

int((x^m*cosh(a + b*x)^2)/sinh(a + b*x)^3, x)