3.3.16 \(\int e^{-3 \coth ^{-1}(a x)} (c-a c x)^p \, dx\) [216]

3.3.16.1 Optimal result
3.3.16.2 Mathematica [A] (verified)
3.3.16.3 Rubi [A] (verified)
3.3.16.4 Maple [F]
3.3.16.5 Fricas [F]
3.3.16.6 Sympy [F(-1)]
3.3.16.7 Maxima [F]
3.3.16.8 Giac [F(-2)]
3.3.16.9 Mupad [F(-1)]

3.3.16.1 Optimal result

Integrand size = 18, antiderivative size = 94 \[ \int e^{-3 \coth ^{-1}(a x)} (c-a c x)^p \, dx=\frac {\left (\frac {a-\frac {1}{x}}{a+\frac {1}{x}}\right )^{-\frac {3}{2}-p} \left (1-\frac {1}{a x}\right )^{3/2} x (c-a c x)^p \operatorname {Hypergeometric2F1}\left (-\frac {3}{2}-p,-1-p,-p,\frac {2}{\left (a+\frac {1}{x}\right ) x}\right )}{(1+p) \sqrt {1+\frac {1}{a x}}} \]

output
((a-1/x)/(a+1/x))^(-3/2-p)*(1-1/a/x)^(3/2)*x*(-a*c*x+c)^p*hypergeom([-1-p, 
 -3/2-p],[-p],2/(a+1/x)/x)/(p+1)/(1+1/a/x)^(1/2)
 
3.3.16.2 Mathematica [A] (verified)

Time = 0.08 (sec) , antiderivative size = 96, normalized size of antiderivative = 1.02 \[ \int e^{-3 \coth ^{-1}(a x)} (c-a c x)^p \, dx=\frac {\sqrt {1-\frac {1}{a x}} \left (\frac {-1+a x}{1+a x}\right )^{-\frac {1}{2}-p} (1+a x) (c-a c x)^p \operatorname {Hypergeometric2F1}\left (-\frac {3}{2}-p,-1-p,-p,\frac {2}{1+a x}\right )}{a (1+p) \sqrt {1+\frac {1}{a x}}} \]

input
Integrate[(c - a*c*x)^p/E^(3*ArcCoth[a*x]),x]
 
output
(Sqrt[1 - 1/(a*x)]*((-1 + a*x)/(1 + a*x))^(-1/2 - p)*(1 + a*x)*(c - a*c*x) 
^p*Hypergeometric2F1[-3/2 - p, -1 - p, -p, 2/(1 + a*x)])/(a*(1 + p)*Sqrt[1 
 + 1/(a*x)])
 
3.3.16.3 Rubi [A] (verified)

Time = 0.27 (sec) , antiderivative size = 94, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {6727, 142}

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 e^{-3 \coth ^{-1}(a x)} (c-a c x)^p \, dx\)

\(\Big \downarrow \) 6727

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

\(\Big \downarrow \) 142

\(\displaystyle \frac {x \left (1-\frac {1}{a x}\right )^{3/2} \left (\frac {a-\frac {1}{x}}{a+\frac {1}{x}}\right )^{-p-\frac {3}{2}} (c-a c x)^p \operatorname {Hypergeometric2F1}\left (-p-\frac {3}{2},-p-1,-p,\frac {2}{\left (a+\frac {1}{x}\right ) x}\right )}{(p+1) \sqrt {\frac {1}{a x}+1}}\)

input
Int[(c - a*c*x)^p/E^(3*ArcCoth[a*x]),x]
 
output
(((a - x^(-1))/(a + x^(-1)))^(-3/2 - p)*(1 - 1/(a*x))^(3/2)*x*(c - a*c*x)^ 
p*Hypergeometric2F1[-3/2 - p, -1 - p, -p, 2/((a + x^(-1))*x)])/((1 + p)*Sq 
rt[1 + 1/(a*x)])
 

3.3.16.3.1 Defintions of rubi rules used

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

rule 6727
Int[E^(ArcCoth[(a_.)*(x_)]*(n_.))*((c_) + (d_.)*(x_))^(p_), x_Symbol] :> Si 
mp[(-(1/x)^p)*((c + d*x)^p/(1 + c/(d*x))^p)   Subst[Int[((1 + c*(x/d))^p*(( 
1 + x/a)^(n/2)/x^(p + 2)))/(1 - x/a)^(n/2), x], x, 1/x], x] /; FreeQ[{a, c, 
 d, n, p}, x] && EqQ[a^2*c^2 - d^2, 0] &&  !IntegerQ[p]
 
3.3.16.4 Maple [F]

\[\int \left (-a c x +c \right )^{p} \left (\frac {a x -1}{a x +1}\right )^{\frac {3}{2}}d x\]

input
int((-a*c*x+c)^p*((a*x-1)/(a*x+1))^(3/2),x)
 
output
int((-a*c*x+c)^p*((a*x-1)/(a*x+1))^(3/2),x)
 
3.3.16.5 Fricas [F]

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

input
integrate((-a*c*x+c)^p*((a*x-1)/(a*x+1))^(3/2),x, algorithm="fricas")
 
output
integral((a*x - 1)*(-a*c*x + c)^p*sqrt((a*x - 1)/(a*x + 1))/(a*x + 1), x)
 
3.3.16.6 Sympy [F(-1)]

Timed out. \[ \int e^{-3 \coth ^{-1}(a x)} (c-a c x)^p \, dx=\text {Timed out} \]

input
integrate((-a*c*x+c)**p*((a*x-1)/(a*x+1))**(3/2),x)
 
output
Timed out
 
3.3.16.7 Maxima [F]

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

input
integrate((-a*c*x+c)^p*((a*x-1)/(a*x+1))^(3/2),x, algorithm="maxima")
 
output
integrate((-a*c*x + c)^p*((a*x - 1)/(a*x + 1))^(3/2), x)
 
3.3.16.8 Giac [F(-2)]

Exception generated. \[ \int e^{-3 \coth ^{-1}(a x)} (c-a c x)^p \, dx=\text {Exception raised: TypeError} \]

input
integrate((-a*c*x+c)^p*((a*x-1)/(a*x+1))^(3/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
 
3.3.16.9 Mupad [F(-1)]

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

input
int((c - a*c*x)^p*((a*x - 1)/(a*x + 1))^(3/2),x)
 
output
int((c - a*c*x)^p*((a*x - 1)/(a*x + 1))^(3/2), x)