3.473 \(\int \frac {(\frac {2+x^2}{x^2})^{7/9}}{(2+x^2)^{3/2}} \, dx\)

Optimal. Leaf size=25 \[ -\frac {9 \left (\frac {2}{x^2}+1\right )^{7/9} x}{10 \sqrt {x^2+2}} \]

________________________________________________________________________________________

Rubi [A]  time = 0.06, antiderivative size = 25, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 23, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.130, Rules used = {1991, 435, 264} \[ -\frac {9 \left (\frac {2}{x^2}+1\right )^{7/9} x}{10 \sqrt {x^2+2}} \]

Antiderivative was successfully verified.

[In]

Int[((2 + x^2)/x^2)^(7/9)/(2 + x^2)^(3/2),x]

[Out]

(-9*(1 + 2/x^2)^(7/9)*x)/(10*Sqrt[2 + x^2])

Rule 264

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

Rule 435

Int[((c_) + (d_.)*(x_)^(mn_.))^(q_)*((a_) + (b_.)*(x_)^(n_.))^(p_), x_Symbol] :> Dist[(x^(n*FracPart[q])*(c +
d/x^n)^FracPart[q])/(d + c*x^n)^FracPart[q], Int[((a + b*x^n)^p*(d + c*x^n)^q)/x^(n*q), x], x] /; FreeQ[{a, b,
 c, d, n, p, q}, x] && EqQ[mn, -n] &&  !IntegerQ[q] &&  !IntegerQ[p]

Rule 1991

Int[(u_)^(q_.)*(v_)^(p_.), x_Symbol] :> Int[ExpandToSum[u, x]^q*ExpandToSum[v, x]^p, x] /; FreeQ[{p, q}, x] &&
 BinomialQ[u, x] && BinomialQ[v, x] &&  !(BinomialMatchQ[u, x] && BinomialMatchQ[v, x])

Rubi steps

\begin {align*} \int \frac {\left (\frac {2+x^2}{x^2}\right )^{7/9}}{\left (2+x^2\right )^{3/2}} \, dx &=\int \frac {\left (1+\frac {2}{x^2}\right )^{7/9}}{\left (2+x^2\right )^{3/2}} \, dx\\ &=\frac {\left (\left (1+\frac {2}{x^2}\right )^{7/9} x^{14/9}\right ) \int \frac {1}{x^{14/9} \left (2+x^2\right )^{13/18}} \, dx}{\left (2+x^2\right )^{7/9}}\\ &=-\frac {9 \left (1+\frac {2}{x^2}\right )^{7/9} x}{10 \sqrt {2+x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 25, normalized size = 1.00 \[ -\frac {9 \left (\frac {2}{x^2}+1\right )^{7/9} x}{10 \sqrt {x^2+2}} \]

Antiderivative was successfully verified.

[In]

Integrate[((2 + x^2)/x^2)^(7/9)/(2 + x^2)^(3/2),x]

[Out]

(-9*(1 + 2/x^2)^(7/9)*x)/(10*Sqrt[2 + x^2])

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 8.54, size = 25, normalized size = 1.00 \[ -\frac {9 \left (\frac {2}{x^2}+1\right )^{7/9} x}{10 \sqrt {x^2+2}} \]

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[((2 + x^2)/x^2)^(7/9)/(2 + x^2)^(3/2),x]

[Out]

(-9*(1 + 2/x^2)^(7/9)*x)/(10*Sqrt[2 + x^2])

________________________________________________________________________________________

fricas [A]  time = 1.28, size = 21, normalized size = 0.84 \[ -\frac {9 \, x \left (\frac {x^{2} + 2}{x^{2}}\right )^{\frac {7}{9}}}{10 \, \sqrt {x^{2} + 2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((x^2+2)/x^2)^(7/9)/(x^2+2)^(3/2),x, algorithm="fricas")

[Out]

-9/10*x*((x^2 + 2)/x^2)^(7/9)/sqrt(x^2 + 2)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\left (\frac {x^{2} + 2}{x^{2}}\right )^{\frac {7}{9}}}{{\left (x^{2} + 2\right )}^{\frac {3}{2}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((x^2+2)/x^2)^(7/9)/(x^2+2)^(3/2),x, algorithm="giac")

[Out]

integrate(((x^2 + 2)/x^2)^(7/9)/(x^2 + 2)^(3/2), x)

________________________________________________________________________________________

maple [A]  time = 0.28, size = 22, normalized size = 0.88




method result size



gosper \(-\frac {9 x \left (\frac {x^{2}+2}{x^{2}}\right )^{\frac {7}{9}}}{10 \sqrt {x^{2}+2}}\) \(22\)
risch \(-\frac {9 x \left (\frac {x^{2}+2}{x^{2}}\right )^{\frac {7}{9}}}{10 \sqrt {x^{2}+2}}\) \(22\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((x^2+2)/x^2)^(7/9)/(x^2+2)^(3/2),x,method=_RETURNVERBOSE)

[Out]

-9/10*x/(x^2+2)^(1/2)*((x^2+2)/x^2)^(7/9)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\left (\frac {x^{2} + 2}{x^{2}}\right )^{\frac {7}{9}}}{{\left (x^{2} + 2\right )}^{\frac {3}{2}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((x^2+2)/x^2)^(7/9)/(x^2+2)^(3/2),x, algorithm="maxima")

[Out]

integrate(((x^2 + 2)/x^2)^(7/9)/(x^2 + 2)^(3/2), x)

________________________________________________________________________________________

mupad [B]  time = 0.45, size = 15, normalized size = 0.60 \[ -\frac {9\,x\,{\left (x^2+2\right )}^{5/18}\,{\left (\frac {1}{x^2}\right )}^{7/9}}{10} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((x^2 + 2)/x^2)^(7/9)/(x^2 + 2)^(3/2),x)

[Out]

-(9*x*(x^2 + 2)^(5/18)*(1/x^2)^(7/9))/10

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((x**2+2)/x**2)**(7/9)/(x**2+2)**(3/2),x)

[Out]

Timed out

________________________________________________________________________________________