3.188 \(\int \frac {\coth ^2(d (a+b \log (c x^n)))}{x} \, dx\)

Optimal. Leaf size=28 \[ \log (x)-\frac {\coth \left (a d+b d \log \left (c x^n\right )\right )}{b d n} \]

[Out]

-coth(a*d+b*d*ln(c*x^n))/b/d/n+ln(x)

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 28, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.105, Rules used = {3473, 8} \[ \log (x)-\frac {\coth \left (a d+b d \log \left (c x^n\right )\right )}{b d n} \]

Antiderivative was successfully verified.

[In]

Int[Coth[d*(a + b*Log[c*x^n])]^2/x,x]

[Out]

-(Coth[a*d + b*d*Log[c*x^n]]/(b*d*n)) + Log[x]

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 3473

Int[((b_.)*tan[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> Simp[(b*(b*Tan[c + d*x])^(n - 1))/(d*(n - 1)), x] - Dis
t[b^2, Int[(b*Tan[c + d*x])^(n - 2), x], x] /; FreeQ[{b, c, d}, x] && GtQ[n, 1]

Rubi steps

\begin {align*} \int \frac {\coth ^2\left (d \left (a+b \log \left (c x^n\right )\right )\right )}{x} \, dx &=\frac {\operatorname {Subst}\left (\int \coth ^2(d (a+b x)) \, dx,x,\log \left (c x^n\right )\right )}{n}\\ &=-\frac {\coth \left (a d+b d \log \left (c x^n\right )\right )}{b d n}+\frac {\operatorname {Subst}\left (\int 1 \, dx,x,\log \left (c x^n\right )\right )}{n}\\ &=-\frac {\coth \left (a d+b d \log \left (c x^n\right )\right )}{b d n}+\log (x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [C]  time = 0.11, size = 49, normalized size = 1.75 \[ -\frac {\coth \left (a d+b d \log \left (c x^n\right )\right ) \, _2F_1\left (-\frac {1}{2},1;\frac {1}{2};\tanh ^2\left (a d+b \log \left (c x^n\right ) d\right )\right )}{b d n} \]

Antiderivative was successfully verified.

[In]

Integrate[Coth[d*(a + b*Log[c*x^n])]^2/x,x]

[Out]

-((Coth[a*d + b*d*Log[c*x^n]]*Hypergeometric2F1[-1/2, 1, 1/2, Tanh[a*d + b*d*Log[c*x^n]]^2])/(b*d*n))

________________________________________________________________________________________

fricas [B]  time = 0.43, size = 72, normalized size = 2.57 \[ \frac {{\left (b d n \log \relax (x) + 1\right )} \sinh \left (b d n \log \relax (x) + b d \log \relax (c) + a d\right ) - \cosh \left (b d n \log \relax (x) + b d \log \relax (c) + a d\right )}{b d n \sinh \left (b d n \log \relax (x) + b d \log \relax (c) + a d\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(d*(a+b*log(c*x^n)))^2/x,x, algorithm="fricas")

[Out]

((b*d*n*log(x) + 1)*sinh(b*d*n*log(x) + b*d*log(c) + a*d) - cosh(b*d*n*log(x) + b*d*log(c) + a*d))/(b*d*n*sinh
(b*d*n*log(x) + b*d*log(c) + a*d))

________________________________________________________________________________________

giac [A]  time = 0.30, size = 37, normalized size = 1.32 \[ -\frac {2}{{\left (c^{2 \, b d} x^{2 \, b d n} e^{\left (2 \, a d\right )} - 1\right )} b d n} + \log \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(d*(a+b*log(c*x^n)))^2/x,x, algorithm="giac")

[Out]

-2/((c^(2*b*d)*x^(2*b*d*n)*e^(2*a*d) - 1)*b*d*n) + log(x)

________________________________________________________________________________________

maple [B]  time = 0.02, size = 80, normalized size = 2.86 \[ -\frac {\coth \left (d \left (a +b \ln \left (c \,x^{n}\right )\right )\right )}{b d n}-\frac {\ln \left (\coth \left (d \left (a +b \ln \left (c \,x^{n}\right )\right )\right )-1\right )}{2 b d n}+\frac {\ln \left (\coth \left (d \left (a +b \ln \left (c \,x^{n}\right )\right )\right )+1\right )}{2 b d n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(coth(d*(a+b*ln(c*x^n)))^2/x,x)

[Out]

-1/b/d/n*coth(d*(a+b*ln(c*x^n)))-1/2/b/d/n*ln(coth(d*(a+b*ln(c*x^n)))-1)+1/2/b/d/n*ln(coth(d*(a+b*ln(c*x^n)))+
1)

________________________________________________________________________________________

maxima [A]  time = 0.83, size = 37, normalized size = 1.32 \[ -\frac {2}{b c^{2 \, b d} d n e^{\left (2 \, b d \log \left (x^{n}\right ) + 2 \, a d\right )} - b d n} + \log \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(d*(a+b*log(c*x^n)))^2/x,x, algorithm="maxima")

[Out]

-2/(b*c^(2*b*d)*d*n*e^(2*b*d*log(x^n) + 2*a*d) - b*d*n) + log(x)

________________________________________________________________________________________

mupad [B]  time = 1.19, size = 34, normalized size = 1.21 \[ \ln \relax (x)-\frac {2}{b\,d\,n\,\left ({\mathrm {e}}^{2\,a\,d}\,{\left (c\,x^n\right )}^{2\,b\,d}-1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(coth(d*(a + b*log(c*x^n)))^2/x,x)

[Out]

log(x) - 2/(b*d*n*(exp(2*a*d)*(c*x^n)^(2*b*d) - 1))

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\coth ^{2}{\left (a d + b d \log {\left (c x^{n} \right )} \right )}}{x}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(d*(a+b*ln(c*x**n)))**2/x,x)

[Out]

Integral(coth(a*d + b*d*log(c*x**n))**2/x, x)

________________________________________________________________________________________