3.9.81 \(\int e^{a+b x} \text {csch}(c+d x) \, dx\) [881]

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

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 50, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 14, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.071, Rules used = {5601} \begin {gather*} -\frac {2 e^{a+b x+c+d x} \, _2F_1\left (1,\frac {b+d}{2 d};\frac {1}{2} \left (\frac {b}{d}+3\right );e^{2 (c+d x)}\right )}{b+d} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[E^(a + b*x)*Csch[c + d*x],x]

[Out]

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

Rule 5601

Int[Csch[(d_.) + (e_.)*(x_)]^(n_.)*(F_)^((c_.)*((a_.) + (b_.)*(x_))), 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 e^{a+b x} \text {csch}(c+d x) \, dx &=-\frac {2 e^{a+c+b x+d x} \, _2F_1\left (1,\frac {b+d}{2 d};\frac {1}{2} \left (3+\frac {b}{d}\right );e^{2 (c+d x)}\right )}{b+d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.09, size = 59, normalized size = 1.18 \begin {gather*} -\frac {2 e^{a+(b+d) x} \, _2F_1\left (1,\frac {b+d}{2 d};\frac {b+3 d}{2 d};e^{2 d x} (\cosh (c)+\sinh (c))^2\right ) (\cosh (c)+\sinh (c))}{b+d} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[E^(a + b*x)*Csch[c + d*x],x]

[Out]

(-2*E^(a + (b + d)*x)*Hypergeometric2F1[1, (b + d)/(2*d), (b + 3*d)/(2*d), E^(2*d*x)*(Cosh[c] + Sinh[c])^2]*(C
osh[c] + Sinh[c]))/(b + d)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(b*x+a)*csch(d*x+c),x)

[Out]

int(exp(b*x+a)*csch(d*x+c),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(exp(b*x+a)*csch(d*x+c),x, algorithm="maxima")

[Out]

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

________________________________________________________________________________________

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(exp(b*x+a)*csch(d*x+c),x, algorithm="fricas")

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(b*x+a)*csch(d*x+c),x)

[Out]

exp(a)*Integral(exp(b*x)*csch(c + d*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(exp(b*x+a)*csch(d*x+c),x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(a + b*x)/sinh(c + d*x),x)

[Out]

int(exp(a + b*x)/sinh(c + d*x), x)

________________________________________________________________________________________