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

Optimal result
Mathematica [A] (warning: unable to verify)
Rubi [A] (verified)
Maple [A] (verified)
Fricas [A] (verification not implemented)
Sympy [F]
Maxima [F]
Giac [F]
Mupad [B] (verification not implemented)
Reduce [F]

Optimal result

Integrand size = 25, antiderivative size = 97 \[ \int \frac {e^{n \coth ^{-1}(a x)} x}{\left (c-a^2 c x^2\right )^{5/2}} \, dx=\frac {e^{n \coth ^{-1}(a x)} (3-a n x)}{a^2 c \left (9-n^2\right ) \left (c-a^2 c x^2\right )^{3/2}}+\frac {2 e^{n \coth ^{-1}(a x)} n (n-a x)}{a^2 c^2 \left (9-10 n^2+n^4\right ) \sqrt {c-a^2 c x^2}} \] Output:

exp(n*arccoth(a*x))*(-a*n*x+3)/a^2/c/(-n^2+9)/(-a^2*c*x^2+c)^(3/2)+2*exp(n 
*arccoth(a*x))*n*(-a*x+n)/a^2/c^2/(n^4-10*n^2+9)/(-a^2*c*x^2+c)^(1/2)
 

Mathematica [A] (warning: unable to verify)

Time = 0.80 (sec) , antiderivative size = 108, normalized size of antiderivative = 1.11 \[ \int \frac {e^{n \coth ^{-1}(a x)} x}{\left (c-a^2 c x^2\right )^{5/2}} \, dx=\frac {e^{n \coth ^{-1}(a x)} \left (6+2 n^2-9 a n x+a n^3 x+6 \left (-1+n^2\right ) \cosh \left (2 \coth ^{-1}(a x)\right )-a n \left (-1+n^2\right ) \sqrt {1-\frac {1}{a^2 x^2}} x \cosh \left (3 \coth ^{-1}(a x)\right )\right )}{4 a^2 c^2 \left (9-10 n^2+n^4\right ) \sqrt {c-a^2 c x^2}} \] Input:

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

Output:

(E^(n*ArcCoth[a*x])*(6 + 2*n^2 - 9*a*n*x + a*n^3*x + 6*(-1 + n^2)*Cosh[2*A 
rcCoth[a*x]] - a*n*(-1 + n^2)*Sqrt[1 - 1/(a^2*x^2)]*x*Cosh[3*ArcCoth[a*x]] 
))/(4*a^2*c^2*(9 - 10*n^2 + n^4)*Sqrt[c - a^2*c*x^2])
 

Rubi [A] (verified)

Time = 0.74 (sec) , antiderivative size = 103, normalized size of antiderivative = 1.06, number of steps used = 2, number of rules used = 2, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.080, Rules used = {6741, 6738}

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

\(\Big \downarrow \) 6741

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

\(\Big \downarrow \) 6738

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

Input:

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

Output:

(E^(n*ArcCoth[a*x])*(3 - a*n*x))/(a^2*c*(9 - n^2)*(c - a^2*c*x^2)^(3/2)) + 
 (2*E^(n*ArcCoth[a*x])*n*(n - a*x))/(a^2*c^2*(1 - n^2)*(9 - n^2)*Sqrt[c - 
a^2*c*x^2])
 

Defintions of rubi rules used

rule 6738
Int[E^(ArcCoth[(a_.)*(x_)]*(n_))/((c_) + (d_.)*(x_)^2)^(3/2), x_Symbol] :> 
Simp[(n - a*x)*(E^(n*ArcCoth[a*x])/(a*c*(n^2 - 1)*Sqrt[c + d*x^2])), x] /; 
FreeQ[{a, c, d, n}, x] && EqQ[a^2*c + d, 0] &&  !IntegerQ[n]
 

rule 6741
Int[E^(ArcCoth[(a_.)*(x_)]*(n_.))*(x_)*((c_) + (d_.)*(x_)^2)^(p_), x_Symbol 
] :> Simp[(2*(p + 1) + a*n*x)*(c + d*x^2)^(p + 1)*(E^(n*ArcCoth[a*x])/(a^2* 
c*(n^2 - 4*(p + 1)^2))), x] - Simp[n*((2*p + 3)/(a*c*(n^2 - 4*(p + 1)^2))) 
  Int[(c + d*x^2)^(p + 1)*E^(n*ArcCoth[a*x]), x], x] /; FreeQ[{a, c, d, n}, 
 x] && EqQ[a^2*c + d, 0] &&  !IntegerQ[n/2] && LeQ[p, -1] && NeQ[p, -3/2] & 
& NeQ[n^2 - 4*(p + 1)^2, 0] && (IntegerQ[p] ||  !IntegerQ[n])
 
Maple [A] (verified)

Time = 0.16 (sec) , antiderivative size = 86, normalized size of antiderivative = 0.89

method result size
gosper \(-\frac {\left (a x -1\right ) \left (a x +1\right ) \left (2 a^{3} x^{3} n -2 a^{2} n^{2} x^{2}+a \,n^{3} x -3 n a x -n^{2}+3\right ) {\mathrm e}^{n \,\operatorname {arccoth}\left (a x \right )}}{a^{2} \left (n^{4}-10 n^{2}+9\right ) \left (-a^{2} c \,x^{2}+c \right )^{\frac {5}{2}}}\) \(86\)
orering \(-\frac {\left (a x -1\right ) \left (a x +1\right ) \left (2 a^{3} x^{3} n -2 a^{2} n^{2} x^{2}+a \,n^{3} x -3 n a x -n^{2}+3\right ) {\mathrm e}^{n \,\operatorname {arccoth}\left (a x \right )}}{a^{2} \left (n^{4}-10 n^{2}+9\right ) \left (-a^{2} c \,x^{2}+c \right )^{\frac {5}{2}}}\) \(86\)

Input:

int(exp(n*arccoth(a*x))*x/(-a^2*c*x^2+c)^(5/2),x,method=_RETURNVERBOSE)
 

Output:

-(a*x-1)*(a*x+1)*(2*a^3*n*x^3-2*a^2*n^2*x^2+a*n^3*x-3*a*n*x-n^2+3)*exp(n*a 
rccoth(a*x))/a^2/(n^4-10*n^2+9)/(-a^2*c*x^2+c)^(5/2)
 

Fricas [A] (verification not implemented)

Time = 0.09 (sec) , antiderivative size = 171, normalized size of antiderivative = 1.76 \[ \int \frac {e^{n \coth ^{-1}(a x)} x}{\left (c-a^2 c x^2\right )^{5/2}} \, dx=\frac {{\left (2 \, a^{3} n x^{3} - 2 \, a^{2} n^{2} x^{2} - n^{2} + {\left (a n^{3} - 3 \, a n\right )} x + 3\right )} \sqrt {-a^{2} c x^{2} + c} \left (\frac {a x + 1}{a x - 1}\right )^{\frac {1}{2} \, n}}{a^{2} c^{3} n^{4} - 10 \, a^{2} c^{3} n^{2} + 9 \, a^{2} c^{3} + {\left (a^{6} c^{3} n^{4} - 10 \, a^{6} c^{3} n^{2} + 9 \, a^{6} c^{3}\right )} x^{4} - 2 \, {\left (a^{4} c^{3} n^{4} - 10 \, a^{4} c^{3} n^{2} + 9 \, a^{4} c^{3}\right )} x^{2}} \] Input:

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

Output:

(2*a^3*n*x^3 - 2*a^2*n^2*x^2 - n^2 + (a*n^3 - 3*a*n)*x + 3)*sqrt(-a^2*c*x^ 
2 + c)*((a*x + 1)/(a*x - 1))^(1/2*n)/(a^2*c^3*n^4 - 10*a^2*c^3*n^2 + 9*a^2 
*c^3 + (a^6*c^3*n^4 - 10*a^6*c^3*n^2 + 9*a^6*c^3)*x^4 - 2*(a^4*c^3*n^4 - 1 
0*a^4*c^3*n^2 + 9*a^4*c^3)*x^2)
 

Sympy [F]

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

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

Output:

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

Maxima [F]

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

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

Output:

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

Giac [F]

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

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

Output:

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

Mupad [B] (verification not implemented)

Time = 13.45 (sec) , antiderivative size = 176, normalized size of antiderivative = 1.81 \[ \int \frac {e^{n \coth ^{-1}(a x)} x}{\left (c-a^2 c x^2\right )^{5/2}} \, dx=-\frac {{\left (\frac {a\,x+1}{a\,x}\right )}^{n/2}\,\left (\frac {n^2-3}{a^4\,c^2\,\left (n^4-10\,n^2+9\right )}+\frac {2\,n^2\,x^2}{a^2\,c^2\,\left (n^4-10\,n^2+9\right )}-\frac {2\,n\,x^3}{a\,c^2\,\left (n^4-10\,n^2+9\right )}-\frac {n\,x\,\left (n^2-3\right )}{a^3\,c^2\,\left (n^4-10\,n^2+9\right )}\right )}{\left (\frac {\sqrt {c-a^2\,c\,x^2}}{a^2}-x^2\,\sqrt {c-a^2\,c\,x^2}\right )\,{\left (\frac {a\,x-1}{a\,x}\right )}^{n/2}} \] Input:

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

Output:

-(((a*x + 1)/(a*x))^(n/2)*((n^2 - 3)/(a^4*c^2*(n^4 - 10*n^2 + 9)) + (2*n^2 
*x^2)/(a^2*c^2*(n^4 - 10*n^2 + 9)) - (2*n*x^3)/(a*c^2*(n^4 - 10*n^2 + 9)) 
- (n*x*(n^2 - 3))/(a^3*c^2*(n^4 - 10*n^2 + 9))))/(((c - a^2*c*x^2)^(1/2)/a 
^2 - x^2*(c - a^2*c*x^2)^(1/2))*((a*x - 1)/(a*x))^(n/2))
 

Reduce [F]

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

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

Output:

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