3.1.27 \(\int \frac {1}{\sqrt {i \sinh (c+d x)}} \, dx\) [27]

Optimal. Leaf size=30 \[ -\frac {2 i F\left (\left .\frac {1}{2} \left (i c-\frac {\pi }{2}+i d x\right )\right |2\right )}{d} \]

[Out]

2*I*(sin(1/2*I*c+1/4*Pi+1/2*I*d*x)^2)^(1/2)/sin(1/2*I*c+1/4*Pi+1/2*I*d*x)*EllipticF(cos(1/2*I*c+1/4*Pi+1/2*I*d
*x),2^(1/2))/d

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 30, 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 = {2720} \begin {gather*} -\frac {2 i F\left (\left .\frac {1}{2} \left (i c+i d x-\frac {\pi }{2}\right )\right |2\right )}{d} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/Sqrt[I*Sinh[c + d*x]],x]

[Out]

((-2*I)*EllipticF[(I*c - Pi/2 + I*d*x)/2, 2])/d

Rule 2720

Int[1/Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2/d)*EllipticF[(1/2)*(c - Pi/2 + d*x), 2], x] /; FreeQ
[{c, d}, x]

Rubi steps

\begin {align*} \int \frac {1}{\sqrt {i \sinh (c+d x)}} \, dx &=-\frac {2 i F\left (\left .\frac {1}{2} \left (i c-\frac {\pi }{2}+i d x\right )\right |2\right )}{d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 28, normalized size = 0.93 \begin {gather*} \frac {2 i F\left (\left .\frac {1}{2} \left (\frac {\pi }{2}-i (c+d x)\right )\right |2\right )}{d} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/Sqrt[I*Sinh[c + d*x]],x]

[Out]

((2*I)*EllipticF[(Pi/2 - I*(c + d*x))/2, 2])/d

________________________________________________________________________________________

Maple [A]
time = 0.52, size = 68, normalized size = 2.27

method result size
default \(\frac {i \sqrt {-i \left (\sinh \left (d x +c \right )+i\right )}\, \sqrt {2}\, \sqrt {-i \left (i-\sinh \left (d x +c \right )\right )}\, \EllipticF \left (\sqrt {-i \left (\sinh \left (d x +c \right )+i\right )}, \frac {\sqrt {2}}{2}\right )}{\cosh \left (d x +c \right ) d}\) \(68\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(I*sinh(d*x+c))^(1/2),x,method=_RETURNVERBOSE)

[Out]

I*(-I*(sinh(d*x+c)+I))^(1/2)*2^(1/2)*(-I*(I-sinh(d*x+c)))^(1/2)*EllipticF((-I*(sinh(d*x+c)+I))^(1/2),1/2*2^(1/
2))/cosh(d*x+c)/d

________________________________________________________________________________________

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(1/(I*sinh(d*x+c))^(1/2),x, algorithm="maxima")

[Out]

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

________________________________________________________________________________________

Fricas [C] Result contains higher order function than in optimal. Order 9 vs. order 4.
time = 0.11, size = 20, normalized size = 0.67 \begin {gather*} -\frac {2 i \, \sqrt {2} \sqrt {i} {\rm weierstrassPInverse}\left (4, 0, e^{\left (d x + c\right )}\right )}{d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-2*I*sqrt(2)*sqrt(I)*weierstrassPInverse(4, 0, e^(d*x + c))/d

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{\sqrt {i \sinh {\left (c + d x \right )}}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Integral(1/sqrt(I*sinh(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(1/(I*sinh(d*x+c))^(1/2),x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.03 \begin {gather*} \int \frac {1}{\sqrt {\mathrm {sinh}\left (c+d\,x\right )\,1{}\mathrm {i}}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________