3.60 \(\int \frac {1}{1-i \sinh (c+d x)} \, dx\)

Optimal. Leaf size=27 \[ -\frac {i \cosh (c+d x)}{d (1-i \sinh (c+d x))} \]

[Out]

-I*cosh(d*x+c)/d/(1-I*sinh(d*x+c))

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 27, 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 = {2648} \[ -\frac {i \cosh (c+d x)}{d (1-i \sinh (c+d x))} \]

Antiderivative was successfully verified.

[In]

Int[(1 - I*Sinh[c + d*x])^(-1),x]

[Out]

((-I)*Cosh[c + d*x])/(d*(1 - I*Sinh[c + d*x]))

Rule 2648

Int[((a_) + (b_.)*sin[(c_.) + (d_.)*(x_)])^(-1), x_Symbol] :> -Simp[Cos[c + d*x]/(d*(b + a*Sin[c + d*x])), x]
/; FreeQ[{a, b, c, d}, x] && EqQ[a^2 - b^2, 0]

Rubi steps

\begin {align*} \int \frac {1}{1-i \sinh (c+d x)} \, dx &=-\frac {i \cosh (c+d x)}{d (1-i \sinh (c+d x))}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.06, size = 42, normalized size = 1.56 \[ \frac {2 \sinh \left (\frac {1}{2} (c+d x)\right )}{d \left (\cosh \left (\frac {1}{2} (c+d x)\right )-i \sinh \left (\frac {1}{2} (c+d x)\right )\right )} \]

Antiderivative was successfully verified.

[In]

Integrate[(1 - I*Sinh[c + d*x])^(-1),x]

[Out]

(2*Sinh[(c + d*x)/2])/(d*(Cosh[(c + d*x)/2] - I*Sinh[(c + d*x)/2]))

________________________________________________________________________________________

fricas [A]  time = 0.54, size = 16, normalized size = 0.59 \[ -\frac {2 i}{d e^{\left (d x + c\right )} + i \, d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1-I*sinh(d*x+c)),x, algorithm="fricas")

[Out]

-2*I/(d*e^(d*x + c) + I*d)

________________________________________________________________________________________

giac [A]  time = 0.16, size = 15, normalized size = 0.56 \[ -\frac {2 i}{d {\left (e^{\left (d x + c\right )} + i\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1-I*sinh(d*x+c)),x, algorithm="giac")

[Out]

-2*I/(d*(e^(d*x + c) + I))

________________________________________________________________________________________

maple [A]  time = 0.04, size = 20, normalized size = 0.74 \[ \frac {2}{d \left (\tanh \left (\frac {d x}{2}+\frac {c}{2}\right )+i\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(1-I*sinh(d*x+c)),x)

[Out]

2/d/(tanh(1/2*d*x+1/2*c)+I)

________________________________________________________________________________________

maxima [A]  time = 0.38, size = 20, normalized size = 0.74 \[ \frac {2}{d {\left (i \, e^{\left (-d x - c\right )} + 1\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1-I*sinh(d*x+c)),x, algorithm="maxima")

[Out]

2/(d*(I*e^(-d*x - c) + 1))

________________________________________________________________________________________

mupad [B]  time = 0.15, size = 17, normalized size = 0.63 \[ -\frac {2{}\mathrm {i}}{d\,\left ({\mathrm {e}}^{c+d\,x}+1{}\mathrm {i}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-1/(sinh(c + d*x)*1i - 1),x)

[Out]

-2i/(d*(exp(c + d*x) + 1i))

________________________________________________________________________________________

sympy [A]  time = 0.12, size = 17, normalized size = 0.63 \[ \frac {2 e^{c}}{d e^{c} + i d e^{- d x}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1-I*sinh(d*x+c)),x)

[Out]

2*exp(c)/(d*exp(c) + I*d*exp(-d*x))

________________________________________________________________________________________