\(\int \sin (\sqrt [3]{x}) \, dx\) [100]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [A] (verification not implemented)
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 6, antiderivative size = 35 \[ \int \sin \left (\sqrt [3]{x}\right ) \, dx=6 \cos \left (\sqrt [3]{x}\right )-3 x^{2/3} \cos \left (\sqrt [3]{x}\right )+6 \sqrt [3]{x} \sin \left (\sqrt [3]{x}\right ) \]

[Out]

6*cos(x^(1/3))-3*x^(2/3)*cos(x^(1/3))+6*x^(1/3)*sin(x^(1/3))

Rubi [A] (verified)

Time = 0.03 (sec) , antiderivative size = 35, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.500, Rules used = {3442, 3377, 2718} \[ \int \sin \left (\sqrt [3]{x}\right ) \, dx=-3 x^{2/3} \cos \left (\sqrt [3]{x}\right )+6 \sqrt [3]{x} \sin \left (\sqrt [3]{x}\right )+6 \cos \left (\sqrt [3]{x}\right ) \]

[In]

Int[Sin[x^(1/3)],x]

[Out]

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

Rule 2718

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

Rule 3377

Int[((c_.) + (d_.)*(x_))^(m_.)*sin[(e_.) + (f_.)*(x_)], x_Symbol] :> Simp[(-(c + d*x)^m)*(Cos[e + f*x]/f), x]
+ Dist[d*(m/f), Int[(c + d*x)^(m - 1)*Cos[e + f*x], x], x] /; FreeQ[{c, d, e, f}, x] && GtQ[m, 0]

Rule 3442

Int[((a_.) + (b_.)*Sin[(c_.) + (d_.)*((e_.) + (f_.)*(x_))^(n_)])^(p_.), x_Symbol] :> Dist[1/(n*f), Subst[Int[x
^(1/n - 1)*(a + b*Sin[c + d*x])^p, x], x, (e + f*x)^n], x] /; FreeQ[{a, b, c, d, e, f}, x] && IGtQ[p, 0] && In
tegerQ[1/n]

Rubi steps \begin{align*} \text {integral}& = 3 \text {Subst}\left (\int x^2 \sin (x) \, dx,x,\sqrt [3]{x}\right ) \\ & = -3 x^{2/3} \cos \left (\sqrt [3]{x}\right )+6 \text {Subst}\left (\int x \cos (x) \, dx,x,\sqrt [3]{x}\right ) \\ & = -3 x^{2/3} \cos \left (\sqrt [3]{x}\right )+6 \sqrt [3]{x} \sin \left (\sqrt [3]{x}\right )-6 \text {Subst}\left (\int \sin (x) \, dx,x,\sqrt [3]{x}\right ) \\ & = 6 \cos \left (\sqrt [3]{x}\right )-3 x^{2/3} \cos \left (\sqrt [3]{x}\right )+6 \sqrt [3]{x} \sin \left (\sqrt [3]{x}\right ) \\ \end{align*}

Mathematica [A] (verified)

Time = 0.03 (sec) , antiderivative size = 29, normalized size of antiderivative = 0.83 \[ \int \sin \left (\sqrt [3]{x}\right ) \, dx=-3 \left (-2+x^{2/3}\right ) \cos \left (\sqrt [3]{x}\right )+6 \sqrt [3]{x} \sin \left (\sqrt [3]{x}\right ) \]

[In]

Integrate[Sin[x^(1/3)],x]

[Out]

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

Maple [A] (verified)

Time = 0.02 (sec) , antiderivative size = 26, normalized size of antiderivative = 0.74

method result size
derivativedivides \(6 \cos \left (x^{\frac {1}{3}}\right )-3 x^{\frac {2}{3}} \cos \left (x^{\frac {1}{3}}\right )+6 x^{\frac {1}{3}} \sin \left (x^{\frac {1}{3}}\right )\) \(26\)
default \(6 \cos \left (x^{\frac {1}{3}}\right )-3 x^{\frac {2}{3}} \cos \left (x^{\frac {1}{3}}\right )+6 x^{\frac {1}{3}} \sin \left (x^{\frac {1}{3}}\right )\) \(26\)
meijerg \(12 \sqrt {\pi }\, \left (-\frac {1}{2 \sqrt {\pi }}+\frac {\left (-\frac {x^{\frac {2}{3}}}{2}+1\right ) \cos \left (x^{\frac {1}{3}}\right )}{2 \sqrt {\pi }}+\frac {x^{\frac {1}{3}} \sin \left (x^{\frac {1}{3}}\right )}{2 \sqrt {\pi }}\right )\) \(40\)

[In]

int(sin(x^(1/3)),x,method=_RETURNVERBOSE)

[Out]

6*cos(x^(1/3))-3*x^(2/3)*cos(x^(1/3))+6*x^(1/3)*sin(x^(1/3))

Fricas [A] (verification not implemented)

none

Time = 0.25 (sec) , antiderivative size = 21, normalized size of antiderivative = 0.60 \[ \int \sin \left (\sqrt [3]{x}\right ) \, dx=-3 \, {\left (x^{\frac {2}{3}} - 2\right )} \cos \left (x^{\frac {1}{3}}\right ) + 6 \, x^{\frac {1}{3}} \sin \left (x^{\frac {1}{3}}\right ) \]

[In]

integrate(sin(x^(1/3)),x, algorithm="fricas")

[Out]

-3*(x^(2/3) - 2)*cos(x^(1/3)) + 6*x^(1/3)*sin(x^(1/3))

Sympy [A] (verification not implemented)

Time = 0.15 (sec) , antiderivative size = 34, normalized size of antiderivative = 0.97 \[ \int \sin \left (\sqrt [3]{x}\right ) \, dx=- 3 x^{\frac {2}{3}} \cos {\left (\sqrt [3]{x} \right )} + 6 \sqrt [3]{x} \sin {\left (\sqrt [3]{x} \right )} + 6 \cos {\left (\sqrt [3]{x} \right )} \]

[In]

integrate(sin(x**(1/3)),x)

[Out]

-3*x**(2/3)*cos(x**(1/3)) + 6*x**(1/3)*sin(x**(1/3)) + 6*cos(x**(1/3))

Maxima [A] (verification not implemented)

none

Time = 0.19 (sec) , antiderivative size = 21, normalized size of antiderivative = 0.60 \[ \int \sin \left (\sqrt [3]{x}\right ) \, dx=-3 \, {\left (x^{\frac {2}{3}} - 2\right )} \cos \left (x^{\frac {1}{3}}\right ) + 6 \, x^{\frac {1}{3}} \sin \left (x^{\frac {1}{3}}\right ) \]

[In]

integrate(sin(x^(1/3)),x, algorithm="maxima")

[Out]

-3*(x^(2/3) - 2)*cos(x^(1/3)) + 6*x^(1/3)*sin(x^(1/3))

Giac [A] (verification not implemented)

none

Time = 0.28 (sec) , antiderivative size = 21, normalized size of antiderivative = 0.60 \[ \int \sin \left (\sqrt [3]{x}\right ) \, dx=-3 \, {\left (x^{\frac {2}{3}} - 2\right )} \cos \left (x^{\frac {1}{3}}\right ) + 6 \, x^{\frac {1}{3}} \sin \left (x^{\frac {1}{3}}\right ) \]

[In]

integrate(sin(x^(1/3)),x, algorithm="giac")

[Out]

-3*(x^(2/3) - 2)*cos(x^(1/3)) + 6*x^(1/3)*sin(x^(1/3))

Mupad [B] (verification not implemented)

Time = 16.28 (sec) , antiderivative size = 21, normalized size of antiderivative = 0.60 \[ \int \sin \left (\sqrt [3]{x}\right ) \, dx=6\,x^{1/3}\,\sin \left (x^{1/3}\right )-3\,\cos \left (x^{1/3}\right )\,\left (x^{2/3}-2\right ) \]

[In]

int(sin(x^(1/3)),x)

[Out]

6*x^(1/3)*sin(x^(1/3)) - 3*cos(x^(1/3))*(x^(2/3) - 2)