3.924 \(\int \frac {e^{\tanh ^{-1}(a x)}}{\sqrt {1-a^2 x^2}} \, dx\)

Optimal. Leaf size=12 \[ -\frac {\log (1-a x)}{a} \]

[Out]

-ln(-a*x+1)/a

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 12, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.095, Rules used = {6140, 31} \[ -\frac {\log (1-a x)}{a} \]

Antiderivative was successfully verified.

[In]

Int[E^ArcTanh[a*x]/Sqrt[1 - a^2*x^2],x]

[Out]

-(Log[1 - a*x]/a)

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 6140

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

Rubi steps

\begin {align*} \int \frac {e^{\tanh ^{-1}(a x)}}{\sqrt {1-a^2 x^2}} \, dx &=\int \frac {1}{1-a x} \, dx\\ &=-\frac {\log (1-a x)}{a}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 12, normalized size = 1.00 \[ -\frac {\log (1-a x)}{a} \]

Antiderivative was successfully verified.

[In]

Integrate[E^ArcTanh[a*x]/Sqrt[1 - a^2*x^2],x]

[Out]

-(Log[1 - a*x]/a)

________________________________________________________________________________________

fricas [A]  time = 0.59, size = 11, normalized size = 0.92 \[ -\frac {\log \left (a x - 1\right )}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-log(a*x - 1)/a

________________________________________________________________________________________

giac [A]  time = 0.20, size = 12, normalized size = 1.00 \[ -\frac {\log \left ({\left | a x - 1 \right |}\right )}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-log(abs(a*x - 1))/a

________________________________________________________________________________________

maple [A]  time = 0.03, size = 12, normalized size = 1.00 \[ -\frac {\ln \left (a x -1\right )}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-1/a*ln(a*x-1)

________________________________________________________________________________________

maxima [A]  time = 0.31, size = 11, normalized size = 0.92 \[ -\frac {\log \left (a x - 1\right )}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-log(a*x - 1)/a

________________________________________________________________________________________

mupad [B]  time = 0.02, size = 11, normalized size = 0.92 \[ -\frac {\ln \left (a\,x-1\right )}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-log(a*x - 1)/a

________________________________________________________________________________________

sympy [A]  time = 0.06, size = 8, normalized size = 0.67 \[ - \frac {\log {\left (a x - 1 \right )}}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-log(a*x - 1)/a

________________________________________________________________________________________