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

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

[Out]

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

________________________________________________________________________________________

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 = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {5093, 43} \[ -x+\frac {2 i \log (a+b x+i)}{b} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

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 5093

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

Rubi steps

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

________________________________________________________________________________________

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

Warning: Unable to verify antiderivative.

[In]

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

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 0.58, size = 22, normalized size = 1.10 \[ -\frac {b x - 2 i \, \log \left (\frac {b x + a + i}{b}\right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [A]  time = 0.12, size = 17, normalized size = 0.85 \[ -x + \frac {2 \, i \log \left (b x + a + i\right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-x + 2*i*log(b*x + a + i)/b

________________________________________________________________________________________

maple [B]  time = 0.04, size = 51, normalized size = 2.55 \[ -x +\frac {i \ln \left (b^{2} x^{2}+2 a b x +a^{2}+1\right )}{b}+\frac {2 \arctan \left (\frac {2 b^{2} x +2 a b}{2 b}\right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [B]  time = 0.42, size = 46, normalized size = 2.30 \[ -x + \frac {2 \, \arctan \left (\frac {b^{2} x + a b}{b}\right )}{b} + \frac {i \, \log \left (b^{2} x^{2} + 2 \, a b x + a^{2} + 1\right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 0.46, size = 21, normalized size = 1.05 \[ -x+\frac {\ln \left (x+\frac {a+1{}\mathrm {i}}{b}\right )\,2{}\mathrm {i}}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [A]  time = 0.16, size = 17, normalized size = 0.85 \[ - x + \frac {2 i \log {\left (i a + i b x - 1 \right )}}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________