3.158 \(\int \text {csch}^3(a+b \log (c x^n)) \, dx\)

Optimal. Leaf size=69 \[ -\frac {8 e^{3 a} x \left (c x^n\right )^{3 b} \, _2F_1\left (3,\frac {3 b+\frac {1}{n}}{2 b};\frac {1}{2} \left (5+\frac {1}{b n}\right );e^{2 a} \left (c x^n\right )^{2 b}\right )}{3 b n+1} \]

[Out]

-8*exp(3*a)*x*(c*x^n)^(3*b)*hypergeom([3, 1/2*(3*b+1/n)/b],[5/2+1/2/b/n],exp(2*a)*(c*x^n)^(2*b))/(3*b*n+1)

________________________________________________________________________________________

Rubi [A]  time = 0.07, antiderivative size = 69, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.308, Rules used = {5546, 5548, 263, 364} \[ -\frac {8 e^{3 a} x \left (c x^n\right )^{3 b} \, _2F_1\left (3,\frac {3 b+\frac {1}{n}}{2 b};\frac {1}{2} \left (5+\frac {1}{b n}\right );e^{2 a} \left (c x^n\right )^{2 b}\right )}{3 b n+1} \]

Antiderivative was successfully verified.

[In]

Int[Csch[a + b*Log[c*x^n]]^3,x]

[Out]

(-8*E^(3*a)*x*(c*x^n)^(3*b)*Hypergeometric2F1[3, (3*b + n^(-1))/(2*b), (5 + 1/(b*n))/2, E^(2*a)*(c*x^n)^(2*b)]
)/(1 + 3*b*n)

Rule 263

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

Rule 364

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(a^p*(c*x)^(m + 1)*Hypergeometric2F1[-
p, (m + 1)/n, (m + 1)/n + 1, -((b*x^n)/a)])/(c*(m + 1)), x] /; FreeQ[{a, b, c, m, n, p}, x] &&  !IGtQ[p, 0] &&
 (ILtQ[p, 0] || GtQ[a, 0])

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]

Rubi steps

\begin {align*} \int \text {csch}^3\left (a+b \log \left (c x^n\right )\right ) \, dx &=\frac {\left (x \left (c x^n\right )^{-1/n}\right ) \operatorname {Subst}\left (\int x^{-1+\frac {1}{n}} \text {csch}^3(a+b \log (x)) \, dx,x,c x^n\right )}{n}\\ &=\frac {\left (8 e^{-3 a} x \left (c x^n\right )^{-1/n}\right ) \operatorname {Subst}\left (\int \frac {x^{-1-3 b+\frac {1}{n}}}{\left (1-e^{-2 a} x^{-2 b}\right )^3} \, dx,x,c x^n\right )}{n}\\ &=\frac {\left (8 e^{-3 a} x \left (c x^n\right )^{-1/n}\right ) \operatorname {Subst}\left (\int \frac {x^{-1+3 b+\frac {1}{n}}}{\left (-e^{-2 a}+x^{2 b}\right )^3} \, dx,x,c x^n\right )}{n}\\ &=-\frac {8 e^{3 a} x \left (c x^n\right )^{3 b} \, _2F_1\left (3,\frac {3 b+\frac {1}{n}}{2 b};\frac {1}{2} \left (5+\frac {1}{b n}\right );e^{2 a} \left (c x^n\right )^{2 b}\right )}{1+3 b n}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 5.10, size = 101, normalized size = 1.46 \[ \frac {8 e^a x (b n-1) \left (c x^n\right )^b \, _2F_1\left (1,\frac {1}{2} \left (1+\frac {1}{b n}\right );\frac {1}{2} \left (3+\frac {1}{b n}\right );e^{2 \left (a+b \log \left (c x^n\right )\right )}\right )-4 x \left (b n \coth \left (a+b \log \left (c x^n\right )\right )+1\right ) \text {csch}\left (a+b \log \left (c x^n\right )\right )}{8 b^2 n^2} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[Csch[a + b*Log[c*x^n]]^3,x]

[Out]

(-4*x*(1 + b*n*Coth[a + b*Log[c*x^n]])*Csch[a + b*Log[c*x^n]] + 8*E^a*(-1 + b*n)*x*(c*x^n)^b*Hypergeometric2F1
[1, (1 + 1/(b*n))/2, (3 + 1/(b*n))/2, E^(2*(a + b*Log[c*x^n]))])/(8*b^2*n^2)

________________________________________________________________________________________

fricas [F]  time = 0.72, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\operatorname {csch}\left (b \log \left (c x^{n}\right ) + a\right )^{3}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(a+b*log(c*x^n))^3,x, algorithm="fricas")

[Out]

integral(csch(b*log(c*x^n) + a)^3, x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \operatorname {csch}\left (b \log \left (c x^{n}\right ) + a\right )^{3}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(a+b*log(c*x^n))^3,x, algorithm="giac")

[Out]

integrate(csch(b*log(c*x^n) + a)^3, x)

________________________________________________________________________________________

maple [F]  time = 2.11, size = 0, normalized size = 0.00 \[ \int \mathrm {csch}\left (a +b \ln \left (c \,x^{n}\right )\right )^{3}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csch(a+b*ln(c*x^n))^3,x)

[Out]

int(csch(a+b*ln(c*x^n))^3,x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ -8 \, {\left (b^{2} n^{2} - 1\right )} \int \frac {1}{16 \, {\left (b^{2} c^{b} n^{2} e^{\left (b \log \left (x^{n}\right ) + a\right )} + b^{2} n^{2}\right )}}\,{d x} - 8 \, {\left (b^{2} n^{2} - 1\right )} \int \frac {1}{16 \, {\left (b^{2} c^{b} n^{2} e^{\left (b \log \left (x^{n}\right ) + a\right )} - b^{2} n^{2}\right )}}\,{d x} - \frac {{\left (b c^{3 \, b} n + c^{3 \, b}\right )} x e^{\left (3 \, b \log \left (x^{n}\right ) + 3 \, a\right )} + {\left (b c^{b} n - c^{b}\right )} x e^{\left (b \log \left (x^{n}\right ) + a\right )}}{b^{2} c^{4 \, b} n^{2} e^{\left (4 \, b \log \left (x^{n}\right ) + 4 \, a\right )} - 2 \, b^{2} c^{2 \, b} n^{2} e^{\left (2 \, b \log \left (x^{n}\right ) + 2 \, a\right )} + b^{2} n^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(a+b*log(c*x^n))^3,x, algorithm="maxima")

[Out]

-8*(b^2*n^2 - 1)*integrate(1/16/(b^2*c^b*n^2*e^(b*log(x^n) + a) + b^2*n^2), x) - 8*(b^2*n^2 - 1)*integrate(1/1
6/(b^2*c^b*n^2*e^(b*log(x^n) + a) - b^2*n^2), x) - ((b*c^(3*b)*n + c^(3*b))*x*e^(3*b*log(x^n) + 3*a) + (b*c^b*
n - c^b)*x*e^(b*log(x^n) + a))/(b^2*c^(4*b)*n^2*e^(4*b*log(x^n) + 4*a) - 2*b^2*c^(2*b)*n^2*e^(2*b*log(x^n) + 2
*a) + b^2*n^2)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \frac {1}{{\mathrm {sinh}\left (a+b\,\ln \left (c\,x^n\right )\right )}^3} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/sinh(a + b*log(c*x^n))^3,x)

[Out]

int(1/sinh(a + b*log(c*x^n))^3, x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(a+b*ln(c*x**n))**3,x)

[Out]

Integral(csch(a + b*log(c*x**n))**3, x)

________________________________________________________________________________________