3.466 \(\int x^3 (1+x^2)^{9/14} \, dx\)

Optimal. Leaf size=27 \[ \frac {7}{37} \left (x^2+1\right )^{37/14}-\frac {7}{23} \left (x^2+1\right )^{23/14} \]

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 27, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.154, Rules used = {266, 43} \[ \frac {7}{37} \left (x^2+1\right )^{37/14}-\frac {7}{23} \left (x^2+1\right )^{23/14} \]

Antiderivative was successfully verified.

[In]

Int[x^3*(1 + x^2)^(9/14),x]

[Out]

(-7*(1 + x^2)^(23/14))/23 + (7*(1 + x^2)^(37/14))/37

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 266

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

Rubi steps

\begin {align*} \int x^3 \left (1+x^2\right )^{9/14} \, dx &=\frac {1}{2} \operatorname {Subst}\left (\int x (1+x)^{9/14} \, dx,x,x^2\right )\\ &=\frac {1}{2} \operatorname {Subst}\left (\int \left (-(1+x)^{9/14}+(1+x)^{23/14}\right ) \, dx,x,x^2\right )\\ &=-\frac {7}{23} \left (1+x^2\right )^{23/14}+\frac {7}{37} \left (1+x^2\right )^{37/14}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 20, normalized size = 0.74 \[ \frac {7}{851} \left (x^2+1\right )^{23/14} \left (23 x^2-14\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[x^3*(1 + x^2)^(9/14),x]

[Out]

(7*(1 + x^2)^(23/14)*(-14 + 23*x^2))/851

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.02, size = 25, normalized size = 0.93 \[ \frac {7}{851} \left (x^2+1\right )^{9/14} \left (23 x^4+9 x^2-14\right ) \]

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[x^3*(1 + x^2)^(9/14),x]

[Out]

(7*(1 + x^2)^(9/14)*(-14 + 9*x^2 + 23*x^4))/851

________________________________________________________________________________________

fricas [A]  time = 1.00, size = 21, normalized size = 0.78 \[ \frac {7}{851} \, {\left (23 \, x^{4} + 9 \, x^{2} - 14\right )} {\left (x^{2} + 1\right )}^{\frac {9}{14}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3*(x^2+1)^(9/14),x, algorithm="fricas")

[Out]

7/851*(23*x^4 + 9*x^2 - 14)*(x^2 + 1)^(9/14)

________________________________________________________________________________________

giac [A]  time = 0.60, size = 19, normalized size = 0.70 \[ \frac {7}{37} \, {\left (x^{2} + 1\right )}^{\frac {37}{14}} - \frac {7}{23} \, {\left (x^{2} + 1\right )}^{\frac {23}{14}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3*(x^2+1)^(9/14),x, algorithm="giac")

[Out]

7/37*(x^2 + 1)^(37/14) - 7/23*(x^2 + 1)^(23/14)

________________________________________________________________________________________

maple [A]  time = 0.29, size = 17, normalized size = 0.63




method result size



gosper \(\frac {7 \left (x^{2}+1\right )^{\frac {23}{14}} \left (23 x^{2}-14\right )}{851}\) \(17\)
meijerg \(\frac {x^{4} \hypergeom \left (\left [-\frac {9}{14}, 2\right ], \relax [3], -x^{2}\right )}{4}\) \(17\)
trager \(\left (\frac {7}{37} x^{4}+\frac {63}{851} x^{2}-\frac {98}{851}\right ) \left (x^{2}+1\right )^{\frac {9}{14}}\) \(21\)
risch \(\frac {7 \left (x^{2}+1\right )^{\frac {9}{14}} \left (23 x^{4}+9 x^{2}-14\right )}{851}\) \(22\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3*(x^2+1)^(9/14),x,method=_RETURNVERBOSE)

[Out]

7/851*(x^2+1)^(23/14)*(23*x^2-14)

________________________________________________________________________________________

maxima [A]  time = 0.42, size = 19, normalized size = 0.70 \[ \frac {7}{37} \, {\left (x^{2} + 1\right )}^{\frac {37}{14}} - \frac {7}{23} \, {\left (x^{2} + 1\right )}^{\frac {23}{14}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3*(x^2+1)^(9/14),x, algorithm="maxima")

[Out]

7/37*(x^2 + 1)^(37/14) - 7/23*(x^2 + 1)^(23/14)

________________________________________________________________________________________

mupad [B]  time = 0.38, size = 20, normalized size = 0.74 \[ {\left (x^2+1\right )}^{9/14}\,\left (\frac {7\,x^4}{37}+\frac {63\,x^2}{851}-\frac {98}{851}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3*(x^2 + 1)^(9/14),x)

[Out]

(x^2 + 1)^(9/14)*((63*x^2)/851 + (7*x^4)/37 - 98/851)

________________________________________________________________________________________

sympy [A]  time = 5.54, size = 41, normalized size = 1.52 \[ \frac {7 x^{4} \left (x^{2} + 1\right )^{\frac {9}{14}}}{37} + \frac {63 x^{2} \left (x^{2} + 1\right )^{\frac {9}{14}}}{851} - \frac {98 \left (x^{2} + 1\right )^{\frac {9}{14}}}{851} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**3*(x**2+1)**(9/14),x)

[Out]

7*x**4*(x**2 + 1)**(9/14)/37 + 63*x**2*(x**2 + 1)**(9/14)/851 - 98*(x**2 + 1)**(9/14)/851

________________________________________________________________________________________