3.2.99 \(\int \frac {\cot ^{-1}(c-(i-c) \tanh (a+b x))}{x} \, dx\) [199]

Optimal. Leaf size=25 \[ \text {Int}\left (\frac {\cot ^{-1}(c-(i-c) \tanh (a+b x))}{x},x\right ) \]

[Out]

CannotIntegrate(arccot(c-(I-c)*tanh(b*x+a))/x,x)

________________________________________________________________________________________

Rubi [A]
time = 0.09, 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 {\cot ^{-1}(c-(i-c) \tanh (a+b x))}{x} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[ArcCot[c - (I - c)*Tanh[a + b*x]]/x,x]

[Out]

Defer[Int][ArcCot[c - (I - c)*Tanh[a + b*x]]/x, x]

Rubi steps

\begin {align*} \int \frac {\cot ^{-1}(c-(i-c) \tanh (a+b x))}{x} \, dx &=\int \frac {\cot ^{-1}(c-(i-c) \tanh (a+b x))}{x} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 2.40, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\cot ^{-1}(c-(i-c) \tanh (a+b x))}{x} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[ArcCot[c - (I - c)*Tanh[a + b*x]]/x,x]

[Out]

Integrate[ArcCot[c - (I - c)*Tanh[a + b*x]]/x, x]

________________________________________________________________________________________

Maple [A]
time = 0.20, size = 0, normalized size = 0.00 \[\int \frac {\mathrm {arccot}\left (c -\left (i-c \right ) \tanh \left (b x +a \right )\right )}{x}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(arccot(c-(I-c)*tanh(b*x+a))/x,x)

[Out]

int(arccot(c-(I-c)*tanh(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(arccot(c-(I-c)*tanh(b*x+a))/x,x, algorithm="maxima")

[Out]

I*b*x - 1/4*(-4*I*a - 2*arctan(1/c) - I*log(c^2 + 1))*log(x) + 1/2*integrate(arctan(e^(-2*b*x - 2*a)/c)/x, x)
- 1/4*I*integrate(log(c^2*e^(4*b*x + 4*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(arccot(c-(I-c)*tanh(b*x+a))/x,x, algorithm="fricas")

[Out]

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

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(acot(c-(I-c)*tanh(b*x+a))/x,x)

[Out]

Timed out

________________________________________________________________________________________

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(arccot(c-(I-c)*tanh(b*x+a))/x,x, algorithm="giac")

[Out]

integrate(arccot((c - I)*tanh(b*x + a) + c)/x, x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(acot(c + tanh(a + b*x)*(c - 1i))/x,x)

[Out]

int(acot(c + tanh(a + b*x)*(c - 1i))/x, x)

________________________________________________________________________________________