3.1.91 \(\int \cos (x) \sin ^2(x) \, dx\) [91]

Optimal. Leaf size=8 \[ \frac {\sin ^3(x)}{3} \]

[Out]

1/3*sin(x)^3

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 8, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 7, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.286, Rules used = {2644, 30} \begin {gather*} \frac {\sin ^3(x)}{3} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Cos[x]*Sin[x]^2,x]

[Out]

Sin[x]^3/3

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rule 2644

Int[cos[(e_.) + (f_.)*(x_)]^(n_.)*((a_.)*sin[(e_.) + (f_.)*(x_)])^(m_.), x_Symbol] :> Dist[1/(a*f), Subst[Int[
x^m*(1 - x^2/a^2)^((n - 1)/2), x], x, a*Sin[e + f*x]], x] /; FreeQ[{a, e, f, m}, x] && IntegerQ[(n - 1)/2] &&
 !(IntegerQ[(m - 1)/2] && LtQ[0, m, n])

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 8, normalized size = 1.00 \begin {gather*} \frac {\sin ^3(x)}{3} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Cos[x]*Sin[x]^2,x]

[Out]

Sin[x]^3/3

________________________________________________________________________________________

Mathics [A]
time = 1.76, size = 6, normalized size = 0.75 \begin {gather*} \frac {\text {Sin}\left [x\right ]^3}{3} \end {gather*}

Antiderivative was successfully verified.

[In]

mathics('Integrate[Sin[x]^2*Cos[x],x]')

[Out]

Sin[x] ^ 3 / 3

________________________________________________________________________________________

Maple [A]
time = 0.02, size = 7, normalized size = 0.88

method result size
derivativedivides \(\frac {\left (\sin ^{3}\left (x \right )\right )}{3}\) \(7\)
default \(\frac {\left (\sin ^{3}\left (x \right )\right )}{3}\) \(7\)
risch \(\frac {\sin \left (x \right )}{4}-\frac {\sin \left (3 x \right )}{12}\) \(12\)
norman \(\frac {8 \left (\tan ^{3}\left (\frac {x}{2}\right )\right )}{3 \left (1+\tan ^{2}\left (\frac {x}{2}\right )\right )^{3}}\) \(19\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(x)*sin(x)^2,x,method=_RETURNVERBOSE)

[Out]

1/3*sin(x)^3

________________________________________________________________________________________

Maxima [A]
time = 0.26, size = 6, normalized size = 0.75 \begin {gather*} \frac {1}{3} \, \sin \left (x\right )^{3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)*sin(x)^2,x, algorithm="maxima")

[Out]

1/3*sin(x)^3

________________________________________________________________________________________

Fricas [A]
time = 0.33, size = 10, normalized size = 1.25 \begin {gather*} -\frac {1}{3} \, {\left (\cos \left (x\right )^{2} - 1\right )} \sin \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)*sin(x)^2,x, algorithm="fricas")

[Out]

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

________________________________________________________________________________________

Sympy [A]
time = 0.03, size = 5, normalized size = 0.62 \begin {gather*} \frac {\sin ^{3}{\left (x \right )}}{3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)*sin(x)**2,x)

[Out]

sin(x)**3/3

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 7, normalized size = 0.88 \begin {gather*} \frac {\sin ^{3}x}{3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)*sin(x)^2,x)

[Out]

1/3*sin(x)^3

________________________________________________________________________________________

Mupad [B]
time = 0.03, size = 6, normalized size = 0.75 \begin {gather*} \frac {{\sin \left (x\right )}^3}{3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(x)*sin(x)^2,x)

[Out]

sin(x)^3/3

________________________________________________________________________________________