3.110 \(\int \cos ^5(x) \sin (x) \, dx\)

Optimal. Leaf size=8 \[ -\frac{1}{6} \cos ^6(x) \]

[Out]

-Cos[x]^6/6

_______________________________________________________________________________________

Rubi [A]  time = 0.0186179, antiderivative size = 8, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 7, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.286 \[ -\frac{1}{6} \cos ^6(x) \]

Antiderivative was successfully verified.

[In]  Int[Cos[x]^5*Sin[x],x]

[Out]

-Cos[x]^6/6

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 1.12206, size = 7, normalized size = 0.88 \[ - \frac{\cos ^{6}{\left (x \right )}}{6} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(cos(x)**5*sin(x),x)

[Out]

-cos(x)**6/6

_______________________________________________________________________________________

Mathematica [A]  time = 0.00192406, size = 8, normalized size = 1. \[ -\frac{1}{6} \cos ^6(x) \]

Antiderivative was successfully verified.

[In]  Integrate[Cos[x]^5*Sin[x],x]

[Out]

-Cos[x]^6/6

_______________________________________________________________________________________

Maple [A]  time = 0.004, size = 7, normalized size = 0.9 \[ -{\frac{ \left ( \cos \left ( x \right ) \right ) ^{6}}{6}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(cos(x)^5*sin(x),x)

[Out]

-1/6*cos(x)^6

_______________________________________________________________________________________

Maxima [A]  time = 1.34717, size = 8, normalized size = 1. \[ -\frac{1}{6} \, \cos \left (x\right )^{6} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(cos(x)^5*sin(x),x, algorithm="maxima")

[Out]

-1/6*cos(x)^6

_______________________________________________________________________________________

Fricas [A]  time = 0.219202, size = 8, normalized size = 1. \[ -\frac{1}{6} \, \cos \left (x\right )^{6} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(cos(x)^5*sin(x),x, algorithm="fricas")

[Out]

-1/6*cos(x)^6

_______________________________________________________________________________________

Sympy [A]  time = 0.038085, size = 7, normalized size = 0.88 \[ - \frac{\cos ^{6}{\left (x \right )}}{6} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(cos(x)**5*sin(x),x)

[Out]

-cos(x)**6/6

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.197663, size = 8, normalized size = 1. \[ -\frac{1}{6} \, \cos \left (x\right )^{6} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(cos(x)^5*sin(x),x, algorithm="giac")

[Out]

-1/6*cos(x)^6