3.196 \(\int \coth ^{-1}(\coth (a+b x)) \, dx\)

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

[Out]

ArcCoth[Coth[a + b*x]]^2/(2*b)

________________________________________________________________________________________

Rubi [A]  time = 0.0031558, antiderivative size = 16, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 7, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.286, Rules used = {2157, 30} \[ \frac{\coth ^{-1}(\coth (a+b x))^2}{2 b} \]

Antiderivative was successfully verified.

[In]

Int[ArcCoth[Coth[a + b*x]],x]

[Out]

ArcCoth[Coth[a + b*x]]^2/(2*b)

Rule 2157

Int[(u_)^(m_.), x_Symbol] :> With[{c = Simplify[D[u, x]]}, Dist[1/c, Subst[Int[x^m, x], x, u], x]] /; FreeQ[m,
 x] && PiecewiseLinearQ[u, x]

Rule 30

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

Rubi steps

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

Mathematica [A]  time = 0.0059037, size = 18, normalized size = 1.12 \[ x \coth ^{-1}(\coth (a+b x))-\frac{b x^2}{2} \]

Antiderivative was successfully verified.

[In]

Integrate[ArcCoth[Coth[a + b*x]],x]

[Out]

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

________________________________________________________________________________________

Maple [B]  time = 0.064, size = 32, normalized size = 2. \begin{align*}{\frac{1}{b} \left ({\it Artanh} \left ({\rm coth} \left (bx+a\right ) \right ){\rm arccoth} \left ({\rm coth} \left (bx+a\right )\right )-{\frac{ \left ({\it Artanh} \left ({\rm coth} \left (bx+a\right ) \right ) \right ) ^{2}}{2}} \right ) } \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(arccoth(coth(b*x+a)),x)

[Out]

1/b*(arctanh(coth(b*x+a))*arccoth(coth(b*x+a))-1/2*arctanh(coth(b*x+a))^2)

________________________________________________________________________________________

Maxima [A]  time = 0.934248, size = 14, normalized size = 0.88 \begin{align*} \frac{1}{2} \, b x^{2} + a x \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*b*x^2 + a*x

________________________________________________________________________________________

Fricas [A]  time = 1.28358, size = 23, normalized size = 1.44 \begin{align*} \frac{1}{2} x^{2} b + x a \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*x^2*b + x*a

________________________________________________________________________________________

Sympy [A]  time = 3.98976, size = 36, normalized size = 2.25 \begin{align*} \begin{cases} 0 & \text{for}\: a = \log{\left (- e^{- b x} \right )} \vee a = \log{\left (e^{- b x} \right )} \\- \frac{b x^{2}}{2} + x \operatorname{acoth}{\left (\frac{1}{\tanh{\left (a + b x \right )}} \right )} & \text{otherwise} \end{cases} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(acoth(coth(b*x+a)),x)

[Out]

Piecewise((0, Eq(a, log(exp(-b*x))) | Eq(a, log(-exp(-b*x)))), (-b*x**2/2 + x*acoth(1/tanh(a + b*x)), True))

________________________________________________________________________________________

Giac [A]  time = 1.12394, size = 14, normalized size = 0.88 \begin{align*} \frac{1}{2} \, b x^{2} + a x \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*b*x^2 + a*x