3.2.72 \(\int \frac {1}{x \coth ^{-1}(\tanh (a+b x))^2} \, dx\) [172]

Optimal. Leaf size=70 \[ -\frac {1}{\left (b x-\coth ^{-1}(\tanh (a+b x))\right ) \coth ^{-1}(\tanh (a+b x))}+\frac {\log (x)}{\left (b x-\coth ^{-1}(\tanh (a+b x))\right )^2}-\frac {\log \left (\coth ^{-1}(\tanh (a+b x))\right )}{\left (b x-\coth ^{-1}(\tanh (a+b x))\right )^2} \]

[Out]

-1/(b*x-arccoth(tanh(b*x+a)))/arccoth(tanh(b*x+a))+ln(x)/(b*x-arccoth(tanh(b*x+a)))^2-ln(arccoth(tanh(b*x+a)))
/(b*x-arccoth(tanh(b*x+a)))^2

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 70, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 4, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.308, Rules used = {2194, 2191, 2188, 29} \begin {gather*} -\frac {1}{\left (b x-\coth ^{-1}(\tanh (a+b x))\right ) \coth ^{-1}(\tanh (a+b x))}+\frac {\log (x)}{\left (b x-\coth ^{-1}(\tanh (a+b x))\right )^2}-\frac {\log \left (\coth ^{-1}(\tanh (a+b x))\right )}{\left (b x-\coth ^{-1}(\tanh (a+b x))\right )^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/(x*ArcCoth[Tanh[a + b*x]]^2),x]

[Out]

-(1/((b*x - ArcCoth[Tanh[a + b*x]])*ArcCoth[Tanh[a + b*x]])) + Log[x]/(b*x - ArcCoth[Tanh[a + b*x]])^2 - Log[A
rcCoth[Tanh[a + b*x]]]/(b*x - ArcCoth[Tanh[a + b*x]])^2

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rule 2188

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 2191

Int[1/((u_)*(v_)), x_Symbol] :> With[{a = Simplify[D[u, x]], b = Simplify[D[v, x]]}, Dist[b/(b*u - a*v), Int[1
/v, x], x] - Dist[a/(b*u - a*v), Int[1/u, x], x] /; NeQ[b*u - a*v, 0]] /; PiecewiseLinearQ[u, v, x]

Rule 2194

Int[(v_)^(n_)/(u_), x_Symbol] :> With[{a = Simplify[D[u, x]], b = Simplify[D[v, x]]}, Simp[v^(n + 1)/((n + 1)*
(b*u - a*v)), x] - Dist[a*((n + 1)/((n + 1)*(b*u - a*v))), Int[v^(n + 1)/u, x], x] /; NeQ[b*u - a*v, 0]] /; Pi
ecewiseLinearQ[u, v, x] && LtQ[n, -1]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.05, size = 53, normalized size = 0.76 \begin {gather*} \frac {-b x+\coth ^{-1}(\tanh (a+b x)) \left (1+\log (b x)-\log \left (\coth ^{-1}(\tanh (a+b x))\right )\right )}{\coth ^{-1}(\tanh (a+b x)) \left (-b x+\coth ^{-1}(\tanh (a+b x))\right )^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/(x*ArcCoth[Tanh[a + b*x]]^2),x]

[Out]

(-(b*x) + ArcCoth[Tanh[a + b*x]]*(1 + Log[b*x] - Log[ArcCoth[Tanh[a + b*x]]]))/(ArcCoth[Tanh[a + b*x]]*(-(b*x)
 + ArcCoth[Tanh[a + b*x]])^2)

________________________________________________________________________________________

Maple [F]
time = 180.00, size = 0, normalized size = 0.00 \[\int \frac {1}{x \mathrm {arccoth}\left (\tanh \left (b x +a \right )\right )^{2}}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/x/arccoth(tanh(b*x+a))^2,x)

[Out]

int(1/x/arccoth(tanh(b*x+a))^2,x)

________________________________________________________________________________________

Maxima [C] Result contains complex when optimal does not.
time = 0.64, size = 78, normalized size = 1.11 \begin {gather*} \frac {4 \, \log \left (-i \, \pi + 2 \, b x + 2 \, a\right )}{\pi ^{2} + 4 i \, \pi a - 4 \, a^{2}} - \frac {4 \, \log \left (x\right )}{\pi ^{2} + 4 i \, \pi a - 4 \, a^{2}} - \frac {4}{\pi ^{2} + 4 i \, \pi a - 4 \, a^{2} - 2 \, {\left (-i \, \pi b + 2 \, a b\right )} x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/arccoth(tanh(b*x+a))^2,x, algorithm="maxima")

[Out]

4*log(-I*pi + 2*b*x + 2*a)/(pi^2 + 4*I*pi*a - 4*a^2) - 4*log(x)/(pi^2 + 4*I*pi*a - 4*a^2) - 4/(pi^2 + 4*I*pi*a
 - 4*a^2 - 2*(-I*pi*b + 2*a*b)*x)

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 306 vs. \(2 (70) = 140\).
time = 0.40, size = 306, normalized size = 4.37 \begin {gather*} -\frac {2 \, {\left (2 \, \pi ^{4} - 32 \, a^{4} - 8 \, {\left (\pi ^{2} a b + 4 \, a^{3} b\right )} x + 16 \, {\left (4 \, \pi a b^{2} x^{2} + 8 \, \pi a^{2} b x + \pi ^{3} a + 4 \, \pi a^{3}\right )} \arctan \left (-\frac {2 \, b x + 2 \, a - \sqrt {4 \, b^{2} x^{2} + 8 \, a b x + \pi ^{2} + 4 \, a^{2}}}{\pi }\right ) - {\left (\pi ^{4} - 16 \, a^{4} + 4 \, {\left (\pi ^{2} b^{2} - 4 \, a^{2} b^{2}\right )} x^{2} + 8 \, {\left (\pi ^{2} a b - 4 \, a^{3} b\right )} x\right )} \log \left (4 \, b^{2} x^{2} + 8 \, a b x + \pi ^{2} + 4 \, a^{2}\right ) + 2 \, {\left (\pi ^{4} - 16 \, a^{4} + 4 \, {\left (\pi ^{2} b^{2} - 4 \, a^{2} b^{2}\right )} x^{2} + 8 \, {\left (\pi ^{2} a b - 4 \, a^{3} b\right )} x\right )} \log \left (x\right )\right )}}{\pi ^{6} + 12 \, \pi ^{4} a^{2} + 48 \, \pi ^{2} a^{4} + 64 \, a^{6} + 4 \, {\left (\pi ^{4} b^{2} + 8 \, \pi ^{2} a^{2} b^{2} + 16 \, a^{4} b^{2}\right )} x^{2} + 8 \, {\left (\pi ^{4} a b + 8 \, \pi ^{2} a^{3} b + 16 \, a^{5} b\right )} x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/arccoth(tanh(b*x+a))^2,x, algorithm="fricas")

[Out]

-2*(2*pi^4 - 32*a^4 - 8*(pi^2*a*b + 4*a^3*b)*x + 16*(4*pi*a*b^2*x^2 + 8*pi*a^2*b*x + pi^3*a + 4*pi*a^3)*arctan
(-(2*b*x + 2*a - sqrt(4*b^2*x^2 + 8*a*b*x + pi^2 + 4*a^2))/pi) - (pi^4 - 16*a^4 + 4*(pi^2*b^2 - 4*a^2*b^2)*x^2
 + 8*(pi^2*a*b - 4*a^3*b)*x)*log(4*b^2*x^2 + 8*a*b*x + pi^2 + 4*a^2) + 2*(pi^4 - 16*a^4 + 4*(pi^2*b^2 - 4*a^2*
b^2)*x^2 + 8*(pi^2*a*b - 4*a^3*b)*x)*log(x))/(pi^6 + 12*pi^4*a^2 + 48*pi^2*a^4 + 64*a^6 + 4*(pi^4*b^2 + 8*pi^2
*a^2*b^2 + 16*a^4*b^2)*x^2 + 8*(pi^4*a*b + 8*pi^2*a^3*b + 16*a^5*b)*x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{x \operatorname {acoth}^{2}{\left (\tanh {\left (a + b x \right )} \right )}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/acoth(tanh(b*x+a))**2,x)

[Out]

Integral(1/(x*acoth(tanh(a + b*x))**2), x)

________________________________________________________________________________________

Giac [C] Result contains complex when optimal does not.
time = 0.40, size = 78, normalized size = 1.11 \begin {gather*} \frac {4 \, \log \left (i \, \pi + 2 \, b x + 2 \, a\right )}{\pi ^{2} - 4 i \, \pi a - 4 \, a^{2}} - \frac {4 \, \log \left (x\right )}{\pi ^{2} - 4 i \, \pi a - 4 \, a^{2}} + \frac {4}{2 i \, \pi b x + 4 \, a b x - \pi ^{2} + 4 i \, \pi a + 4 \, a^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/arccoth(tanh(b*x+a))^2,x, algorithm="giac")

[Out]

4*log(I*pi + 2*b*x + 2*a)/(pi^2 - 4*I*pi*a - 4*a^2) - 4*log(x)/(pi^2 - 4*I*pi*a - 4*a^2) + 4/(2*I*pi*b*x + 4*a
*b*x - pi^2 + 4*I*pi*a + 4*a^2)

________________________________________________________________________________________

Mupad [B]
time = 4.03, size = 421, normalized size = 6.01 \begin {gather*} -\frac {4\,\ln \left (-\frac {1}{{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}-1}\right )-4\,\ln \left (\frac {{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}}{{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}-1}\right )+8\,b\,x+\ln \left (\frac {2\,{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}}{{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}-1}\right )\,\mathrm {atan}\left (\frac {\ln \left (\frac {2\,{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}}{{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}-1}\right )\,1{}\mathrm {i}-\ln \left (-\frac {2}{{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}-1}\right )\,1{}\mathrm {i}+b\,x\,2{}\mathrm {i}}{\ln \left (-\frac {2}{{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}-1}\right )-\ln \left (\frac {2\,{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}}{{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}-1}\right )+2\,b\,x}\right )\,8{}\mathrm {i}-\mathrm {atan}\left (\frac {\ln \left (\frac {2\,{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}}{{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}-1}\right )\,1{}\mathrm {i}-\ln \left (-\frac {2}{{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}-1}\right )\,1{}\mathrm {i}+b\,x\,2{}\mathrm {i}}{\ln \left (-\frac {2}{{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}-1}\right )-\ln \left (\frac {2\,{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}}{{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}-1}\right )+2\,b\,x}\right )\,\left (\ln \left (2\right )+\ln \left (-\frac {1}{{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}-1}\right )\right )\,8{}\mathrm {i}}{\left (\ln \left (\frac {{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}}{{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}-1}\right )-\ln \left (-\frac {1}{{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}-1}\right )\right )\,{\left (\ln \left (-\frac {1}{{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}-1}\right )-\ln \left (\frac {{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}}{{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}-1}\right )+2\,b\,x\right )}^2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x*acoth(tanh(a + b*x))^2),x)

[Out]

-(4*log(-1/(exp(2*a)*exp(2*b*x) - 1)) - 4*log((exp(2*a)*exp(2*b*x))/(exp(2*a)*exp(2*b*x) - 1)) + 8*b*x + log((
2*exp(2*a)*exp(2*b*x))/(exp(2*a)*exp(2*b*x) - 1))*atan((log((2*exp(2*a)*exp(2*b*x))/(exp(2*a)*exp(2*b*x) - 1))
*1i - log(-2/(exp(2*a)*exp(2*b*x) - 1))*1i + b*x*2i)/(log(-2/(exp(2*a)*exp(2*b*x) - 1)) - log((2*exp(2*a)*exp(
2*b*x))/(exp(2*a)*exp(2*b*x) - 1)) + 2*b*x))*8i - atan((log((2*exp(2*a)*exp(2*b*x))/(exp(2*a)*exp(2*b*x) - 1))
*1i - log(-2/(exp(2*a)*exp(2*b*x) - 1))*1i + b*x*2i)/(log(-2/(exp(2*a)*exp(2*b*x) - 1)) - log((2*exp(2*a)*exp(
2*b*x))/(exp(2*a)*exp(2*b*x) - 1)) + 2*b*x))*(log(2) + log(-1/(exp(2*a)*exp(2*b*x) - 1)))*8i)/((log((exp(2*a)*
exp(2*b*x))/(exp(2*a)*exp(2*b*x) - 1)) - log(-1/(exp(2*a)*exp(2*b*x) - 1)))*(log(-1/(exp(2*a)*exp(2*b*x) - 1))
 - log((exp(2*a)*exp(2*b*x))/(exp(2*a)*exp(2*b*x) - 1)) + 2*b*x)^2)

________________________________________________________________________________________