\(\int \frac {(a+b \csc ^{-1}(c x))^2}{x^3} \, dx\) [21]

Optimal result
Mathematica [A] (verified)
Rubi [A] (verified)
Maple [B] (verified)
Fricas [A] (verification not implemented)
Sympy [F]
Maxima [F]
Giac [B] (verification not implemented)
Mupad [F(-1)]
Reduce [F]

Optimal result

Integrand size = 14, antiderivative size = 76 \[ \int \frac {\left (a+b \csc ^{-1}(c x)\right )^2}{x^3} \, dx=\frac {b^2}{4 x^2}-\frac {b c \sqrt {1-\frac {1}{c^2 x^2}} \left (a+b \csc ^{-1}(c x)\right )}{2 x}+\frac {1}{4} c^2 \left (a+b \csc ^{-1}(c x)\right )^2-\frac {\left (a+b \csc ^{-1}(c x)\right )^2}{2 x^2} \] Output:

1/4*b^2/x^2-1/2*b*c*(1-1/c^2/x^2)^(1/2)*(a+b*arccsc(c*x))/x+1/4*c^2*(a+b*a 
rccsc(c*x))^2-1/2*(a+b*arccsc(c*x))^2/x^2
 

Mathematica [A] (verified)

Time = 0.08 (sec) , antiderivative size = 102, normalized size of antiderivative = 1.34 \[ \int \frac {\left (a+b \csc ^{-1}(c x)\right )^2}{x^3} \, dx=\frac {-2 a^2+b^2-2 a b c \sqrt {1-\frac {1}{c^2 x^2}} x-2 b \left (2 a+b c \sqrt {1-\frac {1}{c^2 x^2}} x\right ) \csc ^{-1}(c x)+b^2 \left (-2+c^2 x^2\right ) \csc ^{-1}(c x)^2+2 a b c^2 x^2 \arcsin \left (\frac {1}{c x}\right )}{4 x^2} \] Input:

Integrate[(a + b*ArcCsc[c*x])^2/x^3,x]
 

Output:

(-2*a^2 + b^2 - 2*a*b*c*Sqrt[1 - 1/(c^2*x^2)]*x - 2*b*(2*a + b*c*Sqrt[1 - 
1/(c^2*x^2)]*x)*ArcCsc[c*x] + b^2*(-2 + c^2*x^2)*ArcCsc[c*x]^2 + 2*a*b*c^2 
*x^2*ArcSin[1/(c*x)])/(4*x^2)
 

Rubi [A] (verified)

Time = 0.35 (sec) , antiderivative size = 90, normalized size of antiderivative = 1.18, number of steps used = 6, number of rules used = 5, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.357, Rules used = {5746, 4904, 3042, 3791, 17}

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 {\left (a+b \csc ^{-1}(c x)\right )^2}{x^3} \, dx\)

\(\Big \downarrow \) 5746

\(\displaystyle -c^2 \int \frac {\sqrt {1-\frac {1}{c^2 x^2}} \left (a+b \csc ^{-1}(c x)\right )^2}{c x}d\csc ^{-1}(c x)\)

\(\Big \downarrow \) 4904

\(\displaystyle -c^2 \left (\frac {\left (a+b \csc ^{-1}(c x)\right )^2}{2 c^2 x^2}-b \int \frac {a+b \csc ^{-1}(c x)}{c^2 x^2}d\csc ^{-1}(c x)\right )\)

\(\Big \downarrow \) 3042

\(\displaystyle -c^2 \left (\frac {\left (a+b \csc ^{-1}(c x)\right )^2}{2 c^2 x^2}-b \int \left (a+b \csc ^{-1}(c x)\right ) \sin \left (\csc ^{-1}(c x)\right )^2d\csc ^{-1}(c x)\right )\)

\(\Big \downarrow \) 3791

\(\displaystyle -c^2 \left (\frac {\left (a+b \csc ^{-1}(c x)\right )^2}{2 c^2 x^2}-b \left (\frac {1}{2} \int \left (a+b \csc ^{-1}(c x)\right )d\csc ^{-1}(c x)-\frac {\sqrt {1-\frac {1}{c^2 x^2}} \left (a+b \csc ^{-1}(c x)\right )}{2 c x}+\frac {b}{4 c^2 x^2}\right )\right )\)

\(\Big \downarrow \) 17

\(\displaystyle -c^2 \left (\frac {\left (a+b \csc ^{-1}(c x)\right )^2}{2 c^2 x^2}-b \left (-\frac {\sqrt {1-\frac {1}{c^2 x^2}} \left (a+b \csc ^{-1}(c x)\right )}{2 c x}+\frac {\left (a+b \csc ^{-1}(c x)\right )^2}{4 b}+\frac {b}{4 c^2 x^2}\right )\right )\)

Input:

Int[(a + b*ArcCsc[c*x])^2/x^3,x]
 

Output:

-(c^2*((a + b*ArcCsc[c*x])^2/(2*c^2*x^2) - b*(b/(4*c^2*x^2) - (Sqrt[1 - 1/ 
(c^2*x^2)]*(a + b*ArcCsc[c*x]))/(2*c*x) + (a + b*ArcCsc[c*x])^2/(4*b))))
 

Defintions of rubi rules used

rule 17
Int[(c_.)*((a_.) + (b_.)*(x_))^(m_.), x_Symbol] :> Simp[c*((a + b*x)^(m + 1 
)/(b*(m + 1))), x] /; FreeQ[{a, b, c, m}, x] && NeQ[m, -1]
 

rule 3042
Int[u_, x_Symbol] :> Int[DeactivateTrig[u, x], x] /; FunctionOfTrigOfLinear 
Q[u, x]
 

rule 3791
Int[((c_.) + (d_.)*(x_))*((b_.)*sin[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> 
 Simp[d*((b*Sin[e + f*x])^n/(f^2*n^2)), x] + (-Simp[b*(c + d*x)*Cos[e + f*x 
]*((b*Sin[e + f*x])^(n - 1)/(f*n)), x] + Simp[b^2*((n - 1)/n)   Int[(c + d* 
x)*(b*Sin[e + f*x])^(n - 2), x], x]) /; FreeQ[{b, c, d, e, f}, x] && GtQ[n, 
 1]
 

rule 4904
Int[Cos[(a_.) + (b_.)*(x_)]*((c_.) + (d_.)*(x_))^(m_.)*Sin[(a_.) + (b_.)*(x 
_)]^(n_.), x_Symbol] :> Simp[(c + d*x)^m*(Sin[a + b*x]^(n + 1)/(b*(n + 1))) 
, x] - Simp[d*(m/(b*(n + 1)))   Int[(c + d*x)^(m - 1)*Sin[a + b*x]^(n + 1), 
 x], x] /; FreeQ[{a, b, c, d, n}, x] && IGtQ[m, 0] && NeQ[n, -1]
 

rule 5746
Int[((a_.) + ArcCsc[(c_.)*(x_)]*(b_.))^(n_)*(x_)^(m_.), x_Symbol] :> Simp[- 
(c^(m + 1))^(-1)   Subst[Int[(a + b*x)^n*Csc[x]^(m + 1)*Cot[x], x], x, ArcC 
sc[c*x]], x] /; FreeQ[{a, b, c}, x] && IntegerQ[n] && IntegerQ[m] && (GtQ[n 
, 0] || LtQ[m, -1])
 
Maple [B] (verified)

Leaf count of result is larger than twice the leaf count of optimal. \(143\) vs. \(2(66)=132\).

Time = 0.77 (sec) , antiderivative size = 144, normalized size of antiderivative = 1.89

method result size
parts \(-\frac {a^{2}}{2 x^{2}}+b^{2} c^{2} \left (\frac {\cos \left (2 \,\operatorname {arccsc}\left (c x \right )\right ) \operatorname {arccsc}\left (c x \right )^{2}}{4}-\frac {\cos \left (2 \,\operatorname {arccsc}\left (c x \right )\right )}{8}-\frac {\sin \left (2 \,\operatorname {arccsc}\left (c x \right )\right ) \operatorname {arccsc}\left (c x \right )}{4}\right )+2 a b \,c^{2} \left (-\frac {\operatorname {arccsc}\left (c x \right )}{2 c^{2} x^{2}}-\frac {\sqrt {c^{2} x^{2}-1}\, \left (-\arctan \left (\frac {1}{\sqrt {c^{2} x^{2}-1}}\right ) c^{2} x^{2}+\sqrt {c^{2} x^{2}-1}\right )}{4 \sqrt {\frac {c^{2} x^{2}-1}{c^{2} x^{2}}}\, x^{3} c^{3}}\right )\) \(144\)
derivativedivides \(c^{2} \left (-\frac {a^{2}}{2 c^{2} x^{2}}+b^{2} \left (\frac {\cos \left (2 \,\operatorname {arccsc}\left (c x \right )\right ) \operatorname {arccsc}\left (c x \right )^{2}}{4}-\frac {\cos \left (2 \,\operatorname {arccsc}\left (c x \right )\right )}{8}-\frac {\sin \left (2 \,\operatorname {arccsc}\left (c x \right )\right ) \operatorname {arccsc}\left (c x \right )}{4}\right )+2 a b \left (-\frac {\operatorname {arccsc}\left (c x \right )}{2 c^{2} x^{2}}+\frac {\sqrt {c^{2} x^{2}-1}\, \left (\arctan \left (\frac {1}{\sqrt {c^{2} x^{2}-1}}\right ) c^{2} x^{2}-\sqrt {c^{2} x^{2}-1}\right )}{4 \sqrt {\frac {c^{2} x^{2}-1}{c^{2} x^{2}}}\, c^{3} x^{3}}\right )\right )\) \(146\)
default \(c^{2} \left (-\frac {a^{2}}{2 c^{2} x^{2}}+b^{2} \left (\frac {\cos \left (2 \,\operatorname {arccsc}\left (c x \right )\right ) \operatorname {arccsc}\left (c x \right )^{2}}{4}-\frac {\cos \left (2 \,\operatorname {arccsc}\left (c x \right )\right )}{8}-\frac {\sin \left (2 \,\operatorname {arccsc}\left (c x \right )\right ) \operatorname {arccsc}\left (c x \right )}{4}\right )+2 a b \left (-\frac {\operatorname {arccsc}\left (c x \right )}{2 c^{2} x^{2}}+\frac {\sqrt {c^{2} x^{2}-1}\, \left (\arctan \left (\frac {1}{\sqrt {c^{2} x^{2}-1}}\right ) c^{2} x^{2}-\sqrt {c^{2} x^{2}-1}\right )}{4 \sqrt {\frac {c^{2} x^{2}-1}{c^{2} x^{2}}}\, c^{3} x^{3}}\right )\right )\) \(146\)

Input:

int((a+b*arccsc(c*x))^2/x^3,x,method=_RETURNVERBOSE)
 

Output:

-1/2*a^2/x^2+b^2*c^2*(1/4*cos(2*arccsc(c*x))*arccsc(c*x)^2-1/8*cos(2*arccs 
c(c*x))-1/4*sin(2*arccsc(c*x))*arccsc(c*x))+2*a*b*c^2*(-1/2/c^2/x^2*arccsc 
(c*x)-1/4*(c^2*x^2-1)^(1/2)*(-arctan(1/(c^2*x^2-1)^(1/2))*c^2*x^2+(c^2*x^2 
-1)^(1/2))/((c^2*x^2-1)/c^2/x^2)^(1/2)/x^3/c^3)
 

Fricas [A] (verification not implemented)

Time = 0.10 (sec) , antiderivative size = 82, normalized size of antiderivative = 1.08 \[ \int \frac {\left (a+b \csc ^{-1}(c x)\right )^2}{x^3} \, dx=\frac {{\left (b^{2} c^{2} x^{2} - 2 \, b^{2}\right )} \operatorname {arccsc}\left (c x\right )^{2} - 2 \, a^{2} + b^{2} + 2 \, {\left (a b c^{2} x^{2} - 2 \, a b\right )} \operatorname {arccsc}\left (c x\right ) - 2 \, \sqrt {c^{2} x^{2} - 1} {\left (b^{2} \operatorname {arccsc}\left (c x\right ) + a b\right )}}{4 \, x^{2}} \] Input:

integrate((a+b*arccsc(c*x))^2/x^3,x, algorithm="fricas")
 

Output:

1/4*((b^2*c^2*x^2 - 2*b^2)*arccsc(c*x)^2 - 2*a^2 + b^2 + 2*(a*b*c^2*x^2 - 
2*a*b)*arccsc(c*x) - 2*sqrt(c^2*x^2 - 1)*(b^2*arccsc(c*x) + a*b))/x^2
 

Sympy [F]

\[ \int \frac {\left (a+b \csc ^{-1}(c x)\right )^2}{x^3} \, dx=\int \frac {\left (a + b \operatorname {acsc}{\left (c x \right )}\right )^{2}}{x^{3}}\, dx \] Input:

integrate((a+b*acsc(c*x))**2/x**3,x)
 

Output:

Integral((a + b*acsc(c*x))**2/x**3, x)
 

Maxima [F]

\[ \int \frac {\left (a+b \csc ^{-1}(c x)\right )^2}{x^3} \, dx=\int { \frac {{\left (b \operatorname {arccsc}\left (c x\right ) + a\right )}^{2}}{x^{3}} \,d x } \] Input:

integrate((a+b*arccsc(c*x))^2/x^3,x, algorithm="maxima")
 

Output:

1/2*a*b*((c^4*x*sqrt(-1/(c^2*x^2) + 1)/(c^2*x^2*(1/(c^2*x^2) - 1) - 1) - c 
^3*arctan(c*x*sqrt(-1/(c^2*x^2) + 1)))/c - 2*arccsc(c*x)/x^2) - 1/8*(4*(c^ 
2*(log(c*x + 1) + log(c*x - 1) - 2*log(x))*log(c)^2 - 4*c^2*integrate(1/2* 
x^2*log(c^2*x^2)/(c^2*x^5 - x^3), x)*log(c) + 8*c^2*integrate(1/2*x^2*log( 
x)/(c^2*x^5 - x^3), x)*log(c) - 4*c^2*integrate(1/2*x^2*log(c^2*x^2)*log(x 
)/(c^2*x^5 - x^3), x) + 4*c^2*integrate(1/2*x^2*log(x)^2/(c^2*x^5 - x^3), 
x) + 2*c^2*integrate(1/2*x^2*log(c^2*x^2)/(c^2*x^5 - x^3), x) - (c^2*log(c 
*x + 1) + c^2*log(c*x - 1) - 2*c^2*log(x) + 1/x^2)*log(c)^2 + 4*integrate( 
1/2*log(c^2*x^2)/(c^2*x^5 - x^3), x)*log(c) - 8*integrate(1/2*log(x)/(c^2* 
x^5 - x^3), x)*log(c) + 4*integrate(1/2*sqrt(c*x + 1)*sqrt(c*x - 1)*arctan 
(1/(sqrt(c*x + 1)*sqrt(c*x - 1)))/(c^2*x^5 - x^3), x) + 4*integrate(1/2*lo 
g(c^2*x^2)*log(x)/(c^2*x^5 - x^3), x) - 4*integrate(1/2*log(x)^2/(c^2*x^5 
- x^3), x) - 2*integrate(1/2*log(c^2*x^2)/(c^2*x^5 - x^3), x))*x^2 + 4*arc 
tan2(1, sqrt(c*x + 1)*sqrt(c*x - 1))^2 - log(c^2*x^2)^2)*b^2/x^2 - 1/2*a^2 
/x^2
 

Giac [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 163 vs. \(2 (66) = 132\).

Time = 0.14 (sec) , antiderivative size = 163, normalized size of antiderivative = 2.14 \[ \int \frac {\left (a+b \csc ^{-1}(c x)\right )^2}{x^3} \, dx=-\frac {1}{8} \, {\left (4 \, b^{2} c {\left (\frac {1}{c^{2} x^{2}} - 1\right )} \arcsin \left (\frac {1}{c x}\right )^{2} + 8 \, a b c {\left (\frac {1}{c^{2} x^{2}} - 1\right )} \arcsin \left (\frac {1}{c x}\right ) + 2 \, b^{2} c \arcsin \left (\frac {1}{c x}\right )^{2} + 4 \, a^{2} c {\left (\frac {1}{c^{2} x^{2}} - 1\right )} - 2 \, b^{2} c {\left (\frac {1}{c^{2} x^{2}} - 1\right )} + 4 \, a b c \arcsin \left (\frac {1}{c x}\right ) - b^{2} c + \frac {4 \, b^{2} \sqrt {-\frac {1}{c^{2} x^{2}} + 1} \arcsin \left (\frac {1}{c x}\right )}{x} + \frac {4 \, a b \sqrt {-\frac {1}{c^{2} x^{2}} + 1}}{x}\right )} c \] Input:

integrate((a+b*arccsc(c*x))^2/x^3,x, algorithm="giac")
 

Output:

-1/8*(4*b^2*c*(1/(c^2*x^2) - 1)*arcsin(1/(c*x))^2 + 8*a*b*c*(1/(c^2*x^2) - 
 1)*arcsin(1/(c*x)) + 2*b^2*c*arcsin(1/(c*x))^2 + 4*a^2*c*(1/(c^2*x^2) - 1 
) - 2*b^2*c*(1/(c^2*x^2) - 1) + 4*a*b*c*arcsin(1/(c*x)) - b^2*c + 4*b^2*sq 
rt(-1/(c^2*x^2) + 1)*arcsin(1/(c*x))/x + 4*a*b*sqrt(-1/(c^2*x^2) + 1)/x)*c
 

Mupad [F(-1)]

Timed out. \[ \int \frac {\left (a+b \csc ^{-1}(c x)\right )^2}{x^3} \, dx=\int \frac {{\left (a+b\,\mathrm {asin}\left (\frac {1}{c\,x}\right )\right )}^2}{x^3} \,d x \] Input:

int((a + b*asin(1/(c*x)))^2/x^3,x)
 

Output:

int((a + b*asin(1/(c*x)))^2/x^3, x)
 

Reduce [F]

\[ \int \frac {\left (a+b \csc ^{-1}(c x)\right )^2}{x^3} \, dx=\frac {4 \left (\int \frac {\mathit {acsc} \left (c x \right )}{x^{3}}d x \right ) a b \,x^{2}+2 \left (\int \frac {\mathit {acsc} \left (c x \right )^{2}}{x^{3}}d x \right ) b^{2} x^{2}-a^{2}}{2 x^{2}} \] Input:

int((a+b*acsc(c*x))^2/x^3,x)
 

Output:

(4*int(acsc(c*x)/x**3,x)*a*b*x**2 + 2*int(acsc(c*x)**2/x**3,x)*b**2*x**2 - 
 a**2)/(2*x**2)