\(\int \frac {1}{(b \text {csch}(c+d x))^{7/2}} \, dx\) [20]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [F]
   Fricas [C] (verification not implemented)
   Sympy [F]
   Maxima [F]
   Giac [F]
   Mupad [F(-1)]

Optimal result

Integrand size = 12, antiderivative size = 118 \[ \int \frac {1}{(b \text {csch}(c+d x))^{7/2}} \, dx=\frac {2 \cosh (c+d x)}{7 b d (b \text {csch}(c+d x))^{5/2}}-\frac {10 \cosh (c+d x)}{21 b^3 d \sqrt {b \text {csch}(c+d x)}}-\frac {10 i \sqrt {b \text {csch}(c+d x)} \operatorname {EllipticF}\left (\frac {1}{2} \left (i c-\frac {\pi }{2}+i d x\right ),2\right ) \sqrt {i \sinh (c+d x)}}{21 b^4 d} \]

[Out]

2/7*cosh(d*x+c)/b/d/(b*csch(d*x+c))^(5/2)-10/21*cosh(d*x+c)/b^3/d/(b*csch(d*x+c))^(1/2)+10/21*I*(sin(1/2*I*c+1
/4*Pi+1/2*I*d*x)^2)^(1/2)/sin(1/2*I*c+1/4*Pi+1/2*I*d*x)*EllipticF(cos(1/2*I*c+1/4*Pi+1/2*I*d*x),2^(1/2))*(b*cs
ch(d*x+c))^(1/2)*(I*sinh(d*x+c))^(1/2)/b^4/d

Rubi [A] (verified)

Time = 0.05 (sec) , antiderivative size = 118, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.250, Rules used = {3854, 3856, 2720} \[ \int \frac {1}{(b \text {csch}(c+d x))^{7/2}} \, dx=-\frac {10 i \sqrt {i \sinh (c+d x)} \operatorname {EllipticF}\left (\frac {1}{2} \left (i c+i d x-\frac {\pi }{2}\right ),2\right ) \sqrt {b \text {csch}(c+d x)}}{21 b^4 d}-\frac {10 \cosh (c+d x)}{21 b^3 d \sqrt {b \text {csch}(c+d x)}}+\frac {2 \cosh (c+d x)}{7 b d (b \text {csch}(c+d x))^{5/2}} \]

[In]

Int[(b*Csch[c + d*x])^(-7/2),x]

[Out]

(2*Cosh[c + d*x])/(7*b*d*(b*Csch[c + d*x])^(5/2)) - (10*Cosh[c + d*x])/(21*b^3*d*Sqrt[b*Csch[c + d*x]]) - (((1
0*I)/21)*Sqrt[b*Csch[c + d*x]]*EllipticF[(I*c - Pi/2 + I*d*x)/2, 2]*Sqrt[I*Sinh[c + d*x]])/(b^4*d)

Rule 2720

Int[1/Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2/d)*EllipticF[(1/2)*(c - Pi/2 + d*x), 2], x] /; FreeQ
[{c, d}, x]

Rule 3854

Int[(csc[(c_.) + (d_.)*(x_)]*(b_.))^(n_), x_Symbol] :> Simp[Cos[c + d*x]*((b*Csc[c + d*x])^(n + 1)/(b*d*n)), x
] + Dist[(n + 1)/(b^2*n), Int[(b*Csc[c + d*x])^(n + 2), x], x] /; FreeQ[{b, c, d}, x] && LtQ[n, -1] && Integer
Q[2*n]

Rule 3856

Int[(csc[(c_.) + (d_.)*(x_)]*(b_.))^(n_), x_Symbol] :> Dist[(b*Csc[c + d*x])^n*Sin[c + d*x]^n, Int[1/Sin[c + d
*x]^n, x], x] /; FreeQ[{b, c, d}, x] && EqQ[n^2, 1/4]

Rubi steps \begin{align*} \text {integral}& = \frac {2 \cosh (c+d x)}{7 b d (b \text {csch}(c+d x))^{5/2}}-\frac {5 \int \frac {1}{(b \text {csch}(c+d x))^{3/2}} \, dx}{7 b^2} \\ & = \frac {2 \cosh (c+d x)}{7 b d (b \text {csch}(c+d x))^{5/2}}-\frac {10 \cosh (c+d x)}{21 b^3 d \sqrt {b \text {csch}(c+d x)}}+\frac {5 \int \sqrt {b \text {csch}(c+d x)} \, dx}{21 b^4} \\ & = \frac {2 \cosh (c+d x)}{7 b d (b \text {csch}(c+d x))^{5/2}}-\frac {10 \cosh (c+d x)}{21 b^3 d \sqrt {b \text {csch}(c+d x)}}+\frac {\left (5 \sqrt {b \text {csch}(c+d x)} \sqrt {i \sinh (c+d x)}\right ) \int \frac {1}{\sqrt {i \sinh (c+d x)}} \, dx}{21 b^4} \\ & = \frac {2 \cosh (c+d x)}{7 b d (b \text {csch}(c+d x))^{5/2}}-\frac {10 \cosh (c+d x)}{21 b^3 d \sqrt {b \text {csch}(c+d x)}}-\frac {10 i \sqrt {b \text {csch}(c+d x)} \operatorname {EllipticF}\left (\frac {1}{2} \left (i c-\frac {\pi }{2}+i d x\right ),2\right ) \sqrt {i \sinh (c+d x)}}{21 b^4 d} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.14 (sec) , antiderivative size = 80, normalized size of antiderivative = 0.68 \[ \int \frac {1}{(b \text {csch}(c+d x))^{7/2}} \, dx=\frac {\sqrt {b \text {csch}(c+d x)} \left (40 i \operatorname {EllipticF}\left (\frac {1}{4} (-2 i c+\pi -2 i d x),2\right ) \sqrt {i \sinh (c+d x)}-26 \sinh (2 (c+d x))+3 \sinh (4 (c+d x))\right )}{84 b^4 d} \]

[In]

Integrate[(b*Csch[c + d*x])^(-7/2),x]

[Out]

(Sqrt[b*Csch[c + d*x]]*((40*I)*EllipticF[((-2*I)*c + Pi - (2*I)*d*x)/4, 2]*Sqrt[I*Sinh[c + d*x]] - 26*Sinh[2*(
c + d*x)] + 3*Sinh[4*(c + d*x)]))/(84*b^4*d)

Maple [F]

\[\int \frac {1}{\left (b \,\operatorname {csch}\left (d x +c \right )\right )^{\frac {7}{2}}}d x\]

[In]

int(1/(b*csch(d*x+c))^(7/2),x)

[Out]

int(1/(b*csch(d*x+c))^(7/2),x)

Fricas [C] (verification not implemented)

Result contains higher order function than in optimal. Order 9 vs. order 4.

Time = 0.09 (sec) , antiderivative size = 483, normalized size of antiderivative = 4.09 \[ \int \frac {1}{(b \text {csch}(c+d x))^{7/2}} \, dx=\frac {80 \, \sqrt {2} {\left (\cosh \left (d x + c\right )^{4} + 4 \, \cosh \left (d x + c\right )^{3} \sinh \left (d x + c\right ) + 6 \, \cosh \left (d x + c\right )^{2} \sinh \left (d x + c\right )^{2} + 4 \, \cosh \left (d x + c\right ) \sinh \left (d x + c\right )^{3} + \sinh \left (d x + c\right )^{4}\right )} \sqrt {b} {\rm weierstrassPInverse}\left (4, 0, \cosh \left (d x + c\right ) + \sinh \left (d x + c\right )\right ) + \sqrt {2} {\left (3 \, \cosh \left (d x + c\right )^{8} + 24 \, \cosh \left (d x + c\right ) \sinh \left (d x + c\right )^{7} + 3 \, \sinh \left (d x + c\right )^{8} + 2 \, {\left (42 \, \cosh \left (d x + c\right )^{2} - 13\right )} \sinh \left (d x + c\right )^{6} - 26 \, \cosh \left (d x + c\right )^{6} + 12 \, {\left (14 \, \cosh \left (d x + c\right )^{3} - 13 \, \cosh \left (d x + c\right )\right )} \sinh \left (d x + c\right )^{5} + 30 \, {\left (7 \, \cosh \left (d x + c\right )^{4} - 13 \, \cosh \left (d x + c\right )^{2}\right )} \sinh \left (d x + c\right )^{4} + 8 \, {\left (21 \, \cosh \left (d x + c\right )^{5} - 65 \, \cosh \left (d x + c\right )^{3}\right )} \sinh \left (d x + c\right )^{3} + 2 \, {\left (42 \, \cosh \left (d x + c\right )^{6} - 195 \, \cosh \left (d x + c\right )^{4} + 13\right )} \sinh \left (d x + c\right )^{2} + 26 \, \cosh \left (d x + c\right )^{2} + 4 \, {\left (6 \, \cosh \left (d x + c\right )^{7} - 39 \, \cosh \left (d x + c\right )^{5} + 13 \, \cosh \left (d x + c\right )\right )} \sinh \left (d x + c\right ) - 3\right )} \sqrt {\frac {b \cosh \left (d x + c\right ) + b \sinh \left (d x + c\right )}{\cosh \left (d x + c\right )^{2} + 2 \, \cosh \left (d x + c\right ) \sinh \left (d x + c\right ) + \sinh \left (d x + c\right )^{2} - 1}}}{168 \, {\left (b^{4} d \cosh \left (d x + c\right )^{4} + 4 \, b^{4} d \cosh \left (d x + c\right )^{3} \sinh \left (d x + c\right ) + 6 \, b^{4} d \cosh \left (d x + c\right )^{2} \sinh \left (d x + c\right )^{2} + 4 \, b^{4} d \cosh \left (d x + c\right ) \sinh \left (d x + c\right )^{3} + b^{4} d \sinh \left (d x + c\right )^{4}\right )}} \]

[In]

integrate(1/(b*csch(d*x+c))^(7/2),x, algorithm="fricas")

[Out]

1/168*(80*sqrt(2)*(cosh(d*x + c)^4 + 4*cosh(d*x + c)^3*sinh(d*x + c) + 6*cosh(d*x + c)^2*sinh(d*x + c)^2 + 4*c
osh(d*x + c)*sinh(d*x + c)^3 + sinh(d*x + c)^4)*sqrt(b)*weierstrassPInverse(4, 0, cosh(d*x + c) + sinh(d*x + c
)) + sqrt(2)*(3*cosh(d*x + c)^8 + 24*cosh(d*x + c)*sinh(d*x + c)^7 + 3*sinh(d*x + c)^8 + 2*(42*cosh(d*x + c)^2
 - 13)*sinh(d*x + c)^6 - 26*cosh(d*x + c)^6 + 12*(14*cosh(d*x + c)^3 - 13*cosh(d*x + c))*sinh(d*x + c)^5 + 30*
(7*cosh(d*x + c)^4 - 13*cosh(d*x + c)^2)*sinh(d*x + c)^4 + 8*(21*cosh(d*x + c)^5 - 65*cosh(d*x + c)^3)*sinh(d*
x + c)^3 + 2*(42*cosh(d*x + c)^6 - 195*cosh(d*x + c)^4 + 13)*sinh(d*x + c)^2 + 26*cosh(d*x + c)^2 + 4*(6*cosh(
d*x + c)^7 - 39*cosh(d*x + c)^5 + 13*cosh(d*x + c))*sinh(d*x + c) - 3)*sqrt((b*cosh(d*x + c) + b*sinh(d*x + c)
)/(cosh(d*x + c)^2 + 2*cosh(d*x + c)*sinh(d*x + c) + sinh(d*x + c)^2 - 1)))/(b^4*d*cosh(d*x + c)^4 + 4*b^4*d*c
osh(d*x + c)^3*sinh(d*x + c) + 6*b^4*d*cosh(d*x + c)^2*sinh(d*x + c)^2 + 4*b^4*d*cosh(d*x + c)*sinh(d*x + c)^3
 + b^4*d*sinh(d*x + c)^4)

Sympy [F]

\[ \int \frac {1}{(b \text {csch}(c+d x))^{7/2}} \, dx=\int \frac {1}{\left (b \operatorname {csch}{\left (c + d x \right )}\right )^{\frac {7}{2}}}\, dx \]

[In]

integrate(1/(b*csch(d*x+c))**(7/2),x)

[Out]

Integral((b*csch(c + d*x))**(-7/2), x)

Maxima [F]

\[ \int \frac {1}{(b \text {csch}(c+d x))^{7/2}} \, dx=\int { \frac {1}{\left (b \operatorname {csch}\left (d x + c\right )\right )^{\frac {7}{2}}} \,d x } \]

[In]

integrate(1/(b*csch(d*x+c))^(7/2),x, algorithm="maxima")

[Out]

integrate((b*csch(d*x + c))^(-7/2), x)

Giac [F]

\[ \int \frac {1}{(b \text {csch}(c+d x))^{7/2}} \, dx=\int { \frac {1}{\left (b \operatorname {csch}\left (d x + c\right )\right )^{\frac {7}{2}}} \,d x } \]

[In]

integrate(1/(b*csch(d*x+c))^(7/2),x, algorithm="giac")

[Out]

integrate((b*csch(d*x + c))^(-7/2), x)

Mupad [F(-1)]

Timed out. \[ \int \frac {1}{(b \text {csch}(c+d x))^{7/2}} \, dx=\int \frac {1}{{\left (\frac {b}{\mathrm {sinh}\left (c+d\,x\right )}\right )}^{7/2}} \,d x \]

[In]

int(1/(b/sinh(c + d*x))^(7/2),x)

[Out]

int(1/(b/sinh(c + d*x))^(7/2), x)