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

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

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.07, antiderivative size = 19, normalized size of antiderivative = 1.00, 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)^{n+1}}{b (n+1)} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

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 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]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 19, normalized size = 1.00 \[ \frac {\sin ^{-1}(a+b x)^{n+1}}{b (n+1)} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 0.45, size = 22, normalized size = 1.16 \[ \frac {\arcsin \left (b x + a\right )^{n} \arcsin \left (b x + a\right )}{b n + b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

arcsin(b*x + a)^n*arcsin(b*x + a)/(b*n + b)

________________________________________________________________________________________

giac [A]  time = 3.95, size = 19, normalized size = 1.00 \[ \frac {\arcsin \left (b x + a\right )^{n + 1}}{b {\left (n + 1\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.11, size = 20, normalized size = 1.05 \[ \frac {\arcsin \left (b x +a \right )^{1+n}}{b \left (1+n \right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: RuntimeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Exception raised: RuntimeError >> ECL says: Error executing code in Maxima: expt: undefined: 0 to a negative e
xponent.

________________________________________________________________________________________

mupad [B]  time = 0.49, size = 37, normalized size = 1.95 \[ \left \{\begin {array}{cl} \frac {\ln \left (\mathrm {asin}\left (a+b\,x\right )\right )}{b} & \text {\ if\ \ }n=-1\\ \frac {{\mathrm {asin}\left (a+b\,x\right )}^{n+1}}{b\,\left (n+1\right )} & \text {\ if\ \ }n\neq -1 \end {array}\right . \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

piecewise(n == -1, log(asin(a + b*x))/b, n ~= -1, asin(a + b*x)^(n + 1)/(b*(n + 1)))

________________________________________________________________________________________

sympy [A]  time = 1.20, size = 60, normalized size = 3.16 \[ \begin {cases} \frac {x}{\sqrt {1 - a^{2}} \operatorname {asin}{\relax (a )}} & \text {for}\: b = 0 \wedge n = -1 \\\frac {x \operatorname {asin}^{n}{\relax (a )}}{\sqrt {1 - a^{2}}} & \text {for}\: b = 0 \\\frac {\log {\left (\operatorname {asin}{\left (a + b x \right )} \right )}}{b} & \text {for}\: n = -1 \\\frac {\operatorname {asin}{\left (a + b x \right )} \operatorname {asin}^{n}{\left (a + b x \right )}}{b n + b} & \text {otherwise} \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Piecewise((x/(sqrt(1 - a**2)*asin(a)), Eq(b, 0) & Eq(n, -1)), (x*asin(a)**n/sqrt(1 - a**2), Eq(b, 0)), (log(as
in(a + b*x))/b, Eq(n, -1)), (asin(a + b*x)*asin(a + b*x)**n/(b*n + b), True))

________________________________________________________________________________________