3.142 \(\int 5 x \sqrt{1+x^2} \, dx\)

Optimal. Leaf size=13 \[ \frac{5}{3} \left (x^2+1\right )^{3/2} \]

[Out]

(5*(1 + x^2)^(3/2))/3

_______________________________________________________________________________________

Rubi [A]  time = 0.00650621, antiderivative size = 13, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 12, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.167 \[ \frac{5}{3} \left (x^2+1\right )^{3/2} \]

Antiderivative was successfully verified.

[In]  Int[5*x*Sqrt[1 + x^2],x]

[Out]

(5*(1 + x^2)^(3/2))/3

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 0.838377, size = 10, normalized size = 0.77 \[ \frac{5 \left (x^{2} + 1\right )^{\frac{3}{2}}}{3} \]

Verification of antiderivative is not currently implemented for this CAS.

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

[Out]

5*(x**2 + 1)**(3/2)/3

_______________________________________________________________________________________

Mathematica [A]  time = 0.00325007, size = 13, normalized size = 1. \[ \frac{5}{3} \left (x^2+1\right )^{3/2} \]

Antiderivative was successfully verified.

[In]  Integrate[5*x*Sqrt[1 + x^2],x]

[Out]

(5*(1 + x^2)^(3/2))/3

_______________________________________________________________________________________

Maple [A]  time = 0.003, size = 10, normalized size = 0.8 \[{\frac{5}{3} \left ({x}^{2}+1 \right ) ^{{\frac{3}{2}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

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

[Out]

5/3*(x^2+1)^(3/2)

_______________________________________________________________________________________

Maxima [A]  time = 1.76761, size = 12, normalized size = 0.92 \[ \frac{5}{3} \,{\left (x^{2} + 1\right )}^{\frac{3}{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

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

[Out]

5/3*(x^2 + 1)^(3/2)

_______________________________________________________________________________________

Fricas [A]  time = 0.198133, size = 93, normalized size = 7.15 \[ -\frac{5 \,{\left (4 \, x^{6} + 9 \, x^{4} + 6 \, x^{2} -{\left (4 \, x^{5} + 7 \, x^{3} + 3 \, x\right )} \sqrt{x^{2} + 1} + 1\right )}}{3 \,{\left (4 \, x^{3} -{\left (4 \, x^{2} + 1\right )} \sqrt{x^{2} + 1} + 3 \, x\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

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

[Out]

-5/3*(4*x^6 + 9*x^4 + 6*x^2 - (4*x^5 + 7*x^3 + 3*x)*sqrt(x^2 + 1) + 1)/(4*x^3 -
(4*x^2 + 1)*sqrt(x^2 + 1) + 3*x)

_______________________________________________________________________________________

Sympy [A]  time = 0.222907, size = 26, normalized size = 2. \[ \frac{5 x^{2} \sqrt{x^{2} + 1}}{3} + \frac{5 \sqrt{x^{2} + 1}}{3} \]

Verification of antiderivative is not currently implemented for this CAS.

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

[Out]

5*x**2*sqrt(x**2 + 1)/3 + 5*sqrt(x**2 + 1)/3

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.209215, size = 12, normalized size = 0.92 \[ \frac{5}{3} \,{\left (x^{2} + 1\right )}^{\frac{3}{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

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

[Out]

5/3*(x^2 + 1)^(3/2)