3.92 \(\int \frac {\coth ^{-1}(\sqrt {x})}{x^{3/2}} \, dx\)

Optimal. Leaf size=24 \[ -\log (1-x)+\log (x)-\frac {2 \coth ^{-1}\left (\sqrt {x}\right )}{\sqrt {x}} \]

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 24, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.333, Rules used = {6098, 36, 31, 29} \[ -\log (1-x)+\log (x)-\frac {2 \coth ^{-1}\left (\sqrt {x}\right )}{\sqrt {x}} \]

Antiderivative was successfully verified.

[In]

Int[ArcCoth[Sqrt[x]]/x^(3/2),x]

[Out]

(-2*ArcCoth[Sqrt[x]])/Sqrt[x] - Log[1 - x] + Log[x]

Rule 29

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

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 36

Int[1/(((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))), x_Symbol] :> Dist[b/(b*c - a*d), Int[1/(a + b*x), x], x] -
Dist[d/(b*c - a*d), Int[1/(c + d*x), x], x] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0]

Rule 6098

Int[((a_.) + ArcCoth[(c_.)*(x_)^(n_)]*(b_.))*((d_.)*(x_))^(m_.), x_Symbol] :> Simp[((d*x)^(m + 1)*(a + b*ArcCo
th[c*x^n]))/(d*(m + 1)), x] - Dist[(b*c*n)/(d*(m + 1)), Int[(x^(n - 1)*(d*x)^(m + 1))/(1 - c^2*x^(2*n)), x], x
] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[m, -1]

Rubi steps

\begin {align*} \int \frac {\coth ^{-1}\left (\sqrt {x}\right )}{x^{3/2}} \, dx &=-\frac {2 \coth ^{-1}\left (\sqrt {x}\right )}{\sqrt {x}}+\int \frac {1}{(1-x) x} \, dx\\ &=-\frac {2 \coth ^{-1}\left (\sqrt {x}\right )}{\sqrt {x}}+\int \frac {1}{1-x} \, dx+\int \frac {1}{x} \, dx\\ &=-\frac {2 \coth ^{-1}\left (\sqrt {x}\right )}{\sqrt {x}}-\log (1-x)+\log (x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 24, normalized size = 1.00 \[ -\log (1-x)+\log (x)-\frac {2 \coth ^{-1}\left (\sqrt {x}\right )}{\sqrt {x}} \]

Antiderivative was successfully verified.

[In]

Integrate[ArcCoth[Sqrt[x]]/x^(3/2),x]

[Out]

(-2*ArcCoth[Sqrt[x]])/Sqrt[x] - Log[1 - x] + Log[x]

________________________________________________________________________________________

fricas [A]  time = 0.49, size = 36, normalized size = 1.50 \[ -\frac {x \log \left (x - 1\right ) - x \log \relax (x) + \sqrt {x} \log \left (\frac {x + 2 \, \sqrt {x} + 1}{x - 1}\right )}{x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arccoth(x^(1/2))/x^(3/2),x, algorithm="fricas")

[Out]

-(x*log(x - 1) - x*log(x) + sqrt(x)*log((x + 2*sqrt(x) + 1)/(x - 1)))/x

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\operatorname {arcoth}\left (\sqrt {x}\right )}{x^{\frac {3}{2}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arccoth(x^(1/2))/x^(3/2),x, algorithm="giac")

[Out]

integrate(arccoth(sqrt(x))/x^(3/2), x)

________________________________________________________________________________________

maple [A]  time = 0.05, size = 29, normalized size = 1.21 \[ -\frac {2 \,\mathrm {arccoth}\left (\sqrt {x}\right )}{\sqrt {x}}+\ln \relax (x )-\ln \left (-1+\sqrt {x}\right )-\ln \left (1+\sqrt {x}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(arccoth(x^(1/2))/x^(3/2),x)

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 0.31, size = 18, normalized size = 0.75 \[ -\frac {2 \, \operatorname {arcoth}\left (\sqrt {x}\right )}{\sqrt {x}} - \log \left (x - 1\right ) + \log \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arccoth(x^(1/2))/x^(3/2),x, algorithm="maxima")

[Out]

-2*arccoth(sqrt(x))/sqrt(x) - log(x - 1) + log(x)

________________________________________________________________________________________

mupad [B]  time = 1.25, size = 22, normalized size = 0.92 \[ 2\,\ln \left (\sqrt {x}\right )-\ln \left (x-1\right )-\frac {2\,\mathrm {acoth}\left (\sqrt {x}\right )}{\sqrt {x}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(acoth(x^(1/2))/x^(3/2),x)

[Out]

2*log(x^(1/2)) - log(x - 1) - (2*acoth(x^(1/2)))/x^(1/2)

________________________________________________________________________________________

sympy [B]  time = 1.38, size = 126, normalized size = 5.25 \[ - \frac {2 x^{\frac {3}{2}} \operatorname {acoth}{\left (\sqrt {x} \right )}}{x^{2} - x} + \frac {2 \sqrt {x} \operatorname {acoth}{\left (\sqrt {x} \right )}}{x^{2} - x} + \frac {x^{2} \log {\relax (x )}}{x^{2} - x} - \frac {2 x^{2} \log {\left (\sqrt {x} + 1 \right )}}{x^{2} - x} + \frac {2 x^{2} \operatorname {acoth}{\left (\sqrt {x} \right )}}{x^{2} - x} - \frac {x \log {\relax (x )}}{x^{2} - x} + \frac {2 x \log {\left (\sqrt {x} + 1 \right )}}{x^{2} - x} - \frac {2 x \operatorname {acoth}{\left (\sqrt {x} \right )}}{x^{2} - x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(acoth(x**(1/2))/x**(3/2),x)

[Out]

-2*x**(3/2)*acoth(sqrt(x))/(x**2 - x) + 2*sqrt(x)*acoth(sqrt(x))/(x**2 - x) + x**2*log(x)/(x**2 - x) - 2*x**2*
log(sqrt(x) + 1)/(x**2 - x) + 2*x**2*acoth(sqrt(x))/(x**2 - x) - x*log(x)/(x**2 - x) + 2*x*log(sqrt(x) + 1)/(x
**2 - x) - 2*x*acoth(sqrt(x))/(x**2 - x)

________________________________________________________________________________________