3.115 \(\int \frac {x}{\sqrt {1-x^2} \sqrt {\cos ^{-1}(x)}} \, dx\)

Optimal. Leaf size=26 \[ -\sqrt {2 \pi } C\left (\sqrt {\frac {2}{\pi }} \sqrt {\cos ^{-1}(x)}\right ) \]

[Out]

-FresnelC(2^(1/2)/Pi^(1/2)*arccos(x)^(1/2))*2^(1/2)*Pi^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.07, antiderivative size = 26, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.158, Rules used = {4724, 3304, 3352} \[ -\sqrt {2 \pi } \text {FresnelC}\left (\sqrt {\frac {2}{\pi }} \sqrt {\cos ^{-1}(x)}\right ) \]

Antiderivative was successfully verified.

[In]

Int[x/(Sqrt[1 - x^2]*Sqrt[ArcCos[x]]),x]

[Out]

-(Sqrt[2*Pi]*FresnelC[Sqrt[2/Pi]*Sqrt[ArcCos[x]]])

Rule 3304

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

Rule 3352

Int[Cos[(d_.)*((e_.) + (f_.)*(x_))^2], x_Symbol] :> Simp[(Sqrt[Pi/2]*FresnelC[Sqrt[2/Pi]*Rt[d, 2]*(e + f*x)])/
(f*Rt[d, 2]), x] /; FreeQ[{d, e, f}, x]

Rule 4724

Int[((a_.) + ArcCos[(c_.)*(x_)]*(b_.))^(n_.)*(x_)^(m_.)*((d_) + (e_.)*(x_)^2)^(p_.), x_Symbol] :> -Dist[d^p/c^
(m + 1), Subst[Int[(a + b*x)^n*Cos[x]^m*Sin[x]^(2*p + 1), x], x, ArcCos[c*x]], x] /; FreeQ[{a, b, c, d, e, n},
 x] && EqQ[c^2*d + e, 0] && IntegerQ[2*p] && GtQ[p, -1] && IGtQ[m, 0] && (IntegerQ[p] || GtQ[d, 0])

Rubi steps

\begin {align*} \int \frac {x}{\sqrt {1-x^2} \sqrt {\cos ^{-1}(x)}} \, dx &=-\operatorname {Subst}\left (\int \frac {\cos (x)}{\sqrt {x}} \, dx,x,\cos ^{-1}(x)\right )\\ &=-\left (2 \operatorname {Subst}\left (\int \cos \left (x^2\right ) \, dx,x,\sqrt {\cos ^{-1}(x)}\right )\right )\\ &=-\sqrt {2 \pi } C\left (\sqrt {\frac {2}{\pi }} \sqrt {\cos ^{-1}(x)}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [C]  time = 0.09, size = 56, normalized size = 2.15 \[ \frac {i \left (\sqrt {-i \cos ^{-1}(x)} \Gamma \left (\frac {1}{2},-i \cos ^{-1}(x)\right )-\sqrt {i \cos ^{-1}(x)} \Gamma \left (\frac {1}{2},i \cos ^{-1}(x)\right )\right )}{2 \sqrt {\cos ^{-1}(x)}} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[x/(Sqrt[1 - x^2]*Sqrt[ArcCos[x]]),x]

[Out]

((I/2)*(Sqrt[(-I)*ArcCos[x]]*Gamma[1/2, (-I)*ArcCos[x]] - Sqrt[I*ArcCos[x]]*Gamma[1/2, I*ArcCos[x]]))/Sqrt[Arc
Cos[x]]

________________________________________________________________________________________

fricas [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(-x^2+1)^(1/2)/arccos(x)^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

________________________________________________________________________________________

giac [B]  time = 0.28, size = 58, normalized size = 2.23 \[ \frac {\sqrt {2} \sqrt {\pi } i \operatorname {erf}\left (\frac {\sqrt {2} \sqrt {\arccos \relax (x)}}{i - 1}\right )}{2 \, {\left (i - 1\right )}} - \frac {\sqrt {2} \sqrt {\pi } \operatorname {erf}\left (-\frac {\sqrt {2} i \sqrt {\arccos \relax (x)}}{i - 1}\right )}{2 \, {\left (i - 1\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(-x^2+1)^(1/2)/arccos(x)^(1/2),x, algorithm="giac")

[Out]

1/2*sqrt(2)*sqrt(pi)*i*erf(sqrt(2)*sqrt(arccos(x))/(i - 1))/(i - 1) - 1/2*sqrt(2)*sqrt(pi)*erf(-sqrt(2)*i*sqrt
(arccos(x))/(i - 1))/(i - 1)

________________________________________________________________________________________

maple [A]  time = 0.34, size = 21, normalized size = 0.81 \[ -\FresnelC \left (\frac {\sqrt {2}\, \sqrt {\arccos \relax (x )}}{\sqrt {\pi }}\right ) \sqrt {2}\, \sqrt {\pi } \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/(-x^2+1)^(1/2)/arccos(x)^(1/2),x)

[Out]

-FresnelC(2^(1/2)/Pi^(1/2)*arccos(x)^(1/2))*2^(1/2)*Pi^(1/2)

________________________________________________________________________________________

maxima [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: RuntimeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(-x^2+1)^(1/2)/arccos(x)^(1/2),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: Error executing code in Maxima: expt: undefined: 0 to a negative e
xponent.

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.04 \[ \int \frac {x}{\sqrt {\mathrm {acos}\relax (x)}\,\sqrt {1-x^2}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/(acos(x)^(1/2)*(1 - x^2)^(1/2)),x)

[Out]

int(x/(acos(x)^(1/2)*(1 - x^2)^(1/2)), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x}{\sqrt {- \left (x - 1\right ) \left (x + 1\right )} \sqrt {\operatorname {acos}{\relax (x )}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(-x**2+1)**(1/2)/acos(x)**(1/2),x)

[Out]

Integral(x/(sqrt(-(x - 1)*(x + 1))*sqrt(acos(x))), x)

________________________________________________________________________________________