3.251 \(\int \frac {e^{\tan ^{-1}(a x)}}{(c+a^2 c x^2)^4} \, dx\)

Optimal. Leaf size=116 \[ \frac {72 (2 a x+1) e^{\tan ^{-1}(a x)}}{629 a c^4 \left (a^2 x^2+1\right )}+\frac {30 (4 a x+1) e^{\tan ^{-1}(a x)}}{629 a c^4 \left (a^2 x^2+1\right )^2}+\frac {(6 a x+1) e^{\tan ^{-1}(a x)}}{37 a c^4 \left (a^2 x^2+1\right )^3}+\frac {144 e^{\tan ^{-1}(a x)}}{629 a c^4} \]

[Out]

144/629*exp(arctan(a*x))/a/c^4+1/37*exp(arctan(a*x))*(6*a*x+1)/a/c^4/(a^2*x^2+1)^3+30/629*exp(arctan(a*x))*(4*
a*x+1)/a/c^4/(a^2*x^2+1)^2+72/629*exp(arctan(a*x))*(2*a*x+1)/a/c^4/(a^2*x^2+1)

________________________________________________________________________________________

Rubi [A]  time = 0.11, antiderivative size = 116, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 2, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.105, Rules used = {5070, 5071} \[ \frac {72 (2 a x+1) e^{\tan ^{-1}(a x)}}{629 a c^4 \left (a^2 x^2+1\right )}+\frac {30 (4 a x+1) e^{\tan ^{-1}(a x)}}{629 a c^4 \left (a^2 x^2+1\right )^2}+\frac {(6 a x+1) e^{\tan ^{-1}(a x)}}{37 a c^4 \left (a^2 x^2+1\right )^3}+\frac {144 e^{\tan ^{-1}(a x)}}{629 a c^4} \]

Antiderivative was successfully verified.

[In]

Int[E^ArcTan[a*x]/(c + a^2*c*x^2)^4,x]

[Out]

(144*E^ArcTan[a*x])/(629*a*c^4) + (E^ArcTan[a*x]*(1 + 6*a*x))/(37*a*c^4*(1 + a^2*x^2)^3) + (30*E^ArcTan[a*x]*(
1 + 4*a*x))/(629*a*c^4*(1 + a^2*x^2)^2) + (72*E^ArcTan[a*x]*(1 + 2*a*x))/(629*a*c^4*(1 + a^2*x^2))

Rule 5070

Int[E^(ArcTan[(a_.)*(x_)]*(n_.))*((c_) + (d_.)*(x_)^2)^(p_), x_Symbol] :> Simp[((n - 2*a*(p + 1)*x)*(c + d*x^2
)^(p + 1)*E^(n*ArcTan[a*x]))/(a*c*(n^2 + 4*(p + 1)^2)), x] + Dist[(2*(p + 1)*(2*p + 3))/(c*(n^2 + 4*(p + 1)^2)
), Int[(c + d*x^2)^(p + 1)*E^(n*ArcTan[a*x]), x], x] /; FreeQ[{a, c, d, n}, x] && EqQ[d, a^2*c] && LtQ[p, -1]
&&  !IntegerQ[I*n] && NeQ[n^2 + 4*(p + 1)^2, 0] && IntegerQ[2*p]

Rule 5071

Int[E^(ArcTan[(a_.)*(x_)]*(n_.))/((c_) + (d_.)*(x_)^2), x_Symbol] :> Simp[E^(n*ArcTan[a*x])/(a*c*n), x] /; Fre
eQ[{a, c, d, n}, x] && EqQ[d, a^2*c]

Rubi steps

\begin {align*} \int \frac {e^{\tan ^{-1}(a x)}}{\left (c+a^2 c x^2\right )^4} \, dx &=\frac {e^{\tan ^{-1}(a x)} (1+6 a x)}{37 a c^4 \left (1+a^2 x^2\right )^3}+\frac {30 \int \frac {e^{\tan ^{-1}(a x)}}{\left (c+a^2 c x^2\right )^3} \, dx}{37 c}\\ &=\frac {e^{\tan ^{-1}(a x)} (1+6 a x)}{37 a c^4 \left (1+a^2 x^2\right )^3}+\frac {30 e^{\tan ^{-1}(a x)} (1+4 a x)}{629 a c^4 \left (1+a^2 x^2\right )^2}+\frac {360 \int \frac {e^{\tan ^{-1}(a x)}}{\left (c+a^2 c x^2\right )^2} \, dx}{629 c^2}\\ &=\frac {e^{\tan ^{-1}(a x)} (1+6 a x)}{37 a c^4 \left (1+a^2 x^2\right )^3}+\frac {30 e^{\tan ^{-1}(a x)} (1+4 a x)}{629 a c^4 \left (1+a^2 x^2\right )^2}+\frac {72 e^{\tan ^{-1}(a x)} (1+2 a x)}{629 a c^4 \left (1+a^2 x^2\right )}+\frac {144 \int \frac {e^{\tan ^{-1}(a x)}}{c+a^2 c x^2} \, dx}{629 c^3}\\ &=\frac {144 e^{\tan ^{-1}(a x)}}{629 a c^4}+\frac {e^{\tan ^{-1}(a x)} (1+6 a x)}{37 a c^4 \left (1+a^2 x^2\right )^3}+\frac {30 e^{\tan ^{-1}(a x)} (1+4 a x)}{629 a c^4 \left (1+a^2 x^2\right )^2}+\frac {72 e^{\tan ^{-1}(a x)} (1+2 a x)}{629 a c^4 \left (1+a^2 x^2\right )}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C]  time = 0.30, size = 123, normalized size = 1.06 \[ \frac {17 c (6 a x+1) e^{\tan ^{-1}(a x)}+6 \left (a^2 c x^2+c\right ) \left (5 (4 a x+1) e^{\tan ^{-1}(a x)}+12 (1-i a x)^{\frac {i}{2}} (1+i a x)^{-\frac {i}{2}} (a x-i) (a x+i) \left (2 a^2 x^2+2 a x+3\right )\right )}{629 a c^2 \left (a^2 c x^2+c\right )^3} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[E^ArcTan[a*x]/(c + a^2*c*x^2)^4,x]

[Out]

(17*c*E^ArcTan[a*x]*(1 + 6*a*x) + 6*(c + a^2*c*x^2)*(5*E^ArcTan[a*x]*(1 + 4*a*x) + (12*(1 - I*a*x)^(I/2)*(-I +
 a*x)*(I + a*x)*(3 + 2*a*x + 2*a^2*x^2))/(1 + I*a*x)^(I/2)))/(629*a*c^2*(c + a^2*c*x^2)^3)

________________________________________________________________________________________

fricas [A]  time = 0.47, size = 93, normalized size = 0.80 \[ \frac {{\left (144 \, a^{6} x^{6} + 144 \, a^{5} x^{5} + 504 \, a^{4} x^{4} + 408 \, a^{3} x^{3} + 606 \, a^{2} x^{2} + 366 \, a x + 263\right )} e^{\left (\arctan \left (a x\right )\right )}}{629 \, {\left (a^{7} c^{4} x^{6} + 3 \, a^{5} c^{4} x^{4} + 3 \, a^{3} c^{4} x^{2} + a c^{4}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/629*(144*a^6*x^6 + 144*a^5*x^5 + 504*a^4*x^4 + 408*a^3*x^3 + 606*a^2*x^2 + 366*a*x + 263)*e^(arctan(a*x))/(a
^7*c^4*x^6 + 3*a^5*c^4*x^4 + 3*a^3*c^4*x^2 + a*c^4)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \mathit {sage}_{0} x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

sage0*x

________________________________________________________________________________________

maple [A]  time = 0.04, size = 71, normalized size = 0.61 \[ \frac {{\mathrm e}^{\arctan \left (a x \right )} \left (144 a^{6} x^{6}+144 a^{5} x^{5}+504 a^{4} x^{4}+408 a^{3} x^{3}+606 a^{2} x^{2}+366 a x +263\right )}{629 \left (a^{2} x^{2}+1\right )^{3} a \,c^{4}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(arctan(a*x))/(a^2*c*x^2+c)^4,x)

[Out]

1/629*exp(arctan(a*x))*(144*a^6*x^6+144*a^5*x^5+504*a^4*x^4+408*a^3*x^3+606*a^2*x^2+366*a*x+263)/(a^2*x^2+1)^3
/a/c^4

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {e^{\left (\arctan \left (a x\right )\right )}}{{\left (a^{2} c x^{2} + c\right )}^{4}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(e^(arctan(a*x))/(a^2*c*x^2 + c)^4, x)

________________________________________________________________________________________

mupad [B]  time = 0.69, size = 104, normalized size = 0.90 \[ \frac {144\,{\mathrm {e}}^{\mathrm {atan}\left (a\,x\right )}}{629\,a\,c^4}+\frac {72\,{\mathrm {e}}^{\mathrm {atan}\left (a\,x\right )}\,\left (2\,a\,x+1\right )}{629\,a\,c^4\,\left (a^2\,x^2+1\right )}+\frac {30\,{\mathrm {e}}^{\mathrm {atan}\left (a\,x\right )}\,\left (4\,a\,x+1\right )}{629\,a\,c^4\,{\left (a^2\,x^2+1\right )}^2}+\frac {{\mathrm {e}}^{\mathrm {atan}\left (a\,x\right )}\,\left (6\,a\,x+1\right )}{37\,a\,c^4\,{\left (a^2\,x^2+1\right )}^3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(atan(a*x))/(c + a^2*c*x^2)^4,x)

[Out]

(144*exp(atan(a*x)))/(629*a*c^4) + (72*exp(atan(a*x))*(2*a*x + 1))/(629*a*c^4*(a^2*x^2 + 1)) + (30*exp(atan(a*
x))*(4*a*x + 1))/(629*a*c^4*(a^2*x^2 + 1)^2) + (exp(atan(a*x))*(6*a*x + 1))/(37*a*c^4*(a^2*x^2 + 1)^3)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \begin {cases} \frac {144 a^{6} x^{6} e^{\operatorname {atan}{\left (a x \right )}}}{629 a^{7} c^{4} x^{6} + 1887 a^{5} c^{4} x^{4} + 1887 a^{3} c^{4} x^{2} + 629 a c^{4}} + \frac {144 a^{5} x^{5} e^{\operatorname {atan}{\left (a x \right )}}}{629 a^{7} c^{4} x^{6} + 1887 a^{5} c^{4} x^{4} + 1887 a^{3} c^{4} x^{2} + 629 a c^{4}} + \frac {504 a^{4} x^{4} e^{\operatorname {atan}{\left (a x \right )}}}{629 a^{7} c^{4} x^{6} + 1887 a^{5} c^{4} x^{4} + 1887 a^{3} c^{4} x^{2} + 629 a c^{4}} + \frac {408 a^{3} x^{3} e^{\operatorname {atan}{\left (a x \right )}}}{629 a^{7} c^{4} x^{6} + 1887 a^{5} c^{4} x^{4} + 1887 a^{3} c^{4} x^{2} + 629 a c^{4}} + \frac {606 a^{2} x^{2} e^{\operatorname {atan}{\left (a x \right )}}}{629 a^{7} c^{4} x^{6} + 1887 a^{5} c^{4} x^{4} + 1887 a^{3} c^{4} x^{2} + 629 a c^{4}} + \frac {366 a x e^{\operatorname {atan}{\left (a x \right )}}}{629 a^{7} c^{4} x^{6} + 1887 a^{5} c^{4} x^{4} + 1887 a^{3} c^{4} x^{2} + 629 a c^{4}} + \frac {263 e^{\operatorname {atan}{\left (a x \right )}}}{629 a^{7} c^{4} x^{6} + 1887 a^{5} c^{4} x^{4} + 1887 a^{3} c^{4} x^{2} + 629 a c^{4}} & \text {for}\: c \neq 0 \\\tilde {\infty } \int e^{\operatorname {atan}{\left (a x \right )}}\, dx & \text {otherwise} \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(atan(a*x))/(a**2*c*x**2+c)**4,x)

[Out]

Piecewise((144*a**6*x**6*exp(atan(a*x))/(629*a**7*c**4*x**6 + 1887*a**5*c**4*x**4 + 1887*a**3*c**4*x**2 + 629*
a*c**4) + 144*a**5*x**5*exp(atan(a*x))/(629*a**7*c**4*x**6 + 1887*a**5*c**4*x**4 + 1887*a**3*c**4*x**2 + 629*a
*c**4) + 504*a**4*x**4*exp(atan(a*x))/(629*a**7*c**4*x**6 + 1887*a**5*c**4*x**4 + 1887*a**3*c**4*x**2 + 629*a*
c**4) + 408*a**3*x**3*exp(atan(a*x))/(629*a**7*c**4*x**6 + 1887*a**5*c**4*x**4 + 1887*a**3*c**4*x**2 + 629*a*c
**4) + 606*a**2*x**2*exp(atan(a*x))/(629*a**7*c**4*x**6 + 1887*a**5*c**4*x**4 + 1887*a**3*c**4*x**2 + 629*a*c*
*4) + 366*a*x*exp(atan(a*x))/(629*a**7*c**4*x**6 + 1887*a**5*c**4*x**4 + 1887*a**3*c**4*x**2 + 629*a*c**4) + 2
63*exp(atan(a*x))/(629*a**7*c**4*x**6 + 1887*a**5*c**4*x**4 + 1887*a**3*c**4*x**2 + 629*a*c**4), Ne(c, 0)), (z
oo*Integral(exp(atan(a*x)), x), True))

________________________________________________________________________________________