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

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

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.07, antiderivative size = 38, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 26, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.077, Rules used = {4834, 4641} \[ \frac {\sqrt {-b x^2} \sin ^{-1}\left (\sqrt {b x^2+1}\right )^{n+1}}{b (n+1) x} \]

Antiderivative was successfully verified.

[In]

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

[Out]

(Sqrt[-(b*x^2)]*ArcSin[Sqrt[1 + b*x^2]]^(1 + n))/(b*(1 + n)*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+b x^2}\right )^n}{\sqrt {1+b x^2}} \, dx &=\frac {\sqrt {-b x^2} \operatorname {Subst}\left (\int \frac {\sin ^{-1}(x)^n}{\sqrt {1-x^2}} \, dx,x,\sqrt {1+b x^2}\right )}{b x}\\ &=\frac {\sqrt {-b x^2} \sin ^{-1}\left (\sqrt {1+b x^2}\right )^{1+n}}{b (1+n) x}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.07, size = 38, normalized size = 1.00 \[ \frac {\sqrt {-b x^2} \sin ^{-1}\left (\sqrt {b x^2+1}\right )^{n+1}}{b (n+1) x} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 0.45, size = 41, normalized size = 1.08 \[ \frac {\sqrt {-b x^{2}} \arcsin \left (\sqrt {b x^{2} + 1}\right )^{n} \arcsin \left (\sqrt {b x^{2} + 1}\right )}{{\left (b n + b\right )} x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Timed out

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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^2+1)^(1/2))^n/(b*x^2+1)^(1/2),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: Error executing code in Maxima: sign: argument cannot be imaginary
; found sqrt(-_SAGE_VAR_b)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \begin {cases} \frac {2 x}{\pi } & \text {for}\: b = 0 \wedge n = -1 \\x \left (\frac {\pi }{2}\right )^{n} & \text {for}\: b = 0 \\\int \frac {1}{\sqrt {b x^{2} + 1} \operatorname {asin}{\left (\sqrt {b x^{2} + 1} \right )}}\, dx & \text {for}\: n = -1 \\\frac {i \sqrt {b} \sqrt {x^{2}} \operatorname {asin}{\left (\sqrt {b x^{2} + 1} \right )} \operatorname {asin}^{n}{\left (\sqrt {b x^{2} + 1} \right )}}{b n x + b x} & \text {otherwise} \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Piecewise((2*x/pi, Eq(b, 0) & Eq(n, -1)), (x*(pi/2)**n, Eq(b, 0)), (Integral(1/(sqrt(b*x**2 + 1)*asin(sqrt(b*x
**2 + 1))), x), Eq(n, -1)), (I*sqrt(b)*sqrt(x**2)*asin(sqrt(b*x**2 + 1))*asin(sqrt(b*x**2 + 1))**n/(b*n*x + b*
x), True))

________________________________________________________________________________________