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]

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

________________________________________________________________________________________

Rubi [A]  time = 0.0303655, antiderivative size = 17, normalized size of antiderivative = 1., 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 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])

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]

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.0177917, 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)

________________________________________________________________________________________

Maple [A]  time = 0.026, size = 16, normalized size = 0.9 \begin{align*}{\frac{{c}^{2} \left ( ax+1 \right ) ^{5}}{5\,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*(-a^2*c*x^2+c)^2,x)

[Out]

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

________________________________________________________________________________________

Maxima [B]  time = 0.973064, size = 63, normalized size = 3.71 \begin{align*} \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 \end{align*}

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

________________________________________________________________________________________

Fricas [B]  time = 2.29438, size = 93, normalized size = 5.47 \begin{align*} \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 \end{align*}

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

________________________________________________________________________________________

Sympy [B]  time = 0.099785, size = 48, normalized size = 2.82 \begin{align*} \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 \end{align*}

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

________________________________________________________________________________________

Giac [B]  time = 1.14501, size = 63, normalized size = 3.71 \begin{align*} \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 \end{align*}

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