3.337 \(\int \frac{\sin (2 x)}{\sqrt{9-\cos ^4(x)}} \, dx\)

Optimal. Leaf size=11 \[ -\sin ^{-1}\left (\frac{\cos ^2(x)}{3}\right ) \]

[Out]

-ArcSin[Cos[x]^2/3]

________________________________________________________________________________________

Rubi [A]  time = 0.0500845, antiderivative size = 11, normalized size of antiderivative = 1., number of steps used = 5, number of rules used = 4, integrand size = 17, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.235, Rules used = {12, 1107, 619, 216} \[ -\sin ^{-1}\left (\frac{\cos ^2(x)}{3}\right ) \]

Antiderivative was successfully verified.

[In]

Int[Sin[2*x]/Sqrt[9 - Cos[x]^4],x]

[Out]

-ArcSin[Cos[x]^2/3]

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 1107

Int[(x_)*((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4)^(p_.), x_Symbol] :> Dist[1/2, Subst[Int[(a + b*x + c*x^2)^p, x],
 x, x^2], x] /; FreeQ[{a, b, c, p}, x]

Rule 619

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Dist[1/(2*c*((-4*c)/(b^2 - 4*a*c))^p), Subst[Int[Si
mp[1 - x^2/(b^2 - 4*a*c), x]^p, x], x, b + 2*c*x], x] /; FreeQ[{a, b, c, p}, x] && GtQ[4*a - b^2/c, 0]

Rule 216

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

Rubi steps

\begin{align*} \int \frac{\sin (2 x)}{\sqrt{9-\cos ^4(x)}} \, dx &=\operatorname{Subst}\left (\int \frac{2 x}{\sqrt{8+2 x^2-x^4}} \, dx,x,\sin (x)\right )\\ &=2 \operatorname{Subst}\left (\int \frac{x}{\sqrt{8+2 x^2-x^4}} \, dx,x,\sin (x)\right )\\ &=\operatorname{Subst}\left (\int \frac{1}{\sqrt{8+2 x-x^2}} \, dx,x,\sin ^2(x)\right )\\ &=-\left (\frac{1}{6} \operatorname{Subst}\left (\int \frac{1}{\sqrt{1-\frac{x^2}{36}}} \, dx,x,2 \cos ^2(x)\right )\right )\\ &=-\sin ^{-1}\left (\frac{\cos ^2(x)}{3}\right )\\ \end{align*}

Mathematica [A]  time = 0.0157304, size = 11, normalized size = 1. \[ -\sin ^{-1}\left (\frac{\cos ^2(x)}{3}\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[Sin[2*x]/Sqrt[9 - Cos[x]^4],x]

[Out]

-ArcSin[Cos[x]^2/3]

________________________________________________________________________________________

Maple [A]  time = 0.03, size = 10, normalized size = 0.9 \begin{align*} -\arcsin \left ({\frac{ \left ( \cos \left ( x \right ) \right ) ^{2}}{3}} \right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(2*x)/(9-cos(x)^4)^(1/2),x)

[Out]

-arcsin(1/3*cos(x)^2)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sin \left (2 \, x\right )}{\sqrt{-\cos \left (x\right )^{4} + 9}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(2*x)/(9-cos(x)^4)^(1/2),x, algorithm="maxima")

[Out]

integrate(sin(2*x)/sqrt(-cos(x)^4 + 9), x)

________________________________________________________________________________________

Fricas [B]  time = 2.55318, size = 72, normalized size = 6.55 \begin{align*} \arctan \left (\frac{\sqrt{-\cos \left (x\right )^{4} + 9} \cos \left (x\right )^{2}}{\cos \left (x\right )^{4} - 9}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(2*x)/(9-cos(x)^4)^(1/2),x, algorithm="fricas")

[Out]

arctan(sqrt(-cos(x)^4 + 9)*cos(x)^2/(cos(x)^4 - 9))

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(2*x)/(9-cos(x)**4)**(1/2),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sin \left (2 \, x\right )}{\sqrt{-\cos \left (x\right )^{4} + 9}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(2*x)/(9-cos(x)^4)^(1/2),x, algorithm="giac")

[Out]

integrate(sin(2*x)/sqrt(-cos(x)^4 + 9), x)