3.3.48 \(\int \frac {e^{\text {ArcTan}(a x)}}{c+a^2 c x^2} \, dx\) [248]

Optimal. Leaf size=13 \[ \frac {e^{\text {ArcTan}(a x)}}{a c} \]

[Out]

exp(arctan(a*x))/a/c

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 13, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.053, Rules used = {5179} \begin {gather*} \frac {e^{\text {ArcTan}(a x)}}{a c} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

E^ArcTan[a*x]/(a*c)

Rule 5179

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)}}{c+a^2 c x^2} \, dx &=\frac {e^{\tan ^{-1}(a x)}}{a c}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C] Result contains complex when optimal does not.
time = 0.01, size = 35, normalized size = 2.69 \begin {gather*} \frac {(1-i a x)^{\frac {i}{2}} (1+i a x)^{-\frac {i}{2}}}{a c} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

Maple [A]
time = 0.07, size = 13, normalized size = 1.00

method result size
gosper \(\frac {{\mathrm e}^{\arctan \left (a x \right )}}{a c}\) \(13\)
risch \(\frac {\left (-i a x +1\right )^{\frac {i}{2}} \left (i a x +1\right )^{-\frac {i}{2}}}{a c}\) \(28\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(arctan(a*x))/(a^2*c*x^2+c),x,method=_RETURNVERBOSE)

[Out]

exp(arctan(a*x))/a/c

________________________________________________________________________________________

Maxima [A]
time = 0.49, size = 12, normalized size = 0.92 \begin {gather*} \frac {e^{\left (\arctan \left (a x\right )\right )}}{a c} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

e^(arctan(a*x))/(a*c)

________________________________________________________________________________________

Fricas [A]
time = 2.99, size = 12, normalized size = 0.92 \begin {gather*} \frac {e^{\left (\arctan \left (a x\right )\right )}}{a c} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

e^(arctan(a*x))/(a*c)

________________________________________________________________________________________

Sympy [A]
time = 0.51, size = 12, normalized size = 0.92 \begin {gather*} \begin {cases} \frac {e^{\operatorname {atan}{\left (a x \right )}}}{a c} & \text {for}\: a \neq 0 \\\frac {x}{c} & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Piecewise((exp(atan(a*x))/(a*c), Ne(a, 0)), (x/c, True))

________________________________________________________________________________________

Giac [A]
time = 0.43, size = 12, normalized size = 0.92 \begin {gather*} \frac {e^{\left (\arctan \left (a x\right )\right )}}{a c} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

e^(arctan(a*x))/(a*c)

________________________________________________________________________________________

Mupad [B]
time = 0.53, size = 12, normalized size = 0.92 \begin {gather*} \frac {{\mathrm {e}}^{\mathrm {atan}\left (a\,x\right )}}{a\,c} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

exp(atan(a*x))/(a*c)

________________________________________________________________________________________