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

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

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.0967922, 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{\left (a+b \sin ^{-1}(c+d x)\right )^{3/2}}{c e+d e x} \, dx \]

Verification is Not applicable to the result.

[In]

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

[Out]

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

Rubi steps

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

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

Verification is Not applicable to the result.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: UnboundLocalError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Exception raised: UnboundLocalError

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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