3.304 \(\int \sqrt{c e+d e x} (a+b \sin ^{-1}(c+d x))^4 \, dx\)

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

[Out]

(2*(e*(c + d*x))^(3/2)*(a + b*ArcSin[c + d*x])^4)/(3*d*e) - (8*b*Unintegrable[((e*(c + d*x))^(3/2)*(a + b*ArcS
in[c + d*x])^3)/Sqrt[1 - (c + d*x)^2], x])/(3*e)

________________________________________________________________________________________

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

Verification is Not applicable to the result.

[In]

Int[Sqrt[c*e + d*e*x]*(a + b*ArcSin[c + d*x])^4,x]

[Out]

(2*(e*(c + d*x))^(3/2)*(a + b*ArcSin[c + d*x])^4)/(3*d*e) - (8*b*Defer[Subst][Defer[Int][((e*x)^(3/2)*(a + b*A
rcSin[x])^3)/Sqrt[1 - x^2], x], x, c + d*x])/(3*d*e)

Rubi steps

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

Mathematica [F]  time = 180.002, size = 0, normalized size = 0. \[ \text{\$Aborted} \]

Verification is Not applicable to the result.

[In]

Integrate[Sqrt[c*e + d*e*x]*(a + b*ArcSin[c + d*x])^4,x]

[Out]

$Aborted

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Exception raised: ValueError

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integral((b^4*arcsin(d*x + c)^4 + 4*a*b^3*arcsin(d*x + c)^3 + 6*a^2*b^2*arcsin(d*x + c)^2 + 4*a^3*b*arcsin(d*x
 + c) + a^4)*sqrt(d*e*x + c*e), x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(sqrt(d*e*x + c*e)*(b*arcsin(d*x + c) + a)^4, x)