3.296 \(\int (\cot (x)+\csc (x))^2 \, dx\)

Optimal. Leaf size=16 \[ -x-\frac {2 \sin (x)}{1-\cos (x)} \]

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.07, antiderivative size = 16, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 7, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.571, Rules used = {4392, 2670, 2680, 8} \[ -x-\frac {2 \sin (x)}{1-\cos (x)} \]

Antiderivative was successfully verified.

[In]

Int[(Cot[x] + Csc[x])^2,x]

[Out]

-x - (2*Sin[x])/(1 - Cos[x])

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 2670

Int[(cos[(e_.) + (f_.)*(x_)]*(g_.))^(p_)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(m_), x_Symbol] :> Dist[(a/g)^
(2*m), Int[(g*Cos[e + f*x])^(2*m + p)/(a - b*Sin[e + f*x])^m, x], x] /; FreeQ[{a, b, e, f, g}, x] && EqQ[a^2 -
 b^2, 0] && IntegerQ[m] && LtQ[p, -1] && GeQ[2*m + p, 0]

Rule 2680

Int[(cos[(e_.) + (f_.)*(x_)]*(g_.))^(p_)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(m_), x_Symbol] :> Simp[(2*g*(
g*Cos[e + f*x])^(p - 1)*(a + b*Sin[e + f*x])^(m + 1))/(b*f*(2*m + p + 1)), x] + Dist[(g^2*(p - 1))/(b^2*(2*m +
 p + 1)), Int[(g*Cos[e + f*x])^(p - 2)*(a + b*Sin[e + f*x])^(m + 2), x], x] /; FreeQ[{a, b, e, f, g}, x] && Eq
Q[a^2 - b^2, 0] && LeQ[m, -2] && GtQ[p, 1] && NeQ[2*m + p + 1, 0] &&  !ILtQ[m + p + 1, 0] && IntegersQ[2*m, 2*
p]

Rule 4392

Int[(cot[(c_.) + (d_.)*(x_)]^(n_.)*(a_.) + csc[(c_.) + (d_.)*(x_)]^(n_.)*(b_.))^(p_)*(u_.), x_Symbol] :> Int[A
ctivateTrig[u]*Csc[c + d*x]^(n*p)*(b + a*Cos[c + d*x]^n)^p, x] /; FreeQ[{a, b, c, d}, x] && IntegersQ[n, p]

Rubi steps

\begin {align*} \int (\cot (x)+\csc (x))^2 \, dx &=\int (1+\cos (x))^2 \csc ^2(x) \, dx\\ &=\int \frac {\sin ^2(x)}{(1-\cos (x))^2} \, dx\\ &=-\frac {2 \sin (x)}{1-\cos (x)}-\int 1 \, dx\\ &=-x-\frac {2 \sin (x)}{1-\cos (x)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 12, normalized size = 0.75 \[ -x-2 \cot \left (\frac {x}{2}\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[(Cot[x] + Csc[x])^2,x]

[Out]

-x - 2*Cot[x/2]

________________________________________________________________________________________

fricas [A]  time = 1.16, size = 16, normalized size = 1.00 \[ -\frac {x \sin \relax (x) + 2 \, \cos \relax (x) + 2}{\sin \relax (x)} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((cot(x)+csc(x))^2,x, algorithm="fricas")

[Out]

-(x*sin(x) + 2*cos(x) + 2)/sin(x)

________________________________________________________________________________________

giac [A]  time = 0.16, size = 12, normalized size = 0.75 \[ -x - \frac {2}{\tan \left (\frac {1}{2} \, x\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((cot(x)+csc(x))^2,x, algorithm="giac")

[Out]

-x - 2/tan(1/2*x)

________________________________________________________________________________________

maple [A]  time = 0.04, size = 15, normalized size = 0.94 \[ -2 \cot \relax (x )-x -\frac {2}{\sin \relax (x )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((cot(x)+csc(x))^2,x)

[Out]

-2*cot(x)-x-2/sin(x)

________________________________________________________________________________________

maxima [A]  time = 0.41, size = 16, normalized size = 1.00 \[ -x - \frac {2}{\sin \relax (x)} - \frac {2}{\tan \relax (x)} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((cot(x)+csc(x))^2,x, algorithm="maxima")

[Out]

-x - 2/sin(x) - 2/tan(x)

________________________________________________________________________________________

mupad [B]  time = 2.40, size = 10, normalized size = 0.62 \[ -x-2\,\mathrm {cot}\left (\frac {x}{2}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((cot(x) + 1/sin(x))^2,x)

[Out]

- x - 2*cot(x/2)

________________________________________________________________________________________

sympy [A]  time = 2.70, size = 17, normalized size = 1.06 \[ - x - \cot {\relax (x )} - 2 \csc {\relax (x )} - \frac {\cos {\relax (x )}}{\sin {\relax (x )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((cot(x)+csc(x))**2,x)

[Out]

-x - cot(x) - 2*csc(x) - cos(x)/sin(x)

________________________________________________________________________________________