3.3.43 \(\int \frac {\coth ^{-1}(1-i d+d \tan (a+b x))}{x} \, dx\) [243]

Optimal. Leaf size=23 \[ \text {Int}\left (\frac {\coth ^{-1}(1-i d+d \tan (a+b x))}{x},x\right ) \]

[Out]

CannotIntegrate(arccoth(1-I*d+d*tan(b*x+a))/x,x)

________________________________________________________________________________________

Rubi [A]
time = 0.07, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \frac {\coth ^{-1}(1-i d+d \tan (a+b x))}{x} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[ArcCoth[1 - I*d + d*Tan[a + b*x]]/x,x]

[Out]

Defer[Int][ArcCoth[1 - I*d + d*Tan[a + b*x]]/x, x]

Rubi steps

\begin {align*} \int \frac {\coth ^{-1}(1-i d+d \tan (a+b x))}{x} \, dx &=\int \frac {\coth ^{-1}(1-i d+d \tan (a+b x))}{x} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.52, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\coth ^{-1}(1-i d+d \tan (a+b x))}{x} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[ArcCoth[1 - I*d + d*Tan[a + b*x]]/x,x]

[Out]

Integrate[ArcCoth[1 - I*d + d*Tan[a + b*x]]/x, x]

________________________________________________________________________________________

Maple [A]
time = 0.19, size = 0, normalized size = 0.00 \[\int \frac {\mathrm {arccoth}\left (1-i d +d \tan \left (b x +a \right )\right )}{x}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(arccoth(1-I*d+d*tan(b*x+a))/x,x)

[Out]

int(arccoth(1-I*d+d*tan(b*x+a))/x,x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arccoth(1-I*d+d*tan(b*x+a))/x,x, algorithm="maxima")

[Out]

-I*b*x + 1/4*(-I*pi - 4*I*a - 2*log(d))*log(x) - 1/2*I*integrate(arctan2(-d*cos(2*b*x + 2*a) + sin(2*b*x + 2*a
), -d*sin(2*b*x + 2*a) - cos(2*b*x + 2*a) - 1)/x, x) + 1/4*integrate(log((d^2 + 1)*cos(2*b*x + 2*a)^2 + (d^2 +
 1)*sin(2*b*x + 2*a)^2 + 2*d*sin(2*b*x + 2*a) + 2*cos(2*b*x + 2*a) + 1)/x, x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arccoth(1-I*d+d*tan(b*x+a))/x,x, algorithm="fricas")

[Out]

integral(1/2*log(((d + I)*e^(2*I*b*x + 2*I*a) + I)*e^(-2*I*b*x - 2*I*a)/d)/x, x)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\operatorname {acoth}{\left (d \tan {\left (a + b x \right )} - i d + 1 \right )}}{x}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(acoth(1-I*d+d*tan(b*x+a))/x,x)

[Out]

Integral(acoth(d*tan(a + b*x) - I*d + 1)/x, x)

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arccoth(1-I*d+d*tan(b*x+a))/x,x, algorithm="giac")

[Out]

integrate(arccoth(d*tan(b*x + a) - I*d + 1)/x, x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.04 \begin {gather*} \int \frac {\mathrm {acoth}\left (d\,\mathrm {tan}\left (a+b\,x\right )+1-d\,1{}\mathrm {i}\right )}{x} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(acoth(d*tan(a + b*x) - d*1i + 1)/x,x)

[Out]

int(acoth(d*tan(a + b*x) - d*1i + 1)/x, x)

________________________________________________________________________________________