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

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

Optimal result

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

[Out]

CannotIntegrate(x^m*csch(b*x+a)^2*sech(b*x+a)^2,x)

Rubi [N/A]

Not integrable

Time = 0.37 (sec) , antiderivative size = 20, 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 \text {csch}^2(a+b x) \text {sech}^2(a+b x) \, dx=\int x^m \text {csch}^2(a+b x) \text {sech}^2(a+b x) \, dx \]

[In]

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

[Out]

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

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

Mathematica [N/A]

Not integrable

Time = 5.22 (sec) , antiderivative size = 22, normalized size of antiderivative = 1.10 \[ \int x^m \text {csch}^2(a+b x) \text {sech}^2(a+b x) \, dx=\int x^m \text {csch}^2(a+b x) \text {sech}^2(a+b x) \, dx \]

[In]

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

[Out]

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

Maple [N/A] (verified)

Not integrable

Time = 0.14 (sec) , antiderivative size = 20, normalized size of antiderivative = 1.00

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

[In]

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

[Out]

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

Fricas [N/A]

Not integrable

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

[In]

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

[Out]

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

Sympy [N/A]

Not integrable

Time = 0.39 (sec) , antiderivative size = 20, normalized size of antiderivative = 1.00 \[ \int x^m \text {csch}^2(a+b x) \text {sech}^2(a+b x) \, dx=\int x^{m} \operatorname {csch}^{2}{\left (a + b x \right )} \operatorname {sech}^{2}{\left (a + b x \right )}\, dx \]

[In]

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

[Out]

Integral(x**m*csch(a + b*x)**2*sech(a + b*x)**2, x)

Maxima [N/A]

Not integrable

Time = 0.33 (sec) , antiderivative size = 22, normalized size of antiderivative = 1.10 \[ \int x^m \text {csch}^2(a+b x) \text {sech}^2(a+b x) \, dx=\int { x^{m} \operatorname {csch}\left (b x + a\right )^{2} \operatorname {sech}\left (b x + a\right )^{2} \,d x } \]

[In]

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

[Out]

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

Giac [N/A]

Not integrable

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

[In]

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

[Out]

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

Mupad [N/A]

Not integrable

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

[In]

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

[Out]

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