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

Optimal. Leaf size=29 \[ \frac {2 e^{\coth ^{-1}(a x)} (1+a x) \sqrt {c-a c x}}{3 a} \]

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 29, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.056, Rules used = {6309} \begin {gather*} \frac {2 (a x+1) \sqrt {c-a c x} e^{\coth ^{-1}(a x)}}{3 a} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 6309

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 43, normalized size = 1.48 \begin {gather*} \frac {2 \left (1+\frac {1}{a x}\right )^{3/2} x \sqrt {c-a c x}}{3 \sqrt {1-\frac {1}{a x}}} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

Maple [A]
time = 0.07, size = 36, normalized size = 1.24

method result size
gosper \(\frac {2 \left (a x +1\right ) \sqrt {-a c x +c}}{3 \sqrt {\frac {a x -1}{a x +1}}\, a}\) \(35\)
default \(\frac {2 \sqrt {-c \left (a x -1\right )}\, \left (a x +1\right )}{3 \sqrt {\frac {a x -1}{a x +1}}\, a}\) \(36\)
risch \(-\frac {2 c \left (a x +1\right ) \left (a x -1\right )}{3 \sqrt {\frac {a x -1}{a x +1}}\, \sqrt {-c \left (a x -1\right )}\, a}\) \(42\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 26, normalized size = 0.90 \begin {gather*} \frac {2 \, {\left (a \sqrt {-c} x + \sqrt {-c}\right )} \sqrt {a x + 1}}{3 \, a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [A]
time = 0.36, size = 50, normalized size = 1.72 \begin {gather*} \frac {2 \, {\left (a^{2} x^{2} + 2 \, a x + 1\right )} \sqrt {-a c x + c} \sqrt {\frac {a x - 1}{a x + 1}}}{3 \, {\left (a^{2} x - a\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\sqrt {- c \left (a x - 1\right )}}{\sqrt {\frac {a x - 1}{a x + 1}}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Giac [A]
time = 0.41, size = 49, normalized size = 1.69 \begin {gather*} \frac {2 \, c^{2} {\left (\frac {2 \, \sqrt {2} \sqrt {-c}}{c} + \frac {{\left (-a c x - c\right )}^{\frac {3}{2}}}{c^{2}}\right )}}{3 \, a {\left | c \right |} \mathrm {sgn}\left (a x + 1\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Mupad [B]
time = 0.00, size = 43, normalized size = 1.48 \begin {gather*} \frac {2\,\sqrt {c-a\,c\,x}\,{\left (a\,x+1\right )}^2\,\sqrt {\frac {a\,x-1}{a\,x+1}}}{3\,a\,\left (a\,x-1\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________