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

Optimal. Leaf size=17 \[ \frac {c^2 (a x+1)^5}{5 a} \]

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 17, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.091, Rules used = {6140, 32} \[ \frac {c^2 (a x+1)^5}{5 a} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

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 6140

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [B]  time = 0.02, size = 37, normalized size = 2.18 \[ c^2 \left (\frac {a^4 x^5}{5}+a^3 x^4+2 a^2 x^3+2 a x^2+x\right ) \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

fricas [B]  time = 0.59, size = 47, normalized size = 2.76 \[ \frac {1}{5} \, a^{4} c^{2} x^{5} + a^{3} c^{2} x^{4} + 2 \, a^{2} c^{2} x^{3} + 2 \, a c^{2} x^{2} + c^{2} x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [B]  time = 0.16, size = 47, normalized size = 2.76 \[ \frac {1}{5} \, a^{4} c^{2} x^{5} + a^{3} c^{2} x^{4} + 2 \, a^{2} c^{2} x^{3} + 2 \, a c^{2} x^{2} + c^{2} x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.02, size = 16, normalized size = 0.94 \[ \frac {c^{2} \left (a x +1\right )^{5}}{5 a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [B]  time = 0.32, size = 47, normalized size = 2.76 \[ \frac {1}{5} \, a^{4} c^{2} x^{5} + a^{3} c^{2} x^{4} + 2 \, a^{2} c^{2} x^{3} + 2 \, a c^{2} x^{2} + c^{2} x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 0.03, size = 47, normalized size = 2.76 \[ \frac {a^4\,c^2\,x^5}{5}+a^3\,c^2\,x^4+2\,a^2\,c^2\,x^3+2\,a\,c^2\,x^2+c^2\,x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [B]  time = 0.11, size = 48, normalized size = 2.82 \[ \frac {a^{4} c^{2} x^{5}}{5} + a^{3} c^{2} x^{4} + 2 a^{2} c^{2} x^{3} + 2 a c^{2} x^{2} + c^{2} x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

a**4*c**2*x**5/5 + a**3*c**2*x**4 + 2*a**2*c**2*x**3 + 2*a*c**2*x**2 + c**2*x

________________________________________________________________________________________