3.3.19 \(\int \frac {1}{a+b \text {ArcSin}(c+d x)} \, dx\) [219]

Optimal. Leaf size=57 \[ \frac {\cos \left (\frac {a}{b}\right ) \text {CosIntegral}\left (\frac {a+b \text {ArcSin}(c+d x)}{b}\right )}{b d}+\frac {\sin \left (\frac {a}{b}\right ) \text {Si}\left (\frac {a+b \text {ArcSin}(c+d x)}{b}\right )}{b d} \]

[Out]

Ci((a+b*arcsin(d*x+c))/b)*cos(a/b)/b/d+Si((a+b*arcsin(d*x+c))/b)*sin(a/b)/b/d

________________________________________________________________________________________

Rubi [A]
time = 0.06, antiderivative size = 57, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 5, integrand size = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.417, Rules used = {4887, 4719, 3384, 3380, 3383} \begin {gather*} \frac {\cos \left (\frac {a}{b}\right ) \text {CosIntegral}\left (\frac {a+b \text {ArcSin}(c+d x)}{b}\right )}{b d}+\frac {\sin \left (\frac {a}{b}\right ) \text {Si}\left (\frac {a+b \text {ArcSin}(c+d x)}{b}\right )}{b d} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*ArcSin[c + d*x])^(-1),x]

[Out]

(Cos[a/b]*CosIntegral[(a + b*ArcSin[c + d*x])/b])/(b*d) + (Sin[a/b]*SinIntegral[(a + b*ArcSin[c + d*x])/b])/(b
*d)

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 3384

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

Rule 4719

Int[((a_.) + ArcSin[(c_.)*(x_)]*(b_.))^(n_), x_Symbol] :> Dist[1/(b*c), Subst[Int[x^n*Cos[-a/b + x/b], x], x,
a + b*ArcSin[c*x]], x] /; FreeQ[{a, b, c, n}, x]

Rule 4887

Int[((a_.) + ArcSin[(c_) + (d_.)*(x_)]*(b_.))^(n_.), x_Symbol] :> Dist[1/d, Subst[Int[(a + b*ArcSin[x])^n, x],
 x, c + d*x], x] /; FreeQ[{a, b, c, d, n}, x]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.07, size = 48, normalized size = 0.84 \begin {gather*} \frac {\cos \left (\frac {a}{b}\right ) \text {CosIntegral}\left (\frac {a}{b}+\text {ArcSin}(c+d x)\right )+\sin \left (\frac {a}{b}\right ) \text {Si}\left (\frac {a}{b}+\text {ArcSin}(c+d x)\right )}{b d} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*ArcSin[c + d*x])^(-1),x]

[Out]

(Cos[a/b]*CosIntegral[a/b + ArcSin[c + d*x]] + Sin[a/b]*SinIntegral[a/b + ArcSin[c + d*x]])/(b*d)

________________________________________________________________________________________

Maple [A]
time = 0.09, size = 52, normalized size = 0.91

method result size
derivativedivides \(\frac {\frac {\sinIntegral \left (\arcsin \left (d x +c \right )+\frac {a}{b}\right ) \sin \left (\frac {a}{b}\right )}{b}+\frac {\cosineIntegral \left (\arcsin \left (d x +c \right )+\frac {a}{b}\right ) \cos \left (\frac {a}{b}\right )}{b}}{d}\) \(52\)
default \(\frac {\frac {\sinIntegral \left (\arcsin \left (d x +c \right )+\frac {a}{b}\right ) \sin \left (\frac {a}{b}\right )}{b}+\frac {\cosineIntegral \left (\arcsin \left (d x +c \right )+\frac {a}{b}\right ) \cos \left (\frac {a}{b}\right )}{b}}{d}\) \(52\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(a+b*arcsin(d*x+c)),x,method=_RETURNVERBOSE)

[Out]

1/d*(Si(arcsin(d*x+c)+a/b)*sin(a/b)/b+Ci(arcsin(d*x+c)+a/b)*cos(a/b)/b)

________________________________________________________________________________________

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

[Out]

integrate(1/(b*arcsin(d*x + c) + 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(1/(a+b*arcsin(d*x+c)),x, algorithm="fricas")

[Out]

integral(1/(b*arcsin(d*x + c) + a), x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Giac [A]
time = 0.42, size = 53, normalized size = 0.93 \begin {gather*} \frac {\cos \left (\frac {a}{b}\right ) \operatorname {Ci}\left (\frac {a}{b} + \arcsin \left (d x + c\right )\right )}{b d} + \frac {\sin \left (\frac {a}{b}\right ) \operatorname {Si}\left (\frac {a}{b} + \arcsin \left (d x + c\right )\right )}{b d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

cos(a/b)*cos_integral(a/b + arcsin(d*x + c))/(b*d) + sin(a/b)*sin_integral(a/b + arcsin(d*x + c))/(b*d)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(a + b*asin(c + d*x)),x)

[Out]

int(1/(a + b*asin(c + d*x)), x)

________________________________________________________________________________________