\(\int \frac {x \sinh (a+b x)}{\cosh ^{\frac {3}{2}}(a+b x)} \, dx\) [532]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [F]
   Fricas [F(-2)]
   Sympy [F]
   Maxima [F]
   Giac [F]
   Mupad [F(-1)]

Optimal result

Integrand size = 18, antiderivative size = 37 \[ \int \frac {x \sinh (a+b x)}{\cosh ^{\frac {3}{2}}(a+b x)} \, dx=-\frac {2 x}{b \sqrt {\cosh (a+b x)}}-\frac {4 i \operatorname {EllipticF}\left (\frac {1}{2} i (a+b x),2\right )}{b^2} \]

[Out]

-4*I*(cosh(1/2*a+1/2*b*x)^2)^(1/2)/cosh(1/2*a+1/2*b*x)*EllipticF(I*sinh(1/2*a+1/2*b*x),2^(1/2))/b^2-2*x/b/cosh
(b*x+a)^(1/2)

Rubi [A] (verified)

Time = 0.02 (sec) , antiderivative size = 37, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {5481, 2720} \[ \int \frac {x \sinh (a+b x)}{\cosh ^{\frac {3}{2}}(a+b x)} \, dx=-\frac {2 x}{b \sqrt {\cosh (a+b x)}}-\frac {4 i \operatorname {EllipticF}\left (\frac {1}{2} i (a+b x),2\right )}{b^2} \]

[In]

Int[(x*Sinh[a + b*x])/Cosh[a + b*x]^(3/2),x]

[Out]

(-2*x)/(b*Sqrt[Cosh[a + b*x]]) - ((4*I)*EllipticF[(I/2)*(a + b*x), 2])/b^2

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]

Rule 5481

Int[Cosh[(a_.) + (b_.)*(x_)^(n_.)]^(p_.)*(x_)^(m_.)*Sinh[(a_.) + (b_.)*(x_)^(n_.)], x_Symbol] :> Simp[x^(m - n
 + 1)*(Cosh[a + b*x^n]^(p + 1)/(b*n*(p + 1))), x] - Dist[(m - n + 1)/(b*n*(p + 1)), Int[x^(m - n)*Cosh[a + b*x
^n]^(p + 1), x], x] /; FreeQ[{a, b, p}, x] && LtQ[0, n, m + 1] && NeQ[p, -1]

Rubi steps \begin{align*} \text {integral}& = -\frac {2 x}{b \sqrt {\cosh (a+b x)}}+\frac {2 \int \frac {1}{\sqrt {\cosh (a+b x)}} \, dx}{b} \\ & = -\frac {2 x}{b \sqrt {\cosh (a+b x)}}-\frac {4 i \operatorname {EllipticF}\left (\frac {1}{2} i (a+b x),2\right )}{b^2} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.28 (sec) , antiderivative size = 37, normalized size of antiderivative = 1.00 \[ \int \frac {x \sinh (a+b x)}{\cosh ^{\frac {3}{2}}(a+b x)} \, dx=-\frac {2 x}{b \sqrt {\cosh (a+b x)}}-\frac {4 i \operatorname {EllipticF}\left (\frac {1}{2} i (a+b x),2\right )}{b^2} \]

[In]

Integrate[(x*Sinh[a + b*x])/Cosh[a + b*x]^(3/2),x]

[Out]

(-2*x)/(b*Sqrt[Cosh[a + b*x]]) - ((4*I)*EllipticF[(I/2)*(a + b*x), 2])/b^2

Maple [F]

\[\int \frac {x \sinh \left (b x +a \right )}{\cosh \left (b x +a \right )^{\frac {3}{2}}}d x\]

[In]

int(x*sinh(b*x+a)/cosh(b*x+a)^(3/2),x)

[Out]

int(x*sinh(b*x+a)/cosh(b*x+a)^(3/2),x)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x \sinh (a+b x)}{\cosh ^{\frac {3}{2}}(a+b x)} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(x*sinh(b*x+a)/cosh(b*x+a)^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

Sympy [F]

\[ \int \frac {x \sinh (a+b x)}{\cosh ^{\frac {3}{2}}(a+b x)} \, dx=\int \frac {x \sinh {\left (a + b x \right )}}{\cosh ^{\frac {3}{2}}{\left (a + b x \right )}}\, dx \]

[In]

integrate(x*sinh(b*x+a)/cosh(b*x+a)**(3/2),x)

[Out]

Integral(x*sinh(a + b*x)/cosh(a + b*x)**(3/2), x)

Maxima [F]

\[ \int \frac {x \sinh (a+b x)}{\cosh ^{\frac {3}{2}}(a+b x)} \, dx=\int { \frac {x \sinh \left (b x + a\right )}{\cosh \left (b x + a\right )^{\frac {3}{2}}} \,d x } \]

[In]

integrate(x*sinh(b*x+a)/cosh(b*x+a)^(3/2),x, algorithm="maxima")

[Out]

integrate(x*sinh(b*x + a)/cosh(b*x + a)^(3/2), x)

Giac [F]

\[ \int \frac {x \sinh (a+b x)}{\cosh ^{\frac {3}{2}}(a+b x)} \, dx=\int { \frac {x \sinh \left (b x + a\right )}{\cosh \left (b x + a\right )^{\frac {3}{2}}} \,d x } \]

[In]

integrate(x*sinh(b*x+a)/cosh(b*x+a)^(3/2),x, algorithm="giac")

[Out]

integrate(x*sinh(b*x + a)/cosh(b*x + a)^(3/2), x)

Mupad [F(-1)]

Timed out. \[ \int \frac {x \sinh (a+b x)}{\cosh ^{\frac {3}{2}}(a+b x)} \, dx=\int \frac {x\,\mathrm {sinh}\left (a+b\,x\right )}{{\mathrm {cosh}\left (a+b\,x\right )}^{3/2}} \,d x \]

[In]

int((x*sinh(a + b*x))/cosh(a + b*x)^(3/2),x)

[Out]

int((x*sinh(a + b*x))/cosh(a + b*x)^(3/2), x)