3.881 \(\int e^{a+b x} \text {csch}(c+d x) \, dx\)

Optimal. Leaf size=50 \[ -\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} \]

[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.02, 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 = {5493} \[ -\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} \]

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 5493

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))*Hypergeometric2F1[n, n/2 + (b*c*Log[F])/(2*e), 1 + n/2 + (b*c*Log[F])/(2*e), E^(2*(d + e*x))
])/(e*n + b*c*Log[F]), 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.13, size = 59, normalized size = 1.18 \[ -\frac {2 (\sinh (c)+\cosh (c)) e^{a+x (b+d)} \, _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 )}{b+d} \]

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)

________________________________________________________________________________________

fricas [F]  time = 0.47, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\operatorname {csch}\left (d x + c\right ) e^{\left (b x + a\right )}, x\right ) \]

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)

________________________________________________________________________________________

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

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)

________________________________________________________________________________________

maple [F]  time = 0.27, 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 \[ \int \operatorname {csch}\left (d x + c\right ) e^{\left (b x + a\right )}\,{d x} \]

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)

________________________________________________________________________________________

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

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)

________________________________________________________________________________________

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

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)

________________________________________________________________________________________