3.136 \(\int e^{-\coth ^{-1}(a x)} x^m \, dx\)

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

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.06, antiderivative size = 75, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, integrand size = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.250, Rules used = {6172, 808, 364} \[ \frac {x^{m+1} \, _2F_1\left (\frac {1}{2},\frac {1}{2} (-m-1);\frac {1-m}{2};\frac {1}{a^2 x^2}\right )}{m+1}-\frac {x^m \, _2F_1\left (\frac {1}{2},-\frac {m}{2};1-\frac {m}{2};\frac {1}{a^2 x^2}\right )}{a m} \]

Antiderivative was successfully verified.

[In]

Int[x^m/E^ArcCoth[a*x],x]

[Out]

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

Rule 364

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(a^p*(c*x)^(m + 1)*Hypergeometric2F1[-
p, (m + 1)/n, (m + 1)/n + 1, -((b*x^n)/a)])/(c*(m + 1)), x] /; FreeQ[{a, b, c, m, n, p}, x] &&  !IGtQ[p, 0] &&
 (ILtQ[p, 0] || GtQ[a, 0])

Rule 808

Int[((e_.)*(x_))^(m_)*((f_) + (g_.)*(x_))*((a_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Dist[f, Int[(e*x)^m*(a + c*
x^2)^p, x], x] + Dist[g/e, Int[(e*x)^(m + 1)*(a + c*x^2)^p, x], x] /; FreeQ[{a, c, e, f, g, p}, x] &&  !Ration
alQ[m] &&  !IGtQ[p, 0]

Rule 6172

Int[E^(ArcCoth[(a_.)*(x_)]*(n_.))*(x_)^(m_), x_Symbol] :> -Dist[x^m*(1/x)^m, Subst[Int[(1 + x/a)^((n + 1)/2)/(
x^(m + 2)*(1 - x/a)^((n - 1)/2)*Sqrt[1 - x^2/a^2]), x], x, 1/x], x] /; FreeQ[{a, m}, x] && IntegerQ[(n - 1)/2]
 &&  !IntegerQ[m]

Rubi steps

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

________________________________________________________________________________________

Mathematica [C]  time = 0.26, size = 115, normalized size = 1.53 \[ x^{m+1} \left (\frac {\, _2F_1\left (-\frac {1}{2},-\frac {m}{2}-\frac {1}{2};\frac {1}{2}-\frac {m}{2};\frac {1}{a^2 x^2}\right )}{m+1}-\frac {\sqrt {1-\frac {1}{a^2 x^2}} \sqrt {\frac {a x-1}{a^2}} F_1\left (m;-\frac {1}{2},\frac {1}{2};m+1;a x,-a x\right )}{m \sqrt {1-a x} \sqrt {x^2-\frac {1}{a^2}}}\right ) \]

Warning: Unable to verify antiderivative.

[In]

Integrate[x^m/E^ArcCoth[a*x],x]

[Out]

x^(1 + m)*(-((Sqrt[1 - 1/(a^2*x^2)]*Sqrt[(-1 + a*x)/a^2]*AppellF1[m, -1/2, 1/2, 1 + m, a*x, -(a*x)])/(m*Sqrt[1
 - a*x]*Sqrt[-a^(-2) + x^2])) + Hypergeometric2F1[-1/2, -1/2 - m/2, 1/2 - m/2, 1/(a^2*x^2)]/(1 + m))

________________________________________________________________________________________

fricas [F]  time = 0.61, size = 0, normalized size = 0.00 \[ {\rm integral}\left (x^{m} \sqrt {\frac {a x - 1}{a x + 1}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integral(x^m*sqrt((a*x - 1)/(a*x + 1)), x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int x^{m} \sqrt {\frac {a x - 1}{a x + 1}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(x^m*sqrt((a*x - 1)/(a*x + 1)), x)

________________________________________________________________________________________

maple [F]  time = 0.04, size = 0, normalized size = 0.00 \[ \int x^{m} \sqrt {\frac {a x -1}{a x +1}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^m*((a*x-1)/(a*x+1))^(1/2),x)

[Out]

int(x^m*((a*x-1)/(a*x+1))^(1/2),x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int x^{m} \sqrt {\frac {a x - 1}{a x + 1}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(x^m*sqrt((a*x - 1)/(a*x + 1)), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int x^m\,\sqrt {\frac {a\,x-1}{a\,x+1}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^m*((a*x - 1)/(a*x + 1))^(1/2),x)

[Out]

int(x^m*((a*x - 1)/(a*x + 1))^(1/2), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int x^{m} \sqrt {\frac {a x - 1}{a x + 1}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Integral(x**m*sqrt((a*x - 1)/(a*x + 1)), x)

________________________________________________________________________________________