3.84 \(\int \frac{\tan ^{-1}(c+d \tanh (a+b x))}{x} \, dx\)

Optimal. Leaf size=17 \[ \text{CannotIntegrate}\left (\frac{\tan ^{-1}(d \tanh (a+b x)+c)}{x},x\right ) \]

[Out]

CannotIntegrate[ArcTan[c + d*Tanh[a + b*x]]/x, x]

________________________________________________________________________________________

Rubi [A]  time = 0.126024, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \frac{\tan ^{-1}(c+d \tanh (a+b x))}{x} \, dx \]

Verification is Not applicable to the result.

[In]

Int[ArcTan[c + d*Tanh[a + b*x]]/x,x]

[Out]

Defer[Int][ArcTan[c + d*Tanh[a + b*x]]/x, x]

Rubi steps

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

Mathematica [A]  time = 8.14036, size = 0, normalized size = 0. \[ \int \frac{\tan ^{-1}(c+d \tanh (a+b x))}{x} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[ArcTan[c + d*Tanh[a + b*x]]/x,x]

[Out]

Integrate[ArcTan[c + d*Tanh[a + b*x]]/x, x]

________________________________________________________________________________________

Maple [A]  time = 0.358, size = 0, normalized size = 0. \begin{align*} \int{\frac{\arctan \left ( c+d\tanh \left ( bx+a \right ) \right ) }{x}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(arctan(c+d*tanh(b*x+a))/x,x)

[Out]

int(arctan(c+d*tanh(b*x+a))/x,x)

________________________________________________________________________________________

Maxima [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\arctan \left (d \tanh \left (b x + a\right ) + c\right )}{x}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(arctan(d*tanh(b*x + a) + c)/x, x)

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{\arctan \left (d \tanh \left (b x + a\right ) + c\right )}{x}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integral(arctan(d*tanh(b*x + a) + c)/x, x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(atan(c+d*tanh(b*x+a))/x,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\arctan \left (d \tanh \left (b x + a\right ) + c\right )}{x}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(arctan(d*tanh(b*x + a) + c)/x, x)