3.903 \(\int \sqrt{1-x} \sqrt{x} F(x) \, dx\)

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

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.103657, 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 \sqrt{1-x} \sqrt{x} F(x) \, dx \]

Verification is Not applicable to the result.

[In]

Int[Sqrt[1 - x]*Sqrt[x]*F[x],x]

[Out]

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

Rubi steps

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

Mathematica [A]  time = 0.0254193, size = 0, normalized size = 0. \[ \int \sqrt{1-x} \sqrt{x} F(x) \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[Sqrt[1 - x]*Sqrt[x]*F[x],x]

[Out]

Integrate[Sqrt[1 - x]*Sqrt[x]*F[x], x]

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(sqrt(x)*sqrt(-x + 1)*F(x), x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integral(sqrt(x)*sqrt(-x + 1)*F(x), x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(sqrt(x)*sqrt(-x + 1)*F(x), x)