3.232 \(\int \frac{1}{(c e+d e x) (a+b \sin ^{-1}(c+d x))^3} \, dx\)

Optimal. Leaf size=26 \[ \frac{\text{Unintegrable}\left (\frac{1}{(c+d x) \left (a+b \sin ^{-1}(c+d x)\right )^3},x\right )}{e} \]

[Out]

Unintegrable[1/((c + d*x)*(a + b*ArcSin[c + d*x])^3), x]/e

________________________________________________________________________________________

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

Verification is Not applicable to the result.

[In]

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

[Out]

Defer[Subst][Defer[Int][1/(x*(a + b*ArcSin[x])^3), x], x, c + d*x]/(d*e)

Rubi steps

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

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

Verification is Not applicable to the result.

[In]

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

[Out]

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

________________________________________________________________________________________

Maple [A]  time = 0.102, size = 0, normalized size = 0. \begin{align*} \int{\frac{1}{ \left ( dex+ce \right ) \left ( a+b\arcsin \left ( dx+c \right ) \right ) ^{3}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(d*e*x+c*e)/(a+b*arcsin(d*x+c))^3,x)

[Out]

int(1/(d*e*x+c*e)/(a+b*arcsin(d*x+c))^3,x)

________________________________________________________________________________________

Maxima [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(1/(d*e*x+c*e)/(a+b*arcsin(d*x+c))^3,x, algorithm="maxima")

[Out]

Timed out

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{1}{a^{3} d e x + a^{3} c e +{\left (b^{3} d e x + b^{3} c e\right )} \arcsin \left (d x + c\right )^{3} + 3 \,{\left (a b^{2} d e x + a b^{2} c e\right )} \arcsin \left (d x + c\right )^{2} + 3 \,{\left (a^{2} b d e x + a^{2} b c e\right )} \arcsin \left (d x + c\right )}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integral(1/(a^3*d*e*x + a^3*c*e + (b^3*d*e*x + b^3*c*e)*arcsin(d*x + c)^3 + 3*(a*b^2*d*e*x + a*b^2*c*e)*arcsin
(d*x + c)^2 + 3*(a^2*b*d*e*x + a^2*b*c*e)*arcsin(d*x + c)), x)

________________________________________________________________________________________

Sympy [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \frac{\int \frac{1}{a^{3} c + a^{3} d x + 3 a^{2} b c \operatorname{asin}{\left (c + d x \right )} + 3 a^{2} b d x \operatorname{asin}{\left (c + d x \right )} + 3 a b^{2} c \operatorname{asin}^{2}{\left (c + d x \right )} + 3 a b^{2} d x \operatorname{asin}^{2}{\left (c + d x \right )} + b^{3} c \operatorname{asin}^{3}{\left (c + d x \right )} + b^{3} d x \operatorname{asin}^{3}{\left (c + d x \right )}}\, dx}{e} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(d*e*x+c*e)/(a+b*asin(d*x+c))**3,x)

[Out]

Integral(1/(a**3*c + a**3*d*x + 3*a**2*b*c*asin(c + d*x) + 3*a**2*b*d*x*asin(c + d*x) + 3*a*b**2*c*asin(c + d*
x)**2 + 3*a*b**2*d*x*asin(c + d*x)**2 + b**3*c*asin(c + d*x)**3 + b**3*d*x*asin(c + d*x)**3), x)/e

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{1}{{\left (d e x + c e\right )}{\left (b \arcsin \left (d x + c\right ) + a\right )}^{3}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(1/((d*e*x + c*e)*(b*arcsin(d*x + c) + a)^3), x)