3.161 \(\int \text{csch}^3(a+2 \log (c \sqrt{x})) \, dx\)

Optimal. Leaf size=26 \[ -\frac{2 e^{-a} c^6}{\left (c^4-\frac{e^{-2 a}}{x^2}\right )^2} \]

[Out]

(-2*c^6)/(E^a*(c^4 - 1/(E^(2*a)*x^2))^2)

________________________________________________________________________________________

Rubi [A]  time = 0.0386493, antiderivative size = 26, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 15, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.2, Rules used = {5546, 5548, 261} \[ -\frac{2 e^{-a} c^6}{\left (c^4-\frac{e^{-2 a}}{x^2}\right )^2} \]

Antiderivative was successfully verified.

[In]

Int[Csch[a + 2*Log[c*Sqrt[x]]]^3,x]

[Out]

(-2*c^6)/(E^a*(c^4 - 1/(E^(2*a)*x^2))^2)

Rule 5546

Int[Csch[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))*(d_.)]^(p_.), x_Symbol] :> Dist[x/(n*(c*x^n)^(1/n)), Subst[Int[
x^(1/n - 1)*Csch[d*(a + b*Log[x])]^p, x], x, c*x^n], x] /; FreeQ[{a, b, c, d, n, p}, x] && (NeQ[c, 1] || NeQ[n
, 1])

Rule 5548

Int[Csch[((a_.) + Log[x_]*(b_.))*(d_.)]^(p_.)*((e_.)*(x_))^(m_.), x_Symbol] :> Dist[2^p/E^(a*d*p), Int[(e*x)^m
/(x^(b*d*p)*(1 - 1/(E^(2*a*d)*x^(2*b*d)))^p), x], x] /; FreeQ[{a, b, d, e, m}, x] && IntegerQ[p]

Rule 261

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(a + b*x^n)^(p + 1)/(b*n*(p + 1)), x] /; FreeQ
[{a, b, m, n, p}, x] && EqQ[m, n - 1] && NeQ[p, -1]

Rubi steps

\begin{align*} \int \text{csch}^3\left (a+2 \log \left (c \sqrt{x}\right )\right ) \, dx &=\frac{2 \operatorname{Subst}\left (\int x \text{csch}^3(a+2 \log (x)) \, dx,x,c \sqrt{x}\right )}{c^2}\\ &=\frac{\left (16 e^{-3 a}\right ) \operatorname{Subst}\left (\int \frac{1}{\left (1-\frac{e^{-2 a}}{x^4}\right )^3 x^5} \, dx,x,c \sqrt{x}\right )}{c^2}\\ &=-\frac{2 c^6 e^{-a}}{\left (c^4-\frac{e^{-2 a}}{x^2}\right )^2}\\ \end{align*}

Mathematica [B]  time = 0.116666, size = 62, normalized size = 2.38 \[ \frac{2 (\cosh (a)-\sinh (a)) \left (\sinh ^2(a)+\cosh ^2(a)-2 \sinh (a) \cosh (a)-2 c^4 x^2\right )}{c^2 \left (\sinh (a) \left (c^4 x^2+1\right )+\cosh (a) \left (c^4 x^2-1\right )\right )^2} \]

Antiderivative was successfully verified.

[In]

Integrate[Csch[a + 2*Log[c*Sqrt[x]]]^3,x]

[Out]

(2*(Cosh[a] - Sinh[a])*(-2*c^4*x^2 + Cosh[a]^2 - 2*Cosh[a]*Sinh[a] + Sinh[a]^2))/(c^2*((-1 + c^4*x^2)*Cosh[a]
+ (1 + c^4*x^2)*Sinh[a])^2)

________________________________________________________________________________________

Maple [F]  time = 0.049, size = 0, normalized size = 0. \begin{align*} \int \left ({\rm csch} \left (a+2\,\ln \left ( c\sqrt{x} \right ) \right ) \right ) ^{3}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csch(a+2*ln(c*x^(1/2)))^3,x)

[Out]

int(csch(a+2*ln(c*x^(1/2)))^3,x)

________________________________________________________________________________________

Maxima [B]  time = 1.02855, size = 103, normalized size = 3.96 \begin{align*} -\frac{2 \,{\left (\frac{2 \, c^{4} x^{2} e^{\left (2 \, a\right )}}{c^{8} x^{4} e^{\left (5 \, a\right )} - 2 \, c^{4} x^{2} e^{\left (3 \, a\right )} + e^{a}} - \frac{1}{c^{8} x^{4} e^{\left (5 \, a\right )} - 2 \, c^{4} x^{2} e^{\left (3 \, a\right )} + e^{a}}\right )}}{c^{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(a+2*log(c*x^(1/2)))^3,x, algorithm="maxima")

[Out]

-2*(2*c^4*x^2*e^(2*a)/(c^8*x^4*e^(5*a) - 2*c^4*x^2*e^(3*a) + e^a) - 1/(c^8*x^4*e^(5*a) - 2*c^4*x^2*e^(3*a) + e
^a))/c^2

________________________________________________________________________________________

Fricas [B]  time = 1.54766, size = 104, normalized size = 4. \begin{align*} -\frac{2 \,{\left (2 \, c^{4} x^{2} e^{\left (2 \, a\right )} - 1\right )}}{c^{10} x^{4} e^{\left (5 \, a\right )} - 2 \, c^{6} x^{2} e^{\left (3 \, a\right )} + c^{2} e^{a}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(a+2*log(c*x^(1/2)))^3,x, algorithm="fricas")

[Out]

-2*(2*c^4*x^2*e^(2*a) - 1)/(c^10*x^4*e^(5*a) - 2*c^6*x^2*e^(3*a) + c^2*e^a)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \operatorname{csch}^{3}{\left (a + 2 \log{\left (c \sqrt{x} \right )} \right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(a+2*ln(c*x**(1/2)))**3,x)

[Out]

Integral(csch(a + 2*log(c*sqrt(x)))**3, x)

________________________________________________________________________________________

Giac [A]  time = 1.18587, size = 51, normalized size = 1.96 \begin{align*} -\frac{2 \,{\left (2 \, c^{4} x^{2} e^{\left (2 \, a\right )} - 1\right )} e^{\left (-a\right )}}{{\left (c^{4} x^{2} e^{\left (2 \, a\right )} - 1\right )}^{2} c^{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(a+2*log(c*x^(1/2)))^3,x, algorithm="giac")

[Out]

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