\(\int e^{-2 \text {csch}^{-1}(a x)} x^m \, dx\) [24]

Optimal result
Mathematica [C] (verified)
Rubi [C] (verified)
Maple [F]
Fricas [F]
Sympy [F]
Maxima [F]
Giac [F(-2)]
Mupad [F(-1)]
Reduce [F]

Optimal result

Integrand size = 12, antiderivative size = 1 \[ \int e^{-2 \text {csch}^{-1}(a x)} x^m \, dx=0 \] Output:

0
 

Mathematica [C] (verified)

Result contains higher order function than in optimal. Order 5 vs. order 1 in optimal.

Time = 0.06 (sec) , antiderivative size = 57, normalized size of antiderivative = 57.00 \[ \int e^{-2 \text {csch}^{-1}(a x)} x^m \, dx=x^m \left (\frac {2}{a^2 (-1+m) x}+\frac {x}{1+m}-\frac {2 \operatorname {Hypergeometric2F1}\left (-\frac {1}{2},-\frac {m}{2},1-\frac {m}{2},-\frac {1}{a^2 x^2}\right )}{a m}\right ) \] Input:

Integrate[x^m/E^(2*ArcCsch[a*x]),x]
 

Output:

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

Rubi [C] (verified)

Result contains higher order function than in optimal. Order 5 vs. order 1 in optimal.

Time = 0.80 (sec) , antiderivative size = 64, normalized size of antiderivative = 64.00, number of steps used = 3, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.250, Rules used = {6892, 7293, 2009}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int x^m e^{-2 \text {csch}^{-1}(a x)} \, dx\)

\(\Big \downarrow \) 6892

\(\displaystyle \int \frac {x^m}{\left (\sqrt {\frac {1}{a^2 x^2}+1}+\frac {1}{a x}\right )^2}dx\)

\(\Big \downarrow \) 7293

\(\displaystyle \int \left (\frac {2 x^{m-2}}{a^2}-\frac {2 \sqrt {\frac {1}{a^2 x^2}+1} x^{m-1}}{a}+x^m\right )dx\)

\(\Big \downarrow \) 2009

\(\displaystyle -\frac {2 x^m \operatorname {Hypergeometric2F1}\left (-\frac {1}{2},-\frac {m}{2},1-\frac {m}{2},-\frac {1}{a^2 x^2}\right )}{a m}-\frac {2 x^{m-1}}{a^2 (1-m)}+\frac {x^{m+1}}{m+1}\)

Input:

Int[x^m/E^(2*ArcCsch[a*x]),x]
 

Output:

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

Defintions of rubi rules used

rule 2009
Int[u_, x_Symbol] :> Simp[IntSum[u, x], x] /; SumQ[u]
 

rule 6892
Int[E^(ArcCsch[u_]*(n_.))*(x_)^(m_.), x_Symbol] :> Int[x^m*(1/u + Sqrt[1 + 
1/u^2])^n, x] /; FreeQ[m, x] && IntegerQ[n]
 

rule 7293
Int[u_, x_Symbol] :> With[{v = ExpandIntegrand[u, x]}, Int[v, x] /; SumQ[v] 
]
 
Maple [F]

\[\int \frac {x^{m}}{{\left (\frac {1}{a x}+\sqrt {1+\frac {1}{a^{2} x^{2}}}\right )}^{2}}d x\]

Input:

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

Output:

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

Fricas [F]

\[ \int e^{-2 \text {csch}^{-1}(a x)} x^m \, dx=\int { \frac {x^{m}}{{\left (\sqrt {\frac {1}{a^{2} x^{2}} + 1} + \frac {1}{a x}\right )}^{2}} \,d x } \] Input:

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

Output:

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

Sympy [F]

\[ \int e^{-2 \text {csch}^{-1}(a x)} x^m \, dx=a^{2} \int \frac {x^{2} x^{m}}{a^{2} x^{2} + 2 a x \sqrt {1 + \frac {1}{a^{2} x^{2}}} + 2}\, dx \] Input:

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

Output:

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

Maxima [F]

\[ \int e^{-2 \text {csch}^{-1}(a x)} x^m \, dx=\int { \frac {x^{m}}{{\left (\sqrt {\frac {1}{a^{2} x^{2}} + 1} + \frac {1}{a x}\right )}^{2}} \,d x } \] Input:

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

Output:

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

Giac [F(-2)]

Exception generated. \[ \int e^{-2 \text {csch}^{-1}(a x)} x^m \, dx=\text {Exception raised: TypeError} \] Input:

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

Output:

Exception raised: TypeError >> an error occurred running a Giac command:IN 
PUT:sage2:=int(sage0,sageVARx):;OUTPUT:sym2poly/r2sym(const gen & e,const 
index_m & i,const vecteur & l) Error: Bad Argument Value
 

Mupad [F(-1)]

Timed out. \[ \int e^{-2 \text {csch}^{-1}(a x)} x^m \, dx=\int \frac {x^m}{{\left (\sqrt {\frac {1}{a^2\,x^2}+1}+\frac {1}{a\,x}\right )}^2} \,d x \] Input:

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

Output:

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

Reduce [F]

\[ \int e^{-2 \text {csch}^{-1}(a x)} x^m \, dx=\left (\int \frac {x^{m} x^{2}}{2 \sqrt {a^{2} x^{2}+1}+a^{2} x^{2}+2}d x \right ) a^{2} \] Input:

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

Output:

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