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

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

[Out]

Ci(arcsin(b*x+a))/b

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 11, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 8, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.375, Rules used = {4803, 4623, 3302} \[ \frac {\text {CosIntegral}\left (\sin ^{-1}(a+b x)\right )}{b} \]

Antiderivative was successfully verified.

[In]

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

[Out]

CosIntegral[ArcSin[a + b*x]]/b

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 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]

Rule 4803

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}{\sin ^{-1}(a+b x)} \, dx &=\frac {\operatorname {Subst}\left (\int \frac {1}{\sin ^{-1}(x)} \, dx,x,a+b x\right )}{b}\\ &=\frac {\operatorname {Subst}\left (\int \frac {\cos (x)}{x} \, dx,x,\sin ^{-1}(a+b x)\right )}{b}\\ &=\frac {\text {Ci}\left (\sin ^{-1}(a+b x)\right )}{b}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 11, normalized size = 1.00 \[ \frac {\text {Ci}\left (\sin ^{-1}(a+b x)\right )}{b} \]

Antiderivative was successfully verified.

[In]

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

[Out]

CosIntegral[ArcSin[a + b*x]]/b

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [A]  time = 0.33, size = 11, normalized size = 1.00 \[ \frac {\operatorname {Ci}\left (\arcsin \left (b x + a\right )\right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

cos_integral(arcsin(b*x + a))/b

________________________________________________________________________________________

maple [A]  time = 0.06, size = 12, normalized size = 1.09 \[ \frac {\Ci \left (\arcsin \left (b x +a \right )\right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Ci(arcsin(b*x+a))/b

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________