3.2.14 \(\int \sin ^2(x) \tan (x) \, dx\) [114]

Optimal. Leaf size=14 \[ \frac {\cos ^2(x)}{2}-\log (\cos (x)) \]

[Out]

1/2*cos(x)^2-ln(cos(x))

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 14, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 7, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.286, Rules used = {2670, 14} \begin {gather*} \frac {\cos ^2(x)}{2}-\log (\cos (x)) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sin[x]^2*Tan[x],x]

[Out]

Cos[x]^2/2 - Log[Cos[x]]

Rule 14

Int[(u_)*((c_.)*(x_))^(m_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*u, x], x] /; FreeQ[{c, m}, x] && SumQ[u]
 &&  !LinearQ[u, x] &&  !MatchQ[u, (a_) + (b_.)*(v_) /; FreeQ[{a, b}, x] && InverseFunctionQ[v]]

Rule 2670

Int[sin[(e_.) + (f_.)*(x_)]^(m_.)*tan[(e_.) + (f_.)*(x_)]^(n_.), x_Symbol] :> Dist[-f^(-1), Subst[Int[(1 - x^2
)^((m + n - 1)/2)/x^n, x], x, Cos[e + f*x]], x] /; FreeQ[{e, f}, x] && IntegersQ[m, n, (m + n - 1)/2]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 14, normalized size = 1.00 \begin {gather*} \frac {\cos ^2(x)}{2}-\log (\cos (x)) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sin[x]^2*Tan[x],x]

[Out]

Cos[x]^2/2 - Log[Cos[x]]

________________________________________________________________________________________

Maple [A]
time = 0.03, size = 13, normalized size = 0.93

method result size
default \(-\frac {\left (\sin ^{2}\left (x \right )\right )}{2}-\ln \left (\cos \left (x \right )\right )\) \(13\)
risch \(i x +\frac {{\mathrm e}^{2 i x}}{8}+\frac {{\mathrm e}^{-2 i x}}{8}-\ln \left ({\mathrm e}^{2 i x}+1\right )\) \(30\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(x)^2*tan(x),x,method=_RETURNVERBOSE)

[Out]

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

________________________________________________________________________________________

Maxima [A]
time = 4.01, size = 16, normalized size = 1.14 \begin {gather*} -\frac {1}{2} \, \sin \left (x\right )^{2} - \frac {1}{2} \, \log \left (\sin \left (x\right )^{2} - 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(x)^2*tan(x),x, algorithm="maxima")

[Out]

-1/2*sin(x)^2 - 1/2*log(sin(x)^2 - 1)

________________________________________________________________________________________

Fricas [A]
time = 0.58, size = 14, normalized size = 1.00 \begin {gather*} \frac {1}{2} \, \cos \left (x\right )^{2} - \log \left (-\cos \left (x\right )\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(x)^2*tan(x),x, algorithm="fricas")

[Out]

1/2*cos(x)^2 - log(-cos(x))

________________________________________________________________________________________

Sympy [A]
time = 0.02, size = 10, normalized size = 0.71 \begin {gather*} - \log {\left (\cos {\left (x \right )} \right )} + \frac {\cos ^{2}{\left (x \right )}}{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(x)**2*tan(x),x)

[Out]

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

________________________________________________________________________________________

Giac [A]
time = 1.35, size = 18, normalized size = 1.29 \begin {gather*} -\frac {1}{2} \, \sin \left (x\right )^{2} - \frac {1}{2} \, \log \left (-\sin \left (x\right )^{2} + 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(x)^2*tan(x),x, algorithm="giac")

[Out]

-1/2*sin(x)^2 - 1/2*log(-sin(x)^2 + 1)

________________________________________________________________________________________

Mupad [B]
time = 0.14, size = 16, normalized size = 1.14 \begin {gather*} \frac {{\cos \left (x\right )}^2}{2}+\frac {\ln \left ({\mathrm {tan}\left (x\right )}^2+1\right )}{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(x)^2*tan(x),x)

[Out]

log(tan(x)^2 + 1)/2 + cos(x)^2/2

________________________________________________________________________________________