3.3.88 \(\int F^{c (a+b x)} \text {sech}(d+e x) \, dx\) [288]

Optimal. Leaf size=68 \[ \frac {2 e^{d+e x} F^{c (a+b x)} \, _2F_1\left (1,\frac {e+b c \log (F)}{2 e};\frac {1}{2} \left (3+\frac {b c \log (F)}{e}\right );-e^{2 (d+e x)}\right )}{e+b c \log (F)} \]

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 68, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 16, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.062, Rules used = {5600} \begin {gather*} \frac {2 e^{d+e x} F^{c (a+b x)} \, _2F_1\left (1,\frac {e+b c \log (F)}{2 e};\frac {1}{2} \left (\frac {b c \log (F)}{e}+3\right );-e^{2 (d+e x)}\right )}{b c \log (F)+e} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 5600

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

Rubi steps

\begin {align*} \int F^{c (a+b x)} \text {sech}(d+e x) \, dx &=\frac {2 e^{d+e x} F^{c (a+b x)} \, _2F_1\left (1,\frac {e+b c \log (F)}{2 e};\frac {1}{2} \left (3+\frac {b c \log (F)}{e}\right );-e^{2 (d+e x)}\right )}{e+b c \log (F)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 70, normalized size = 1.03 \begin {gather*} \frac {2 e^{d+e x} F^{c (a+b x)} \, _2F_1\left (1,\frac {1}{2}+\frac {b c \log (F)}{2 e};\frac {3}{2}+\frac {b c \log (F)}{2 e};-e^{2 (d+e x)}\right )}{e+b c \log (F)} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

Maple [F]
time = 0.28, size = 0, normalized size = 0.00 \[\int F^{c \left (b x +a \right )} \mathrm {sech}\left (e x +d \right )\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

4*F^(a*c)*integrate(-e^(b*c*x*log(F) + x*e + d + 1)/(b*c*log(F) + (b*c*e^(4*d)*log(F) - e^(4*d + 1))*e^(4*x*e)
 + 2*(b*c*e^(2*d)*log(F) - e^(2*d + 1))*e^(2*x*e) - e), x) + 2*F^(a*c)*e^(b*c*x*log(F) + x*e + d)/(b*c*log(F)
+ (b*c*e^(2*d)*log(F) - e^(2*d + 1))*e^(2*x*e) - e)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int F^{c \left (a + b x\right )} \operatorname {sech}{\left (d + e x \right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {F^{c\,\left (a+b\,x\right )}}{\mathrm {cosh}\left (d+e\,x\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________