3.32 \(\int \frac {\sin ^{-1}(x)}{x^2 \sqrt {1-x^2}} \, dx\)

Optimal. Leaf size=21 \[ \log (x)-\frac {\sqrt {1-x^2} \sin ^{-1}(x)}{x} \]

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 21, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.118, Rules used = {4681, 29} \[ \log (x)-\frac {\sqrt {1-x^2} \sin ^{-1}(x)}{x} \]

Antiderivative was successfully verified.

[In]

Int[ArcSin[x]/(x^2*Sqrt[1 - x^2]),x]

[Out]

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

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rule 4681

Int[((a_.) + ArcSin[(c_.)*(x_)]*(b_.))^(n_.)*((f_.)*(x_))^(m_)*((d_) + (e_.)*(x_)^2)^(p_), x_Symbol] :> Simp[(
(f*x)^(m + 1)*(d + e*x^2)^(p + 1)*(a + b*ArcSin[c*x])^n)/(d*f*(m + 1)), x] - Dist[(b*c*n*d^IntPart[p]*(d + e*x
^2)^FracPart[p])/(f*(m + 1)*(1 - c^2*x^2)^FracPart[p]), Int[(f*x)^(m + 1)*(1 - c^2*x^2)^(p + 1/2)*(a + b*ArcSi
n[c*x])^(n - 1), x], x] /; FreeQ[{a, b, c, d, e, f, m, p}, x] && EqQ[c^2*d + e, 0] && GtQ[n, 0] && EqQ[m + 2*p
 + 3, 0] && NeQ[m, -1]

Rubi steps

\begin {align*} \int \frac {\sin ^{-1}(x)}{x^2 \sqrt {1-x^2}} \, dx &=-\frac {\sqrt {1-x^2} \sin ^{-1}(x)}{x}+\int \frac {1}{x} \, dx\\ &=-\frac {\sqrt {1-x^2} \sin ^{-1}(x)}{x}+\log (x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 21, normalized size = 1.00 \[ \log (x)-\frac {\sqrt {1-x^2} \sin ^{-1}(x)}{x} \]

Antiderivative was successfully verified.

[In]

Integrate[ArcSin[x]/(x^2*Sqrt[1 - x^2]),x]

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 0.44, size = 22, normalized size = 1.05 \[ \frac {x \log \relax (x) - \sqrt {-x^{2} + 1} \arcsin \relax (x)}{x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arcsin(x)/x^2/(-x^2+1)^(1/2),x, algorithm="fricas")

[Out]

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

________________________________________________________________________________________

giac [B]  time = 1.03, size = 40, normalized size = 1.90 \[ \frac {1}{2} \, {\left (\frac {x}{\sqrt {-x^{2} + 1} - 1} - \frac {\sqrt {-x^{2} + 1} - 1}{x}\right )} \arcsin \relax (x) + \log \left ({\left | x \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arcsin(x)/x^2/(-x^2+1)^(1/2),x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.07, size = 20, normalized size = 0.95 \[ \ln \relax (x )-\frac {\sqrt {-x^{2}+1}\, \arcsin \relax (x )}{x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(arcsin(x)/x^2/(-x^2+1)^(1/2),x)

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 0.94, size = 19, normalized size = 0.90 \[ -\frac {\sqrt {-x^{2} + 1} \arcsin \relax (x)}{x} + \log \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arcsin(x)/x^2/(-x^2+1)^(1/2),x, algorithm="maxima")

[Out]

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

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.05 \[ \int \frac {\mathrm {asin}\relax (x)}{x^2\,\sqrt {1-x^2}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(asin(x)/(x^2*(1 - x^2)^(1/2)),x)

[Out]

int(asin(x)/(x^2*(1 - x^2)^(1/2)), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\operatorname {asin}{\relax (x )}}{x^{2} \sqrt {- \left (x - 1\right ) \left (x + 1\right )}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(asin(x)/x**2/(-x**2+1)**(1/2),x)

[Out]

Integral(asin(x)/(x**2*sqrt(-(x - 1)*(x + 1))), x)

________________________________________________________________________________________