3.19 \(\int \frac {1}{a+b \sin ^{-1}(c x)} \, dx\)

Optimal. Leaf size=53 \[ \frac {\cos \left (\frac {a}{b}\right ) \text {Ci}\left (\frac {a+b \sin ^{-1}(c x)}{b}\right )}{b c}+\frac {\sin \left (\frac {a}{b}\right ) \text {Si}\left (\frac {a+b \sin ^{-1}(c x)}{b}\right )}{b c} \]

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.07, antiderivative size = 53, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.400, Rules used = {4623, 3303, 3299, 3302} \[ \frac {\cos \left (\frac {a}{b}\right ) \text {CosIntegral}\left (\frac {a+b \sin ^{-1}(c x)}{b}\right )}{b c}+\frac {\sin \left (\frac {a}{b}\right ) \text {Si}\left (\frac {a+b \sin ^{-1}(c x)}{b}\right )}{b c} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 3299

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 3302

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 3303

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 4623

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]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 44, normalized size = 0.83 \[ \frac {\cos \left (\frac {a}{b}\right ) \text {Ci}\left (\frac {a}{b}+\sin ^{-1}(c x)\right )+\sin \left (\frac {a}{b}\right ) \text {Si}\left (\frac {a}{b}+\sin ^{-1}(c x)\right )}{b c} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

fricas [F]  time = 1.60, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {1}{b \arcsin \left (c x\right ) + a}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [A]  time = 0.35, size = 49, normalized size = 0.92 \[ \frac {\cos \left (\frac {a}{b}\right ) \operatorname {Ci}\left (\frac {a}{b} + \arcsin \left (c x\right )\right )}{b c} + \frac {\sin \left (\frac {a}{b}\right ) \operatorname {Si}\left (\frac {a}{b} + \arcsin \left (c x\right )\right )}{b c} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.00, size = 48, normalized size = 0.91 \[ \frac {\frac {\Si \left (\arcsin \left (c x \right )+\frac {a}{b}\right ) \sin \left (\frac {a}{b}\right )}{b}+\frac {\Ci \left (\arcsin \left (c x \right )+\frac {a}{b}\right ) \cos \left (\frac {a}{b}\right )}{b}}{c} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{b \arcsin \left (c x\right ) + a}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________