3.2.55 \(\int \frac {\coth (a+2 \log (x))}{x} \, dx\) [155]

Optimal. Leaf size=12 \[ \frac {1}{2} \log (\sinh (a+2 \log (x))) \]

[Out]

1/2*ln(sinh(a+2*ln(x)))

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 12, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.091, Rules used = {3556} \begin {gather*} \frac {1}{2} \log (\sinh (a+2 \log (x))) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Coth[a + 2*Log[x]]/x,x]

[Out]

Log[Sinh[a + 2*Log[x]]]/2

Rule 3556

Int[tan[(c_.) + (d_.)*(x_)], x_Symbol] :> Simp[-Log[RemoveContent[Cos[c + d*x], x]]/d, x] /; FreeQ[{c, d}, x]

Rubi steps

\begin {align*} \int \frac {\coth (a+2 \log (x))}{x} \, dx &=\text {Subst}(\int \coth (a+2 x) \, dx,x,\log (x))\\ &=\frac {1}{2} \log (\sinh (a+2 \log (x)))\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 21, normalized size = 1.75 \begin {gather*} \frac {1}{2} (\log (\cosh (a+2 \log (x)))+\log (\tanh (a+2 \log (x)))) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Coth[a + 2*Log[x]]/x,x]

[Out]

(Log[Cosh[a + 2*Log[x]]] + Log[Tanh[a + 2*Log[x]]])/2

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(25\) vs. \(2(10)=20\).
time = 0.79, size = 26, normalized size = 2.17

method result size
risch \(-\ln \left (x \right )+\frac {\ln \left (1-{\mathrm e}^{2 a} x^{4}\right )}{2}\) \(20\)
derivativedivides \(-\frac {\ln \left (\coth \left (a +2 \ln \left (x \right )\right )-1\right )}{4}-\frac {\ln \left (\coth \left (a +2 \ln \left (x \right )\right )+1\right )}{4}\) \(26\)
default \(-\frac {\ln \left (\coth \left (a +2 \ln \left (x \right )\right )-1\right )}{4}-\frac {\ln \left (\coth \left (a +2 \ln \left (x \right )\right )+1\right )}{4}\) \(26\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(coth(a+2*ln(x))/x,x,method=_RETURNVERBOSE)

[Out]

-1/4*ln(coth(a+2*ln(x))-1)-1/4*ln(coth(a+2*ln(x))+1)

________________________________________________________________________________________

Maxima [A]
time = 0.27, size = 10, normalized size = 0.83 \begin {gather*} \frac {1}{2} \, \log \left (\sinh \left (a + 2 \, \log \left (x\right )\right )\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(a+2*log(x))/x,x, algorithm="maxima")

[Out]

1/2*log(sinh(a + 2*log(x)))

________________________________________________________________________________________

Fricas [A]
time = 0.37, size = 18, normalized size = 1.50 \begin {gather*} \frac {1}{2} \, \log \left (x^{4} e^{\left (2 \, a\right )} - 1\right ) - \log \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(a+2*log(x))/x,x, algorithm="fricas")

[Out]

1/2*log(x^4*e^(2*a) - 1) - log(x)

________________________________________________________________________________________

Sympy [B] Leaf count of result is larger than twice the leaf count of optimal. 27 vs. \(2 (10) = 20\).
time = 0.53, size = 27, normalized size = 2.25 \begin {gather*} \log {\left (x \right )} - \frac {\log {\left (\tanh {\left (a + 2 \log {\left (x \right )} \right )} + 1 \right )}}{2} + \frac {\log {\left (\tanh {\left (a + 2 \log {\left (x \right )} \right )} \right )}}{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(a+2*ln(x))/x,x)

[Out]

log(x) - log(tanh(a + 2*log(x)) + 1)/2 + log(tanh(a + 2*log(x)))/2

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 21 vs. \(2 (10) = 20\).
time = 0.39, size = 21, normalized size = 1.75 \begin {gather*} -\frac {1}{4} \, \log \left (x^{4}\right ) + \frac {1}{2} \, \log \left ({\left | x^{4} e^{\left (2 \, a\right )} - 1 \right |}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(a+2*log(x))/x,x, algorithm="giac")

[Out]

-1/4*log(x^4) + 1/2*log(abs(x^4*e^(2*a) - 1))

________________________________________________________________________________________

Mupad [B]
time = 1.21, size = 18, normalized size = 1.50 \begin {gather*} \frac {\ln \left (x^4-{\mathrm {e}}^{-2\,a}\right )}{2}-\ln \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(coth(a + 2*log(x))/x,x)

[Out]

log(x^4 - exp(-2*a))/2 - log(x)

________________________________________________________________________________________