3.2.15 \(\int \frac {x}{\sqrt {1-x^2} \sqrt {\text {ArcCos}(x)}} \, dx\) [115]

Optimal. Leaf size=26 \[ -\sqrt {2 \pi } \text {FresnelC}\left (\sqrt {\frac {2}{\pi }} \sqrt {\text {ArcCos}(x)}\right ) \]

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.05, 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 = {4810, 3385, 3433} \begin {gather*} -\sqrt {2 \pi } \text {FresnelC}\left (\sqrt {\frac {2}{\pi }} \sqrt {\text {ArcCos}(x)}\right ) \end {gather*}

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 3385

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 3433

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

Rule 4810

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

Rubi steps

\begin {align*} \int \frac {x}{\sqrt {1-x^2} \sqrt {\cos ^{-1}(x)}} \, dx &=-\text {Subst}\left (\int \frac {\cos (x)}{\sqrt {x}} \, dx,x,\cos ^{-1}(x)\right )\\ &=-\left (2 \text {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] Result contains complex when optimal does not.
time = 0.06, size = 56, normalized size = 2.15 \begin {gather*} \frac {i \left (\sqrt {-i \text {ArcCos}(x)} \text {Gamma}\left (\frac {1}{2},-i \text {ArcCos}(x)\right )-\sqrt {i \text {ArcCos}(x)} \text {Gamma}\left (\frac {1}{2},i \text {ArcCos}(x)\right )\right )}{2 \sqrt {\text {ArcCos}(x)}} \end {gather*}

Antiderivative was successfully verified.

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

________________________________________________________________________________________

Maple [A]
time = 0.68, size = 21, normalized size = 0.81

method result size
default \(-\FresnelC \left (\frac {\sqrt {2}\, \sqrt {\arccos \left (x \right )}}{\sqrt {\pi }}\right ) \sqrt {2}\, \sqrt {\pi }\) \(21\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[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 \begin {gather*} \text {Exception raised: RuntimeError} \end {gather*}

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.

________________________________________________________________________________________

Fricas [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: TypeError} \end {gather*}

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)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {x}{\sqrt {- \left (x - 1\right ) \left (x + 1\right )} \sqrt {\operatorname {acos}{\left (x \right )}}}\, dx \end {gather*}

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)

________________________________________________________________________________________

Giac [C] Result contains complex when optimal does not.
time = 0.43, size = 37, normalized size = 1.42 \begin {gather*} \left (\frac {1}{4} i + \frac {1}{4}\right ) \, \sqrt {2} \sqrt {\pi } \operatorname {erf}\left (\left (\frac {1}{2} i - \frac {1}{2}\right ) \, \sqrt {2} \sqrt {\arccos \left (x\right )}\right ) - \left (\frac {1}{4} i - \frac {1}{4}\right ) \, \sqrt {2} \sqrt {\pi } \operatorname {erf}\left (-\left (\frac {1}{2} i + \frac {1}{2}\right ) \, \sqrt {2} \sqrt {\arccos \left (x\right )}\right ) \end {gather*}

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/4*I + 1/4)*sqrt(2)*sqrt(pi)*erf((1/2*I - 1/2)*sqrt(2)*sqrt(arccos(x))) - (1/4*I - 1/4)*sqrt(2)*sqrt(pi)*erf
(-(1/2*I + 1/2)*sqrt(2)*sqrt(arccos(x)))

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.04 \begin {gather*} \int \frac {x}{\sqrt {\mathrm {acos}\left (x\right )}\,\sqrt {1-x^2}} \,d x \end {gather*}

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)

________________________________________________________________________________________