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

Optimal. Leaf size=30 \[ -\frac {c^4}{3 a^4 x^3}+\frac {2 c^4}{a^2 x}+c^4 x \]

[Out]

-1/3*c^4/a^4/x^3+2*c^4/a^2/x+c^4*x

________________________________________________________________________________________

Rubi [A]  time = 0.10, antiderivative size = 30, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 4, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.182, Rules used = {6131, 6129, 73, 270} \[ -\frac {c^4}{3 a^4 x^3}+\frac {2 c^4}{a^2 x}+c^4 x \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 73

Int[((a_) + (b_.)*(x_))^(m_.)*((c_) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Int[(a*c + b*
d*x^2)^m*(e + f*x)^p, x] /; FreeQ[{a, b, c, d, e, f, m, n, p}, x] && EqQ[b*c + a*d, 0] && EqQ[n, m] && Integer
Q[m]

Rule 270

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*(a + b*x^n)^p,
 x], x] /; FreeQ[{a, b, c, m, n}, x] && IGtQ[p, 0]

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.19, size = 30, normalized size = 1.00 \[ -\frac {c^4}{3 a^4 x^3}+\frac {2 c^4}{a^2 x}+c^4 x \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 0.49, size = 36, normalized size = 1.20 \[ \frac {3 \, a^{4} c^{4} x^{4} + 6 \, a^{2} c^{4} x^{2} - c^{4}}{3 \, a^{4} x^{3}} \]

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)^4,x, algorithm="fricas")

[Out]

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

________________________________________________________________________________________

giac [A]  time = 0.23, size = 31, normalized size = 1.03 \[ c^{4} x + \frac {6 \, a^{2} c^{4} x^{2} - c^{4}}{3 \, a^{4} x^{3}} \]

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)^4,x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

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

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)^4,x)

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 0.37, size = 31, normalized size = 1.03 \[ c^{4} x + \frac {6 \, a^{2} c^{4} x^{2} - c^{4}}{3 \, a^{4} x^{3}} \]

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)^4,x, algorithm="maxima")

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 0.81, size = 27, normalized size = 0.90 \[ \frac {c^4\,\left (a^4\,x^4+2\,a^2\,x^2-\frac {1}{3}\right )}{a^4\,x^3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [A]  time = 0.16, size = 31, normalized size = 1.03 \[ \frac {a^{4} c^{4} x + \frac {6 a^{2} c^{4} x^{2} - c^{4}}{3 x^{3}}}{a^{4}} \]

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)**4,x)

[Out]

(a**4*c**4*x + (6*a**2*c**4*x**2 - c**4)/(3*x**3))/a**4

________________________________________________________________________________________