3.400 \(\int x^{-1+n} \sin ^{-1}(a+b x^n) \, dx\)

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

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.0534496, antiderivative size = 47, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 4, integrand size = 14, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.286, Rules used = {6715, 4803, 4619, 261} \[ \frac{\sqrt{1-\left (a+b x^n\right )^2}}{b n}+\frac{\left (a+b x^n\right ) \sin ^{-1}\left (a+b x^n\right )}{b n} \]

Antiderivative was successfully verified.

[In]

Int[x^(-1 + n)*ArcSin[a + b*x^n],x]

[Out]

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

Rule 6715

Int[(u_)*(x_)^(m_.), x_Symbol] :> Dist[1/(m + 1), Subst[Int[SubstFor[x^(m + 1), u, x], x], x, x^(m + 1)], x] /
; FreeQ[m, x] && NeQ[m, -1] && FunctionOfQ[x^(m + 1), u, x]

Rule 4803

Int[((a_.) + ArcSin[(c_) + (d_.)*(x_)]*(b_.))^(n_.), x_Symbol] :> Dist[1/d, Subst[Int[(a + b*ArcSin[x])^n, x],
 x, c + d*x], x] /; FreeQ[{a, b, c, d, n}, x]

Rule 4619

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]

Rule 261

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]

Rubi steps

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

Mathematica [A]  time = 0.0348918, size = 47, normalized size = 1. \[ \frac{\sqrt{1-\left (a+b x^n\right )^2}}{b n}+\frac{\left (a+b x^n\right ) \sin ^{-1}\left (a+b x^n\right )}{b n} \]

Antiderivative was successfully verified.

[In]

Integrate[x^(-1 + n)*ArcSin[a + b*x^n],x]

[Out]

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

________________________________________________________________________________________

Maple [F]  time = 0.066, size = 0, normalized size = 0. \begin{align*} \int{x}^{n-1}\arcsin \left ( a+b{x}^{n} \right ) \, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Maxima [A]  time = 1.46805, size = 53, normalized size = 1.13 \begin{align*} \frac{{\left (b x^{n} + a\right )} \arcsin \left (b x^{n} + a\right ) + \sqrt{-{\left (b x^{n} + a\right )}^{2} + 1}}{b n} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [A]  time = 2.54383, size = 132, normalized size = 2.81 \begin{align*} \frac{b x^{n} \arcsin \left (b x^{n} + a\right ) + a \arcsin \left (b x^{n} + a\right ) + \sqrt{-b^{2} x^{2 \, n} - 2 \, a b x^{n} - a^{2} + 1}}{b n} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 1.15034, size = 53, normalized size = 1.13 \begin{align*} \frac{{\left (b x^{n} + a\right )} \arcsin \left (b x^{n} + a\right ) + \sqrt{-{\left (b x^{n} + a\right )}^{2} + 1}}{b n} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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