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

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

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 28, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.083, Rules used = {4834, 4641} \[ -\frac {\sqrt {x^2} \sin ^{-1}\left (\sqrt {1-x^2}\right )^2}{2 x} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 4641

Int[((a_.) + ArcSin[(c_.)*(x_)]*(b_.))^(n_.)/Sqrt[(d_) + (e_.)*(x_)^2], x_Symbol] :> Simp[(a + b*ArcSin[c*x])^
(n + 1)/(b*c*Sqrt[d]*(n + 1)), x] /; FreeQ[{a, b, c, d, e, n}, x] && EqQ[c^2*d + e, 0] && GtQ[d, 0] && NeQ[n,
-1]

Rule 4834

Int[ArcSin[Sqrt[1 + (b_.)*(x_)^2]]^(n_.)/Sqrt[1 + (b_.)*(x_)^2], x_Symbol] :> Dist[Sqrt[-(b*x^2)]/(b*x), Subst
[Int[ArcSin[x]^n/Sqrt[1 - x^2], x], x, Sqrt[1 + b*x^2]], x] /; FreeQ[{b, n}, x]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 28, normalized size = 1.00 \[ -\frac {\sqrt {x^2} \sin ^{-1}\left (\sqrt {1-x^2}\right )^2}{2 x} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\sin ^{-1}\left (\sqrt {1-x^2}\right )}{\sqrt {1-x^2}} \, dx \]

Verification is Not applicable to the result.

[In]

IntegrateAlgebraic[ArcSin[Sqrt[1 - x^2]]/Sqrt[1 - x^2],x]

[Out]

Could not integrate

________________________________________________________________________________________

fricas [A]  time = 1.10, size = 14, normalized size = 0.50 \[ -\frac {1}{2} \, \arcsin \left (\sqrt {-x^{2} + 1}\right )^{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\arcsin \left (\sqrt {-x^{2} + 1}\right )}{\sqrt {-x^{2} + 1}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(arcsin(sqrt(-x^2 + 1))/sqrt(-x^2 + 1), x)

________________________________________________________________________________________

maple [F]  time = 0.08, size = 0, normalized size = 0.00 \[\int \frac {\arcsin \left (\sqrt {-x^{2}+1}\right )}{\sqrt {-x^{2}+1}}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\arcsin \left (\sqrt {-x^{2} + 1}\right )}{\sqrt {-x^{2} + 1}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(arcsin(sqrt(-x^2 + 1))/sqrt(-x^2 + 1), x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [A]  time = 2.56, size = 22, normalized size = 0.79 \[ - \frac {\sqrt {x^{2}} \operatorname {asin}^{2}{\left (\sqrt {1 - x^{2}} \right )}}{2 x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-sqrt(x**2)*asin(sqrt(1 - x**2))**2/(2*x)

________________________________________________________________________________________