3.47 \(\int e^{-2 i \tan ^{-1}(a x)} \, dx\)

Optimal. Leaf size=20 \[ -x-\frac {2 i \log (-a x+i)}{a} \]

[Out]

-x-2*I*ln(I-a*x)/a

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 20, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {5061, 43} \[ -x-\frac {2 i \log (-a x+i)}{a} \]

Antiderivative was successfully verified.

[In]

Int[E^((-2*I)*ArcTan[a*x]),x]

[Out]

-x - ((2*I)*Log[I - a*x])/a

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 5061

Int[E^(ArcTan[(a_.)*(x_)]*(n_.)), x_Symbol] :> Int[(1 - I*a*x)^((I*n)/2)/(1 + I*a*x)^((I*n)/2), x] /; FreeQ[{a
, n}, x] &&  !IntegerQ[(I*n - 1)/2]

Rubi steps

\begin {align*} \int e^{-2 i \tan ^{-1}(a x)} \, dx &=\int \frac {1-i a x}{1+i a x} \, dx\\ &=\int \left (-1-\frac {2 i}{-i+a x}\right ) \, dx\\ &=-x-\frac {2 i \log (i-a x)}{a}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 30, normalized size = 1.50 \[ -\frac {i \log \left (a^2 x^2+1\right )}{a}+\frac {2 \tan ^{-1}(a x)}{a}-x \]

Warning: Unable to verify antiderivative.

[In]

Integrate[E^((-2*I)*ArcTan[a*x]),x]

[Out]

-x + (2*ArcTan[a*x])/a - (I*Log[1 + a^2*x^2])/a

________________________________________________________________________________________

fricas [A]  time = 0.44, size = 21, normalized size = 1.05 \[ -\frac {a x + 2 i \, \log \left (\frac {a x - i}{a}\right )}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-(a*x + 2*I*log((a*x - I)/a))/a

________________________________________________________________________________________

giac [B]  time = 0.13, size = 67, normalized size = 3.35 \[ a^{2} {\left (\frac {{\left (a i x + 1\right )} i}{a^{3}} + \frac {2 \, i \log \left (\frac {1}{\sqrt {a^{2} x^{2} + 1} {\left | a \right |}}\right )}{a^{3}} - \frac {i}{{\left (a i x + 1\right )} a^{3}}\right )} + \frac {i}{{\left (a i x + 1\right )} a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

a^2*((a*i*x + 1)*i/a^3 + 2*i*log(1/(sqrt(a^2*x^2 + 1)*abs(a)))/a^3 - i/((a*i*x + 1)*a^3)) + i/((a*i*x + 1)*a)

________________________________________________________________________________________

maple [A]  time = 0.05, size = 30, normalized size = 1.50 \[ -x -\frac {i \ln \left (a^{2} x^{2}+1\right )}{a}+\frac {2 \arctan \left (a x \right )}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(1+I*a*x)^2*(a^2*x^2+1),x)

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 0.33, size = 16, normalized size = 0.80 \[ -x - \frac {2 i \, \log \left (i \, a x + 1\right )}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-x - 2*I*log(I*a*x + 1)/a

________________________________________________________________________________________

mupad [B]  time = 0.41, size = 19, normalized size = 0.95 \[ -x-\frac {\ln \left (x-\frac {1{}\mathrm {i}}{a}\right )\,2{}\mathrm {i}}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a^2*x^2 + 1)/(a*x*1i + 1)^2,x)

[Out]

- x - (log(x - 1i/a)*2i)/a

________________________________________________________________________________________

sympy [A]  time = 0.11, size = 15, normalized size = 0.75 \[ - x - \frac {2 i \log {\left (i a x + 1 \right )}}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1+I*a*x)**2*(a**2*x**2+1),x)

[Out]

-x - 2*I*log(I*a*x + 1)/a

________________________________________________________________________________________