3.294 \(\int \frac{e^{\coth ^{-1}(x)}}{(1-x)^2} \, dx\)

Optimal. Leaf size=24 \[ -\frac{\left (1-\frac{1}{x^2}\right )^{3/2}}{3 \left (1-\frac{1}{x}\right )^3} \]

[Out]

-(1 - x^(-2))^(3/2)/(3*(1 - x^(-1))^3)

________________________________________________________________________________________

Rubi [A]  time = 0.0714459, antiderivative size = 24, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 12, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.25, Rules used = {6175, 6178, 651} \[ -\frac{\left (1-\frac{1}{x^2}\right )^{3/2}}{3 \left (1-\frac{1}{x}\right )^3} \]

Antiderivative was successfully verified.

[In]

Int[E^ArcCoth[x]/(1 - x)^2,x]

[Out]

-(1 - x^(-2))^(3/2)/(3*(1 - x^(-1))^3)

Rule 6175

Int[E^(ArcCoth[(a_.)*(x_)]*(n_.))*(u_.)*((c_) + (d_.)*(x_))^(p_.), x_Symbol] :> Dist[d^p, Int[u*x^p*(1 + c/(d*
x))^p*E^(n*ArcCoth[a*x]), x], x] /; FreeQ[{a, c, d, n}, x] && EqQ[a^2*c^2 - d^2, 0] &&  !IntegerQ[n/2] && Inte
gerQ[p]

Rule 6178

Int[E^(ArcCoth[(a_.)*(x_)]*(n_.))*((c_) + (d_.)/(x_))^(p_.)*(x_)^(m_.), x_Symbol] :> -Dist[c^n, Subst[Int[((c
+ d*x)^(p - n)*(1 - x^2/a^2)^(n/2))/x^(m + 2), x], x, 1/x], x] /; FreeQ[{a, c, d, p}, x] && EqQ[c + a*d, 0] &&
 IntegerQ[(n - 1)/2] && IntegerQ[m] && (IntegerQ[p] || EqQ[p, n/2] || EqQ[p, n/2 + 1] || LtQ[-5, m, -1]) && In
tegerQ[2*p]

Rule 651

Int[((d_) + (e_.)*(x_))^(m_)*((a_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[(e*(d + e*x)^m*(a + c*x^2)^(p + 1))
/(2*c*d*(p + 1)), x] /; FreeQ[{a, c, d, e, m, p}, x] && EqQ[c*d^2 + a*e^2, 0] &&  !IntegerQ[p] && EqQ[m + 2*p
+ 2, 0]

Rubi steps

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

Mathematica [A]  time = 0.0143856, size = 24, normalized size = 1. \[ -\frac{\sqrt{1-\frac{1}{x^2}} x (x+1)}{3 (x-1)^2} \]

Antiderivative was successfully verified.

[In]

Integrate[E^ArcCoth[x]/(1 - x)^2,x]

[Out]

-(Sqrt[1 - x^(-2)]*x*(1 + x))/(3*(-1 + x)^2)

________________________________________________________________________________________

Maple [A]  time = 0.061, size = 22, normalized size = 0.9 \begin{align*} -{\frac{1+x}{-3+3\,x}{\frac{1}{\sqrt{{\frac{-1+x}{1+x}}}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/((-1+x)/(1+x))^(1/2)/(1-x)^2,x)

[Out]

-1/3*(1+x)/(-1+x)/((-1+x)/(1+x))^(1/2)

________________________________________________________________________________________

Maxima [A]  time = 1.06845, size = 18, normalized size = 0.75 \begin{align*} -\frac{1}{3 \, \left (\frac{x - 1}{x + 1}\right )^{\frac{3}{2}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/((-1+x)/(1+x))^(1/2)/(1-x)^2,x, algorithm="maxima")

[Out]

-1/3/((x - 1)/(x + 1))^(3/2)

________________________________________________________________________________________

Fricas [A]  time = 1.5881, size = 81, normalized size = 3.38 \begin{align*} -\frac{{\left (x^{2} + 2 \, x + 1\right )} \sqrt{\frac{x - 1}{x + 1}}}{3 \,{\left (x^{2} - 2 \, x + 1\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/((-1+x)/(1+x))^(1/2)/(1-x)^2,x, algorithm="fricas")

[Out]

-1/3*(x^2 + 2*x + 1)*sqrt((x - 1)/(x + 1))/(x^2 - 2*x + 1)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{1}{\sqrt{\frac{x - 1}{x + 1}} \left (x - 1\right )^{2}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/((-1+x)/(1+x))**(1/2)/(1-x)**2,x)

[Out]

Integral(1/(sqrt((x - 1)/(x + 1))*(x - 1)**2), x)

________________________________________________________________________________________

Giac [A]  time = 1.14127, size = 28, normalized size = 1.17 \begin{align*} -\frac{x + 1}{3 \,{\left (x - 1\right )} \sqrt{\frac{x - 1}{x + 1}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/((-1+x)/(1+x))^(1/2)/(1-x)^2,x, algorithm="giac")

[Out]

-1/3*(x + 1)/((x - 1)*sqrt((x - 1)/(x + 1)))