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

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

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.08, antiderivative size = 42, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.080, Rules used = {6150, 75} \[ \frac {a^3 c^2}{x^2}+\frac {a^4 c^2}{x}-\frac {a c^2}{2 x^4}-\frac {c^2}{5 x^5} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

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

Rule 6150

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 23, normalized size = 0.55 \[ \frac {c^2 (a x+1)^4 (3 a x-2)}{10 x^5} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 0.54, size = 40, normalized size = 0.95 \[ \frac {10 \, a^{4} c^{2} x^{4} + 10 \, a^{3} c^{2} x^{3} - 5 \, a c^{2} x - 2 \, c^{2}}{10 \, x^{5}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [A]  time = 0.18, size = 40, normalized size = 0.95 \[ \frac {10 \, a^{4} c^{2} x^{4} + 10 \, a^{3} c^{2} x^{3} - 5 \, a c^{2} x - 2 \, c^{2}}{10 \, x^{5}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 0.30, size = 40, normalized size = 0.95 \[ \frac {10 \, a^{4} c^{2} x^{4} + 10 \, a^{3} c^{2} x^{3} - 5 \, a c^{2} x - 2 \, c^{2}}{10 \, x^{5}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 40, normalized size = 0.95 \[ -\frac {-a^4\,c^2\,x^4-a^3\,c^2\,x^3+\frac {a\,c^2\,x}{2}+\frac {c^2}{5}}{x^5} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [A]  time = 0.25, size = 42, normalized size = 1.00 \[ - \frac {- 10 a^{4} c^{2} x^{4} - 10 a^{3} c^{2} x^{3} + 5 a c^{2} x + 2 c^{2}}{10 x^{5}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________