3.2.58 \(\int \frac {x^m}{\coth ^{-1}(\tanh (a+b x))} \, dx\) [158]

Optimal. Leaf size=53 \[ -\frac {x^{1+m} \, _2F_1\left (1,1+m;2+m;\frac {b x}{b x-\coth ^{-1}(\tanh (a+b x))}\right )}{(1+m) \left (b x-\coth ^{-1}(\tanh (a+b x))\right )} \]

[Out]

-x^(1+m)*hypergeom([1, 1+m],[2+m],b*x/(b*x-arccoth(tanh(b*x+a))))/(1+m)/(b*x-arccoth(tanh(b*x+a)))

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 53, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.077, Rules used = {2195} \begin {gather*} -\frac {x^{m+1} \, _2F_1\left (1,m+1;m+2;\frac {b x}{b x-\coth ^{-1}(\tanh (a+b x))}\right )}{(m+1) \left (b x-\coth ^{-1}(\tanh (a+b x))\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^m/ArcCoth[Tanh[a + b*x]],x]

[Out]

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

Rule 2195

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)))*Hypergeometric2F1[1, n + 1, n + 2, (-a)*(v/(b*u - a*v))], x] /; NeQ[b*u - a*v, 0]] /; Piecewise
LinearQ[u, v, x] &&  !IntegerQ[n]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.06, size = 51, normalized size = 0.96 \begin {gather*} \frac {x^{1+m} \, _2F_1\left (1,1+m;2+m;-\frac {b x}{-b x+\coth ^{-1}(\tanh (a+b x))}\right )}{(1+m) \left (-b x+\coth ^{-1}(\tanh (a+b x))\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^m/ArcCoth[Tanh[a + b*x]],x]

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(x^m/arccoth(tanh(b*x + a)), x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integral(x^m/arccoth(tanh(b*x + a)), x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(x^m/arccoth(tanh(b*x + a)), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.02 \begin {gather*} \int \frac {x^m}{\mathrm {acoth}\left (\mathrm {tanh}\left (a+b\,x\right )\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________