3.855 \(\int \frac{\sin ^3(x)}{\cos ^3(x)+\sin ^3(x)} \, dx\)

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

[Out]

x/2 - Log[Cos[x] + Sin[x]]/6 + Log[2 - Sin[2*x]]/3

________________________________________________________________________________________

Rubi [A]  time = 0.132845, antiderivative size = 37, normalized size of antiderivative = 1.28, number of steps used = 7, number of rules used = 5, integrand size = 16, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.312, Rules used = {2074, 635, 203, 260, 628} \[ \frac{x}{2}+\frac{1}{3} \log \left (\tan ^2(x)-\tan (x)+1\right )-\frac{1}{6} \log (\tan (x)+1)+\frac{1}{2} \log (\cos (x)) \]

Antiderivative was successfully verified.

[In]

Int[Sin[x]^3/(Cos[x]^3 + Sin[x]^3),x]

[Out]

x/2 + Log[Cos[x]]/2 - Log[1 + Tan[x]]/6 + Log[1 - Tan[x] + Tan[x]^2]/3

Rule 2074

Int[(P_)^(p_)*(Q_)^(q_.), x_Symbol] :> With[{PP = Factor[P]}, Int[ExpandIntegrand[PP^p*Q^q, x], x] /;  !SumQ[N
onfreeFactors[PP, x]]] /; FreeQ[q, x] && PolyQ[P, x] && PolyQ[Q, x] && IntegerQ[p] && NeQ[P, x]

Rule 635

Int[((d_) + (e_.)*(x_))/((a_) + (c_.)*(x_)^2), x_Symbol] :> Dist[d, Int[1/(a + c*x^2), x], x] + Dist[e, Int[x/
(a + c*x^2), x], x] /; FreeQ[{a, c, d, e}, x] &&  !NiceSqrtQ[-(a*c)]

Rule 203

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTan[(Rt[b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 260

Int[(x_)^(m_.)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> Simp[Log[RemoveContent[a + b*x^n, x]]/(b*n), x] /; FreeQ
[{a, b, m, n}, x] && EqQ[m, n - 1]

Rule 628

Int[((d_) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Simp[(d*Log[RemoveContent[a + b*x +
c*x^2, x]])/b, x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[2*c*d - b*e, 0]

Rubi steps

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

Mathematica [A]  time = 0.102501, size = 29, normalized size = 1. \[ \frac{x}{2}+\frac{1}{3} \log (2-\sin (2 x))-\frac{1}{6} \log (\sin (x)+\cos (x)) \]

Antiderivative was successfully verified.

[In]

Integrate[Sin[x]^3/(Cos[x]^3 + Sin[x]^3),x]

[Out]

x/2 - Log[Cos[x] + Sin[x]]/6 + Log[2 - Sin[2*x]]/3

________________________________________________________________________________________

Maple [A]  time = 0.058, size = 34, normalized size = 1.2 \begin{align*}{\frac{\ln \left ( 1-\tan \left ( x \right ) + \left ( \tan \left ( x \right ) \right ) ^{2} \right ) }{3}}-{\frac{\ln \left ( 1+\tan \left ( x \right ) \right ) }{6}}-{\frac{\ln \left ( 1+ \left ( \tan \left ( x \right ) \right ) ^{2} \right ) }{4}}+{\frac{x}{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(x)^3/(cos(x)^3+sin(x)^3),x)

[Out]

1/3*ln(1-tan(x)+tan(x)^2)-1/6*ln(1+tan(x))-1/4*ln(1+tan(x)^2)+1/2*x

________________________________________________________________________________________

Maxima [B]  time = 1.47655, size = 139, normalized size = 4.79 \begin{align*} \arctan \left (\frac{\sin \left (x\right )}{\cos \left (x\right ) + 1}\right ) + \frac{1}{3} \, \log \left (-\frac{2 \, \sin \left (x\right )}{\cos \left (x\right ) + 1} + \frac{2 \, \sin \left (x\right )^{2}}{{\left (\cos \left (x\right ) + 1\right )}^{2}} + \frac{2 \, \sin \left (x\right )^{3}}{{\left (\cos \left (x\right ) + 1\right )}^{3}} + \frac{\sin \left (x\right )^{4}}{{\left (\cos \left (x\right ) + 1\right )}^{4}} + 1\right ) - \frac{1}{6} \, \log \left (-\frac{2 \, \sin \left (x\right )}{\cos \left (x\right ) + 1} + \frac{\sin \left (x\right )^{2}}{{\left (\cos \left (x\right ) + 1\right )}^{2}} - 1\right ) - \frac{1}{2} \, \log \left (\frac{\sin \left (x\right )^{2}}{{\left (\cos \left (x\right ) + 1\right )}^{2}} + 1\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(x)^3/(cos(x)^3+sin(x)^3),x, algorithm="maxima")

[Out]

arctan(sin(x)/(cos(x) + 1)) + 1/3*log(-2*sin(x)/(cos(x) + 1) + 2*sin(x)^2/(cos(x) + 1)^2 + 2*sin(x)^3/(cos(x)
+ 1)^3 + sin(x)^4/(cos(x) + 1)^4 + 1) - 1/6*log(-2*sin(x)/(cos(x) + 1) + sin(x)^2/(cos(x) + 1)^2 - 1) - 1/2*lo
g(sin(x)^2/(cos(x) + 1)^2 + 1)

________________________________________________________________________________________

Fricas [A]  time = 2.17078, size = 93, normalized size = 3.21 \begin{align*} \frac{1}{2} \, x - \frac{1}{12} \, \log \left (2 \, \cos \left (x\right ) \sin \left (x\right ) + 1\right ) + \frac{1}{3} \, \log \left (-\cos \left (x\right ) \sin \left (x\right ) + 1\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(x)^3/(cos(x)^3+sin(x)^3),x, algorithm="fricas")

[Out]

1/2*x - 1/12*log(2*cos(x)*sin(x) + 1) + 1/3*log(-cos(x)*sin(x) + 1)

________________________________________________________________________________________

Sympy [A]  time = 0.405274, size = 32, normalized size = 1.1 \begin{align*} \frac{x}{2} - \frac{\log{\left (\sin{\left (x \right )} + \cos{\left (x \right )} \right )}}{6} + \frac{\log{\left (\sin ^{2}{\left (x \right )} - \sin{\left (x \right )} \cos{\left (x \right )} + \cos ^{2}{\left (x \right )} \right )}}{3} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(x)**3/(cos(x)**3+sin(x)**3),x)

[Out]

x/2 - log(sin(x) + cos(x))/6 + log(sin(x)**2 - sin(x)*cos(x) + cos(x)**2)/3

________________________________________________________________________________________

Giac [A]  time = 1.09594, size = 46, normalized size = 1.59 \begin{align*} \frac{1}{2} \, x + \frac{1}{3} \, \log \left (\tan \left (x\right )^{2} - \tan \left (x\right ) + 1\right ) - \frac{1}{4} \, \log \left (\tan \left (x\right )^{2} + 1\right ) - \frac{1}{6} \, \log \left ({\left | \tan \left (x\right ) + 1 \right |}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(x)^3/(cos(x)^3+sin(x)^3),x, algorithm="giac")

[Out]

1/2*x + 1/3*log(tan(x)^2 - tan(x) + 1) - 1/4*log(tan(x)^2 + 1) - 1/6*log(abs(tan(x) + 1))