3.84 \(\int \csc ^{-1}(x) \, dx\)

Optimal. Leaf size=17 \[ \tanh ^{-1}\left (\sqrt{1-\frac{1}{x^2}}\right )+x \csc ^{-1}(x) \]

[Out]

x*ArcCsc[x] + ArcTanh[Sqrt[1 - x^(-2)]]

________________________________________________________________________________________

Rubi [A]  time = 0.0090909, antiderivative size = 17, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 4, integrand size = 2, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 2., Rules used = {5215, 266, 63, 206} \[ \tanh ^{-1}\left (\sqrt{1-\frac{1}{x^2}}\right )+x \csc ^{-1}(x) \]

Antiderivative was successfully verified.

[In]

Int[ArcCsc[x],x]

[Out]

x*ArcCsc[x] + ArcTanh[Sqrt[1 - x^(-2)]]

Rule 5215

Int[ArcCsc[(c_.)*(x_)], x_Symbol] :> Simp[x*ArcCsc[c*x], x] + Dist[1/c, Int[1/(x*Sqrt[1 - 1/(c^2*x^2)]), x], x
] /; FreeQ[c, x]

Rule 266

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

Rule 63

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - (a*d)/b + (d*x^p)/b)^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rubi steps

\begin{align*} \int \csc ^{-1}(x) \, dx &=x \csc ^{-1}(x)+\int \frac{1}{\sqrt{1-\frac{1}{x^2}} x} \, dx\\ &=x \csc ^{-1}(x)-\frac{1}{2} \operatorname{Subst}\left (\int \frac{1}{\sqrt{1-x} x} \, dx,x,\frac{1}{x^2}\right )\\ &=x \csc ^{-1}(x)+\operatorname{Subst}\left (\int \frac{1}{1-x^2} \, dx,x,\sqrt{1-\frac{1}{x^2}}\right )\\ &=x \csc ^{-1}(x)+\tanh ^{-1}\left (\sqrt{1-\frac{1}{x^2}}\right )\\ \end{align*}

Mathematica [B]  time = 0.0386257, size = 64, normalized size = 3.76 \[ \frac{\sqrt{x^2-1} \left (\log \left (\frac{x}{\sqrt{x^2-1}}+1\right )-\log \left (1-\frac{x}{\sqrt{x^2-1}}\right )\right )}{2 \sqrt{1-\frac{1}{x^2}} x}+x \csc ^{-1}(x) \]

Antiderivative was successfully verified.

[In]

Integrate[ArcCsc[x],x]

[Out]

x*ArcCsc[x] + (Sqrt[-1 + x^2]*(-Log[1 - x/Sqrt[-1 + x^2]] + Log[1 + x/Sqrt[-1 + x^2]]))/(2*Sqrt[1 - x^(-2)]*x)

________________________________________________________________________________________

Maple [A]  time = 0.002, size = 20, normalized size = 1.2 \begin{align*} x{\rm arccsc} \left (x\right )+\ln \left ( x+x\sqrt{1-{x}^{-2}} \right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(arccsc(x),x)

[Out]

x*arccsc(x)+ln(x+x*(1-1/x^2)^(1/2))

________________________________________________________________________________________

Maxima [B]  time = 0.928191, size = 47, normalized size = 2.76 \begin{align*} x \operatorname{arccsc}\left (x\right ) + \frac{1}{2} \, \log \left (\sqrt{-\frac{1}{x^{2}} + 1} + 1\right ) - \frac{1}{2} \, \log \left (-\sqrt{-\frac{1}{x^{2}} + 1} + 1\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arccsc(x),x, algorithm="maxima")

[Out]

x*arccsc(x) + 1/2*log(sqrt(-1/x^2 + 1) + 1) - 1/2*log(-sqrt(-1/x^2 + 1) + 1)

________________________________________________________________________________________

Fricas [B]  time = 0.553965, size = 103, normalized size = 6.06 \begin{align*}{\left (x - 2\right )} \operatorname{arccsc}\left (x\right ) - 4 \, \arctan \left (-x + \sqrt{x^{2} - 1}\right ) - \log \left (-x + \sqrt{x^{2} - 1}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arccsc(x),x, algorithm="fricas")

[Out]

(x - 2)*arccsc(x) - 4*arctan(-x + sqrt(x^2 - 1)) - log(-x + sqrt(x^2 - 1))

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \operatorname{acsc}{\left (x \right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(acsc(x),x)

[Out]

Integral(acsc(x), x)

________________________________________________________________________________________

Giac [A]  time = 1.09854, size = 35, normalized size = 2.06 \begin{align*} x \arcsin \left (\frac{1}{x}\right ) - \frac{\log \left ({\left | -x + \sqrt{x^{2} - 1} \right |}\right )}{\mathrm{sgn}\left (x\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arccsc(x),x, algorithm="giac")

[Out]

x*arcsin(1/x) - log(abs(-x + sqrt(x^2 - 1)))/sgn(x)