3.2.43 \(\int \frac {x^2}{\text {ArcSin}(a+b x)} \, dx\) [143]

Optimal. Leaf size=60 \[ \frac {\text {CosIntegral}(\text {ArcSin}(a+b x))}{4 b^3}+\frac {a^2 \text {CosIntegral}(\text {ArcSin}(a+b x))}{b^3}-\frac {\text {CosIntegral}(3 \text {ArcSin}(a+b x))}{4 b^3}-\frac {a \text {Si}(2 \text {ArcSin}(a+b x))}{b^3} \]

[Out]

1/4*Ci(arcsin(b*x+a))/b^3+a^2*Ci(arcsin(b*x+a))/b^3-1/4*Ci(3*arcsin(b*x+a))/b^3-a*Si(2*arcsin(b*x+a))/b^3

________________________________________________________________________________________

Rubi [A]
time = 0.45, antiderivative size = 60, normalized size of antiderivative = 1.00, number of steps used = 14, number of rules used = 8, integrand size = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.667, Rules used = {4889, 4831, 6873, 12, 6874, 3383, 4491, 3380} \begin {gather*} \frac {a^2 \text {CosIntegral}(\text {ArcSin}(a+b x))}{b^3}+\frac {\text {CosIntegral}(\text {ArcSin}(a+b x))}{4 b^3}-\frac {\text {CosIntegral}(3 \text {ArcSin}(a+b x))}{4 b^3}-\frac {a \text {Si}(2 \text {ArcSin}(a+b x))}{b^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^2/ArcSin[a + b*x],x]

[Out]

CosIntegral[ArcSin[a + b*x]]/(4*b^3) + (a^2*CosIntegral[ArcSin[a + b*x]])/b^3 - CosIntegral[3*ArcSin[a + b*x]]
/(4*b^3) - (a*SinIntegral[2*ArcSin[a + b*x]])/b^3

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 3380

Int[sin[(e_.) + (f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[SinIntegral[e + f*x]/d, x] /; FreeQ[{c, d,
 e, f}, x] && EqQ[d*e - c*f, 0]

Rule 3383

Int[sin[(e_.) + (f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[CosIntegral[e - Pi/2 + f*x]/d, x] /; FreeQ
[{c, d, e, f}, x] && EqQ[d*(e - Pi/2) - c*f, 0]

Rule 4491

Int[Cos[(a_.) + (b_.)*(x_)]^(p_.)*((c_.) + (d_.)*(x_))^(m_.)*Sin[(a_.) + (b_.)*(x_)]^(n_.), x_Symbol] :> Int[E
xpandTrigReduce[(c + d*x)^m, Sin[a + b*x]^n*Cos[a + b*x]^p, x], x] /; FreeQ[{a, b, c, d, m}, x] && IGtQ[n, 0]
&& IGtQ[p, 0]

Rule 4831

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

Rule 4889

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 6873

Int[u_, x_Symbol] :> With[{v = NormalizeIntegrand[u, x]}, Int[v, x] /; v =!= u]

Rule 6874

Int[u_, x_Symbol] :> With[{v = ExpandIntegrand[u, x]}, Int[v, x] /; SumQ[v]]

Rubi steps

\begin {align*} \int \frac {x^2}{\sin ^{-1}(a+b x)} \, dx &=\frac {\text {Subst}\left (\int \frac {\left (-\frac {a}{b}+\frac {x}{b}\right )^2}{\sin ^{-1}(x)} \, dx,x,a+b x\right )}{b}\\ &=\frac {\text {Subst}\left (\int \frac {\cos (x) \left (-\frac {a}{b}+\frac {\sin (x)}{b}\right )^2}{x} \, dx,x,\sin ^{-1}(a+b x)\right )}{b}\\ &=\frac {\text {Subst}\left (\int \frac {\cos (x) (a-\sin (x))^2}{b^2 x} \, dx,x,\sin ^{-1}(a+b x)\right )}{b}\\ &=\frac {\text {Subst}\left (\int \frac {\cos (x) (a-\sin (x))^2}{x} \, dx,x,\sin ^{-1}(a+b x)\right )}{b^3}\\ &=\frac {\text {Subst}\left (\int \left (\frac {a^2 \cos (x)}{x}-\frac {2 a \cos (x) \sin (x)}{x}+\frac {\cos (x) \sin ^2(x)}{x}\right ) \, dx,x,\sin ^{-1}(a+b x)\right )}{b^3}\\ &=\frac {\text {Subst}\left (\int \frac {\cos (x) \sin ^2(x)}{x} \, dx,x,\sin ^{-1}(a+b x)\right )}{b^3}-\frac {(2 a) \text {Subst}\left (\int \frac {\cos (x) \sin (x)}{x} \, dx,x,\sin ^{-1}(a+b x)\right )}{b^3}+\frac {a^2 \text {Subst}\left (\int \frac {\cos (x)}{x} \, dx,x,\sin ^{-1}(a+b x)\right )}{b^3}\\ &=\frac {a^2 \text {Ci}\left (\sin ^{-1}(a+b x)\right )}{b^3}+\frac {\text {Subst}\left (\int \left (\frac {\cos (x)}{4 x}-\frac {\cos (3 x)}{4 x}\right ) \, dx,x,\sin ^{-1}(a+b x)\right )}{b^3}-\frac {(2 a) \text {Subst}\left (\int \frac {\sin (2 x)}{2 x} \, dx,x,\sin ^{-1}(a+b x)\right )}{b^3}\\ &=\frac {a^2 \text {Ci}\left (\sin ^{-1}(a+b x)\right )}{b^3}+\frac {\text {Subst}\left (\int \frac {\cos (x)}{x} \, dx,x,\sin ^{-1}(a+b x)\right )}{4 b^3}-\frac {\text {Subst}\left (\int \frac {\cos (3 x)}{x} \, dx,x,\sin ^{-1}(a+b x)\right )}{4 b^3}-\frac {a \text {Subst}\left (\int \frac {\sin (2 x)}{x} \, dx,x,\sin ^{-1}(a+b x)\right )}{b^3}\\ &=\frac {\text {Ci}\left (\sin ^{-1}(a+b x)\right )}{4 b^3}+\frac {a^2 \text {Ci}\left (\sin ^{-1}(a+b x)\right )}{b^3}-\frac {\text {Ci}\left (3 \sin ^{-1}(a+b x)\right )}{4 b^3}-\frac {a \text {Si}\left (2 \sin ^{-1}(a+b x)\right )}{b^3}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.10, size = 45, normalized size = 0.75 \begin {gather*} -\frac {-\left (\left (1+4 a^2\right ) \text {CosIntegral}(\text {ArcSin}(a+b x))\right )+\text {CosIntegral}(3 \text {ArcSin}(a+b x))+4 a \text {Si}(2 \text {ArcSin}(a+b x))}{4 b^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^2/ArcSin[a + b*x],x]

[Out]

-1/4*(-((1 + 4*a^2)*CosIntegral[ArcSin[a + b*x]]) + CosIntegral[3*ArcSin[a + b*x]] + 4*a*SinIntegral[2*ArcSin[
a + b*x]])/b^3

________________________________________________________________________________________

Maple [A]
time = 0.08, size = 49, normalized size = 0.82

method result size
derivativedivides \(\frac {-a \sinIntegral \left (2 \arcsin \left (b x +a \right )\right )+\frac {\cosineIntegral \left (\arcsin \left (b x +a \right )\right )}{4}-\frac {\cosineIntegral \left (3 \arcsin \left (b x +a \right )\right )}{4}+a^{2} \cosineIntegral \left (\arcsin \left (b x +a \right )\right )}{b^{3}}\) \(49\)
default \(\frac {-a \sinIntegral \left (2 \arcsin \left (b x +a \right )\right )+\frac {\cosineIntegral \left (\arcsin \left (b x +a \right )\right )}{4}-\frac {\cosineIntegral \left (3 \arcsin \left (b x +a \right )\right )}{4}+a^{2} \cosineIntegral \left (\arcsin \left (b x +a \right )\right )}{b^{3}}\) \(49\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2/arcsin(b*x+a),x,method=_RETURNVERBOSE)

[Out]

1/b^3*(-a*Si(2*arcsin(b*x+a))+1/4*Ci(arcsin(b*x+a))-1/4*Ci(3*arcsin(b*x+a))+a^2*Ci(arcsin(b*x+a)))

________________________________________________________________________________________

Maxima [F]
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(x^2/arcsin(b*x+a),x, algorithm="maxima")

[Out]

integrate(x^2/arcsin(b*x + a), x)

________________________________________________________________________________________

Fricas [F]
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(x^2/arcsin(b*x+a),x, algorithm="fricas")

[Out]

integral(x^2/arcsin(b*x + a), x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {x^{2}}{\operatorname {asin}{\left (a + b x \right )}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**2/asin(b*x+a),x)

[Out]

Integral(x**2/asin(a + b*x), x)

________________________________________________________________________________________

Giac [A]
time = 0.42, size = 56, normalized size = 0.93 \begin {gather*} \frac {a^{2} \operatorname {Ci}\left (\arcsin \left (b x + a\right )\right )}{b^{3}} - \frac {a \operatorname {Si}\left (2 \, \arcsin \left (b x + a\right )\right )}{b^{3}} - \frac {\operatorname {Ci}\left (3 \, \arcsin \left (b x + a\right )\right )}{4 \, b^{3}} + \frac {\operatorname {Ci}\left (\arcsin \left (b x + a\right )\right )}{4 \, b^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

a^2*cos_integral(arcsin(b*x + a))/b^3 - a*sin_integral(2*arcsin(b*x + a))/b^3 - 1/4*cos_integral(3*arcsin(b*x
+ a))/b^3 + 1/4*cos_integral(arcsin(b*x + a))/b^3

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2/asin(a + b*x),x)

[Out]

int(x^2/asin(a + b*x), x)

________________________________________________________________________________________