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

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

[Out]

arcsin(x)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 2, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.091, Rules used = {216} \[ \sin ^{-1}(x) \]

Antiderivative was successfully verified.

[In]

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

[Out]

ArcSin[x]

Rule 216

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 2, normalized size = 1.00 \[ \sin ^{-1}(x) \]

Antiderivative was successfully verified.

[In]

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

[Out]

ArcSin[x]

________________________________________________________________________________________

fricas [B]  time = 0.44, size = 18, normalized size = 9.00 \[ -2 \, \arctan \left (\frac {\sqrt {-x^{2} + 1} - 1}{x}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [A]  time = 0.34, size = 2, normalized size = 1.00 \[ \arcsin \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

arcsin(x)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 3, normalized size = 1.50 \[ \arcsin \relax (x ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

arcsin(x)

________________________________________________________________________________________

maxima [A]  time = 1.68, size = 2, normalized size = 1.00 \[ \arcsin \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

arcsin(x)

________________________________________________________________________________________

mupad [B]  time = 0.01, size = 2, normalized size = 1.00 \[ \mathrm {asin}\relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

asin(x)

________________________________________________________________________________________

sympy [A]  time = 0.14, size = 2, normalized size = 1.00 \[ \operatorname {asin}{\relax (x )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

asin(x)

________________________________________________________________________________________