\(\int F^{c (a+b x)} \csc ^4(d+e x) \, dx\) [8]

Optimal result
Mathematica [A] (verified)
Rubi [A] (verified)
Maple [F]
Fricas [F]
Sympy [F]
Maxima [F]
Giac [F]
Mupad [F(-1)]
Reduce [F]

Optimal result

Integrand size = 18, antiderivative size = 141 \[ \int F^{c (a+b x)} \csc ^4(d+e x) \, dx=-\frac {F^{c (a+b x)} \cot (d+e x) \csc ^2(d+e x)}{3 e}-\frac {b c F^{c (a+b x)} \csc ^2(d+e x) \log (F)}{6 e^2}+\frac {2 e^{2 i (d+e x)} F^{c (a+b x)} \operatorname {Hypergeometric2F1}\left (2,1-\frac {i b c \log (F)}{2 e},2-\frac {i b c \log (F)}{2 e},e^{2 i (d+e x)}\right ) (2 i e-b c \log (F))}{3 e^2} \] Output:

-1/3*F^(c*(b*x+a))*cot(e*x+d)*csc(e*x+d)^2/e-1/6*b*c*F^(c*(b*x+a))*csc(e*x 
+d)^2*ln(F)/e^2+2/3*exp(2*I*(e*x+d))*F^(c*(b*x+a))*hypergeom([2, 1-1/2*I*b 
*c*ln(F)/e],[2-1/2*I*b*c*ln(F)/e],exp(2*I*(e*x+d)))*(2*I*e-b*c*ln(F))/e^2
 

Mathematica [A] (verified)

Time = 2.05 (sec) , antiderivative size = 173, normalized size of antiderivative = 1.23 \[ \int F^{c (a+b x)} \csc ^4(d+e x) \, dx=\frac {F^{c (a+b x)} \left (-e \csc ^2(d+e x) (2 e \cot (d)+b c \log (F))-\frac {2 i \left (1+\left (-1+e^{2 i d}\right ) \operatorname {Hypergeometric2F1}\left (1,-\frac {i b c \log (F)}{2 e},1-\frac {i b c \log (F)}{2 e},e^{2 i (d+e x)}\right )\right ) \left (4 e^2+b^2 c^2 \log ^2(F)\right )}{-1+e^{2 i d}}+2 e^2 \csc (d) \csc ^3(d+e x) \sin (e x)+\csc (d) \csc (d+e x) \left (4 e^2+b^2 c^2 \log ^2(F)\right ) \sin (e x)\right )}{6 e^3} \] Input:

Integrate[F^(c*(a + b*x))*Csc[d + e*x]^4,x]
 

Output:

(F^(c*(a + b*x))*(-(e*Csc[d + e*x]^2*(2*e*Cot[d] + b*c*Log[F])) - ((2*I)*( 
1 + (-1 + E^((2*I)*d))*Hypergeometric2F1[1, ((-1/2*I)*b*c*Log[F])/e, 1 - ( 
(I/2)*b*c*Log[F])/e, E^((2*I)*(d + e*x))])*(4*e^2 + b^2*c^2*Log[F]^2))/(-1 
 + E^((2*I)*d)) + 2*e^2*Csc[d]*Csc[d + e*x]^3*Sin[e*x] + Csc[d]*Csc[d + e* 
x]*(4*e^2 + b^2*c^2*Log[F]^2)*Sin[e*x]))/(6*e^3)
 

Rubi [A] (verified)

Time = 0.32 (sec) , antiderivative size = 155, normalized size of antiderivative = 1.10, number of steps used = 2, number of rules used = 2, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {4949, 4953}

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 \csc ^4(d+e x) F^{c (a+b x)} \, dx\)

\(\Big \downarrow \) 4949

\(\displaystyle \frac {1}{6} \left (\frac {b^2 c^2 \log ^2(F)}{e^2}+4\right ) \int F^{c (a+b x)} \csc ^2(d+e x)dx-\frac {b c \log (F) \csc ^2(d+e x) F^{c (a+b x)}}{6 e^2}-\frac {\cot (d+e x) \csc ^2(d+e x) F^{c (a+b x)}}{3 e}\)

\(\Big \downarrow \) 4953

\(\displaystyle -\frac {2 e^{2 i (d+e x)} F^{c (a+b x)} \left (\frac {b^2 c^2 \log ^2(F)}{e^2}+4\right ) \operatorname {Hypergeometric2F1}\left (2,1-\frac {i b c \log (F)}{2 e},2-\frac {i b c \log (F)}{2 e},e^{2 i (d+e x)}\right )}{3 (b c \log (F)+2 i e)}-\frac {b c \log (F) \csc ^2(d+e x) F^{c (a+b x)}}{6 e^2}-\frac {\cot (d+e x) \csc ^2(d+e x) F^{c (a+b x)}}{3 e}\)

Input:

Int[F^(c*(a + b*x))*Csc[d + e*x]^4,x]
 

Output:

-1/3*(F^(c*(a + b*x))*Cot[d + e*x]*Csc[d + e*x]^2)/e - (b*c*F^(c*(a + b*x) 
)*Csc[d + e*x]^2*Log[F])/(6*e^2) - (2*E^((2*I)*(d + e*x))*F^(c*(a + b*x))* 
Hypergeometric2F1[2, 1 - ((I/2)*b*c*Log[F])/e, 2 - ((I/2)*b*c*Log[F])/e, E 
^((2*I)*(d + e*x))]*(4 + (b^2*c^2*Log[F]^2)/e^2))/(3*((2*I)*e + b*c*Log[F] 
))
 

Defintions of rubi rules used

rule 4949
Int[Csc[(d_.) + (e_.)*(x_)]^(n_)*(F_)^((c_.)*((a_.) + (b_.)*(x_))), x_Symbo 
l] :> Simp[(-b)*c*Log[F]*F^(c*(a + b*x))*(Csc[d + e*x]^(n - 2)/(e^2*(n - 1) 
*(n - 2))), x] + (-Simp[F^(c*(a + b*x))*Csc[d + e*x]^(n - 1)*(Cos[d + e*x]/ 
(e*(n - 1))), x] + Simp[(e^2*(n - 2)^2 + b^2*c^2*Log[F]^2)/(e^2*(n - 1)*(n 
- 2))   Int[F^(c*(a + b*x))*Csc[d + e*x]^(n - 2), x], x]) /; FreeQ[{F, a, b 
, c, d, e}, x] && NeQ[b^2*c^2*Log[F]^2 + e^2*(n - 2)^2, 0] && GtQ[n, 1] && 
NeQ[n, 2]
 

rule 4953
Int[Csc[(d_.) + (e_.)*(x_)]^(n_.)*(F_)^((c_.)*((a_.) + (b_.)*(x_))), x_Symb 
ol] :> Simp[(-2*I)^n*E^(I*n*(d + e*x))*(F^(c*(a + b*x))/(I*e*n + b*c*Log[F] 
))*Hypergeometric2F1[n, n/2 - I*b*c*(Log[F]/(2*e)), 1 + n/2 - I*b*c*(Log[F] 
/(2*e)), E^(2*I*(d + e*x))], x] /; FreeQ[{F, a, b, c, d, e}, x] && IntegerQ 
[n]
 
Maple [F]

\[\int F^{c \left (b x +a \right )} \csc \left (e x +d \right )^{4}d x\]

Input:

int(F^(c*(b*x+a))*csc(e*x+d)^4,x)
 

Output:

int(F^(c*(b*x+a))*csc(e*x+d)^4,x)
 

Fricas [F]

\[ \int F^{c (a+b x)} \csc ^4(d+e x) \, dx=\int { F^{{\left (b x + a\right )} c} \csc \left (e x + d\right )^{4} \,d x } \] Input:

integrate(F^(c*(b*x+a))*csc(e*x+d)^4,x, algorithm="fricas")
 

Output:

integral(F^(b*c*x + a*c)*csc(e*x + d)^4, x)
 

Sympy [F]

\[ \int F^{c (a+b x)} \csc ^4(d+e x) \, dx=\int F^{c \left (a + b x\right )} \csc ^{4}{\left (d + e x \right )}\, dx \] Input:

integrate(F**(c*(b*x+a))*csc(e*x+d)**4,x)
 

Output:

Integral(F**(c*(a + b*x))*csc(d + e*x)**4, x)
 

Maxima [F]

\[ \int F^{c (a+b x)} \csc ^4(d+e x) \, dx=\int { F^{{\left (b x + a\right )} c} \csc \left (e x + d\right )^{4} \,d x } \] Input:

integrate(F^(c*(b*x+a))*csc(e*x+d)^4,x, algorithm="maxima")
 

Output:

16*(6*(F^(a*c)*b^5*c^5*log(F)^5 + 100*F^(a*c)*b^3*c^3*e^2*log(F)^3 + 2304* 
F^(a*c)*b*c*e^4*log(F))*F^(b*c*x)*cos(4*e*x + 4*d)^2 + 320*(F^(a*c)*b^3*c^ 
3*e^2*log(F)^3 + 64*F^(a*c)*b*c*e^4*log(F))*F^(b*c*x)*cos(2*e*x + 2*d)^2 + 
 6*(F^(a*c)*b^5*c^5*log(F)^5 + 100*F^(a*c)*b^3*c^3*e^2*log(F)^3 + 2304*F^( 
a*c)*b*c*e^4*log(F))*F^(b*c*x)*sin(4*e*x + 4*d)^2 + 320*(F^(a*c)*b^3*c^3*e 
^2*log(F)^3 + 64*F^(a*c)*b*c*e^4*log(F))*F^(b*c*x)*sin(2*e*x + 2*d)^2 + 56 
0*(F^(a*c)*b^3*c^3*e^2*log(F)^3 - 32*F^(a*c)*b*c*e^4*log(F))*F^(b*c*x)*cos 
(2*e*x + 2*d) - 40*(F^(a*c)*b^4*c^4*e*log(F)^4 - 104*F^(a*c)*b^2*c^2*e^3*l 
og(F)^2)*F^(b*c*x)*sin(2*e*x + 2*d) - 160*(F^(a*c)*b^3*c^3*e^2*log(F)^3 - 
20*F^(a*c)*b*c*e^4*log(F))*F^(b*c*x) + ((F^(a*c)*b^5*c^5*log(F)^5 + 100*F^ 
(a*c)*b^3*c^3*e^2*log(F)^3 + 2304*F^(a*c)*b*c*e^4*log(F))*F^(b*c*x)*cos(4* 
e*x + 4*d) - 80*(F^(a*c)*b^3*c^3*e^2*log(F)^3 + 64*F^(a*c)*b*c*e^4*log(F)) 
*F^(b*c*x)*cos(2*e*x + 2*d) - 4*(F^(a*c)*b^4*c^4*e*log(F)^4 + 100*F^(a*c)* 
b^2*c^2*e^3*log(F)^2 + 2304*F^(a*c)*e^5)*F^(b*c*x)*sin(4*e*x + 4*d) - 8*(F 
^(a*c)*b^4*c^4*e*log(F)^4 + 40*F^(a*c)*b^2*c^2*e^3*log(F)^2 - 1536*F^(a*c) 
*e^5)*F^(b*c*x)*sin(2*e*x + 2*d) - 160*(F^(a*c)*b^3*c^3*e^2*log(F)^3 - 20* 
F^(a*c)*b*c*e^4*log(F))*F^(b*c*x))*cos(8*e*x + 8*d) - 4*((F^(a*c)*b^5*c^5* 
log(F)^5 + 100*F^(a*c)*b^3*c^3*e^2*log(F)^3 + 2304*F^(a*c)*b*c*e^4*log(F)) 
*F^(b*c*x)*cos(4*e*x + 4*d) - 80*(F^(a*c)*b^3*c^3*e^2*log(F)^3 + 64*F^(a*c 
)*b*c*e^4*log(F))*F^(b*c*x)*cos(2*e*x + 2*d) - 4*(F^(a*c)*b^4*c^4*e*log...
 

Giac [F]

\[ \int F^{c (a+b x)} \csc ^4(d+e x) \, dx=\int { F^{{\left (b x + a\right )} c} \csc \left (e x + d\right )^{4} \,d x } \] Input:

integrate(F^(c*(b*x+a))*csc(e*x+d)^4,x, algorithm="giac")
 

Output:

integrate(F^((b*x + a)*c)*csc(e*x + d)^4, x)
 

Mupad [F(-1)]

Timed out. \[ \int F^{c (a+b x)} \csc ^4(d+e x) \, dx=\int \frac {F^{c\,\left (a+b\,x\right )}}{{\sin \left (d+e\,x\right )}^4} \,d x \] Input:

int(F^(c*(a + b*x))/sin(d + e*x)^4,x)
 

Output:

int(F^(c*(a + b*x))/sin(d + e*x)^4, x)
 

Reduce [F]

\[ \int F^{c (a+b x)} \csc ^4(d+e x) \, dx=f^{a c} \left (\int f^{b c x} \csc \left (e x +d \right )^{4}d x \right ) \] Input:

int(F^(c*(b*x+a))*csc(e*x+d)^4,x)
 

Output:

f**(a*c)*int(f**(b*c*x)*csc(d + e*x)**4,x)