3.158 \(\int \cosh (a+b x) \coth (c+b x) \, dx\)

Optimal. Leaf size=29 \[ \frac{\cosh (a+b x)}{b}-\frac{\cosh (a-c) \tanh ^{-1}(\cosh (b x+c))}{b} \]

[Out]

-((ArcTanh[Cosh[c + b*x]]*Cosh[a - c])/b) + Cosh[a + b*x]/b

________________________________________________________________________________________

Rubi [A]  time = 0.0199443, antiderivative size = 29, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 13, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.231, Rules used = {5621, 2638, 3770} \[ \frac{\cosh (a+b x)}{b}-\frac{\cosh (a-c) \tanh ^{-1}(\cosh (b x+c))}{b} \]

Antiderivative was successfully verified.

[In]

Int[Cosh[a + b*x]*Coth[c + b*x],x]

[Out]

-((ArcTanh[Cosh[c + b*x]]*Cosh[a - c])/b) + Cosh[a + b*x]/b

Rule 5621

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

Rule 2638

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

Rule 3770

Int[csc[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[ArcTanh[Cos[c + d*x]]/d, x] /; FreeQ[{c, d}, x]

Rubi steps

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

Mathematica [C]  time = 0.0538084, size = 93, normalized size = 3.21 \[ -\frac{2 i \cosh (a-c) \tan ^{-1}\left (\frac{(\cosh (c)-\sinh (c)) \left (\sinh (c) \sinh \left (\frac{b x}{2}\right )+\cosh (c) \cosh \left (\frac{b x}{2}\right )\right )}{i \cosh (c) \cosh \left (\frac{b x}{2}\right )-i \sinh (c) \cosh \left (\frac{b x}{2}\right )}\right )}{b}+\frac{\sinh (a) \sinh (b x)}{b}+\frac{\cosh (a) \cosh (b x)}{b} \]

Antiderivative was successfully verified.

[In]

Integrate[Cosh[a + b*x]*Coth[c + b*x],x]

[Out]

((-2*I)*ArcTan[((Cosh[c] - Sinh[c])*(Cosh[c]*Cosh[(b*x)/2] + Sinh[c]*Sinh[(b*x)/2]))/(I*Cosh[c]*Cosh[(b*x)/2]
- I*Cosh[(b*x)/2]*Sinh[c])]*Cosh[a - c])/b + (Cosh[a]*Cosh[b*x])/b + (Sinh[a]*Sinh[b*x])/b

________________________________________________________________________________________

Maple [B]  time = 0.042, size = 155, normalized size = 5.3 \begin{align*}{\frac{{{\rm e}^{bx+a}}}{2\,b}}+{\frac{{{\rm e}^{-bx-a}}}{2\,b}}-{\frac{\ln \left ({{\rm e}^{bx+a}}+{{\rm e}^{a-c}} \right ){{\rm e}^{-a-c}}{{\rm e}^{2\,a}}}{2\,b}}-{\frac{\ln \left ({{\rm e}^{bx+a}}+{{\rm e}^{a-c}} \right ){{\rm e}^{-a-c}}{{\rm e}^{2\,c}}}{2\,b}}+{\frac{\ln \left ({{\rm e}^{bx+a}}-{{\rm e}^{a-c}} \right ){{\rm e}^{-a-c}}{{\rm e}^{2\,a}}}{2\,b}}+{\frac{\ln \left ({{\rm e}^{bx+a}}-{{\rm e}^{a-c}} \right ){{\rm e}^{-a-c}}{{\rm e}^{2\,c}}}{2\,b}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cosh(b*x+a)*coth(b*x+c),x)

[Out]

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

________________________________________________________________________________________

Maxima [B]  time = 1.07457, size = 122, normalized size = 4.21 \begin{align*} -\frac{{\left (e^{\left (2 \, a\right )} + e^{\left (2 \, c\right )}\right )} e^{\left (-a - c\right )} \log \left (e^{\left (-b x\right )} + e^{c}\right )}{2 \, b} + \frac{{\left (e^{\left (2 \, a\right )} + e^{\left (2 \, c\right )}\right )} e^{\left (-a - c\right )} \log \left (e^{\left (-b x\right )} - e^{c}\right )}{2 \, b} + \frac{e^{\left (b x + a\right )}}{2 \, b} + \frac{e^{\left (-b x - a\right )}}{2 \, b} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(b*x+a)*coth(b*x+c),x, algorithm="maxima")

[Out]

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

________________________________________________________________________________________

Fricas [B]  time = 1.9522, size = 1233, normalized size = 42.52 \begin{align*} \frac{\cosh \left (b x + c\right )^{2} \cosh \left (-a + c\right )^{2} - 2 \, \cosh \left (b x + c\right )^{2} \cosh \left (-a + c\right ) \sinh \left (-a + c\right ) + \cosh \left (b x + c\right )^{2} \sinh \left (-a + c\right )^{2} +{\left (\cosh \left (-a + c\right )^{2} - 2 \, \cosh \left (-a + c\right ) \sinh \left (-a + c\right ) + \sinh \left (-a + c\right )^{2}\right )} \sinh \left (b x + c\right )^{2} +{\left (2 \, \cosh \left (b x + c\right ) \cosh \left (-a + c\right ) \sinh \left (-a + c\right ) - \cosh \left (b x + c\right ) \sinh \left (-a + c\right )^{2} -{\left (\cosh \left (-a + c\right )^{2} + 1\right )} \cosh \left (b x + c\right ) -{\left (\cosh \left (-a + c\right )^{2} - 2 \, \cosh \left (-a + c\right ) \sinh \left (-a + c\right ) + \sinh \left (-a + c\right )^{2} + 1\right )} \sinh \left (b x + c\right )\right )} \log \left (\cosh \left (b x + c\right ) + \sinh \left (b x + c\right ) + 1\right ) -{\left (2 \, \cosh \left (b x + c\right ) \cosh \left (-a + c\right ) \sinh \left (-a + c\right ) - \cosh \left (b x + c\right ) \sinh \left (-a + c\right )^{2} -{\left (\cosh \left (-a + c\right )^{2} + 1\right )} \cosh \left (b x + c\right ) -{\left (\cosh \left (-a + c\right )^{2} - 2 \, \cosh \left (-a + c\right ) \sinh \left (-a + c\right ) + \sinh \left (-a + c\right )^{2} + 1\right )} \sinh \left (b x + c\right )\right )} \log \left (\cosh \left (b x + c\right ) + \sinh \left (b x + c\right ) - 1\right ) + 2 \,{\left (\cosh \left (b x + c\right ) \cosh \left (-a + c\right )^{2} - 2 \, \cosh \left (b x + c\right ) \cosh \left (-a + c\right ) \sinh \left (-a + c\right ) + \cosh \left (b x + c\right ) \sinh \left (-a + c\right )^{2}\right )} \sinh \left (b x + c\right ) + 1}{2 \,{\left (b \cosh \left (b x + c\right ) \cosh \left (-a + c\right ) - b \cosh \left (b x + c\right ) \sinh \left (-a + c\right ) +{\left (b \cosh \left (-a + c\right ) - b \sinh \left (-a + c\right )\right )} \sinh \left (b x + c\right )\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(b*x+a)*coth(b*x+c),x, algorithm="fricas")

[Out]

1/2*(cosh(b*x + c)^2*cosh(-a + c)^2 - 2*cosh(b*x + c)^2*cosh(-a + c)*sinh(-a + c) + cosh(b*x + c)^2*sinh(-a +
c)^2 + (cosh(-a + c)^2 - 2*cosh(-a + c)*sinh(-a + c) + sinh(-a + c)^2)*sinh(b*x + c)^2 + (2*cosh(b*x + c)*cosh
(-a + c)*sinh(-a + c) - cosh(b*x + c)*sinh(-a + c)^2 - (cosh(-a + c)^2 + 1)*cosh(b*x + c) - (cosh(-a + c)^2 -
2*cosh(-a + c)*sinh(-a + c) + sinh(-a + c)^2 + 1)*sinh(b*x + c))*log(cosh(b*x + c) + sinh(b*x + c) + 1) - (2*c
osh(b*x + c)*cosh(-a + c)*sinh(-a + c) - cosh(b*x + c)*sinh(-a + c)^2 - (cosh(-a + c)^2 + 1)*cosh(b*x + c) - (
cosh(-a + c)^2 - 2*cosh(-a + c)*sinh(-a + c) + sinh(-a + c)^2 + 1)*sinh(b*x + c))*log(cosh(b*x + c) + sinh(b*x
 + c) - 1) + 2*(cosh(b*x + c)*cosh(-a + c)^2 - 2*cosh(b*x + c)*cosh(-a + c)*sinh(-a + c) + cosh(b*x + c)*sinh(
-a + c)^2)*sinh(b*x + c) + 1)/(b*cosh(b*x + c)*cosh(-a + c) - b*cosh(b*x + c)*sinh(-a + c) + (b*cosh(-a + c) -
 b*sinh(-a + c))*sinh(b*x + c))

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(b*x+a)*coth(b*x+c),x)

[Out]

Integral(cosh(a + b*x)*coth(b*x + c), x)

________________________________________________________________________________________

Giac [B]  time = 1.18309, size = 115, normalized size = 3.97 \begin{align*} -\frac{{\left (e^{\left (2 \, a + c\right )} + e^{\left (3 \, c\right )}\right )} e^{\left (-a - 2 \, c\right )} \log \left (e^{\left (b x + c\right )} + 1\right ) -{\left (e^{\left (2 \, a + c\right )} + e^{\left (3 \, c\right )}\right )} e^{\left (-a - 2 \, c\right )} \log \left ({\left | e^{\left (b x + c\right )} - 1 \right |}\right ) - e^{\left (b x + a\right )} - e^{\left (-b x - a\right )}}{2 \, b} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(b*x+a)*coth(b*x+c),x, algorithm="giac")

[Out]

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