\(\int \frac {x^3}{\text {csch}^{\frac {3}{2}}(2 \log (c x))} \, dx\) [148]

Optimal result
Mathematica [C] (verified)
Rubi [A] (warning: unable to verify)
Maple [A] (verified)
Fricas [A] (verification not implemented)
Sympy [F]
Maxima [F]
Giac [F(-2)]
Mupad [F(-1)]
Reduce [F]

Optimal result

Integrand size = 15, antiderivative size = 86 \[ \int \frac {x^3}{\text {csch}^{\frac {3}{2}}(2 \log (c x))} \, dx=-\frac {2}{7 \left (c^4-\frac {1}{x^4}\right ) \text {csch}^{\frac {3}{2}}(2 \log (c x))}+\frac {x^4}{7 \text {csch}^{\frac {3}{2}}(2 \log (c x))}-\frac {4 \operatorname {EllipticF}\left (\csc ^{-1}(c x),-1\right )}{7 c^7 \left (1-\frac {1}{c^4 x^4}\right )^{3/2} x^3 \text {csch}^{\frac {3}{2}}(2 \log (c x))} \] Output:

-2/7/(c^4-1/x^4)/csch(2*ln(c*x))^(3/2)+1/7*x^4/csch(2*ln(c*x))^(3/2)-4/7*I 
nverseJacobiAM(arccsc(c*x),I)/c^7/(1-1/c^4/x^4)^(3/2)/x^3/csch(2*ln(c*x))^ 
(3/2)
                                                                                    
                                                                                    
 

Mathematica [C] (verified)

Result contains higher order function than in optimal. Order 5 vs. order 4 in optimal.

Time = 0.09 (sec) , antiderivative size = 65, normalized size of antiderivative = 0.76 \[ \int \frac {x^3}{\text {csch}^{\frac {3}{2}}(2 \log (c x))} \, dx=\frac {\sqrt {1-c^4 x^4} \sqrt {\frac {c^2 x^2}{-1+c^4 x^4}} \operatorname {Hypergeometric2F1}\left (-\frac {3}{2},\frac {1}{4},\frac {5}{4},c^4 x^4\right )}{2 \sqrt {2} c^4} \] Input:

Integrate[x^3/Csch[2*Log[c*x]]^(3/2),x]
 

Output:

(Sqrt[1 - c^4*x^4]*Sqrt[(c^2*x^2)/(-1 + c^4*x^4)]*Hypergeometric2F1[-3/2, 
1/4, 5/4, c^4*x^4])/(2*Sqrt[2]*c^4)
 

Rubi [A] (warning: unable to verify)

Time = 0.32 (sec) , antiderivative size = 101, normalized size of antiderivative = 1.17, number of steps used = 7, number of rules used = 6, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.400, Rules used = {6086, 6084, 858, 809, 809, 762}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {x^3}{\text {csch}^{\frac {3}{2}}(2 \log (c x))} \, dx\)

\(\Big \downarrow \) 6086

\(\displaystyle \frac {\int \frac {c^3 x^3}{\text {csch}^{\frac {3}{2}}(2 \log (c x))}d(c x)}{c^4}\)

\(\Big \downarrow \) 6084

\(\displaystyle \frac {\int c^6 \left (1-\frac {1}{c^4 x^4}\right )^{3/2} x^6d(c x)}{c^7 x^3 \left (1-\frac {1}{c^4 x^4}\right )^{3/2} \text {csch}^{\frac {3}{2}}(2 \log (c x))}\)

\(\Big \downarrow \) 858

\(\displaystyle -\frac {\int \frac {\left (1-c^4 x^4\right )^{3/2}}{c^8 x^8}d\frac {1}{c x}}{c^7 x^3 \left (1-\frac {1}{c^4 x^4}\right )^{3/2} \text {csch}^{\frac {3}{2}}(2 \log (c x))}\)

\(\Big \downarrow \) 809

\(\displaystyle -\frac {-\frac {6}{7} \int \frac {\sqrt {1-c^4 x^4}}{c^4 x^4}d\frac {1}{c x}-\frac {\left (1-c^4 x^4\right )^{3/2}}{7 c^7 x^7}}{c^7 x^3 \left (1-\frac {1}{c^4 x^4}\right )^{3/2} \text {csch}^{\frac {3}{2}}(2 \log (c x))}\)

\(\Big \downarrow \) 809

\(\displaystyle -\frac {-\frac {6}{7} \left (-\frac {2}{3} \int \frac {1}{\sqrt {1-c^4 x^4}}d\frac {1}{c x}-\frac {\sqrt {1-c^4 x^4}}{3 c^3 x^3}\right )-\frac {\left (1-c^4 x^4\right )^{3/2}}{7 c^7 x^7}}{c^7 x^3 \left (1-\frac {1}{c^4 x^4}\right )^{3/2} \text {csch}^{\frac {3}{2}}(2 \log (c x))}\)

\(\Big \downarrow \) 762

\(\displaystyle -\frac {-\frac {6}{7} \left (-\frac {2}{3} \operatorname {EllipticF}\left (\arcsin \left (\frac {1}{c x}\right ),-1\right )-\frac {\sqrt {1-c^4 x^4}}{3 c^3 x^3}\right )-\frac {\left (1-c^4 x^4\right )^{3/2}}{7 c^7 x^7}}{c^7 x^3 \left (1-\frac {1}{c^4 x^4}\right )^{3/2} \text {csch}^{\frac {3}{2}}(2 \log (c x))}\)

Input:

Int[x^3/Csch[2*Log[c*x]]^(3/2),x]
 

Output:

-((-1/7*(1 - c^4*x^4)^(3/2)/(c^7*x^7) - (6*(-1/3*Sqrt[1 - c^4*x^4]/(c^3*x^ 
3) - (2*EllipticF[ArcSin[1/(c*x)], -1])/3))/7)/(c^7*(1 - 1/(c^4*x^4))^(3/2 
)*x^3*Csch[2*Log[c*x]]^(3/2)))
 

Defintions of rubi rules used

rule 762
Int[1/Sqrt[(a_) + (b_.)*(x_)^4], x_Symbol] :> Simp[(1/(Sqrt[a]*Rt[-b/a, 4]) 
)*EllipticF[ArcSin[Rt[-b/a, 4]*x], -1], x] /; FreeQ[{a, b}, x] && NegQ[b/a] 
 && GtQ[a, 0]
 

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

rule 858
Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> -Subst[Int[(a + 
b/x^n)^p/x^(m + 2), x], x, 1/x] /; FreeQ[{a, b, p}, x] && ILtQ[n, 0] && Int 
egerQ[m]
 

rule 6084
Int[Csch[((a_.) + Log[x_]*(b_.))*(d_.)]^(p_.)*((e_.)*(x_))^(m_.), x_Symbol] 
 :> Simp[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*(1/(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 6086
Int[Csch[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))*(d_.)]^(p_.)*((e_.)*(x_))^(m 
_.), x_Symbol] :> Simp[(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])
 
Maple [A] (verified)

Time = 0.36 (sec) , antiderivative size = 124, normalized size of antiderivative = 1.44

method result size
risch \(\frac {x^{2} \left (c^{4} x^{4}-3\right ) \sqrt {2}}{28 c^{2} \sqrt {\frac {c^{2} x^{2}}{c^{4} x^{4}-1}}}+\frac {\sqrt {c^{2} x^{2}+1}\, \sqrt {-c^{2} x^{2}+1}\, \operatorname {EllipticF}\left (x \sqrt {-c^{2}}, i\right ) \sqrt {2}\, x}{7 \sqrt {-c^{2}}\, \left (c^{4} x^{4}-1\right ) c^{2} \sqrt {\frac {c^{2} x^{2}}{c^{4} x^{4}-1}}}\) \(124\)

Input:

int(x^3/csch(2*ln(x*c))^(3/2),x,method=_RETURNVERBOSE)
 

Output:

1/28*x^2*(c^4*x^4-3)*2^(1/2)/c^2/(c^2*x^2/(c^4*x^4-1))^(1/2)+1/7/(-c^2)^(1 
/2)*(c^2*x^2+1)^(1/2)*(-c^2*x^2+1)^(1/2)/(c^4*x^4-1)*EllipticF(x*(-c^2)^(1 
/2),I)*2^(1/2)/c^2*x/(c^2*x^2/(c^4*x^4-1))^(1/2)
 

Fricas [A] (verification not implemented)

Time = 0.09 (sec) , antiderivative size = 71, normalized size of antiderivative = 0.83 \[ \int \frac {x^3}{\text {csch}^{\frac {3}{2}}(2 \log (c x))} \, dx=\frac {\sqrt {2} {\left (c^{10} x^{8} - 4 \, c^{6} x^{4} + 3 \, c^{2}\right )} \sqrt {\frac {c^{2} x^{2}}{c^{4} x^{4} - 1}} - 8 \, \sqrt {\frac {1}{2}} \sqrt {c^{4}} F(\arcsin \left (\frac {1}{c x}\right )\,|\,-1)}{28 \, c^{6}} \] Input:

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

Output:

1/28*(sqrt(2)*(c^10*x^8 - 4*c^6*x^4 + 3*c^2)*sqrt(c^2*x^2/(c^4*x^4 - 1)) - 
 8*sqrt(1/2)*sqrt(c^4)*elliptic_f(arcsin(1/(c*x)), -1))/c^6
 

Sympy [F]

\[ \int \frac {x^3}{\text {csch}^{\frac {3}{2}}(2 \log (c x))} \, dx=\int \frac {x^{3}}{\operatorname {csch}^{\frac {3}{2}}{\left (2 \log {\left (c x \right )} \right )}}\, dx \] Input:

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

Output:

Integral(x**3/csch(2*log(c*x))**(3/2), x)
 

Maxima [F]

\[ \int \frac {x^3}{\text {csch}^{\frac {3}{2}}(2 \log (c x))} \, dx=\int { \frac {x^{3}}{\operatorname {csch}\left (2 \, \log \left (c x\right )\right )^{\frac {3}{2}}} \,d x } \] Input:

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

Output:

integrate(x^3/csch(2*log(c*x))^(3/2), x)
 

Giac [F(-2)]

Exception generated. \[ \int \frac {x^3}{\text {csch}^{\frac {3}{2}}(2 \log (c x))} \, dx=\text {Exception raised: TypeError} \] Input:

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

Output:

Exception raised: TypeError >> an error occurred running a Giac command:IN 
PUT:sage2:=int(sage0,sageVARx):;OUTPUT:sym2poly exception caught Unable to 
 convert to real %%{poly1[1.0000000000000000000000000000000,0.000000000000 
000000000
 

Mupad [F(-1)]

Timed out. \[ \int \frac {x^3}{\text {csch}^{\frac {3}{2}}(2 \log (c x))} \, dx=\int \frac {x^3}{{\left (\frac {1}{\mathrm {sinh}\left (2\,\ln \left (c\,x\right )\right )}\right )}^{3/2}} \,d x \] Input:

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

Output:

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

Reduce [F]

\[ \int \frac {x^3}{\text {csch}^{\frac {3}{2}}(2 \log (c x))} \, dx=\int \frac {\sqrt {\mathrm {csch}\left (2 \,\mathrm {log}\left (c x \right )\right )}\, x^{3}}{\mathrm {csch}\left (2 \,\mathrm {log}\left (c x \right )\right )^{2}}d x \] Input:

int(x^3/csch(2*log(c*x))^(3/2),x)
 

Output:

int((sqrt(csch(2*log(c*x)))*x**3)/csch(2*log(c*x))**2,x)