3.154 \(\int \text {csch}^3(c+b x) \sinh (a+b x) \, dx\)

Optimal. Leaf size=39 \[ -\frac {\cosh (a-c) \coth (b x+c)}{b}-\frac {\sinh (a-c) \text {csch}^2(b x+c)}{2 b} \]

[Out]

-cosh(a-c)*coth(b*x+c)/b-1/2*csch(b*x+c)^2*sinh(a-c)/b

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 39, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 5, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.333, Rules used = {5626, 2606, 30, 3767, 8} \[ -\frac {\cosh (a-c) \coth (b x+c)}{b}-\frac {\sinh (a-c) \text {csch}^2(b x+c)}{2 b} \]

Antiderivative was successfully verified.

[In]

Int[Csch[c + b*x]^3*Sinh[a + b*x],x]

[Out]

-((Cosh[a - c]*Coth[c + b*x])/b) - (Csch[c + b*x]^2*Sinh[a - c])/(2*b)

Rule 8

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

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rule 2606

Int[((a_.)*sec[(e_.) + (f_.)*(x_)])^(m_.)*((b_.)*tan[(e_.) + (f_.)*(x_)])^(n_.), x_Symbol] :> Dist[a/f, Subst[
Int[(a*x)^(m - 1)*(-1 + x^2)^((n - 1)/2), x], x, Sec[e + f*x]], x] /; FreeQ[{a, e, f, m}, x] && IntegerQ[(n -
1)/2] &&  !(IntegerQ[m/2] && LtQ[0, m, n + 1])

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]

Rule 5626

Int[Csch[w_]^(n_.)*Sinh[v_], x_Symbol] :> Dist[Sinh[v - w], Int[Coth[w]*Csch[w]^(n - 1), x], x] + Dist[Cosh[v
- w], Int[Csch[w]^(n - 1), x], x] /; GtQ[n, 0] && NeQ[w, v] && FreeQ[v - w, x]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.18, size = 35, normalized size = 0.90 \[ -\frac {\text {csch}(c) \text {csch}^2(b x+c) (\cosh (a)-\cosh (a-c) \cosh (2 b x+c))}{2 b} \]

Antiderivative was successfully verified.

[In]

Integrate[Csch[c + b*x]^3*Sinh[a + b*x],x]

[Out]

-1/2*((Cosh[a] - Cosh[a - c]*Cosh[c + 2*b*x])*Csch[c]*Csch[c + b*x]^2)/b

________________________________________________________________________________________

fricas [B]  time = 0.43, size = 246, normalized size = 6.31 \[ -\frac {2 \, {\left ({\left (2 \, \cosh \left (-a + c\right ) - \sinh \left (-a + c\right )\right )} \sinh \left (b x + c\right ) - \cosh \left (b x + c\right ) \sinh \left (-a + c\right )\right )}}{b \cosh \left (b x + c\right )^{3} \cosh \left (-a + c\right )^{2} - b \cosh \left (b x + c\right ) \cosh \left (-a + c\right )^{2} + {\left (b \cosh \left (-a + c\right )^{2} - b \sinh \left (-a + c\right )^{2}\right )} \sinh \left (b x + c\right )^{3} + 3 \, {\left (b \cosh \left (b x + c\right ) \cosh \left (-a + c\right )^{2} - b \cosh \left (b x + c\right ) \sinh \left (-a + c\right )^{2}\right )} \sinh \left (b x + c\right )^{2} - {\left (b \cosh \left (b x + c\right )^{3} - b \cosh \left (b x + c\right )\right )} \sinh \left (-a + c\right )^{2} + 3 \, {\left (b \cosh \left (b x + c\right )^{2} \cosh \left (-a + c\right )^{2} - b \cosh \left (-a + c\right )^{2} - {\left (b \cosh \left (b x + c\right )^{2} - b\right )} \sinh \left (-a + c\right )^{2}\right )} \sinh \left (b x + c\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(b*x+c)^3*sinh(b*x+a),x, algorithm="fricas")

[Out]

-2*((2*cosh(-a + c) - sinh(-a + c))*sinh(b*x + c) - cosh(b*x + c)*sinh(-a + c))/(b*cosh(b*x + c)^3*cosh(-a + c
)^2 - b*cosh(b*x + c)*cosh(-a + c)^2 + (b*cosh(-a + c)^2 - b*sinh(-a + c)^2)*sinh(b*x + c)^3 + 3*(b*cosh(b*x +
 c)*cosh(-a + c)^2 - b*cosh(b*x + c)*sinh(-a + c)^2)*sinh(b*x + c)^2 - (b*cosh(b*x + c)^3 - b*cosh(b*x + c))*s
inh(-a + c)^2 + 3*(b*cosh(b*x + c)^2*cosh(-a + c)^2 - b*cosh(-a + c)^2 - (b*cosh(b*x + c)^2 - b)*sinh(-a + c)^
2)*sinh(b*x + c))

________________________________________________________________________________________

giac [A]  time = 0.12, size = 53, normalized size = 1.36 \[ -\frac {{\left (2 \, e^{\left (2 \, b x + 2 \, a + 2 \, c\right )} - e^{\left (2 \, a\right )} - e^{\left (2 \, c\right )}\right )} e^{\left (-a - c\right )}}{b {\left (e^{\left (2 \, b x + 2 \, c\right )} - 1\right )}^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(b*x+c)^3*sinh(b*x+a),x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.17, size = 57, normalized size = 1.46 \[ \frac {\left (-2 \,{\mathrm e}^{2 b x +2 a +2 c}+{\mathrm e}^{2 a}+{\mathrm e}^{2 c}\right ) {\mathrm e}^{3 a -c}}{\left (-{\mathrm e}^{2 b x +2 a +2 c}+{\mathrm e}^{2 a}\right )^{2} b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csch(b*x+c)^3*sinh(b*x+a),x)

[Out]

1/(-exp(2*b*x+2*a+2*c)+exp(2*a))^2/b*(-2*exp(2*b*x+2*a+2*c)+exp(2*a)+exp(2*c))*exp(3*a-c)

________________________________________________________________________________________

maxima [B]  time = 0.33, size = 131, normalized size = 3.36 \[ -\frac {2 \, e^{\left (-2 \, b x + 3 \, c\right )}}{b {\left (2 \, e^{\left (-2 \, b x + a + 2 \, c\right )} - e^{\left (-4 \, b x + a\right )} - e^{\left (a + 4 \, c\right )}\right )}} + \frac {e^{\left (2 \, a + 3 \, c\right )}}{b {\left (2 \, e^{\left (-2 \, b x + a + 2 \, c\right )} - e^{\left (-4 \, b x + a\right )} - e^{\left (a + 4 \, c\right )}\right )}} + \frac {e^{\left (5 \, c\right )}}{b {\left (2 \, e^{\left (-2 \, b x + a + 2 \, c\right )} - e^{\left (-4 \, b x + a\right )} - e^{\left (a + 4 \, c\right )}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(b*x+c)^3*sinh(b*x+a),x, algorithm="maxima")

[Out]

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

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.03 \[ \int \frac {\mathrm {sinh}\left (a+b\,x\right )}{{\mathrm {sinh}\left (c+b\,x\right )}^3} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sinh(a + b*x)/sinh(c + b*x)^3,x)

[Out]

int(sinh(a + b*x)/sinh(c + b*x)^3, x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sinh {\left (a + b x \right )} \operatorname {csch}^{3}{\left (b x + c \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(b*x+c)**3*sinh(b*x+a),x)

[Out]

Integral(sinh(a + b*x)*csch(b*x + c)**3, x)

________________________________________________________________________________________