\(\int (g \cos (e+f x))^p (A+B \sin (e+f x)) (c-c \sin (e+f x))^{-2-p} \, dx\) [1031]

Optimal result
Mathematica [A] (verified)
Rubi [A] (verified)
Maple [F]
Fricas [A] (verification not implemented)
Sympy [F]
Maxima [F]
Giac [F]
Mupad [B] (verification not implemented)
Reduce [F]

Optimal result

Integrand size = 38, antiderivative size = 102 \[ \int (g \cos (e+f x))^p (A+B \sin (e+f x)) (c-c \sin (e+f x))^{-2-p} \, dx=\frac {(A+B) (g \cos (e+f x))^{1+p} (c-c \sin (e+f x))^{-2-p}}{f g (3+p)}+\frac {(A-B (2+p)) (g \cos (e+f x))^{1+p} (c-c \sin (e+f x))^{-1-p}}{c f g (1+p) (3+p)} \] Output:

(A+B)*(g*cos(f*x+e))^(p+1)*(c-c*sin(f*x+e))^(-2-p)/f/g/(3+p)+(A-B*(2+p))*( 
g*cos(f*x+e))^(p+1)*(c-c*sin(f*x+e))^(-1-p)/c/f/g/(p+1)/(3+p)
                                                                                    
                                                                                    
 

Mathematica [A] (verified)

Time = 0.19 (sec) , antiderivative size = 83, normalized size of antiderivative = 0.81 \[ \int (g \cos (e+f x))^p (A+B \sin (e+f x)) (c-c \sin (e+f x))^{-2-p} \, dx=\frac {\cos (e+f x) (g \cos (e+f x))^p (c-c \sin (e+f x))^{-p} (-B+A (2+p)+(-A+B (2+p)) \sin (e+f x))}{c^2 f (1+p) (3+p) (-1+\sin (e+f x))^2} \] Input:

Integrate[(g*Cos[e + f*x])^p*(A + B*Sin[e + f*x])*(c - c*Sin[e + f*x])^(-2 
 - p),x]
 

Output:

(Cos[e + f*x]*(g*Cos[e + f*x])^p*(-B + A*(2 + p) + (-A + B*(2 + p))*Sin[e 
+ f*x]))/(c^2*f*(1 + p)*(3 + p)*(-1 + Sin[e + f*x])^2*(c - c*Sin[e + f*x]) 
^p)
 

Rubi [A] (verified)

Time = 0.50 (sec) , antiderivative size = 102, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.105, Rules used = {3042, 3338, 3042, 3150}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int (A+B \sin (e+f x)) (c-c \sin (e+f x))^{-p-2} (g \cos (e+f x))^p \, dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \int (A+B \sin (e+f x)) (c-c \sin (e+f x))^{-p-2} (g \cos (e+f x))^pdx\)

\(\Big \downarrow \) 3338

\(\displaystyle \frac {(A-B (p+2)) \int (g \cos (e+f x))^p (c-c \sin (e+f x))^{-p-1}dx}{c (p+3)}+\frac {(A+B) (c-c \sin (e+f x))^{-p-2} (g \cos (e+f x))^{p+1}}{f g (p+3)}\)

\(\Big \downarrow \) 3042

\(\displaystyle \frac {(A-B (p+2)) \int (g \cos (e+f x))^p (c-c \sin (e+f x))^{-p-1}dx}{c (p+3)}+\frac {(A+B) (c-c \sin (e+f x))^{-p-2} (g \cos (e+f x))^{p+1}}{f g (p+3)}\)

\(\Big \downarrow \) 3150

\(\displaystyle \frac {(A+B) (c-c \sin (e+f x))^{-p-2} (g \cos (e+f x))^{p+1}}{f g (p+3)}+\frac {(A-B (p+2)) (c-c \sin (e+f x))^{-p-1} (g \cos (e+f x))^{p+1}}{c f g (p+1) (p+3)}\)

Input:

Int[(g*Cos[e + f*x])^p*(A + B*Sin[e + f*x])*(c - c*Sin[e + f*x])^(-2 - p), 
x]
 

Output:

((A + B)*(g*Cos[e + f*x])^(1 + p)*(c - c*Sin[e + f*x])^(-2 - p))/(f*g*(3 + 
 p)) + ((A - B*(2 + p))*(g*Cos[e + f*x])^(1 + p)*(c - c*Sin[e + f*x])^(-1 
- p))/(c*f*g*(1 + p)*(3 + p))
 

Defintions of rubi rules used

rule 3042
Int[u_, x_Symbol] :> Int[DeactivateTrig[u, x], x] /; FunctionOfTrigOfLinear 
Q[u, x]
 

rule 3150
Int[(cos[(e_.) + (f_.)*(x_)]*(g_.))^(p_)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x 
_)])^(m_), x_Symbol] :> Simp[b*(g*Cos[e + f*x])^(p + 1)*((a + b*Sin[e + f*x 
])^m/(a*f*g*m)), x] /; FreeQ[{a, b, e, f, g, m, p}, x] && EqQ[a^2 - b^2, 0] 
 && EqQ[Simplify[m + p + 1], 0] &&  !ILtQ[p, 0]
 

rule 3338
Int[(cos[(e_.) + (f_.)*(x_)]*(g_.))^(p_)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x 
_)])^(m_)*((c_.) + (d_.)*sin[(e_.) + (f_.)*(x_)]), x_Symbol] :> Simp[(b*c - 
 a*d)*(g*Cos[e + f*x])^(p + 1)*((a + b*Sin[e + f*x])^m/(a*f*g*(2*m + p + 1) 
)), x] + Simp[(a*d*m + b*c*(m + p + 1))/(a*b*(2*m + p + 1))   Int[(g*Cos[e 
+ f*x])^p*(a + b*Sin[e + f*x])^(m + 1), x], x] /; FreeQ[{a, b, c, d, e, f, 
g, m, p}, x] && EqQ[a^2 - b^2, 0] && (LtQ[m, -1] || ILtQ[Simplify[m + p], 0 
]) && NeQ[2*m + p + 1, 0]
 
Maple [F]

\[\int \left (g \cos \left (f x +e \right )\right )^{p} \left (A +B \sin \left (f x +e \right )\right ) \left (c -c \sin \left (f x +e \right )\right )^{-2-p}d x\]

Input:

int((g*cos(f*x+e))^p*(A+B*sin(f*x+e))*(c-c*sin(f*x+e))^(-2-p),x)
 

Output:

int((g*cos(f*x+e))^p*(A+B*sin(f*x+e))*(c-c*sin(f*x+e))^(-2-p),x)
 

Fricas [A] (verification not implemented)

Time = 0.10 (sec) , antiderivative size = 84, normalized size of antiderivative = 0.82 \[ \int (g \cos (e+f x))^p (A+B \sin (e+f x)) (c-c \sin (e+f x))^{-2-p} \, dx=\frac {{\left ({\left (B p - A + 2 \, B\right )} \cos \left (f x + e\right ) \sin \left (f x + e\right ) + {\left (A p + 2 \, A - B\right )} \cos \left (f x + e\right )\right )} \left (g \cos \left (f x + e\right )\right )^{p} {\left (-c \sin \left (f x + e\right ) + c\right )}^{-p - 2}}{f p^{2} + 4 \, f p + 3 \, f} \] Input:

integrate((g*cos(f*x+e))^p*(A+B*sin(f*x+e))*(c-c*sin(f*x+e))^(-2-p),x, alg 
orithm="fricas")
 

Output:

((B*p - A + 2*B)*cos(f*x + e)*sin(f*x + e) + (A*p + 2*A - B)*cos(f*x + e)) 
*(g*cos(f*x + e))^p*(-c*sin(f*x + e) + c)^(-p - 2)/(f*p^2 + 4*f*p + 3*f)
 

Sympy [F]

\[ \int (g \cos (e+f x))^p (A+B \sin (e+f x)) (c-c \sin (e+f x))^{-2-p} \, dx=\int \left (g \cos {\left (e + f x \right )}\right )^{p} \left (- c \left (\sin {\left (e + f x \right )} - 1\right )\right )^{- p - 2} \left (A + B \sin {\left (e + f x \right )}\right )\, dx \] Input:

integrate((g*cos(f*x+e))**p*(A+B*sin(f*x+e))*(c-c*sin(f*x+e))**(-2-p),x)
 

Output:

Integral((g*cos(e + f*x))**p*(-c*(sin(e + f*x) - 1))**(-p - 2)*(A + B*sin( 
e + f*x)), x)
 

Maxima [F]

\[ \int (g \cos (e+f x))^p (A+B \sin (e+f x)) (c-c \sin (e+f x))^{-2-p} \, dx=\int { {\left (B \sin \left (f x + e\right ) + A\right )} \left (g \cos \left (f x + e\right )\right )^{p} {\left (-c \sin \left (f x + e\right ) + c\right )}^{-p - 2} \,d x } \] Input:

integrate((g*cos(f*x+e))^p*(A+B*sin(f*x+e))*(c-c*sin(f*x+e))^(-2-p),x, alg 
orithm="maxima")
 

Output:

integrate((B*sin(f*x + e) + A)*(g*cos(f*x + e))^p*(-c*sin(f*x + e) + c)^(- 
p - 2), x)
 

Giac [F]

\[ \int (g \cos (e+f x))^p (A+B \sin (e+f x)) (c-c \sin (e+f x))^{-2-p} \, dx=\int { {\left (B \sin \left (f x + e\right ) + A\right )} \left (g \cos \left (f x + e\right )\right )^{p} {\left (-c \sin \left (f x + e\right ) + c\right )}^{-p - 2} \,d x } \] Input:

integrate((g*cos(f*x+e))^p*(A+B*sin(f*x+e))*(c-c*sin(f*x+e))^(-2-p),x, alg 
orithm="giac")
 

Output:

integrate((B*sin(f*x + e) + A)*(g*cos(f*x + e))^p*(-c*sin(f*x + e) + c)^(- 
p - 2), x)
 

Mupad [B] (verification not implemented)

Time = 1.34 (sec) , antiderivative size = 129, normalized size of antiderivative = 1.26 \[ \int (g \cos (e+f x))^p (A+B \sin (e+f x)) (c-c \sin (e+f x))^{-2-p} \, dx=-\frac {{\left (g\,\cos \left (e+f\,x\right )\right )}^p\,\left (4\,A\,\cos \left (e+f\,x\right )-2\,B\,\cos \left (e+f\,x\right )-A\,\sin \left (2\,e+2\,f\,x\right )+2\,B\,\sin \left (2\,e+2\,f\,x\right )+2\,A\,p\,\cos \left (e+f\,x\right )+B\,p\,\sin \left (2\,e+2\,f\,x\right )\right )}{c^2\,f\,{\left (-c\,\left (\sin \left (e+f\,x\right )-1\right )\right )}^p\,\left (4\,\sin \left (e+f\,x\right )+\cos \left (2\,e+2\,f\,x\right )-3\right )\,\left (p^2+4\,p+3\right )} \] Input:

int(((g*cos(e + f*x))^p*(A + B*sin(e + f*x)))/(c - c*sin(e + f*x))^(p + 2) 
,x)
 

Output:

-((g*cos(e + f*x))^p*(4*A*cos(e + f*x) - 2*B*cos(e + f*x) - A*sin(2*e + 2* 
f*x) + 2*B*sin(2*e + 2*f*x) + 2*A*p*cos(e + f*x) + B*p*sin(2*e + 2*f*x)))/ 
(c^2*f*(-c*(sin(e + f*x) - 1))^p*(4*sin(e + f*x) + cos(2*e + 2*f*x) - 3)*( 
4*p + p^2 + 3))
 

Reduce [F]

\[ \int (g \cos (e+f x))^p (A+B \sin (e+f x)) (c-c \sin (e+f x))^{-2-p} \, dx=\frac {g^{p} \left (\left (\int \frac {\cos \left (f x +e \right )^{p}}{\left (-\sin \left (f x +e \right ) c +c \right )^{p} \sin \left (f x +e \right )^{2}-2 \left (-\sin \left (f x +e \right ) c +c \right )^{p} \sin \left (f x +e \right )+\left (-\sin \left (f x +e \right ) c +c \right )^{p}}d x \right ) a +\left (\int \frac {\cos \left (f x +e \right )^{p} \sin \left (f x +e \right )}{\left (-\sin \left (f x +e \right ) c +c \right )^{p} \sin \left (f x +e \right )^{2}-2 \left (-\sin \left (f x +e \right ) c +c \right )^{p} \sin \left (f x +e \right )+\left (-\sin \left (f x +e \right ) c +c \right )^{p}}d x \right ) b \right )}{c^{2}} \] Input:

int((g*cos(f*x+e))^p*(A+B*sin(f*x+e))*(c-c*sin(f*x+e))^(-2-p),x)
 

Output:

(g**p*(int(cos(e + f*x)**p/(( - sin(e + f*x)*c + c)**p*sin(e + f*x)**2 - 2 
*( - sin(e + f*x)*c + c)**p*sin(e + f*x) + ( - sin(e + f*x)*c + c)**p),x)* 
a + int((cos(e + f*x)**p*sin(e + f*x))/(( - sin(e + f*x)*c + c)**p*sin(e + 
 f*x)**2 - 2*( - sin(e + f*x)*c + c)**p*sin(e + f*x) + ( - sin(e + f*x)*c 
+ c)**p),x)*b))/c**2