3.114 \(\int \cosh (a+b x) \text {csch}^{1+n}(a+b x) \, dx\)

Optimal. Leaf size=16 \[ -\frac {\text {csch}^n(a+b x)}{b n} \]

[Out]

-csch(b*x+a)^n/b/n

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 16, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.118, Rules used = {2621, 30} \[ -\frac {\text {csch}^n(a+b x)}{b n} \]

Antiderivative was successfully verified.

[In]

Int[Cosh[a + b*x]*Csch[a + b*x]^(1 + n),x]

[Out]

-(Csch[a + b*x]^n/(b*n))

Rule 30

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

Rule 2621

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 16, normalized size = 1.00 \[ -\frac {\text {csch}^n(a+b x)}{b n} \]

Antiderivative was successfully verified.

[In]

Integrate[Cosh[a + b*x]*Csch[a + b*x]^(1 + n),x]

[Out]

-(Csch[a + b*x]^n/(b*n))

________________________________________________________________________________________

fricas [B]  time = 0.48, size = 115, normalized size = 7.19 \[ -\frac {\cosh \left (n \log \left (\frac {2 \, {\left (\cosh \left (b x + a\right ) + \sinh \left (b x + a\right )\right )}}{\cosh \left (b x + a\right )^{2} + 2 \, \cosh \left (b x + a\right ) \sinh \left (b x + a\right ) + \sinh \left (b x + a\right )^{2} - 1}\right )\right ) + \sinh \left (n \log \left (\frac {2 \, {\left (\cosh \left (b x + a\right ) + \sinh \left (b x + a\right )\right )}}{\cosh \left (b x + a\right )^{2} + 2 \, \cosh \left (b x + a\right ) \sinh \left (b x + a\right ) + \sinh \left (b x + a\right )^{2} - 1}\right )\right )}{b n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-(cosh(n*log(2*(cosh(b*x + a) + sinh(b*x + a))/(cosh(b*x + a)^2 + 2*cosh(b*x + a)*sinh(b*x + a) + sinh(b*x + a
)^2 - 1))) + sinh(n*log(2*(cosh(b*x + a) + sinh(b*x + a))/(cosh(b*x + a)^2 + 2*cosh(b*x + a)*sinh(b*x + a) + s
inh(b*x + a)^2 - 1))))/(b*n)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \operatorname {csch}\left (b x + a\right )^{n} \coth \left (b x + a\right )\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(csch(b*x + a)^n*coth(b*x + a), x)

________________________________________________________________________________________

maple [A]  time = 0.10, size = 17, normalized size = 1.06 \[ -\frac {\mathrm {csch}\left (b x +a \right )^{n}}{b n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(coth(b*x+a)*csch(b*x+a)^n,x)

[Out]

-csch(b*x+a)^n/b/n

________________________________________________________________________________________

maxima [B]  time = 0.52, size = 53, normalized size = 3.31 \[ -\frac {2^{n} e^{\left (-{\left (b x + a\right )} n - n \log \left (e^{\left (-b x - a\right )} + 1\right ) - n \log \left (-e^{\left (-b x - a\right )} + 1\right )\right )}}{b n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 1.48, size = 31, normalized size = 1.94 \[ -\frac {{\left (\frac {2\,{\mathrm {e}}^{a+b\,x}}{{\mathrm {e}}^{2\,a+2\,b\,x}-1}\right )}^n}{b\,n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(coth(a + b*x)*(1/sinh(a + b*x))^n,x)

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(b*x+a)*csch(b*x+a)**n,x)

[Out]

Integral(coth(a + b*x)*csch(a + b*x)**n, x)

________________________________________________________________________________________