3.414 \(\int \frac{\sqrt{x}}{x+x^2} \, dx\)

Optimal. Leaf size=8 \[ 2 \tan ^{-1}\left (\sqrt{x}\right ) \]

[Out]

2*ArcTan[Sqrt[x]]

_______________________________________________________________________________________

Rubi [A]  time = 0.0102523, antiderivative size = 8, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 13, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.231 \[ 2 \tan ^{-1}\left (\sqrt{x}\right ) \]

Antiderivative was successfully verified.

[In]  Int[Sqrt[x]/(x + x^2),x]

[Out]

2*ArcTan[Sqrt[x]]

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 1.3472, size = 7, normalized size = 0.88 \[ 2 \operatorname{atan}{\left (\sqrt{x} \right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x**(1/2)/(x**2+x),x)

[Out]

2*atan(sqrt(x))

_______________________________________________________________________________________

Mathematica [A]  time = 0.00505989, size = 8, normalized size = 1. \[ 2 \tan ^{-1}\left (\sqrt{x}\right ) \]

Antiderivative was successfully verified.

[In]  Integrate[Sqrt[x]/(x + x^2),x]

[Out]

2*ArcTan[Sqrt[x]]

_______________________________________________________________________________________

Maple [A]  time = 0.004, size = 7, normalized size = 0.9 \[ 2\,\arctan \left ( \sqrt{x} \right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x^(1/2)/(x^2+x),x)

[Out]

2*arctan(x^(1/2))

_______________________________________________________________________________________

Maxima [A]  time = 0.791403, size = 8, normalized size = 1. \[ 2 \, \arctan \left (\sqrt{x}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(sqrt(x)/(x^2 + x),x, algorithm="maxima")

[Out]

2*arctan(sqrt(x))

_______________________________________________________________________________________

Fricas [A]  time = 0.278572, size = 8, normalized size = 1. \[ 2 \, \arctan \left (\sqrt{x}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(sqrt(x)/(x^2 + x),x, algorithm="fricas")

[Out]

2*arctan(sqrt(x))

_______________________________________________________________________________________

Sympy [A]  time = 1.84693, size = 7, normalized size = 0.88 \[ 2 \operatorname{atan}{\left (\sqrt{x} \right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x**(1/2)/(x**2+x),x)

[Out]

2*atan(sqrt(x))

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.276827, size = 8, normalized size = 1. \[ 2 \, \arctan \left (\sqrt{x}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(sqrt(x)/(x^2 + x),x, algorithm="giac")

[Out]

2*arctan(sqrt(x))