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

   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 = 24, antiderivative size = 69 \[ \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 = 69, 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.083, 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[Sqrt[c - a^2*c*x^2]/E^ArcCoth[a*x],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.59 \[ \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[Sqrt[c - a^2*c*x^2]/E^ArcCoth[a*x],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.52 (sec) , antiderivative size = 44, normalized size of antiderivative = 0.64

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

[In]

int((-a^2*c*x^2+c)^(1/2)*((a*x-1)/(a*x+1))^(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))^(1/2)/(a*x-1)

Fricas [A] (verification not implemented)

none

Time = 0.25 (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((-a^2*c*x^2+c)^(1/2)*((a*x-1)/(a*x+1))^(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 \sqrt {\frac {a x - 1}{a x + 1}} \sqrt {- c \left (a x - 1\right ) \left (a x + 1\right )}\, dx \]

[In]

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

[Out]

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

Maxima [F]

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

[In]

integrate((-a^2*c*x^2+c)^(1/2)*((a*x-1)/(a*x+1))^(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 { \sqrt {-a^{2} c x^{2} + c} \sqrt {\frac {a x - 1}{a x + 1}} \,d x } \]

[In]

integrate((-a^2*c*x^2+c)^(1/2)*((a*x-1)/(a*x+1))^(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 \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)