3.176 \(\int \frac {(a+b \sin ^{-1}(c+d x))^n}{x} \, dx\)

Optimal. Leaf size=19 \[ \text {Int}\left (\frac {\left (a+b \sin ^{-1}(c+d x)\right )^n}{x},x\right ) \]

[Out]

Unintegrable((a+b*arcsin(d*x+c))^n/x,x)

________________________________________________________________________________________

Rubi [A]  time = 0.06, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {\left (a+b \sin ^{-1}(c+d x)\right )^n}{x} \, dx \]

Verification is Not applicable to the result.

[In]

Int[(a + b*ArcSin[c + d*x])^n/x,x]

[Out]

Defer[Subst][Defer[Int][(a + b*ArcSin[x])^n/(-(c/d) + x/d), x], x, c + d*x]/d

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.21, size = 0, normalized size = 0.00 \[ \int \frac {\left (a+b \sin ^{-1}(c+d x)\right )^n}{x} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[(a + b*ArcSin[c + d*x])^n/x,x]

[Out]

Integrate[(a + b*ArcSin[c + d*x])^n/x, x]

________________________________________________________________________________________

fricas [A]  time = 0.47, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {{\left (b \arcsin \left (d x + c\right ) + a\right )}^{n}}{x}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arcsin(d*x+c))^n/x,x, algorithm="fricas")

[Out]

integral((b*arcsin(d*x + c) + a)^n/x, x)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {{\left (b \arcsin \left (d x + c\right ) + a\right )}^{n}}{x}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arcsin(d*x+c))^n/x,x, algorithm="giac")

[Out]

integrate((b*arcsin(d*x + c) + a)^n/x, x)

________________________________________________________________________________________

maple [A]  time = 0.26, size = 0, normalized size = 0.00 \[ \int \frac {\left (a +b \arcsin \left (d x +c \right )\right )^{n}}{x}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*arcsin(d*x+c))^n/x,x)

[Out]

int((a+b*arcsin(d*x+c))^n/x,x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {{\left (b \arcsin \left (d x + c\right ) + a\right )}^{n}}{x}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arcsin(d*x+c))^n/x,x, algorithm="maxima")

[Out]

integrate((b*arcsin(d*x + c) + a)^n/x, x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.05 \[ \int \frac {{\left (a+b\,\mathrm {asin}\left (c+d\,x\right )\right )}^n}{x} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*asin(c + d*x))^n/x,x)

[Out]

int((a + b*asin(c + d*x))^n/x, x)

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\left (a + b \operatorname {asin}{\left (c + d x \right )}\right )^{n}}{x}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*asin(d*x+c))**n/x,x)

[Out]

Integral((a + b*asin(c + d*x))**n/x, x)

________________________________________________________________________________________