3.762 \(\int \frac {\text {F0}(x)}{x+\text {F0}(x)} \, dx\)

Optimal. Leaf size=15 \[ x-\text {Int}\left (\frac {x}{\text {F0}(x)+x},x\right ) \]

[Out]

x-CannotIntegrate(x/(x+F0(x)),x)

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {\text {F0}(x)}{x+\text {F0}(x)} \, dx \]

Verification is Not applicable to the result.

[In]

Int[F0[x]/(x + F0[x]),x]

[Out]

x - Defer[Int][x/(x + F0[x]), x]

Rubi steps

\begin {align*} \int \frac {\text {F0}(x)}{x+\text {F0}(x)} \, dx &=\int \left (1-\frac {x}{x+\text {F0}(x)}\right ) \, dx\\ &=x-\int \frac {x}{x+\text {F0}(x)} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.05, size = 0, normalized size = 0.00 \[ \int \frac {\text {F0}(x)}{x+\text {F0}(x)} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[F0[x]/(x + F0[x]),x]

[Out]

Integrate[F0[x]/(x + F0[x]), x]

________________________________________________________________________________________

fricas [A]  time = 0.39, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {F_{0}\relax (x)}{x + F_{0}\relax (x)}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F0(x)/(x+F0(x)),x, algorithm="fricas")

[Out]

integral(F0(x)/(x + F0(x)), x)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {F_{0}\relax (x)}{x + F_{0}\relax (x)}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F0(x)/(x+F0(x)),x, algorithm="giac")

[Out]

integrate(F0(x)/(x + F0(x)), x)

________________________________________________________________________________________

maple [A]  time = 0.03, size = 0, normalized size = 0.00 \[ \int \frac {\mathit {F0} \relax (x )}{x +\mathit {F0} \relax (x )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(F0(x)/(x+F0(x)),x)

[Out]

int(F0(x)/(x+F0(x)),x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {F_{0}\relax (x)}{x + F_{0}\relax (x)}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F0(x)/(x+F0(x)),x, algorithm="maxima")

[Out]

integrate(F0(x)/(x + F0(x)), x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.07 \[ \int \frac {F_{0}\relax (x)}{x+F_{0}\relax (x)} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(F0(x)/(x + F0(x)),x)

[Out]

int(F0(x)/(x + F0(x)), x)

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\operatorname {F_{0}}{\relax (x )}}{x + \operatorname {F_{0}}{\relax (x )}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F0(x)/(x+F0(x)),x)

[Out]

Integral(F0(x)/(x + F0(x)), x)

________________________________________________________________________________________