\(\int \frac {\arccos (\sqrt {x})}{\sqrt {x}} \, dx\) [68]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [A] (verification not implemented)
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 12, antiderivative size = 25 \[ \int \frac {\arccos \left (\sqrt {x}\right )}{\sqrt {x}} \, dx=-2 \sqrt {1-x}+2 \sqrt {x} \arccos \left (\sqrt {x}\right ) \]

[Out]

-2*(1-x)^(1/2)+2*arccos(x^(1/2))*x^(1/2)

Rubi [A] (verified)

Time = 0.01 (sec) , antiderivative size = 25, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.250, Rules used = {6847, 4716, 267} \[ \int \frac {\arccos \left (\sqrt {x}\right )}{\sqrt {x}} \, dx=2 \sqrt {x} \arccos \left (\sqrt {x}\right )-2 \sqrt {1-x} \]

[In]

Int[ArcCos[Sqrt[x]]/Sqrt[x],x]

[Out]

-2*Sqrt[1 - x] + 2*Sqrt[x]*ArcCos[Sqrt[x]]

Rule 267

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(a + b*x^n)^(p + 1)/(b*n*(p + 1)), x] /; FreeQ
[{a, b, m, n, p}, x] && EqQ[m, n - 1] && NeQ[p, -1]

Rule 4716

Int[((a_.) + ArcCos[(c_.)*(x_)]*(b_.))^(n_.), x_Symbol] :> Simp[x*(a + b*ArcCos[c*x])^n, x] + Dist[b*c*n, Int[
x*((a + b*ArcCos[c*x])^(n - 1)/Sqrt[1 - c^2*x^2]), x], x] /; FreeQ[{a, b, c}, x] && GtQ[n, 0]

Rule 6847

Int[(u_)*(x_)^(m_.), x_Symbol] :> Dist[1/(m + 1), Subst[Int[SubstFor[x^(m + 1), u, x], x], x, x^(m + 1)], x] /
; FreeQ[m, x] && NeQ[m, -1] && FunctionOfQ[x^(m + 1), u, x]

Rubi steps \begin{align*} \text {integral}& = 2 \text {Subst}\left (\int \arccos (x) \, dx,x,\sqrt {x}\right ) \\ & = 2 \sqrt {x} \arccos \left (\sqrt {x}\right )+2 \text {Subst}\left (\int \frac {x}{\sqrt {1-x^2}} \, dx,x,\sqrt {x}\right ) \\ & = -2 \sqrt {1-x}+2 \sqrt {x} \arccos \left (\sqrt {x}\right ) \\ \end{align*}

Mathematica [A] (verified)

Time = 0.01 (sec) , antiderivative size = 25, normalized size of antiderivative = 1.00 \[ \int \frac {\arccos \left (\sqrt {x}\right )}{\sqrt {x}} \, dx=-2 \sqrt {1-x}+2 \sqrt {x} \arccos \left (\sqrt {x}\right ) \]

[In]

Integrate[ArcCos[Sqrt[x]]/Sqrt[x],x]

[Out]

-2*Sqrt[1 - x] + 2*Sqrt[x]*ArcCos[Sqrt[x]]

Maple [A] (verified)

Time = 0.10 (sec) , antiderivative size = 20, normalized size of antiderivative = 0.80

method result size
derivativedivides \(-2 \sqrt {1-x}+2 \arccos \left (\sqrt {x}\right ) \sqrt {x}\) \(20\)
default \(-2 \sqrt {1-x}+2 \arccos \left (\sqrt {x}\right ) \sqrt {x}\) \(20\)

[In]

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

[Out]

-2*(1-x)^(1/2)+2*arccos(x^(1/2))*x^(1/2)

Fricas [A] (verification not implemented)

none

Time = 0.24 (sec) , antiderivative size = 19, normalized size of antiderivative = 0.76 \[ \int \frac {\arccos \left (\sqrt {x}\right )}{\sqrt {x}} \, dx=2 \, \sqrt {x} \arccos \left (\sqrt {x}\right ) - 2 \, \sqrt {-x + 1} \]

[In]

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

[Out]

2*sqrt(x)*arccos(sqrt(x)) - 2*sqrt(-x + 1)

Sympy [A] (verification not implemented)

Time = 0.11 (sec) , antiderivative size = 20, normalized size of antiderivative = 0.80 \[ \int \frac {\arccos \left (\sqrt {x}\right )}{\sqrt {x}} \, dx=2 \sqrt {x} \operatorname {acos}{\left (\sqrt {x} \right )} - 2 \sqrt {1 - x} \]

[In]

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

[Out]

2*sqrt(x)*acos(sqrt(x)) - 2*sqrt(1 - x)

Maxima [A] (verification not implemented)

none

Time = 0.26 (sec) , antiderivative size = 19, normalized size of antiderivative = 0.76 \[ \int \frac {\arccos \left (\sqrt {x}\right )}{\sqrt {x}} \, dx=2 \, \sqrt {x} \arccos \left (\sqrt {x}\right ) - 2 \, \sqrt {-x + 1} \]

[In]

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

[Out]

2*sqrt(x)*arccos(sqrt(x)) - 2*sqrt(-x + 1)

Giac [A] (verification not implemented)

none

Time = 0.28 (sec) , antiderivative size = 19, normalized size of antiderivative = 0.76 \[ \int \frac {\arccos \left (\sqrt {x}\right )}{\sqrt {x}} \, dx=2 \, \sqrt {x} \arccos \left (\sqrt {x}\right ) - 2 \, \sqrt {-x + 1} \]

[In]

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

[Out]

2*sqrt(x)*arccos(sqrt(x)) - 2*sqrt(-x + 1)

Mupad [B] (verification not implemented)

Time = 0.44 (sec) , antiderivative size = 19, normalized size of antiderivative = 0.76 \[ \int \frac {\arccos \left (\sqrt {x}\right )}{\sqrt {x}} \, dx=2\,\sqrt {x}\,\mathrm {acos}\left (\sqrt {x}\right )-2\,\sqrt {1-x} \]

[In]

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

[Out]

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