3.17 \(\int \frac{1}{2-\sin ^2(2+3 x)} \, dx\)

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

[Out]

x/Sqrt[2] - ArcTan[(Cos[2 + 3*x]*Sin[2 + 3*x])/(1 + Sqrt[2] + Cos[2 + 3*x]^2)]/(3*Sqrt[2])

________________________________________________________________________________________

Rubi [A]  time = 0.0190109, antiderivative size = 48, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 14, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.143, Rules used = {3181, 203} \[ \frac{x}{\sqrt{2}}-\frac{\tan ^{-1}\left (\frac{\sin (3 x+2) \cos (3 x+2)}{\cos ^2(3 x+2)+\sqrt{2}+1}\right )}{3 \sqrt{2}} \]

Antiderivative was successfully verified.

[In]

Int[(2 - Sin[2 + 3*x]^2)^(-1),x]

[Out]

x/Sqrt[2] - ArcTan[(Cos[2 + 3*x]*Sin[2 + 3*x])/(1 + Sqrt[2] + Cos[2 + 3*x]^2)]/(3*Sqrt[2])

Rule 3181

Int[((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]^2)^(-1), x_Symbol] :> With[{ff = FreeFactors[Tan[e + f*x], x]}, Dist
[ff/f, Subst[Int[1/(a + (a + b)*ff^2*x^2), x], x, Tan[e + f*x]/ff], x]] /; FreeQ[{a, b, e, f}, x]

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])

Rubi steps

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

Mathematica [A]  time = 0.0210394, size = 22, normalized size = 0.46 \[ \frac{\tan ^{-1}\left (\frac{\tan (3 x+2)}{\sqrt{2}}\right )}{3 \sqrt{2}} \]

Antiderivative was successfully verified.

[In]

Integrate[(2 - Sin[2 + 3*x]^2)^(-1),x]

[Out]

ArcTan[Tan[2 + 3*x]/Sqrt[2]]/(3*Sqrt[2])

________________________________________________________________________________________

Maple [A]  time = 0.024, size = 18, normalized size = 0.4 \begin{align*}{\frac{\sqrt{2}}{6}\arctan \left ({\frac{\tan \left ( 2+3\,x \right ) \sqrt{2}}{2}} \right ) } \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(2-sin(2+3*x)^2),x)

[Out]

1/6*2^(1/2)*arctan(1/2*tan(2+3*x)*2^(1/2))

________________________________________________________________________________________

Maxima [A]  time = 1.57803, size = 23, normalized size = 0.48 \begin{align*} \frac{1}{6} \, \sqrt{2} \arctan \left (\frac{1}{2} \, \sqrt{2} \tan \left (3 \, x + 2\right )\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(2-sin(2+3*x)^2),x, algorithm="maxima")

[Out]

1/6*sqrt(2)*arctan(1/2*sqrt(2)*tan(3*x + 2))

________________________________________________________________________________________

Fricas [A]  time = 1.73682, size = 124, normalized size = 2.58 \begin{align*} -\frac{1}{12} \, \sqrt{2} \arctan \left (\frac{3 \, \sqrt{2} \cos \left (3 \, x + 2\right )^{2} - \sqrt{2}}{4 \, \cos \left (3 \, x + 2\right ) \sin \left (3 \, x + 2\right )}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(2-sin(2+3*x)^2),x, algorithm="fricas")

[Out]

-1/12*sqrt(2)*arctan(1/4*(3*sqrt(2)*cos(3*x + 2)^2 - sqrt(2))/(cos(3*x + 2)*sin(3*x + 2)))

________________________________________________________________________________________

Sympy [A]  time = 1.20373, size = 76, normalized size = 1.58 \begin{align*} \frac{\sqrt{2} \left (\operatorname{atan}{\left (\sqrt{2} \tan{\left (\frac{3 x}{2} + 1 \right )} - 1 \right )} + \pi \left \lfloor{\frac{\frac{3 x}{2} - \frac{\pi }{2} + 1}{\pi }}\right \rfloor \right )}{6} + \frac{\sqrt{2} \left (\operatorname{atan}{\left (\sqrt{2} \tan{\left (\frac{3 x}{2} + 1 \right )} + 1 \right )} + \pi \left \lfloor{\frac{\frac{3 x}{2} - \frac{\pi }{2} + 1}{\pi }}\right \rfloor \right )}{6} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(2-sin(2+3*x)**2),x)

[Out]

sqrt(2)*(atan(sqrt(2)*tan(3*x/2 + 1) - 1) + pi*floor((3*x/2 - pi/2 + 1)/pi))/6 + sqrt(2)*(atan(sqrt(2)*tan(3*x
/2 + 1) + 1) + pi*floor((3*x/2 - pi/2 + 1)/pi))/6

________________________________________________________________________________________

Giac [A]  time = 1.1218, size = 77, normalized size = 1.6 \begin{align*} \frac{1}{6} \, \sqrt{2}{\left (3 \, x + \arctan \left (-\frac{\sqrt{2} \sin \left (6 \, x + 4\right ) - \sin \left (6 \, x + 4\right )}{\sqrt{2} \cos \left (6 \, x + 4\right ) + \sqrt{2} - \cos \left (6 \, x + 4\right ) + 1}\right ) + 2\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(2-sin(2+3*x)^2),x, algorithm="giac")

[Out]

1/6*sqrt(2)*(3*x + arctan(-(sqrt(2)*sin(6*x + 4) - sin(6*x + 4))/(sqrt(2)*cos(6*x + 4) + sqrt(2) - cos(6*x + 4
) + 1)) + 2)