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

Optimal. Leaf size=32 \[ \frac {\left (1-a^2 x^2\right )^{3/2}}{3 a c^2 (1-a x)^3} \]

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 32, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 16, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.125, Rules used = {6127, 651} \[ \frac {\left (1-a^2 x^2\right )^{3/2}}{3 a c^2 (1-a x)^3} \]

Antiderivative was successfully verified.

[In]

Int[E^ArcTanh[a*x]/(c - a*c*x)^2,x]

[Out]

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

Rule 651

Int[((d_) + (e_.)*(x_))^(m_)*((a_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[(e*(d + e*x)^m*(a + c*x^2)^(p + 1))
/(2*c*d*(p + 1)), x] /; FreeQ[{a, c, d, e, m, p}, x] && EqQ[c*d^2 + a*e^2, 0] &&  !IntegerQ[p] && EqQ[m + 2*p
+ 2, 0]

Rule 6127

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 29, normalized size = 0.91 \[ \frac {(a x+1)^{3/2}}{3 a c^2 (1-a x)^{3/2}} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[E^ArcTanh[a*x]/(c - a*c*x)^2,x]

[Out]

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

________________________________________________________________________________________

fricas [B]  time = 0.42, size = 60, normalized size = 1.88 \[ \frac {a^{2} x^{2} - 2 \, a x + \sqrt {-a^{2} x^{2} + 1} {\left (a x + 1\right )} + 1}{3 \, {\left (a^{3} c^{2} x^{2} - 2 \, a^{2} c^{2} x + a c^{2}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [C]  time = 0.35, size = 66, normalized size = 2.06 \[ -\frac {i \, \mathrm {sgn}\left (\frac {1}{a c x - c}\right ) \mathrm {sgn}\relax (a) \mathrm {sgn}\relax (c) + \frac {{\left (-\frac {2 \, c}{a c x - c} - 1\right )}^{\frac {3}{2}}}{\mathrm {sgn}\left (\frac {1}{a c x - c}\right ) \mathrm {sgn}\relax (a) \mathrm {sgn}\relax (c)}}{3 \, c^{2} {\left | a \right |}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.03, size = 35, normalized size = 1.09 \[ -\frac {\left (a x +1\right )^{2}}{3 \left (a x -1\right ) c^{2} \sqrt {-a^{2} x^{2}+1}\, a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [B]  time = 0.43, size = 73, normalized size = 2.28 \[ \frac {2 \, \sqrt {-a^{2} x^{2} + 1}}{3 \, {\left (a^{3} c^{2} x^{2} - 2 \, a^{2} c^{2} x + a c^{2}\right )}} + \frac {\sqrt {-a^{2} x^{2} + 1}}{3 \, {\left (a^{2} c^{2} x - a c^{2}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 0.82, size = 32, normalized size = 1.00 \[ \frac {\sqrt {1-a^2\,x^2}\,\left (a\,x+1\right )}{3\,a\,c^2\,{\left (a\,x-1\right )}^2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \frac {\int \frac {a x}{a^{2} x^{2} \sqrt {- a^{2} x^{2} + 1} - 2 a x \sqrt {- a^{2} x^{2} + 1} + \sqrt {- a^{2} x^{2} + 1}}\, dx + \int \frac {1}{a^{2} x^{2} \sqrt {- a^{2} x^{2} + 1} - 2 a x \sqrt {- a^{2} x^{2} + 1} + \sqrt {- a^{2} x^{2} + 1}}\, dx}{c^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________