\(\int \frac {e^{n \coth ^{-1}(a x)}}{(c-\frac {c}{a x})^{3/2}} \, dx\) [562]

Optimal result
Mathematica [F(-1)]
Rubi [A] (warning: unable to verify)
Maple [F]
Fricas [F]
Sympy [F]
Maxima [F]
Giac [F]
Mupad [F(-1)]
Reduce [F]

Optimal result

Integrand size = 24, antiderivative size = 103 \[ \int \frac {e^{n \coth ^{-1}(a x)}}{\left (c-\frac {c}{a x}\right )^{3/2}} \, dx=-\frac {2^{1+\frac {n}{2}} \left (1-\frac {1}{a x}\right )^{\frac {2-n}{2}} \operatorname {AppellF1}\left (\frac {1}{2} (-1-n),2,-\frac {n}{2},\frac {1-n}{2},1-\frac {1}{a x},\frac {a-\frac {1}{x}}{2 a}\right )}{a (1+n) \left (c-\frac {c}{a x}\right )^{3/2}} \] Output:

-2^(1+1/2*n)*(1-1/a/x)^(1-1/2*n)*AppellF1(-1/2-1/2*n,-1/2*n,2,1/2-1/2*n,1/ 
2*(a-1/x)/a,1-1/a/x)/a/(1+n)/(c-c/a/x)^(3/2)
 

Mathematica [F(-1)]

Timed out. \[ \int \frac {e^{n \coth ^{-1}(a x)}}{\left (c-\frac {c}{a x}\right )^{3/2}} \, dx=\text {\$Aborted} \] Input:

Integrate[E^(n*ArcCoth[a*x])/(c - c/(a*x))^(3/2),x]
 

Output:

$Aborted
 

Rubi [A] (warning: unable to verify)

Time = 0.75 (sec) , antiderivative size = 111, normalized size of antiderivative = 1.08, number of steps used = 4, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.125, Rules used = {6736, 6732, 153}

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 \frac {e^{n \coth ^{-1}(a x)}}{\left (c-\frac {c}{a x}\right )^{3/2}} \, dx\)

\(\Big \downarrow \) 6736

\(\displaystyle \frac {\left (1-\frac {1}{a x}\right )^{3/2} \int \frac {e^{n \coth ^{-1}(a x)}}{\left (1-\frac {1}{a x}\right )^{3/2}}dx}{\left (c-\frac {c}{a x}\right )^{3/2}}\)

\(\Big \downarrow \) 6732

\(\displaystyle -\frac {\left (1-\frac {1}{a x}\right )^{3/2} \int \left (1-\frac {1}{a x}\right )^{\frac {1}{2} (-n-3)} \left (1+\frac {1}{a x}\right )^{n/2} x^2d\frac {1}{x}}{\left (c-\frac {c}{a x}\right )^{3/2}}\)

\(\Big \downarrow \) 153

\(\displaystyle -\frac {2^{-\frac {n}{2}-\frac {1}{2}} \left (1-\frac {1}{a x}\right )^{3/2} \left (\frac {1}{a x}+1\right )^{\frac {n+2}{2}} \operatorname {AppellF1}\left (\frac {n+2}{2},\frac {n+3}{2},2,\frac {n+4}{2},\frac {a+\frac {1}{x}}{2 a},1+\frac {1}{a x}\right )}{a (n+2) \left (c-\frac {c}{a x}\right )^{3/2}}\)

Input:

Int[E^(n*ArcCoth[a*x])/(c - c/(a*x))^(3/2),x]
 

Output:

-((2^(-1/2 - n/2)*(1 - 1/(a*x))^(3/2)*(1 + 1/(a*x))^((2 + n)/2)*AppellF1[( 
2 + n)/2, (3 + n)/2, 2, (4 + n)/2, (a + x^(-1))/(2*a), 1 + 1/(a*x)])/(a*(2 
 + n)*(c - c/(a*x))^(3/2)))
 

Defintions of rubi rules used

rule 153
Int[((a_) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_)*((e_.) + (f_.)*(x_)) 
^(p_), x_] :> Simp[(b*e - a*f)^p*((a + b*x)^(m + 1)/(b^(p + 1)*(m + 1)*Simp 
lify[b/(b*c - a*d)]^n))*AppellF1[m + 1, -n, -p, m + 2, (-d)*((a + b*x)/(b*c 
 - a*d)), (-f)*((a + b*x)/(b*e - a*f))], x] /; FreeQ[{a, b, c, d, e, f, m, 
n}, x] &&  !IntegerQ[m] &&  !IntegerQ[n] && IntegerQ[p] && GtQ[Simplify[b/( 
b*c - a*d)], 0] &&  !(GtQ[Simplify[d/(d*a - c*b)], 0] && SimplerQ[c + d*x, 
a + b*x])
 

rule 6732
Int[E^(ArcCoth[(a_.)*(x_)]*(n_.))*((c_) + (d_.)/(x_))^(p_.), x_Symbol] :> S 
imp[-c^p   Subst[Int[(1 + d*(x/c))^p*((1 + x/a)^(n/2)/(x^2*(1 - x/a)^(n/2)) 
), x], x, 1/x], x] /; FreeQ[{a, c, d, n, p}, x] && EqQ[c^2 - a^2*d^2, 0] && 
  !IntegerQ[n/2] && (IntegerQ[p] || GtQ[c, 0])
 

rule 6736
Int[E^(ArcCoth[(a_.)*(x_)]*(n_.))*(u_.)*((c_) + (d_.)/(x_))^(p_), x_Symbol] 
 :> Simp[(c + d/x)^p/(1 + d/(c*x))^p   Int[u*(1 + d/(c*x))^p*E^(n*ArcCoth[a 
*x]), x], x] /; FreeQ[{a, c, d, n, p}, x] && EqQ[c^2 - a^2*d^2, 0] &&  !Int 
egerQ[n/2] &&  !(IntegerQ[p] || GtQ[c, 0])
 
Maple [F]

\[\int \frac {{\mathrm e}^{n \,\operatorname {arccoth}\left (a x \right )}}{\left (c -\frac {c}{a x}\right )^{\frac {3}{2}}}d x\]

Input:

int(exp(n*arccoth(a*x))/(c-c/a/x)^(3/2),x)
 

Output:

int(exp(n*arccoth(a*x))/(c-c/a/x)^(3/2),x)
 

Fricas [F]

\[ \int \frac {e^{n \coth ^{-1}(a x)}}{\left (c-\frac {c}{a x}\right )^{3/2}} \, dx=\int { \frac {\left (\frac {a x + 1}{a x - 1}\right )^{\frac {1}{2} \, n}}{{\left (c - \frac {c}{a x}\right )}^{\frac {3}{2}}} \,d x } \] Input:

integrate(exp(n*arccoth(a*x))/(c-c/a/x)^(3/2),x, algorithm="fricas")
 

Output:

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

Sympy [F]

\[ \int \frac {e^{n \coth ^{-1}(a x)}}{\left (c-\frac {c}{a x}\right )^{3/2}} \, dx=\int \frac {e^{n \operatorname {acoth}{\left (a x \right )}}}{\left (- c \left (-1 + \frac {1}{a x}\right )\right )^{\frac {3}{2}}}\, dx \] Input:

integrate(exp(n*acoth(a*x))/(c-c/a/x)**(3/2),x)
 

Output:

Integral(exp(n*acoth(a*x))/(-c*(-1 + 1/(a*x)))**(3/2), x)
 

Maxima [F]

\[ \int \frac {e^{n \coth ^{-1}(a x)}}{\left (c-\frac {c}{a x}\right )^{3/2}} \, dx=\int { \frac {\left (\frac {a x + 1}{a x - 1}\right )^{\frac {1}{2} \, n}}{{\left (c - \frac {c}{a x}\right )}^{\frac {3}{2}}} \,d x } \] Input:

integrate(exp(n*arccoth(a*x))/(c-c/a/x)^(3/2),x, algorithm="maxima")
 

Output:

integrate(((a*x + 1)/(a*x - 1))^(1/2*n)/(c - c/(a*x))^(3/2), x)
 

Giac [F]

\[ \int \frac {e^{n \coth ^{-1}(a x)}}{\left (c-\frac {c}{a x}\right )^{3/2}} \, dx=\int { \frac {\left (\frac {a x + 1}{a x - 1}\right )^{\frac {1}{2} \, n}}{{\left (c - \frac {c}{a x}\right )}^{\frac {3}{2}}} \,d x } \] Input:

integrate(exp(n*arccoth(a*x))/(c-c/a/x)^(3/2),x, algorithm="giac")
 

Output:

integrate(((a*x + 1)/(a*x - 1))^(1/2*n)/(c - c/(a*x))^(3/2), x)
 

Mupad [F(-1)]

Timed out. \[ \int \frac {e^{n \coth ^{-1}(a x)}}{\left (c-\frac {c}{a x}\right )^{3/2}} \, dx=\int \frac {{\mathrm {e}}^{n\,\mathrm {acoth}\left (a\,x\right )}}{{\left (c-\frac {c}{a\,x}\right )}^{3/2}} \,d x \] Input:

int(exp(n*acoth(a*x))/(c - c/(a*x))^(3/2),x)
 

Output:

int(exp(n*acoth(a*x))/(c - c/(a*x))^(3/2), x)
 

Reduce [F]

\[ \int \frac {e^{n \coth ^{-1}(a x)}}{\left (c-\frac {c}{a x}\right )^{3/2}} \, dx=\frac {\sqrt {a}\, \left (\int \frac {\sqrt {x}\, e^{\mathit {acoth} \left (a x \right ) n} x}{\sqrt {a x -1}\, a x -\sqrt {a x -1}}d x \right ) a}{\sqrt {c}\, c} \] Input:

int(exp(n*acoth(a*x))/(c-c/a/x)^(3/2),x)
 

Output:

(sqrt(a)*int((sqrt(x)*e**(acoth(a*x)*n)*x)/(sqrt(a*x - 1)*a*x - sqrt(a*x - 
 1)),x)*a)/(sqrt(c)*c)