3.5.61 \(\int e^{2 \tanh ^{-1}(a x)} (c-\frac {c}{a x}) \, dx\) [461]

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

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 13, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.150, Rules used = {6266, 6264, 45} \begin {gather*} -\frac {c \log (x)}{a}-c x \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 45

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 6264

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

Rule 6266

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.03, size = 13, normalized size = 1.00 \begin {gather*} -c x-\frac {c \log (x)}{a} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

Maple [A]
time = 0.83, size = 15, normalized size = 1.15

method result size
norman \(-c x -\frac {c \ln \left (x \right )}{a}\) \(14\)
risch \(-c x -\frac {c \ln \left (x \right )}{a}\) \(14\)
default \(\frac {c \left (-a x -\ln \left (x \right )\right )}{a}\) \(15\)
meijerg \(-\frac {c \left (-\frac {2 x \left (-a^{2}\right )^{\frac {3}{2}}}{a^{2}}+\frac {2 \left (-a^{2}\right )^{\frac {3}{2}} \arctanh \left (a x \right )}{a^{3}}\right )}{2 \sqrt {-a^{2}}}-\frac {c \ln \left (-a^{2} x^{2}+1\right )}{2 a}-\frac {c \arctanh \left (a x \right )}{a}-\frac {c \left (-\ln \left (-a^{2} x^{2}+1\right )+2 \ln \left (x \right )+\ln \left (-a^{2}\right )\right )}{2 a}\) \(99\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Maxima [A]
time = 0.26, size = 13, normalized size = 1.00 \begin {gather*} -c x - \frac {c \log \left (x\right )}{a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [A]
time = 0.36, size = 14, normalized size = 1.08 \begin {gather*} -\frac {a c x + c \log \left (x\right )}{a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Sympy [A]
time = 0.04, size = 12, normalized size = 0.92 \begin {gather*} \frac {- a c x - c \log {\left (x \right )}}{a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Giac [A]
time = 0.41, size = 14, normalized size = 1.08 \begin {gather*} -c x - \frac {c \log \left ({\left | x \right |}\right )}{a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Mupad [B]
time = 0.03, size = 12, normalized size = 0.92 \begin {gather*} -\frac {c\,\left (\ln \left (x\right )+a\,x\right )}{a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________