3.328 \(\int \frac{\sin ^{-1}(a+b x)^2}{\sqrt{1-a^2-2 a b x-b^2 x^2}} \, dx\)

Optimal. Leaf size=15 \[ \frac{\sin ^{-1}(a+b x)^3}{3 b} \]

[Out]

ArcSin[a + b*x]^3/(3*b)

________________________________________________________________________________________

Rubi [A]  time = 0.0712881, antiderivative size = 15, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 33, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.061, Rules used = {4807, 4641} \[ \frac{\sin ^{-1}(a+b x)^3}{3 b} \]

Antiderivative was successfully verified.

[In]

Int[ArcSin[a + b*x]^2/Sqrt[1 - a^2 - 2*a*b*x - b^2*x^2],x]

[Out]

ArcSin[a + b*x]^3/(3*b)

Rule 4807

Int[((a_.) + ArcSin[(c_) + (d_.)*(x_)]*(b_.))^(n_.)*((A_.) + (B_.)*(x_) + (C_.)*(x_)^2)^(p_.), x_Symbol] :> Di
st[1/d, Subst[Int[(-(C/d^2) + (C*x^2)/d^2)^p*(a + b*ArcSin[x])^n, x], x, c + d*x], x] /; FreeQ[{a, b, c, d, A,
 B, C, n, p}, x] && EqQ[B*(1 - c^2) + 2*A*c*d, 0] && EqQ[2*c*C - B*d, 0]

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]

Rubi steps

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

Mathematica [A]  time = 0.0199825, size = 15, normalized size = 1. \[ \frac{\sin ^{-1}(a+b x)^3}{3 b} \]

Antiderivative was successfully verified.

[In]

Integrate[ArcSin[a + b*x]^2/Sqrt[1 - a^2 - 2*a*b*x - b^2*x^2],x]

[Out]

ArcSin[a + b*x]^3/(3*b)

________________________________________________________________________________________

Maple [A]  time = 0.046, size = 14, normalized size = 0.9 \begin{align*}{\frac{ \left ( \arcsin \left ( bx+a \right ) \right ) ^{3}}{3\,b}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/3*arcsin(b*x+a)^3/b

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [A]  time = 2.43479, size = 34, normalized size = 2.27 \begin{align*} \frac{\arcsin \left (b x + a\right )^{3}}{3 \, b} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/3*arcsin(b*x + a)^3/b

________________________________________________________________________________________

Sympy [A]  time = 0.880897, size = 26, normalized size = 1.73 \begin{align*} \begin{cases} \frac{\operatorname{asin}^{3}{\left (a + b x \right )}}{3 b} & \text{for}\: b \neq 0 \\\frac{x \operatorname{asin}^{2}{\left (a \right )}}{\sqrt{1 - a^{2}}} & \text{otherwise} \end{cases} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Piecewise((asin(a + b*x)**3/(3*b), Ne(b, 0)), (x*asin(a)**2/sqrt(1 - a**2), True))

________________________________________________________________________________________

Giac [A]  time = 1.34337, size = 18, normalized size = 1.2 \begin{align*} \frac{\arcsin \left (b x + a\right )^{3}}{3 \, b} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/3*arcsin(b*x + a)^3/b