\(\int F^{c (a+b x)} (g \coth (d+e x))^q (f \text {csch}(d+e x))^p \, dx\) [174]

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

Optimal result

Integrand size = 30, antiderivative size = 176 \[ \int F^{c (a+b x)} (g \coth (d+e x))^q (f \text {csch}(d+e x))^p \, dx=-\frac {2^{-1+q} \left (e^{2 d+2 e x}\right )^{-\frac {e p+b c \log (F)}{2 e}} \left (1-e^{2 d+2 e x}\right ) \left (1+e^{2 d+2 e x}\right )^{-q} F^{c (a+b x)} \operatorname {AppellF1}\left (1-p-q,\frac {1}{2} \left (2-p-\frac {b c \log (F)}{e}\right ),-q,2-p-q,1-e^{2 d+2 e x},\frac {1}{2} \left (1-e^{2 d+2 e x}\right )\right ) (g \coth (d+e x))^q (f \text {csch}(d+e x))^p}{e (1-p-q)} \] Output:

-2^(-1+q)*(1-exp(2*e*x+2*d))*F^(c*(b*x+a))*AppellF1(1-p-q,1-1/2*p-1/2*b*c* 
ln(F)/e,-q,2-p-q,1-exp(2*e*x+2*d),1/2-1/2*exp(2*e*x+2*d))*(g*coth(e*x+d))^ 
q*(f*csch(e*x+d))^p/e/(exp(2*e*x+2*d)^(1/2*(e*p+b*c*ln(F))/e))/((1+exp(2*e 
*x+2*d))^q)/(1-p-q)
 

Mathematica [F]

\[ \int F^{c (a+b x)} (g \coth (d+e x))^q (f \text {csch}(d+e x))^p \, dx=\int F^{c (a+b x)} (g \coth (d+e x))^q (f \text {csch}(d+e x))^p \, dx \] Input:

Integrate[F^(c*(a + b*x))*(g*Coth[d + e*x])^q*(f*Csch[d + e*x])^p,x]
 

Output:

Integrate[F^(c*(a + b*x))*(g*Coth[d + e*x])^q*(f*Csch[d + e*x])^p, x]
 

Rubi [F]

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 F^{c (a+b x)} (f \text {csch}(d+e x))^p (g \coth (d+e x))^q \, dx\)

\(\Big \downarrow \) 7271

\(\displaystyle \coth ^{-q}(d+e x) (g \coth (d+e x))^q \int F^{c (a+b x)} \coth ^q(d+e x) (f \text {csch}(d+e x))^pdx\)

\(\Big \downarrow \) 7271

\(\displaystyle \text {csch}^{-p}(d+e x) \coth ^{-q}(d+e x) (f \text {csch}(d+e x))^p (g \coth (d+e x))^q \int F^{c (a+b x)} \coth ^q(d+e x) \text {csch}^p(d+e x)dx\)

\(\Big \downarrow \) 7292

\(\displaystyle \text {csch}^{-p}(d+e x) \coth ^{-q}(d+e x) (f \text {csch}(d+e x))^p (g \coth (d+e x))^q \int F^{a c+b x c} \coth ^q(d+e x) \text {csch}^p(d+e x)dx\)

\(\Big \downarrow \) 7299

\(\displaystyle \text {csch}^{-p}(d+e x) \coth ^{-q}(d+e x) (f \text {csch}(d+e x))^p (g \coth (d+e x))^q \int F^{a c+b x c} \coth ^q(d+e x) \text {csch}^p(d+e x)dx\)

Input:

Int[F^(c*(a + b*x))*(g*Coth[d + e*x])^q*(f*Csch[d + e*x])^p,x]
 

Output:

$Aborted
 
Maple [F]

\[\int F^{c \left (b x +a \right )} \left (g \coth \left (e x +d \right )\right )^{q} \left (f \,\operatorname {csch}\left (e x +d \right )\right )^{p}d x\]

Input:

int(F^(c*(b*x+a))*(g*coth(e*x+d))^q*(f*csch(e*x+d))^p,x)
 

Output:

int(F^(c*(b*x+a))*(g*coth(e*x+d))^q*(f*csch(e*x+d))^p,x)
 

Fricas [F]

\[ \int F^{c (a+b x)} (g \coth (d+e x))^q (f \text {csch}(d+e x))^p \, dx=\int { \left (g \coth \left (e x + d\right )\right )^{q} \left (f \operatorname {csch}\left (e x + d\right )\right )^{p} F^{{\left (b x + a\right )} c} \,d x } \] Input:

integrate(F^(c*(b*x+a))*(g*coth(e*x+d))^q*(f*csch(e*x+d))^p,x, algorithm=" 
fricas")
                                                                                    
                                                                                    
 

Output:

integral((g*coth(e*x + d))^q*(f*csch(e*x + d))^p*F^(b*c*x + a*c), x)
 

Sympy [F(-1)]

Timed out. \[ \int F^{c (a+b x)} (g \coth (d+e x))^q (f \text {csch}(d+e x))^p \, dx=\text {Timed out} \] Input:

integrate(F**(c*(b*x+a))*(g*coth(e*x+d))**q*(f*csch(e*x+d))**p,x)
 

Output:

Timed out
 

Maxima [F]

\[ \int F^{c (a+b x)} (g \coth (d+e x))^q (f \text {csch}(d+e x))^p \, dx=\int { \left (g \coth \left (e x + d\right )\right )^{q} \left (f \operatorname {csch}\left (e x + d\right )\right )^{p} F^{{\left (b x + a\right )} c} \,d x } \] Input:

integrate(F^(c*(b*x+a))*(g*coth(e*x+d))^q*(f*csch(e*x+d))^p,x, algorithm=" 
maxima")
 

Output:

integrate((g*coth(e*x + d))^q*(f*csch(e*x + d))^p*F^((b*x + a)*c), x)
 

Giac [F]

\[ \int F^{c (a+b x)} (g \coth (d+e x))^q (f \text {csch}(d+e x))^p \, dx=\int { \left (g \coth \left (e x + d\right )\right )^{q} \left (f \operatorname {csch}\left (e x + d\right )\right )^{p} F^{{\left (b x + a\right )} c} \,d x } \] Input:

integrate(F^(c*(b*x+a))*(g*coth(e*x+d))^q*(f*csch(e*x+d))^p,x, algorithm=" 
giac")
 

Output:

integrate((g*coth(e*x + d))^q*(f*csch(e*x + d))^p*F^((b*x + a)*c), x)
 

Mupad [F(-1)]

Timed out. \[ \int F^{c (a+b x)} (g \coth (d+e x))^q (f \text {csch}(d+e x))^p \, dx=\int F^{c\,\left (a+b\,x\right )}\,{\left (g\,\mathrm {coth}\left (d+e\,x\right )\right )}^q\,{\left (\frac {f}{\mathrm {sinh}\left (d+e\,x\right )}\right )}^p \,d x \] Input:

int(F^(c*(a + b*x))*(g*coth(d + e*x))^q*(f/sinh(d + e*x))^p,x)
 

Output:

int(F^(c*(a + b*x))*(g*coth(d + e*x))^q*(f/sinh(d + e*x))^p, x)
 

Reduce [F]

\[ \int F^{c (a+b x)} (g \coth (d+e x))^q (f \text {csch}(d+e x))^p \, dx=g^{q} f^{a c +p} \left (\int f^{b c x} \mathrm {csch}\left (e x +d \right )^{p} \coth \left (e x +d \right )^{q}d x \right ) \] Input:

int(F^(c*(b*x+a))*(g*coth(e*x+d))^q*(f*csch(e*x+d))^p,x)
 

Output:

g**q*f**(a*c + p)*int(f**(b*c*x)*csch(d + e*x)**p*coth(d + e*x)**q,x)