3.3.58 \(\int \frac {(a+b \text {ArcSin}(c+d x))^{7/2}}{c e+d e x} \, dx\) [258]

Optimal. Leaf size=29 \[ \frac {\text {Int}\left (\frac {(a+b \text {ArcSin}(c+d x))^{7/2}}{c+d x},x\right )}{e} \]

[Out]

Unintegrable((a+b*arcsin(d*x+c))^(7/2)/(d*x+c),x)/e

________________________________________________________________________________________

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 = {} \begin {gather*} \int \frac {(a+b \text {ArcSin}(c+d x))^{7/2}}{c e+d e x} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

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

[Out]

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.88, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {(a+b \text {ArcSin}(c+d x))^{7/2}}{c e+d e x} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

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

[Out]

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

________________________________________________________________________________________

Maple [A]
time = 0.34, size = 0, normalized size = 0.00 \[\int \frac {\left (a +b \arcsin \left (d x +c \right )\right )^{\frac {7}{2}}}{d e x +c e}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

________________________________________________________________________________________

Sympy [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: SystemError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Exception raised: SystemError >> excessive stack use: stack is 3061 deep

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.03 \begin {gather*} \int \frac {{\left (a+b\,\mathrm {asin}\left (c+d\,x\right )\right )}^{7/2}}{c\,e+d\,e\,x} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*asin(c + d*x))^(7/2)/(c*e + d*e*x),x)

[Out]

int((a + b*asin(c + d*x))^(7/2)/(c*e + d*e*x), x)

________________________________________________________________________________________