3.9 \(\int \cot (x) \csc ^3(x) \, dx\)

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

[Out]

-1/3*csc(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 = {2606, 30} \[ -\frac {1}{3} \csc ^3(x) \]

Antiderivative was successfully verified.

[In]

Int[Cot[x]*Csc[x]^3,x]

[Out]

-Csc[x]^3/3

Rule 30

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

Rule 2606

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 8, normalized size = 1.00 \[ -\frac {1}{3} \csc ^3(x) \]

Antiderivative was successfully verified.

[In]

Integrate[Cot[x]*Csc[x]^3,x]

[Out]

-1/3*Csc[x]^3

________________________________________________________________________________________

fricas [B]  time = 0.42, size = 14, normalized size = 1.75 \[ \frac {1}{3 \, {\left (\cos \relax (x)^{2} - 1\right )} \sin \relax (x)} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [A]  time = 1.19, size = 6, normalized size = 0.75 \[ -\frac {1}{3 \, \sin \relax (x)^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)*csc(x)^2/sin(x)^2,x, algorithm="giac")

[Out]

-1/3/sin(x)^3

________________________________________________________________________________________

maple [A]  time = 0.03, size = 7, normalized size = 0.88 \[ -\frac {1}{3 \sin \relax (x )^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-1/3/sin(x)^3

________________________________________________________________________________________

maxima [A]  time = 0.52, size = 6, normalized size = 0.75 \[ -\frac {1}{3 \, \sin \relax (x)^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-1/3/sin(x)^3

________________________________________________________________________________________

mupad [B]  time = 0.05, size = 6, normalized size = 0.75 \[ -\frac {1}{3\,{\sin \relax (x)}^3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(x)/sin(x)^4,x)

[Out]

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

________________________________________________________________________________________

sympy [A]  time = 0.07, size = 8, normalized size = 1.00 \[ - \frac {1}{3 \sin ^{3}{\relax (x )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-1/(3*sin(x)**3)

________________________________________________________________________________________