\(\int \arcsin (x) \, dx\) [263]

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

Optimal result

Integrand size = 2, antiderivative size = 16 \[ \int \arcsin (x) \, dx=\sqrt {1-x^2}+x \arcsin (x) \]

[Out]

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

Rubi [A] (verified)

Time = 0.00 (sec) , antiderivative size = 16, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 1.000, Rules used = {4715, 267} \[ \int \arcsin (x) \, dx=x \arcsin (x)+\sqrt {1-x^2} \]

[In]

Int[ArcSin[x],x]

[Out]

Sqrt[1 - x^2] + x*ArcSin[x]

Rule 267

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

Rule 4715

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

Rubi steps \begin{align*} \text {integral}& = x \arcsin (x)-\int \frac {x}{\sqrt {1-x^2}} \, dx \\ & = \sqrt {1-x^2}+x \arcsin (x) \\ \end{align*}

Mathematica [A] (verified)

Time = 0.00 (sec) , antiderivative size = 16, normalized size of antiderivative = 1.00 \[ \int \arcsin (x) \, dx=\sqrt {1-x^2}+x \arcsin (x) \]

[In]

Integrate[ArcSin[x],x]

[Out]

Sqrt[1 - x^2] + x*ArcSin[x]

Maple [A] (verified)

Time = 0.01 (sec) , antiderivative size = 15, normalized size of antiderivative = 0.94

method result size
lookup \(\arcsin \left (x \right ) x +\sqrt {-x^{2}+1}\) \(15\)
default \(\arcsin \left (x \right ) x +\sqrt {-x^{2}+1}\) \(15\)
parts \(\arcsin \left (x \right ) x +\sqrt {-x^{2}+1}\) \(15\)

[In]

int(arcsin(x),x,method=_RETURNVERBOSE)

[Out]

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

Fricas [A] (verification not implemented)

none

Time = 0.28 (sec) , antiderivative size = 14, normalized size of antiderivative = 0.88 \[ \int \arcsin (x) \, dx=x \arcsin \left (x\right ) + \sqrt {-x^{2} + 1} \]

[In]

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

[Out]

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

Sympy [A] (verification not implemented)

Time = 0.05 (sec) , antiderivative size = 12, normalized size of antiderivative = 0.75 \[ \int \arcsin (x) \, dx=x \operatorname {asin}{\left (x \right )} + \sqrt {1 - x^{2}} \]

[In]

integrate(asin(x),x)

[Out]

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

Maxima [A] (verification not implemented)

none

Time = 0.29 (sec) , antiderivative size = 14, normalized size of antiderivative = 0.88 \[ \int \arcsin (x) \, dx=x \arcsin \left (x\right ) + \sqrt {-x^{2} + 1} \]

[In]

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

[Out]

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

Giac [A] (verification not implemented)

none

Time = 0.29 (sec) , antiderivative size = 14, normalized size of antiderivative = 0.88 \[ \int \arcsin (x) \, dx=x \arcsin \left (x\right ) + \sqrt {-x^{2} + 1} \]

[In]

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

[Out]

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

Mupad [B] (verification not implemented)

Time = 0.23 (sec) , antiderivative size = 14, normalized size of antiderivative = 0.88 \[ \int \arcsin (x) \, dx=x\,\mathrm {asin}\left (x\right )+\sqrt {1-x^2} \]

[In]

int(asin(x),x)

[Out]

x*asin(x) + (1 - x^2)^(1/2)