3.7 \(\int \cot ^2(x) (x-\tan (x)) \, dx\)

Optimal. Leaf size=13 \[ -\frac{x^2}{2}-x \cot (x) \]

[Out]

-x^2/2 - x*Cot[x]

________________________________________________________________________________________

Rubi [A]  time = 0.0708303, antiderivative size = 13, normalized size of antiderivative = 1., number of steps used = 6, number of rules used = 4, integrand size = 11, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.364, Rules used = {6742, 3475, 3720, 30} \[ -\frac{x^2}{2}-x \cot (x) \]

Antiderivative was successfully verified.

[In]

Int[Cot[x]^2*(x - Tan[x]),x]

[Out]

-x^2/2 - x*Cot[x]

Rule 6742

Int[u_, x_Symbol] :> With[{v = ExpandIntegrand[u, x]}, Int[v, x] /; SumQ[v]]

Rule 3475

Int[tan[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[Log[RemoveContent[Cos[c + d*x], x]]/d, x] /; FreeQ[{c, d}, x]

Rule 3720

Int[((c_.) + (d_.)*(x_))^(m_.)*((b_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp[(b*(c + d*x)^m*(b*Tan[e
 + f*x])^(n - 1))/(f*(n - 1)), x] + (-Dist[(b*d*m)/(f*(n - 1)), Int[(c + d*x)^(m - 1)*(b*Tan[e + f*x])^(n - 1)
, x], x] - Dist[b^2, Int[(c + d*x)^m*(b*Tan[e + f*x])^(n - 2), x], x]) /; FreeQ[{b, c, d, e, f}, x] && GtQ[n,
1] && GtQ[m, 0]

Rule 30

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

Rubi steps

\begin{align*} \int \cot ^2(x) (x-\tan (x)) \, dx &=\int \left (-\cot (x)+x \cot ^2(x)\right ) \, dx\\ &=-\int \cot (x) \, dx+\int x \cot ^2(x) \, dx\\ &=-x \cot (x)-\log (\sin (x))-\int x \, dx+\int \cot (x) \, dx\\ &=-\frac{x^2}{2}-x \cot (x)\\ \end{align*}

Mathematica [A]  time = 0.027623, size = 13, normalized size = 1. \[ -\frac{x^2}{2}-x \cot (x) \]

Antiderivative was successfully verified.

[In]

Integrate[Cot[x]^2*(x - Tan[x]),x]

[Out]

-x^2/2 - x*Cot[x]

________________________________________________________________________________________

Maple [A]  time = 0.014, size = 17, normalized size = 1.3 \begin{align*}{\frac{1}{\tan \left ( x \right ) } \left ( -x-{\frac{{x}^{2}\tan \left ( x \right ) }{2}} \right ) } \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x-tan(x))/tan(x)^2,x)

[Out]

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

________________________________________________________________________________________

Maxima [B]  time = 0.978977, size = 194, normalized size = 14.92 \begin{align*} -\frac{x^{2} \cos \left (2 \, x\right )^{2} + x^{2} \sin \left (2 \, x\right )^{2} - 2 \, x^{2} \cos \left (2 \, x\right ) + x^{2} -{\left (\cos \left (2 \, x\right )^{2} + \sin \left (2 \, x\right )^{2} - 2 \, \cos \left (2 \, x\right ) + 1\right )} \log \left (\cos \left (x\right )^{2} + \sin \left (x\right )^{2} + 2 \, \cos \left (x\right ) + 1\right ) -{\left (\cos \left (2 \, x\right )^{2} + \sin \left (2 \, x\right )^{2} - 2 \, \cos \left (2 \, x\right ) + 1\right )} \log \left (\cos \left (x\right )^{2} + \sin \left (x\right )^{2} - 2 \, \cos \left (x\right ) + 1\right ) + 4 \, x \sin \left (2 \, x\right )}{2 \,{\left (\cos \left (2 \, x\right )^{2} + \sin \left (2 \, x\right )^{2} - 2 \, \cos \left (2 \, x\right ) + 1\right )}} - \log \left (\sin \left (x\right )\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x-tan(x))/tan(x)^2,x, algorithm="maxima")

[Out]

-1/2*(x^2*cos(2*x)^2 + x^2*sin(2*x)^2 - 2*x^2*cos(2*x) + x^2 - (cos(2*x)^2 + sin(2*x)^2 - 2*cos(2*x) + 1)*log(
cos(x)^2 + sin(x)^2 + 2*cos(x) + 1) - (cos(2*x)^2 + sin(2*x)^2 - 2*cos(2*x) + 1)*log(cos(x)^2 + sin(x)^2 - 2*c
os(x) + 1) + 4*x*sin(2*x))/(cos(2*x)^2 + sin(2*x)^2 - 2*cos(2*x) + 1) - log(sin(x))

________________________________________________________________________________________

Fricas [A]  time = 2.27431, size = 43, normalized size = 3.31 \begin{align*} -\frac{x^{2} \tan \left (x\right ) + 2 \, x}{2 \, \tan \left (x\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x-tan(x))/tan(x)^2,x, algorithm="fricas")

[Out]

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

________________________________________________________________________________________

Sympy [A]  time = 0.16311, size = 10, normalized size = 0.77 \begin{align*} - \frac{x^{2}}{2} - \frac{x}{\tan{\left (x \right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x-tan(x))/tan(x)**2,x)

[Out]

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

________________________________________________________________________________________

Giac [A]  time = 1.08334, size = 22, normalized size = 1.69 \begin{align*} -\frac{x^{2} \tan \left (x\right ) + 2 \, x}{2 \, \tan \left (x\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x-tan(x))/tan(x)^2,x, algorithm="giac")

[Out]

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