3.153 \(\int \frac{x \cos (x)}{(a+b \sin (x))^2} \, dx\)

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

[Out]

(2*ArcTan[(b + a*Tan[x/2])/Sqrt[a^2 - b^2]])/(b*Sqrt[a^2 - b^2]) - x/(b*(a + b*Sin[x]))

________________________________________________________________________________________

Rubi [A]  time = 0.0776166, antiderivative size = 58, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 4, integrand size = 12, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.333, Rules used = {4422, 2660, 618, 204} \[ \frac{2 \tan ^{-1}\left (\frac{a \tan \left (\frac{x}{2}\right )+b}{\sqrt{a^2-b^2}}\right )}{b \sqrt{a^2-b^2}}-\frac{x}{b (a+b \sin (x))} \]

Antiderivative was successfully verified.

[In]

Int[(x*Cos[x])/(a + b*Sin[x])^2,x]

[Out]

(2*ArcTan[(b + a*Tan[x/2])/Sqrt[a^2 - b^2]])/(b*Sqrt[a^2 - b^2]) - x/(b*(a + b*Sin[x]))

Rule 4422

Int[Cos[(c_.) + (d_.)*(x_)]*((e_.) + (f_.)*(x_))^(m_.)*((a_) + (b_.)*Sin[(c_.) + (d_.)*(x_)])^(n_.), x_Symbol]
 :> Simp[((e + f*x)^m*(a + b*Sin[c + d*x])^(n + 1))/(b*d*(n + 1)), x] - Dist[(f*m)/(b*d*(n + 1)), Int[(e + f*x
)^(m - 1)*(a + b*Sin[c + d*x])^(n + 1), x], x] /; FreeQ[{a, b, c, d, e, f, n}, x] && IGtQ[m, 0] && NeQ[n, -1]

Rule 2660

Int[((a_) + (b_.)*sin[(c_.) + (d_.)*(x_)])^(-1), x_Symbol] :> With[{e = FreeFactors[Tan[(c + d*x)/2], x]}, Dis
t[(2*e)/d, Subst[Int[1/(a + 2*b*e*x + a*e^2*x^2), x], x, Tan[(c + d*x)/2]/e], x]] /; FreeQ[{a, b, c, d}, x] &&
 NeQ[a^2 - b^2, 0]

Rule 618

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

Rule 204

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

Rubi steps

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

Mathematica [A]  time = 0.140019, size = 56, normalized size = 0.97 \[ \frac{\frac{2 \tan ^{-1}\left (\frac{a \tan \left (\frac{x}{2}\right )+b}{\sqrt{a^2-b^2}}\right )}{\sqrt{a^2-b^2}}-\frac{x}{a+b \sin (x)}}{b} \]

Antiderivative was successfully verified.

[In]

Integrate[(x*Cos[x])/(a + b*Sin[x])^2,x]

[Out]

((2*ArcTan[(b + a*Tan[x/2])/Sqrt[a^2 - b^2]])/Sqrt[a^2 - b^2] - x/(a + b*Sin[x]))/b

________________________________________________________________________________________

Maple [C]  time = 0.247, size = 159, normalized size = 2.7 \begin{align*}{\frac{-2\,ix{{\rm e}^{ix}}}{b \left ( b{{\rm e}^{2\,ix}}-b+2\,ia{{\rm e}^{ix}} \right ) }}-{\frac{1}{b}\ln \left ({{\rm e}^{ix}}+{\frac{1}{b} \left ( ia\sqrt{-{a}^{2}+{b}^{2}}-{a}^{2}+{b}^{2} \right ){\frac{1}{\sqrt{-{a}^{2}+{b}^{2}}}}} \right ){\frac{1}{\sqrt{-{a}^{2}+{b}^{2}}}}}+{\frac{1}{b}\ln \left ({{\rm e}^{ix}}+{\frac{1}{b} \left ( ia\sqrt{-{a}^{2}+{b}^{2}}+{a}^{2}-{b}^{2} \right ){\frac{1}{\sqrt{-{a}^{2}+{b}^{2}}}}} \right ){\frac{1}{\sqrt{-{a}^{2}+{b}^{2}}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*cos(x)/(a+b*sin(x))^2,x)

[Out]

-2*I*x*exp(I*x)/b/(b*exp(2*I*x)-b+2*I*a*exp(I*x))-1/(-a^2+b^2)^(1/2)/b*ln(exp(I*x)+(I*a*(-a^2+b^2)^(1/2)-a^2+b
^2)/(-a^2+b^2)^(1/2)/b)+1/(-a^2+b^2)^(1/2)/b*ln(exp(I*x)+(I*a*(-a^2+b^2)^(1/2)+a^2-b^2)/(-a^2+b^2)^(1/2)/b)

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*cos(x)/(a+b*sin(x))^2,x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [A]  time = 2.58181, size = 531, normalized size = 9.16 \begin{align*} \left [-\frac{\sqrt{-a^{2} + b^{2}}{\left (b \sin \left (x\right ) + a\right )} \log \left (\frac{{\left (2 \, a^{2} - b^{2}\right )} \cos \left (x\right )^{2} - 2 \, a b \sin \left (x\right ) - a^{2} - b^{2} + 2 \,{\left (a \cos \left (x\right ) \sin \left (x\right ) + b \cos \left (x\right )\right )} \sqrt{-a^{2} + b^{2}}}{b^{2} \cos \left (x\right )^{2} - 2 \, a b \sin \left (x\right ) - a^{2} - b^{2}}\right ) + 2 \,{\left (a^{2} - b^{2}\right )} x}{2 \,{\left (a^{3} b - a b^{3} +{\left (a^{2} b^{2} - b^{4}\right )} \sin \left (x\right )\right )}}, -\frac{\sqrt{a^{2} - b^{2}}{\left (b \sin \left (x\right ) + a\right )} \arctan \left (-\frac{a \sin \left (x\right ) + b}{\sqrt{a^{2} - b^{2}} \cos \left (x\right )}\right ) +{\left (a^{2} - b^{2}\right )} x}{a^{3} b - a b^{3} +{\left (a^{2} b^{2} - b^{4}\right )} \sin \left (x\right )}\right ] \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*cos(x)/(a+b*sin(x))^2,x, algorithm="fricas")

[Out]

[-1/2*(sqrt(-a^2 + b^2)*(b*sin(x) + a)*log(((2*a^2 - b^2)*cos(x)^2 - 2*a*b*sin(x) - a^2 - b^2 + 2*(a*cos(x)*si
n(x) + b*cos(x))*sqrt(-a^2 + b^2))/(b^2*cos(x)^2 - 2*a*b*sin(x) - a^2 - b^2)) + 2*(a^2 - b^2)*x)/(a^3*b - a*b^
3 + (a^2*b^2 - b^4)*sin(x)), -(sqrt(a^2 - b^2)*(b*sin(x) + a)*arctan(-(a*sin(x) + b)/(sqrt(a^2 - b^2)*cos(x)))
 + (a^2 - b^2)*x)/(a^3*b - a*b^3 + (a^2*b^2 - b^4)*sin(x))]

________________________________________________________________________________________

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(x*cos(x)/(a+b*sin(x))**2,x)

[Out]

Timed out

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*cos(x)/(a+b*sin(x))^2,x, algorithm="giac")

[Out]

integrate(x*cos(x)/(b*sin(x) + a)^2, x)