3.1.10 \(\int \frac {\sin (x)}{(3+\cos (x))^2} \, dx\) [10]

Optimal. Leaf size=6 \[ \frac {1}{3+\cos (x)} \]

[Out]

1/(3+cos(x))

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 6, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 9, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.222, Rules used = {2747, 32} \begin {gather*} \frac {1}{\cos (x)+3} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

(3 + Cos[x])^(-1)

Rule 32

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

Rule 2747

Int[cos[(e_.) + (f_.)*(x_)]^(p_.)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(m_.), x_Symbol] :> Dist[1/(b^p*f), S
ubst[Int[(a + x)^m*(b^2 - x^2)^((p - 1)/2), x], x, b*Sin[e + f*x]], x] /; FreeQ[{a, b, e, f, m}, x] && Integer
Q[(p - 1)/2] && NeQ[a^2 - b^2, 0]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 6, normalized size = 1.00 \begin {gather*} \frac {1}{3+\cos (x)} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

(3 + Cos[x])^(-1)

________________________________________________________________________________________

Maple [A]
time = 0.02, size = 7, normalized size = 1.17

method result size
derivativedivides \(\frac {1}{3+\cos \left (x \right )}\) \(7\)
default \(\frac {1}{3+\cos \left (x \right )}\) \(7\)
risch \(\frac {2 \,{\mathrm e}^{i x}}{{\mathrm e}^{2 i x}+6 \,{\mathrm e}^{i x}+1}\) \(24\)
norman \(\frac {-\frac {\left (\tan ^{2}\left (\frac {x}{2}\right )\right )}{2}-\frac {1}{2}}{\left (1+\tan ^{2}\left (\frac {x}{2}\right )\right ) \left (\tan ^{2}\left (\frac {x}{2}\right )+2\right )}\) \(32\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(x)/(3+cos(x))^2,x,method=_RETURNVERBOSE)

[Out]

1/(3+cos(x))

________________________________________________________________________________________

Maxima [A]
time = 3.61, size = 6, normalized size = 1.00 \begin {gather*} \frac {1}{\cos \left (x\right ) + 3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/(cos(x) + 3)

________________________________________________________________________________________

Fricas [A]
time = 0.54, size = 6, normalized size = 1.00 \begin {gather*} \frac {1}{\cos \left (x\right ) + 3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/(cos(x) + 3)

________________________________________________________________________________________

Sympy [A]
time = 0.16, size = 5, normalized size = 0.83 \begin {gather*} \frac {1}{\cos {\left (x \right )} + 3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/(cos(x) + 3)

________________________________________________________________________________________

Giac [A]
time = 0.81, size = 6, normalized size = 1.00 \begin {gather*} \frac {1}{\cos \left (x\right ) + 3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/(cos(x) + 3)

________________________________________________________________________________________

Mupad [B]
time = 0.04, size = 6, normalized size = 1.00 \begin {gather*} \frac {1}{\cos \left (x\right )+3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/(cos(x) + 3)

________________________________________________________________________________________