\(\int e^{\coth ^{-1}(a x)} \sqrt {c-a^2 c x^2} \, dx\) [618]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [F]
   Maxima [F]
   Giac [F]
   Mupad [F(-1)]

Optimal result

Integrand size = 22, antiderivative size = 68 \[ \int e^{\coth ^{-1}(a x)} \sqrt {c-a^2 c x^2} \, dx=\frac {\sqrt {c-a^2 c x^2}}{a \sqrt {1-\frac {1}{a^2 x^2}}}+\frac {x \sqrt {c-a^2 c x^2}}{2 \sqrt {1-\frac {1}{a^2 x^2}}} \]

[Out]

(-a^2*c*x^2+c)^(1/2)/a/(1-1/a^2/x^2)^(1/2)+1/2*x*(-a^2*c*x^2+c)^(1/2)/(1-1/a^2/x^2)^(1/2)

Rubi [A] (verified)

Time = 0.09 (sec) , antiderivative size = 68, 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.091, Rules used = {6327, 6328} \[ \int e^{\coth ^{-1}(a x)} \sqrt {c-a^2 c x^2} \, dx=\frac {x \sqrt {c-a^2 c x^2}}{2 \sqrt {1-\frac {1}{a^2 x^2}}}+\frac {\sqrt {c-a^2 c x^2}}{a \sqrt {1-\frac {1}{a^2 x^2}}} \]

[In]

Int[E^ArcCoth[a*x]*Sqrt[c - a^2*c*x^2],x]

[Out]

Sqrt[c - a^2*c*x^2]/(a*Sqrt[1 - 1/(a^2*x^2)]) + (x*Sqrt[c - a^2*c*x^2])/(2*Sqrt[1 - 1/(a^2*x^2)])

Rule 6327

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

Rule 6328

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

Rubi steps \begin{align*} \text {integral}& = \frac {\sqrt {c-a^2 c x^2} \int e^{\coth ^{-1}(a x)} \sqrt {1-\frac {1}{a^2 x^2}} x \, dx}{\sqrt {1-\frac {1}{a^2 x^2}} x} \\ & = \frac {\sqrt {c-a^2 c x^2} \int (1+a x) \, dx}{a \sqrt {1-\frac {1}{a^2 x^2}} x} \\ & = \frac {\sqrt {c-a^2 c x^2}}{a \sqrt {1-\frac {1}{a^2 x^2}}}+\frac {x \sqrt {c-a^2 c x^2}}{2 \sqrt {1-\frac {1}{a^2 x^2}}} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.02 (sec) , antiderivative size = 41, normalized size of antiderivative = 0.60 \[ \int e^{\coth ^{-1}(a x)} \sqrt {c-a^2 c x^2} \, dx=\frac {(2+a x) \sqrt {c-a^2 c x^2}}{2 a \sqrt {1-\frac {1}{a^2 x^2}}} \]

[In]

Integrate[E^ArcCoth[a*x]*Sqrt[c - a^2*c*x^2],x]

[Out]

((2 + a*x)*Sqrt[c - a^2*c*x^2])/(2*a*Sqrt[1 - 1/(a^2*x^2)])

Maple [A] (verified)

Time = 0.50 (sec) , antiderivative size = 44, normalized size of antiderivative = 0.65

method result size
gosper \(\frac {x \left (a x +2\right ) \sqrt {-a^{2} c \,x^{2}+c}}{2 \left (a x +1\right ) \sqrt {\frac {a x -1}{a x +1}}}\) \(44\)
default \(\frac {\left (a x +2\right ) x \sqrt {-c \left (a^{2} x^{2}-1\right )}}{2 \left (a x +1\right ) \sqrt {\frac {a x -1}{a x +1}}}\) \(45\)

[In]

int(1/((a*x-1)/(a*x+1))^(1/2)*(-a^2*c*x^2+c)^(1/2),x,method=_RETURNVERBOSE)

[Out]

1/2*x*(a*x+2)*(-a^2*c*x^2+c)^(1/2)/(a*x+1)/((a*x-1)/(a*x+1))^(1/2)

Fricas [A] (verification not implemented)

none

Time = 0.24 (sec) , antiderivative size = 22, normalized size of antiderivative = 0.32 \[ \int e^{\coth ^{-1}(a x)} \sqrt {c-a^2 c x^2} \, dx=\frac {\sqrt {-a^{2} c} {\left (a x^{2} + 2 \, x\right )}}{2 \, a} \]

[In]

integrate(1/((a*x-1)/(a*x+1))^(1/2)*(-a^2*c*x^2+c)^(1/2),x, algorithm="fricas")

[Out]

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

Sympy [F]

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

[In]

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

[Out]

Integral(sqrt(-c*(a*x - 1)*(a*x + 1))/sqrt((a*x - 1)/(a*x + 1)), x)

Maxima [F]

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

[In]

integrate(1/((a*x-1)/(a*x+1))^(1/2)*(-a^2*c*x^2+c)^(1/2),x, algorithm="maxima")

[Out]

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

Giac [F]

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

[In]

integrate(1/((a*x-1)/(a*x+1))^(1/2)*(-a^2*c*x^2+c)^(1/2),x, algorithm="giac")

[Out]

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

Mupad [F(-1)]

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

[In]

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

[Out]

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