3.784 \(\int x^2 \sin (1+x^3) \, dx\)

Optimal. Leaf size=10 \[ -\frac {1}{3} \cos \left (x^3+1\right ) \]

[Out]

-1/3*cos(x^3+1)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 10, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {3379, 2638} \[ -\frac {1}{3} \cos \left (x^3+1\right ) \]

Antiderivative was successfully verified.

[In]

Int[x^2*Sin[1 + x^3],x]

[Out]

-Cos[1 + x^3]/3

Rule 2638

Int[sin[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[Cos[c + d*x]/d, x] /; FreeQ[{c, d}, x]

Rule 3379

Int[(x_)^(m_.)*((a_.) + (b_.)*Sin[(c_.) + (d_.)*(x_)^(n_)])^(p_.), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplif
y[(m + 1)/n] - 1)*(a + b*Sin[c + d*x])^p, x], x, x^n], x] /; FreeQ[{a, b, c, d, m, n, p}, x] && IntegerQ[Simpl
ify[(m + 1)/n]] && (EqQ[p, 1] || EqQ[m, n - 1] || (IntegerQ[p] && GtQ[Simplify[(m + 1)/n], 0]))

Rubi steps

\begin {align*} \int x^2 \sin \left (1+x^3\right ) \, dx &=\frac {1}{3} \operatorname {Subst}\left (\int \sin (1+x) \, dx,x,x^3\right )\\ &=-\frac {1}{3} \cos \left (1+x^3\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [B]  time = 0.01, size = 21, normalized size = 2.10 \[ \frac {1}{3} \sin (1) \sin \left (x^3\right )-\frac {1}{3} \cos (1) \cos \left (x^3\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[x^2*Sin[1 + x^3],x]

[Out]

-1/3*(Cos[1]*Cos[x^3]) + (Sin[1]*Sin[x^3])/3

________________________________________________________________________________________

fricas [A]  time = 0.96, size = 8, normalized size = 0.80 \[ -\frac {1}{3} \, \cos \left (x^{3} + 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*sin(x^3+1),x, algorithm="fricas")

[Out]

-1/3*cos(x^3 + 1)

________________________________________________________________________________________

giac [A]  time = 0.14, size = 8, normalized size = 0.80 \[ -\frac {1}{3} \, \cos \left (x^{3} + 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*sin(x^3+1),x, algorithm="giac")

[Out]

-1/3*cos(x^3 + 1)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 9, normalized size = 0.90 \[ -\frac {\cos \left (x^{3}+1\right )}{3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2*sin(x^3+1),x)

[Out]

-1/3*cos(x^3+1)

________________________________________________________________________________________

maxima [A]  time = 0.32, size = 8, normalized size = 0.80 \[ -\frac {1}{3} \, \cos \left (x^{3} + 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*sin(x^3+1),x, algorithm="maxima")

[Out]

-1/3*cos(x^3 + 1)

________________________________________________________________________________________

mupad [B]  time = 0.05, size = 8, normalized size = 0.80 \[ -\frac {\cos \left (x^3+1\right )}{3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2*sin(x^3 + 1),x)

[Out]

-cos(x^3 + 1)/3

________________________________________________________________________________________

sympy [A]  time = 0.26, size = 8, normalized size = 0.80 \[ - \frac {\cos {\left (x^{3} + 1 \right )}}{3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**2*sin(x**3+1),x)

[Out]

-cos(x**3 + 1)/3

________________________________________________________________________________________