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

   Optimal result
   Rubi [A] (verified)
   Mathematica [C] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [A] (verification not implemented)
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [B] (verification not implemented)

Optimal result

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

[Out]

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

Rubi [A] (verified)

Time = 0.05 (sec) , antiderivative size = 16, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.136, Rules used = {6302, 6275, 32} \[ \int \frac {e^{2 \coth ^{-1}(a x)}}{c-a^2 c x^2} \, dx=-\frac {1}{a c (1-a x)} \]

[In]

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

[Out]

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

Rule 32

Int[((a_.) + (b_.)*(x_))^(m_), x_Symbol] :> Simp[(a + b*x)^(m + 1)/(b*(m + 1)), x] /; FreeQ[{a, b, m}, x] && N
eQ[m, -1]

Rule 6275

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])

Rule 6302

Int[E^(ArcCoth[(a_.)*(x_)]*(n_))*(u_.), x_Symbol] :> Dist[(-1)^(n/2), Int[u*E^(n*ArcTanh[a*x]), x], x] /; Free
Q[a, x] && IntegerQ[n/2]

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

Mathematica [C] (verified)

Result contains higher order function than in optimal. Order 3 vs. order 1 in optimal.

Time = 0.06 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.12 \[ \int \frac {e^{2 \coth ^{-1}(a x)}}{c-a^2 c x^2} \, dx=\frac {e^{2 \coth ^{-1}(a x)}}{2 a c} \]

[In]

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

[Out]

E^(2*ArcCoth[a*x])/(2*a*c)

Maple [A] (verified)

Time = 0.57 (sec) , antiderivative size = 13, normalized size of antiderivative = 0.81

method result size
norman \(\frac {x}{c \left (a x -1\right )}\) \(13\)
parallelrisch \(\frac {x}{c \left (a x -1\right )}\) \(13\)
gosper \(\frac {1}{a c \left (a x -1\right )}\) \(15\)
default \(\frac {1}{a c \left (a x -1\right )}\) \(15\)
risch \(\frac {1}{a c \left (a x -1\right )}\) \(15\)

[In]

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

[Out]

x/c/(a*x-1)

Fricas [A] (verification not implemented)

none

Time = 0.23 (sec) , antiderivative size = 13, normalized size of antiderivative = 0.81 \[ \int \frac {e^{2 \coth ^{-1}(a x)}}{c-a^2 c x^2} \, dx=\frac {1}{a^{2} c x - a c} \]

[In]

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

[Out]

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

Sympy [A] (verification not implemented)

Time = 0.06 (sec) , antiderivative size = 10, normalized size of antiderivative = 0.62 \[ \int \frac {e^{2 \coth ^{-1}(a x)}}{c-a^2 c x^2} \, dx=\frac {1}{a^{2} c x - a c} \]

[In]

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

[Out]

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

Maxima [A] (verification not implemented)

none

Time = 0.20 (sec) , antiderivative size = 13, normalized size of antiderivative = 0.81 \[ \int \frac {e^{2 \coth ^{-1}(a x)}}{c-a^2 c x^2} \, dx=\frac {1}{a^{2} c x - a c} \]

[In]

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

[Out]

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

Giac [A] (verification not implemented)

none

Time = 0.28 (sec) , antiderivative size = 14, normalized size of antiderivative = 0.88 \[ \int \frac {e^{2 \coth ^{-1}(a x)}}{c-a^2 c x^2} \, dx=\frac {1}{{\left (a x - 1\right )} a c} \]

[In]

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

[Out]

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

Mupad [B] (verification not implemented)

Time = 0.04 (sec) , antiderivative size = 14, normalized size of antiderivative = 0.88 \[ \int \frac {e^{2 \coth ^{-1}(a x)}}{c-a^2 c x^2} \, dx=-\frac {1}{a\,\left (c-a\,c\,x\right )} \]

[In]

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

[Out]

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