\(\int e^{3 \text {arctanh}(a x)} (e x)^m \sqrt {c-a c x} \, dx\) [479]

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

Optimal result

Integrand size = 25, antiderivative size = 56 \[ \int e^{3 \text {arctanh}(a x)} (e x)^m \sqrt {c-a c x} \, dx=\frac {c (e x)^{1+m} \sqrt {1-a x} \operatorname {AppellF1}\left (1+m,1,-\frac {3}{2},2+m,a x,-a x\right )}{e (1+m) \sqrt {c-a c x}} \] Output:

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

Mathematica [F]

\[ \int e^{3 \text {arctanh}(a x)} (e x)^m \sqrt {c-a c x} \, dx=\int e^{3 \text {arctanh}(a x)} (e x)^m \sqrt {c-a c x} \, dx \] Input:

Integrate[E^(3*ArcTanh[a*x])*(e*x)^m*Sqrt[c - a*c*x],x]
 

Output:

Integrate[E^(3*ArcTanh[a*x])*(e*x)^m*Sqrt[c - a*c*x], x]
 

Rubi [A] (verified)

Time = 0.52 (sec) , antiderivative size = 55, normalized size of antiderivative = 0.98, number of steps used = 3, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.120, Rules used = {6680, 37, 150}

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 \text {arctanh}(a x)} \sqrt {c-a c x} (e x)^m \, dx\)

\(\Big \downarrow \) 6680

\(\displaystyle \int \frac {(a x+1)^{3/2} \sqrt {c-a c x} (e x)^m}{(1-a x)^{3/2}}dx\)

\(\Big \downarrow \) 37

\(\displaystyle \frac {\sqrt {c-a c x} \int \frac {(e x)^m (a x+1)^{3/2}}{1-a x}dx}{\sqrt {1-a x}}\)

\(\Big \downarrow \) 150

\(\displaystyle \frac {\sqrt {c-a c x} (e x)^{m+1} \operatorname {AppellF1}\left (m+1,-\frac {3}{2},1,m+2,-a x,a x\right )}{e (m+1) \sqrt {1-a x}}\)

Input:

Int[E^(3*ArcTanh[a*x])*(e*x)^m*Sqrt[c - a*c*x],x]
 

Output:

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

Defintions of rubi rules used

rule 37
Int[(u_.)*((a_) + (b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> S 
imp[(a + b*x)^m/(c + d*x)^m   Int[u*(c + d*x)^(m + n), x], x] /; FreeQ[{a, 
b, c, d, m, n}, x] && EqQ[b*c - a*d, 0] &&  !SimplerQ[a + b*x, c + d*x]
 

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

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

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

Input:

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

Output:

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

Fricas [F]

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

integrate((a*x+1)^3/(-a^2*x^2+1)^(3/2)*(e*x)^m*(-a*c*x+c)^(1/2),x, algorit 
hm="fricas")
 

Output:

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

Sympy [F]

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

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

Output:

Integral((e*x)**m*sqrt(-c*(a*x - 1))*(a*x + 1)**3/(-(a*x - 1)*(a*x + 1))** 
(3/2), x)
 

Maxima [F]

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

integrate((a*x+1)^3/(-a^2*x^2+1)^(3/2)*(e*x)^m*(-a*c*x+c)^(1/2),x, algorit 
hm="maxima")
 

Output:

integrate(sqrt(-a*c*x + c)*(a*x + 1)^3*(e*x)^m/(-a^2*x^2 + 1)^(3/2), x)
 

Giac [F(-2)]

Exception generated. \[ \int e^{3 \text {arctanh}(a x)} (e x)^m \sqrt {c-a c x} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a*x+1)^3/(-a^2*x^2+1)^(3/2)*(e*x)^m*(-a*c*x+c)^(1/2),x, algorit 
hm="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^{3 \text {arctanh}(a x)} (e x)^m \sqrt {c-a c x} \, dx=\int \frac {{\left (e\,x\right )}^m\,\sqrt {c-a\,c\,x}\,{\left (a\,x+1\right )}^3}{{\left (1-a^2\,x^2\right )}^{3/2}} \,d x \] Input:

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

Output:

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

Reduce [F]

\[ \int e^{3 \text {arctanh}(a x)} (e x)^m \sqrt {c-a c x} \, dx=\frac {e^{m} \sqrt {c}\, \left (-2 x^{m} \sqrt {a x +1}\, a x +4 x^{m} \sqrt {a x +1}\, m +4 x^{m} \sqrt {a x +1}-4 \left (\int \frac {x^{m} \sqrt {a x +1}\, x}{a^{2} x^{2}-1}d x \right ) a^{2} m -6 \left (\int \frac {x^{m} \sqrt {a x +1}\, x}{a^{2} x^{2}-1}d x \right ) a^{2}-8 \left (\int \frac {x^{m} \sqrt {a x +1}\, x}{2 a^{2} m \,x^{2}+3 a^{2} x^{2}-2 m -3}d x \right ) a^{2} m^{3}-24 \left (\int \frac {x^{m} \sqrt {a x +1}\, x}{2 a^{2} m \,x^{2}+3 a^{2} x^{2}-2 m -3}d x \right ) a^{2} m^{2}-24 \left (\int \frac {x^{m} \sqrt {a x +1}\, x}{2 a^{2} m \,x^{2}+3 a^{2} x^{2}-2 m -3}d x \right ) a^{2} m -9 \left (\int \frac {x^{m} \sqrt {a x +1}\, x}{2 a^{2} m \,x^{2}+3 a^{2} x^{2}-2 m -3}d x \right ) a^{2}-2 \left (\int \frac {x^{m} \sqrt {a x +1}}{a^{2} x^{2}-1}d x \right ) a m -3 \left (\int \frac {x^{m} \sqrt {a x +1}}{a^{2} x^{2}-1}d x \right ) a +8 \left (\int \frac {x^{m} \sqrt {a x +1}}{2 a^{2} m \,x^{3}+3 a^{2} x^{3}-2 m x -3 x}d x \right ) m^{3}+20 \left (\int \frac {x^{m} \sqrt {a x +1}}{2 a^{2} m \,x^{3}+3 a^{2} x^{3}-2 m x -3 x}d x \right ) m^{2}+12 \left (\int \frac {x^{m} \sqrt {a x +1}}{2 a^{2} m \,x^{3}+3 a^{2} x^{3}-2 m x -3 x}d x \right ) m \right )}{a \left (2 m +3\right )} \] Input:

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

Output:

(e**m*sqrt(c)*( - 2*x**m*sqrt(a*x + 1)*a*x + 4*x**m*sqrt(a*x + 1)*m + 4*x* 
*m*sqrt(a*x + 1) - 4*int((x**m*sqrt(a*x + 1)*x)/(a**2*x**2 - 1),x)*a**2*m 
- 6*int((x**m*sqrt(a*x + 1)*x)/(a**2*x**2 - 1),x)*a**2 - 8*int((x**m*sqrt( 
a*x + 1)*x)/(2*a**2*m*x**2 + 3*a**2*x**2 - 2*m - 3),x)*a**2*m**3 - 24*int( 
(x**m*sqrt(a*x + 1)*x)/(2*a**2*m*x**2 + 3*a**2*x**2 - 2*m - 3),x)*a**2*m** 
2 - 24*int((x**m*sqrt(a*x + 1)*x)/(2*a**2*m*x**2 + 3*a**2*x**2 - 2*m - 3), 
x)*a**2*m - 9*int((x**m*sqrt(a*x + 1)*x)/(2*a**2*m*x**2 + 3*a**2*x**2 - 2* 
m - 3),x)*a**2 - 2*int((x**m*sqrt(a*x + 1))/(a**2*x**2 - 1),x)*a*m - 3*int 
((x**m*sqrt(a*x + 1))/(a**2*x**2 - 1),x)*a + 8*int((x**m*sqrt(a*x + 1))/(2 
*a**2*m*x**3 + 3*a**2*x**3 - 2*m*x - 3*x),x)*m**3 + 20*int((x**m*sqrt(a*x 
+ 1))/(2*a**2*m*x**3 + 3*a**2*x**3 - 2*m*x - 3*x),x)*m**2 + 12*int((x**m*s 
qrt(a*x + 1))/(2*a**2*m*x**3 + 3*a**2*x**3 - 2*m*x - 3*x),x)*m))/(a*(2*m + 
 3))