3.299 \(\int \frac{1}{(\cot (x)+\csc (x))^2} \, dx\)

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

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.0413406, antiderivative size = 14, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 7, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.429, Rules used = {4392, 2680, 8} \[ \frac{2 \sin (x)}{\cos (x)+1}-x \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

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]

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 8

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

Rubi steps

\begin{align*} \int \frac{1}{(\cot (x)+\csc (x))^2} \, 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.0127581, size = 12, normalized size = 0.86 \[ 2 \tan \left (\frac{x}{2}\right )-x \]

Antiderivative was successfully verified.

[In]

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

[Out]

-x + 2*Tan[x/2]

________________________________________________________________________________________

Maple [A]  time = 0.044, size = 11, normalized size = 0.8 \begin{align*} 2\,\tan \left ( x/2 \right ) -x \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Maxima [A]  time = 1.48777, size = 31, normalized size = 2.21 \begin{align*} \frac{2 \, \sin \left (x\right )}{\cos \left (x\right ) + 1} - 2 \, \arctan \left (\frac{\sin \left (x\right )}{\cos \left (x\right ) + 1}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [A]  time = 2.01411, size = 55, normalized size = 3.93 \begin{align*} -\frac{x \cos \left (x\right ) + x - 2 \, \sin \left (x\right )}{\cos \left (x\right ) + 1} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{1}{\left (\cot{\left (x \right )} + \csc{\left (x \right )}\right )^{2}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Integral((cot(x) + csc(x))**(-2), x)

________________________________________________________________________________________

Giac [A]  time = 1.15347, size = 14, normalized size = 1. \begin{align*} -x + 2 \, \tan \left (\frac{1}{2} \, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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