3.220 \(\int \frac {\coth ^{-1}(c+d \coth (a+b x))}{x} \, dx\)

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

[Out]

CannotIntegrate(arccoth(c+d*coth(b*x+a))/x,x)

________________________________________________________________________________________

Rubi [A]  time = 0.15, 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 = {} \[ \int \frac {\coth ^{-1}(c+d \coth (a+b x))}{x} \, dx \]

Verification is Not applicable to the result.

[In]

Int[ArcCoth[c + d*Coth[a + b*x]]/x,x]

[Out]

Defer[Int][ArcCoth[c + d*Coth[a + b*x]]/x, x]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 6.23, size = 0, normalized size = 0.00 \[ \int \frac {\coth ^{-1}(c+d \coth (a+b x))}{x} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[ArcCoth[c + d*Coth[a + b*x]]/x,x]

[Out]

Integrate[ArcCoth[c + d*Coth[a + b*x]]/x, x]

________________________________________________________________________________________

fricas [A]  time = 1.07, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {\operatorname {arcoth}\left (d \coth \left (b x + a\right ) + c\right )}{x}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arccoth(c+d*coth(b*x+a))/x,x, algorithm="fricas")

[Out]

integral(arccoth(d*coth(b*x + a) + c)/x, x)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\operatorname {arcoth}\left (d \coth \left (b x + a\right ) + c\right )}{x}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arccoth(c+d*coth(b*x+a))/x,x, algorithm="giac")

[Out]

integrate(arccoth(d*coth(b*x + a) + c)/x, x)

________________________________________________________________________________________

maple [A]  time = 0.84, size = 0, normalized size = 0.00 \[ \int \frac {\mathrm {arccoth}\left (c +d \coth \left (b x +a \right )\right )}{x}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(arccoth(c+d*coth(b*x+a))/x,x)

[Out]

int(arccoth(c+d*coth(b*x+a))/x,x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\operatorname {arcoth}\left (d \coth \left (b x + a\right ) + c\right )}{x}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arccoth(c+d*coth(b*x+a))/x,x, algorithm="maxima")

[Out]

integrate(arccoth(d*coth(b*x + a) + c)/x, x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.06 \[ \int \frac {\mathrm {acoth}\left (c+d\,\mathrm {coth}\left (a+b\,x\right )\right )}{x} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(acoth(c + d*coth(a + b*x))/x,x)

[Out]

int(acoth(c + d*coth(a + b*x))/x, x)

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\operatorname {acoth}{\left (c + d \coth {\left (a + b x \right )} \right )}}{x}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(acoth(c+d*coth(b*x+a))/x,x)

[Out]

Integral(acoth(c + d*coth(a + b*x))/x, x)

________________________________________________________________________________________