3.468 \(\int \frac {1}{(1+2 x^2)^{5/2}} \, dx\)

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

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 33, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.182, Rules used = {192, 191} \[ \frac {2 x}{3 \sqrt {2 x^2+1}}+\frac {x}{3 \left (2 x^2+1\right )^{3/2}} \]

Antiderivative was successfully verified.

[In]

Int[(1 + 2*x^2)^(-5/2),x]

[Out]

x/(3*(1 + 2*x^2)^(3/2)) + (2*x)/(3*Sqrt[1 + 2*x^2])

Rule 191

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(x*(a + b*x^n)^(p + 1))/a, x] /; FreeQ[{a, b, n, p}, x] &
& EqQ[1/n + p + 1, 0]

Rule 192

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> -Simp[(x*(a + b*x^n)^(p + 1))/(a*n*(p + 1)), x] + Dist[(n*(p +
 1) + 1)/(a*n*(p + 1)), Int[(a + b*x^n)^(p + 1), x], x] /; FreeQ[{a, b, n, p}, x] && ILtQ[Simplify[1/n + p + 1
], 0] && NeQ[p, -1]

Rubi steps

\begin {align*} \int \frac {1}{\left (1+2 x^2\right )^{5/2}} \, dx &=\frac {x}{3 \left (1+2 x^2\right )^{3/2}}+\frac {2}{3} \int \frac {1}{\left (1+2 x^2\right )^{3/2}} \, dx\\ &=\frac {x}{3 \left (1+2 x^2\right )^{3/2}}+\frac {2 x}{3 \sqrt {1+2 x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 23, normalized size = 0.70 \[ \frac {x \left (4 x^2+3\right )}{3 \left (2 x^2+1\right )^{3/2}} \]

Antiderivative was successfully verified.

[In]

Integrate[(1 + 2*x^2)^(-5/2),x]

[Out]

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

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.03, size = 23, normalized size = 0.70 \[ \frac {x \left (4 x^2+3\right )}{3 \left (2 x^2+1\right )^{3/2}} \]

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[(1 + 2*x^2)^(-5/2),x]

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 0.68, size = 34, normalized size = 1.03 \[ \frac {{\left (4 \, x^{3} + 3 \, x\right )} \sqrt {2 \, x^{2} + 1}}{3 \, {\left (4 \, x^{4} + 4 \, x^{2} + 1\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(2*x^2+1)^(5/2),x, algorithm="fricas")

[Out]

1/3*(4*x^3 + 3*x)*sqrt(2*x^2 + 1)/(4*x^4 + 4*x^2 + 1)

________________________________________________________________________________________

giac [A]  time = 0.63, size = 19, normalized size = 0.58 \[ \frac {{\left (4 \, x^{2} + 3\right )} x}{3 \, {\left (2 \, x^{2} + 1\right )}^{\frac {3}{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(2*x^2+1)^(5/2),x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.30, size = 20, normalized size = 0.61




method result size



gosper \(\frac {x \left (4 x^{2}+3\right )}{3 \left (2 x^{2}+1\right )^{\frac {3}{2}}}\) \(20\)
trager \(\frac {x \left (4 x^{2}+3\right )}{3 \left (2 x^{2}+1\right )^{\frac {3}{2}}}\) \(20\)
meijerg \(\frac {x \left (4 x^{2}+3\right )}{3 \left (2 x^{2}+1\right )^{\frac {3}{2}}}\) \(20\)
risch \(\frac {x \left (4 x^{2}+3\right )}{3 \left (2 x^{2}+1\right )^{\frac {3}{2}}}\) \(20\)
default \(\frac {x}{3 \left (2 x^{2}+1\right )^{\frac {3}{2}}}+\frac {2 x}{3 \sqrt {2 x^{2}+1}}\) \(26\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(2*x^2+1)^(5/2),x,method=_RETURNVERBOSE)

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 0.43, size = 25, normalized size = 0.76 \[ \frac {2 \, x}{3 \, \sqrt {2 \, x^{2} + 1}} + \frac {x}{3 \, {\left (2 \, x^{2} + 1\right )}^{\frac {3}{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(2*x^2+1)^(5/2),x, algorithm="maxima")

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 99, normalized size = 3.00 \[ \frac {\sqrt {x^2+\frac {1}{2}}\,1{}\mathrm {i}}{24\,\left (-x^2+1{}\mathrm {i}\,\sqrt {2}\,x+\frac {1}{2}\right )}+\frac {\sqrt {x^2+\frac {1}{2}}\,1{}\mathrm {i}}{24\,\left (x^2+1{}\mathrm {i}\,\sqrt {2}\,x-\frac {1}{2}\right )}+\frac {\sqrt {2}\,\sqrt {x^2+\frac {1}{2}}}{6\,\left (x-\frac {\sqrt {2}\,1{}\mathrm {i}}{2}\right )}+\frac {\sqrt {2}\,\sqrt {x^2+\frac {1}{2}}}{6\,\left (x+\frac {\sqrt {2}\,1{}\mathrm {i}}{2}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

((x^2 + 1/2)^(1/2)*1i)/(24*(2^(1/2)*x*1i - x^2 + 1/2)) + ((x^2 + 1/2)^(1/2)*1i)/(24*(2^(1/2)*x*1i + x^2 - 1/2)
) + (2^(1/2)*(x^2 + 1/2)^(1/2))/(6*(x - (2^(1/2)*1i)/2)) + (2^(1/2)*(x^2 + 1/2)^(1/2))/(6*(x + (2^(1/2)*1i)/2)
)

________________________________________________________________________________________

sympy [B]  time = 2.40, size = 61, normalized size = 1.85 \[ \frac {4 x^{3}}{6 x^{2} \sqrt {2 x^{2} + 1} + 3 \sqrt {2 x^{2} + 1}} + \frac {3 x}{6 x^{2} \sqrt {2 x^{2} + 1} + 3 \sqrt {2 x^{2} + 1}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(2*x**2+1)**(5/2),x)

[Out]

4*x**3/(6*x**2*sqrt(2*x**2 + 1) + 3*sqrt(2*x**2 + 1)) + 3*x/(6*x**2*sqrt(2*x**2 + 1) + 3*sqrt(2*x**2 + 1))

________________________________________________________________________________________