3.4 \(\int \text{csch}^4(a+b x) \, dx\)

Optimal. Leaf size=26 \[ \frac{\coth (a+b x)}{b}-\frac{\coth ^3(a+b x)}{3 b} \]

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.0118475, antiderivative size = 26, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 8, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.125, Rules used = {3767} \[ \frac{\coth (a+b x)}{b}-\frac{\coth ^3(a+b x)}{3 b} \]

Antiderivative was successfully verified.

[In]

Int[Csch[a + b*x]^4,x]

[Out]

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

Rule 3767

Int[csc[(c_.) + (d_.)*(x_)]^(n_), x_Symbol] :> -Dist[d^(-1), Subst[Int[ExpandIntegrand[(1 + x^2)^(n/2 - 1), x]
, x], x, Cot[c + d*x]], x] /; FreeQ[{c, d}, x] && IGtQ[n/2, 0]

Rubi steps

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

Mathematica [A]  time = 0.0128278, size = 35, normalized size = 1.35 \[ \frac{2 \coth (a+b x)}{3 b}-\frac{\coth (a+b x) \text{csch}^2(a+b x)}{3 b} \]

Antiderivative was successfully verified.

[In]

Integrate[Csch[a + b*x]^4,x]

[Out]

(2*Coth[a + b*x])/(3*b) - (Coth[a + b*x]*Csch[a + b*x]^2)/(3*b)

________________________________________________________________________________________

Maple [A]  time = 0.01, size = 23, normalized size = 0.9 \begin{align*}{\frac{{\rm coth} \left (bx+a\right )}{b} \left ({\frac{2}{3}}-{\frac{ \left ({\rm csch} \left (bx+a\right ) \right ) ^{2}}{3}} \right ) } \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csch(b*x+a)^4,x)

[Out]

1/b*(2/3-1/3*csch(b*x+a)^2)*coth(b*x+a)

________________________________________________________________________________________

Maxima [B]  time = 1.02507, size = 122, normalized size = 4.69 \begin{align*} \frac{4 \, e^{\left (-2 \, b x - 2 \, a\right )}}{b{\left (3 \, e^{\left (-2 \, b x - 2 \, a\right )} - 3 \, e^{\left (-4 \, b x - 4 \, a\right )} + e^{\left (-6 \, b x - 6 \, a\right )} - 1\right )}} - \frac{4}{3 \, b{\left (3 \, e^{\left (-2 \, b x - 2 \, a\right )} - 3 \, e^{\left (-4 \, b x - 4 \, a\right )} + e^{\left (-6 \, b x - 6 \, a\right )} - 1\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(b*x+a)^4,x, algorithm="maxima")

[Out]

4*e^(-2*b*x - 2*a)/(b*(3*e^(-2*b*x - 2*a) - 3*e^(-4*b*x - 4*a) + e^(-6*b*x - 6*a) - 1)) - 4/3/(b*(3*e^(-2*b*x
- 2*a) - 3*e^(-4*b*x - 4*a) + e^(-6*b*x - 6*a) - 1))

________________________________________________________________________________________

Fricas [B]  time = 1.57385, size = 448, normalized size = 17.23 \begin{align*} -\frac{8 \,{\left (\cosh \left (b x + a\right ) + 2 \, \sinh \left (b x + a\right )\right )}}{3 \,{\left (b \cosh \left (b x + a\right )^{5} + 5 \, b \cosh \left (b x + a\right ) \sinh \left (b x + a\right )^{4} + b \sinh \left (b x + a\right )^{5} - 3 \, b \cosh \left (b x + a\right )^{3} +{\left (10 \, b \cosh \left (b x + a\right )^{2} - 3 \, b\right )} \sinh \left (b x + a\right )^{3} +{\left (10 \, b \cosh \left (b x + a\right )^{3} - 9 \, b \cosh \left (b x + a\right )\right )} \sinh \left (b x + a\right )^{2} + 2 \, b \cosh \left (b x + a\right ) +{\left (5 \, b \cosh \left (b x + a\right )^{4} - 9 \, b \cosh \left (b x + a\right )^{2} + 4 \, b\right )} \sinh \left (b x + a\right )\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(b*x+a)^4,x, algorithm="fricas")

[Out]

-8/3*(cosh(b*x + a) + 2*sinh(b*x + a))/(b*cosh(b*x + a)^5 + 5*b*cosh(b*x + a)*sinh(b*x + a)^4 + b*sinh(b*x + a
)^5 - 3*b*cosh(b*x + a)^3 + (10*b*cosh(b*x + a)^2 - 3*b)*sinh(b*x + a)^3 + (10*b*cosh(b*x + a)^3 - 9*b*cosh(b*
x + a))*sinh(b*x + a)^2 + 2*b*cosh(b*x + a) + (5*b*cosh(b*x + a)^4 - 9*b*cosh(b*x + a)^2 + 4*b)*sinh(b*x + a))

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \operatorname{csch}^{4}{\left (a + b x \right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(b*x+a)**4,x)

[Out]

Integral(csch(a + b*x)**4, x)

________________________________________________________________________________________

Giac [A]  time = 1.12553, size = 42, normalized size = 1.62 \begin{align*} -\frac{4 \,{\left (3 \, e^{\left (2 \, b x + 2 \, a\right )} - 1\right )}}{3 \, b{\left (e^{\left (2 \, b x + 2 \, a\right )} - 1\right )}^{3}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(b*x+a)^4,x, algorithm="giac")

[Out]

-4/3*(3*e^(2*b*x + 2*a) - 1)/(b*(e^(2*b*x + 2*a) - 1)^3)