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

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

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.0680877, antiderivative size = 61, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 4, integrand size = 23, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.174, Rules used = {4805, 4627, 329, 221} \[ \frac{4 b F\left (\left .\sin ^{-1}\left (\frac{\sqrt{e (c+d x)}}{\sqrt{e}}\right )\right |-1\right )}{d e^{3/2}}-\frac{2 \left (a+b \sin ^{-1}(c+d x)\right )}{d e \sqrt{e (c+d x)}} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 4805

Int[((a_.) + ArcSin[(c_) + (d_.)*(x_)]*(b_.))^(n_.)*((e_.) + (f_.)*(x_))^(m_.), x_Symbol] :> Dist[1/d, Subst[I
nt[((d*e - c*f)/d + (f*x)/d)^m*(a + b*ArcSin[x])^n, x], x, c + d*x], x] /; FreeQ[{a, b, c, d, e, f, m, n}, x]

Rule 4627

Int[((a_.) + ArcSin[(c_.)*(x_)]*(b_.))^(n_.)*((d_.)*(x_))^(m_.), x_Symbol] :> Simp[((d*x)^(m + 1)*(a + b*ArcSi
n[c*x])^n)/(d*(m + 1)), x] - Dist[(b*c*n)/(d*(m + 1)), Int[((d*x)^(m + 1)*(a + b*ArcSin[c*x])^(n - 1))/Sqrt[1
- c^2*x^2], x], x] /; FreeQ[{a, b, c, d, m}, x] && IGtQ[n, 0] && NeQ[m, -1]

Rule 329

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> With[{k = Denominator[m]}, Dist[k/c, Subst[I
nt[x^(k*(m + 1) - 1)*(a + (b*x^(k*n))/c^n)^p, x], x, (c*x)^(1/k)], x]] /; FreeQ[{a, b, c, p}, x] && IGtQ[n, 0]
 && FractionQ[m] && IntBinomialQ[a, b, c, n, m, p, x]

Rule 221

Int[1/Sqrt[(a_) + (b_.)*(x_)^4], x_Symbol] :> Simp[EllipticF[ArcSin[(Rt[-b, 4]*x)/Rt[a, 4]], -1]/(Rt[a, 4]*Rt[
-b, 4]), x] /; FreeQ[{a, b}, x] && NegQ[b/a] && GtQ[a, 0]

Rubi steps

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

Mathematica [C]  time = 0.0235713, size = 54, normalized size = 0.89 \[ -\frac{2 \left (-2 b (c+d x) \text{Hypergeometric2F1}\left (\frac{1}{4},\frac{1}{2},\frac{5}{4},(c+d x)^2\right )+a+b \sin ^{-1}(c+d x)\right )}{d e \sqrt{e (c+d x)}} \]

Antiderivative was successfully verified.

[In]

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

[Out]

(-2*(a + b*ArcSin[c + d*x] - 2*b*(c + d*x)*Hypergeometric2F1[1/4, 1/2, 5/4, (c + d*x)^2]))/(d*e*Sqrt[e*(c + d*
x)])

________________________________________________________________________________________

Maple [B]  time = 0.01, size = 132, normalized size = 2.2 \begin{align*} 2\,{\frac{1}{de} \left ( -{\frac{a}{\sqrt{dex+ce}}}+b \left ( -{\frac{1}{\sqrt{dex+ce}}\arcsin \left ({\frac{dex+ce}{e}} \right ) }+2\,{\frac{{\it EllipticF} \left ( \sqrt{dex+ce}\sqrt{{e}^{-1}},i \right ) }{e\sqrt{{e}^{-1}}}\sqrt{1-{\frac{dex+ce}{e}}}\sqrt{{\frac{dex+ce}{e}}+1}{\frac{1}{\sqrt{-{\frac{ \left ( dex+ce \right ) ^{2}}{{e}^{2}}}+1}}}} \right ) \right ) } \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

2/d/e*(-1/(d*e*x+c*e)^(1/2)*a+b*(-1/(d*e*x+c*e)^(1/2)*arcsin((d*e*x+c*e)/e)+2/e/(1/e)^(1/2)*(1-(d*e*x+c*e)/e)^
(1/2)*((d*e*x+c*e)/e+1)^(1/2)/(-(d*e*x+c*e)^2/e^2+1)^(1/2)*EllipticF((d*e*x+c*e)^(1/2)*(1/e)^(1/2),I)))

________________________________________________________________________________________

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

[Out]

Exception raised: ValueError

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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