3.933 \(\int \cot (c+d x) \csc (c+d x) (a+a \sin (c+d x))^m \, dx\)

Optimal. Leaf size=42 \[ \frac {(a \sin (c+d x)+a)^{m+1} \, _2F_1(2,m+1;m+2;\sin (c+d x)+1)}{a d (m+1)} \]

[Out]

hypergeom([2, 1+m],[2+m],1+sin(d*x+c))*(a+a*sin(d*x+c))^(1+m)/a/d/(1+m)

________________________________________________________________________________________

Rubi [A]  time = 0.06, antiderivative size = 42, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.120, Rules used = {2833, 12, 65} \[ \frac {(a \sin (c+d x)+a)^{m+1} \, _2F_1(2,m+1;m+2;\sin (c+d x)+1)}{a d (m+1)} \]

Antiderivative was successfully verified.

[In]

Int[Cot[c + d*x]*Csc[c + d*x]*(a + a*Sin[c + d*x])^m,x]

[Out]

(Hypergeometric2F1[2, 1 + m, 2 + m, 1 + Sin[c + d*x]]*(a + a*Sin[c + d*x])^(1 + m))/(a*d*(1 + m))

Rule 12

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

Rule 65

Int[((b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((c + d*x)^(n + 1)*Hypergeometric2F1[-m, n +
 1, n + 2, 1 + (d*x)/c])/(d*(n + 1)*(-(d/(b*c)))^m), x] /; FreeQ[{b, c, d, m, n}, x] &&  !IntegerQ[n] && (Inte
gerQ[m] || GtQ[-(d/(b*c)), 0])

Rule 2833

Int[cos[(e_.) + (f_.)*(x_)]*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(m_.)*((c_.) + (d_.)*sin[(e_.) + (f_.)*(x_)
])^(n_.), x_Symbol] :> Dist[1/(b*f), Subst[Int[(a + x)^m*(c + (d*x)/b)^n, x], x, b*Sin[e + f*x]], x] /; FreeQ[
{a, b, c, d, e, f, m, n}, x]

Rubi steps

\begin {align*} \int \cot (c+d x) \csc (c+d x) (a+a \sin (c+d x))^m \, dx &=\frac {\operatorname {Subst}\left (\int \frac {a^2 (a+x)^m}{x^2} \, dx,x,a \sin (c+d x)\right )}{a d}\\ &=\frac {a \operatorname {Subst}\left (\int \frac {(a+x)^m}{x^2} \, dx,x,a \sin (c+d x)\right )}{d}\\ &=\frac {\, _2F_1(2,1+m;2+m;1+\sin (c+d x)) (a+a \sin (c+d x))^{1+m}}{a d (1+m)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.05, size = 42, normalized size = 1.00 \[ \frac {(a \sin (c+d x)+a)^{m+1} \, _2F_1(2,m+1;m+2;\sin (c+d x)+1)}{a d (m+1)} \]

Antiderivative was successfully verified.

[In]

Integrate[Cot[c + d*x]*Csc[c + d*x]*(a + a*Sin[c + d*x])^m,x]

[Out]

(Hypergeometric2F1[2, 1 + m, 2 + m, 1 + Sin[c + d*x]]*(a + a*Sin[c + d*x])^(1 + m))/(a*d*(1 + m))

________________________________________________________________________________________

fricas [F]  time = 0.48, size = 0, normalized size = 0.00 \[ {\rm integral}\left ({\left (a \sin \left (d x + c\right ) + a\right )}^{m} \cos \left (d x + c\right ) \csc \left (d x + c\right )^{2}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(d*x+c)*csc(d*x+c)^2*(a+a*sin(d*x+c))^m,x, algorithm="fricas")

[Out]

integral((a*sin(d*x + c) + a)^m*cos(d*x + c)*csc(d*x + c)^2, x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (a \sin \left (d x + c\right ) + a\right )}^{m} \cos \left (d x + c\right ) \csc \left (d x + c\right )^{2}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(d*x+c)*csc(d*x+c)^2*(a+a*sin(d*x+c))^m,x, algorithm="giac")

[Out]

integrate((a*sin(d*x + c) + a)^m*cos(d*x + c)*csc(d*x + c)^2, x)

________________________________________________________________________________________

maple [F]  time = 1.14, size = 0, normalized size = 0.00 \[ \int \cos \left (d x +c \right ) \left (\csc ^{2}\left (d x +c \right )\right ) \left (a +a \sin \left (d x +c \right )\right )^{m}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(d*x+c)*csc(d*x+c)^2*(a+a*sin(d*x+c))^m,x)

[Out]

int(cos(d*x+c)*csc(d*x+c)^2*(a+a*sin(d*x+c))^m,x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (a \sin \left (d x + c\right ) + a\right )}^{m} \cos \left (d x + c\right ) \csc \left (d x + c\right )^{2}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(d*x+c)*csc(d*x+c)^2*(a+a*sin(d*x+c))^m,x, algorithm="maxima")

[Out]

integrate((a*sin(d*x + c) + a)^m*cos(d*x + c)*csc(d*x + c)^2, x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int \frac {\cos \left (c+d\,x\right )\,{\left (a+a\,\sin \left (c+d\,x\right )\right )}^m}{{\sin \left (c+d\,x\right )}^2} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((cos(c + d*x)*(a + a*sin(c + d*x))^m)/sin(c + d*x)^2,x)

[Out]

int((cos(c + d*x)*(a + a*sin(c + d*x))^m)/sin(c + d*x)^2, x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (a \left (\sin {\left (c + d x \right )} + 1\right )\right )^{m} \cos {\left (c + d x \right )} \csc ^{2}{\left (c + d x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(d*x+c)*csc(d*x+c)**2*(a+a*sin(d*x+c))**m,x)

[Out]

Integral((a*(sin(c + d*x) + 1))**m*cos(c + d*x)*csc(c + d*x)**2, x)

________________________________________________________________________________________