3.477 \(\int e^{4 \tanh ^{-1}(a x)} (c-\frac{c}{a x})^3 \, dx\)

Optimal. Leaf size=38 \[ \frac{c^3}{2 a^3 x^2}+\frac{c^3}{a^2 x}+\frac{c^3 \log (x)}{a}+c^3 x \]

[Out]

c^3/(2*a^3*x^2) + c^3/(a^2*x) + c^3*x + (c^3*Log[x])/a

________________________________________________________________________________________

Rubi [A]  time = 0.101055, antiderivative size = 38, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 3, integrand size = 22, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.136, Rules used = {6131, 6129, 75} \[ \frac{c^3}{2 a^3 x^2}+\frac{c^3}{a^2 x}+\frac{c^3 \log (x)}{a}+c^3 x \]

Antiderivative was successfully verified.

[In]

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

[Out]

c^3/(2*a^3*x^2) + c^3/(a^2*x) + c^3*x + (c^3*Log[x])/a

Rule 6131

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]

Rule 6129

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 75

Int[((d_.)*(x_))^(n_.)*((a_) + (b_.)*(x_))*((e_) + (f_.)*(x_))^(p_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*
x)*(d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, d, e, f, n}, x] && IGtQ[p, 0] && EqQ[b*e + a*f, 0] &&  !(ILtQ[n
 + p + 2, 0] && GtQ[n + 2*p, 0])

Rubi steps

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

Mathematica [A]  time = 0.134335, size = 40, normalized size = 1.05 \[ \frac{c^3}{2 a^3 x^2}+\frac{c^3}{a^2 x}+\frac{c^3 \log (a x)}{a}+c^3 x \]

Warning: Unable to verify antiderivative.

[In]

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

[Out]

c^3/(2*a^3*x^2) + c^3/(a^2*x) + c^3*x + (c^3*Log[a*x])/a

________________________________________________________________________________________

Maple [A]  time = 0.031, size = 37, normalized size = 1. \begin{align*}{\frac{{c}^{3}}{2\,{x}^{2}{a}^{3}}}+{\frac{{c}^{3}}{{a}^{2}x}}+{c}^{3}x+{\frac{{c}^{3}\ln \left ( x \right ) }{a}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Maxima [A]  time = 0.939259, size = 46, normalized size = 1.21 \begin{align*} c^{3} x + \frac{c^{3} \log \left (x\right )}{a} + \frac{2 \, a c^{3} x + c^{3}}{2 \, a^{3} x^{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [A]  time = 1.96404, size = 97, normalized size = 2.55 \begin{align*} \frac{2 \, a^{3} c^{3} x^{3} + 2 \, a^{2} c^{3} x^{2} \log \left (x\right ) + 2 \, a c^{3} x + c^{3}}{2 \, a^{3} x^{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Sympy [A]  time = 0.386818, size = 37, normalized size = 0.97 \begin{align*} \frac{a^{3} c^{3} x + a^{2} c^{3} \log{\left (x \right )} + \frac{2 a c^{3} x + c^{3}}{2 x^{2}}}{a^{3}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

(a**3*c**3*x + a**2*c**3*log(x) + (2*a*c**3*x + c**3)/(2*x**2))/a**3

________________________________________________________________________________________

Giac [A]  time = 1.17048, size = 47, normalized size = 1.24 \begin{align*} c^{3} x + \frac{c^{3} \log \left ({\left | x \right |}\right )}{a} + \frac{2 \, a c^{3} x + c^{3}}{2 \, a^{3} x^{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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