3.902 \(\int \frac{F(x)}{\sqrt{x-x^2}} \, dx\)

Optimal. Leaf size=16 \[ \text{CannotIntegrate}\left (\frac{F(x)}{\sqrt{x-x^2}},x\right ) \]

[Out]

CannotIntegrate[F[x]/Sqrt[x - x^2], x]

________________________________________________________________________________________

Rubi [A]  time = 0.0376719, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \frac{F(x)}{\sqrt{x-x^2}} \, dx \]

Verification is Not applicable to the result.

[In]

Int[F[x]/Sqrt[x - x^2],x]

[Out]

Defer[Int][F[x]/Sqrt[x - x^2], x]

Rubi steps

\begin{align*} \int \frac{F(x)}{\sqrt{x-x^2}} \, dx &=\int \frac{F(x)}{\sqrt{x-x^2}} \, dx\\ \end{align*}

Mathematica [A]  time = 0.163957, size = 0, normalized size = 0. \[ \int \frac{F(x)}{\sqrt{x-x^2}} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[F[x]/Sqrt[x - x^2],x]

[Out]

Integrate[F[x]/Sqrt[x - x^2], x]

________________________________________________________________________________________

Maple [A]  time = 0.018, size = 0, normalized size = 0. \begin{align*} \int{F \left ( x \right ){\frac{1}{\sqrt{-{x}^{2}+x}}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Maxima [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{F\left (x\right )}{\sqrt{-x^{2} + x}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(F(x)/sqrt(-x^2 + x), x)

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (-\frac{\sqrt{-x^{2} + x} F\left (x\right )}{x^{2} - x}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integral(-sqrt(-x^2 + x)*F(x)/(x^2 - x), x)

________________________________________________________________________________________

Sympy [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{F{\left (x \right )}}{\sqrt{- x \left (x - 1\right )}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Integral(F(x)/sqrt(-x*(x - 1)), x)

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{F\left (x\right )}{\sqrt{-x^{2} + x}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(F(x)/sqrt(-x^2 + x), x)