3.141 \(\int \frac {\sqrt {\text {csch}(2 \log (c x))}}{x^4} \, dx\)

Optimal. Leaf size=25 \[ \frac {1}{2} x \left (c^4-\frac {1}{x^4}\right ) \sqrt {\text {csch}(2 \log (c x))} \]

[Out]

1/2*(c^4-1/x^4)*x*csch(2*ln(c*x))^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 25, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {5552, 5550, 261} \[ \frac {1}{2} x \left (c^4-\frac {1}{x^4}\right ) \sqrt {\text {csch}(2 \log (c x))} \]

Antiderivative was successfully verified.

[In]

Int[Sqrt[Csch[2*Log[c*x]]]/x^4,x]

[Out]

((c^4 - x^(-4))*x*Sqrt[Csch[2*Log[c*x]]])/2

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]

Rule 5550

Int[Csch[((a_.) + Log[x_]*(b_.))*(d_.)]^(p_.)*((e_.)*(x_))^(m_.), x_Symbol] :> Dist[(Csch[d*(a + b*Log[x])]^p*
(1 - 1/(E^(2*a*d)*x^(2*b*d)))^p)/x^(-(b*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, p}, x] &&  !IntegerQ[p]

Rule 5552

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 33, normalized size = 1.32 \[ \frac {c^2}{2 x \sqrt {\frac {c^2 x^2}{2 c^4 x^4-2}}} \]

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[Csch[2*Log[c*x]]]/x^4,x]

[Out]

c^2/(2*x*Sqrt[(c^2*x^2)/(-2 + 2*c^4*x^4)])

________________________________________________________________________________________

fricas [A]  time = 0.46, size = 37, normalized size = 1.48 \[ \frac {\sqrt {2} {\left (c^{4} x^{4} - 1\right )} \sqrt {\frac {c^{2} x^{2}}{c^{4} x^{4} - 1}}}{2 \, x^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*sqrt(2)*(c^4*x^4 - 1)*sqrt(c^2*x^2/(c^4*x^4 - 1))/x^3

________________________________________________________________________________________

giac [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Timed out

________________________________________________________________________________________

maple [A]  time = 0.14, size = 38, normalized size = 1.52 \[ \frac {\sqrt {2}\, \sqrt {\frac {c^{2} x^{2}}{c^{4} x^{4}-1}}\, \left (c^{4} x^{4}-1\right )}{2 x^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csch(2*ln(c*x))^(1/2)/x^4,x)

[Out]

1/2*2^(1/2)*(c^2*x^2/(c^4*x^4-1))^(1/2)/x^3*(c^4*x^4-1)

________________________________________________________________________________________

maxima [B]  time = 0.43, size = 89, normalized size = 3.56 \[ \frac {1}{2} \, c^{3} {\left (\frac {\sqrt {2}}{\sqrt {\frac {1}{c x} + 1} \sqrt {-\frac {1}{c x} + 1} \sqrt {\frac {1}{c^{2} x^{2}} + 1}} - \frac {\sqrt {2}}{c^{4} x^{4} \sqrt {\frac {1}{c x} + 1} \sqrt {-\frac {1}{c x} + 1} \sqrt {\frac {1}{c^{2} x^{2}} + 1}}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*c^3*(sqrt(2)/(sqrt(1/(c*x) + 1)*sqrt(-1/(c*x) + 1)*sqrt(1/(c^2*x^2) + 1)) - sqrt(2)/(c^4*x^4*sqrt(1/(c*x)
+ 1)*sqrt(-1/(c*x) + 1)*sqrt(1/(c^2*x^2) + 1)))

________________________________________________________________________________________

mupad [B]  time = 1.47, size = 58, normalized size = 2.32 \[ \frac {c^4\,x\,\sqrt {\frac {2\,c^2\,x^2}{c^4\,x^4-1}}}{2}-\frac {\sqrt {\frac {2\,c^2\,x^2}{c^4\,x^4-1}}}{2\,x^3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((1/sinh(2*log(c*x)))^(1/2)/x^4,x)

[Out]

(c^4*x*((2*c^2*x^2)/(c^4*x^4 - 1))^(1/2))/2 - ((2*c^2*x^2)/(c^4*x^4 - 1))^(1/2)/(2*x^3)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\sqrt {\operatorname {csch}{\left (2 \log {\left (c x \right )} \right )}}}{x^{4}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(2*ln(c*x))**(1/2)/x**4,x)

[Out]

Integral(sqrt(csch(2*log(c*x)))/x**4, x)

________________________________________________________________________________________