3.3.38 \(\int \frac {\sinh ^3(c+d x)}{x (a+b \cosh (c+d x))} \, dx\) [238]

Optimal. Leaf size=27 \[ \text {Int}\left (\frac {\sinh ^3(c+d x)}{x (a+b \cosh (c+d x))},x\right ) \]

[Out]

Unintegrable(sinh(d*x+c)^3/x/(a+b*cosh(d*x+c)),x)

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \frac {\sinh ^3(c+d x)}{x (a+b \cosh (c+d x))} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

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

[Out]

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

Rubi steps

\begin {align*} \int \frac {\sinh ^3(c+d x)}{x (a+b \cosh (c+d x))} \, dx &=\int \frac {\sinh ^3(c+d x)}{x (a+b \cosh (c+d x))} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 145.31, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\sinh ^3(c+d x)}{x (a+b \cosh (c+d x))} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

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

[Out]

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

________________________________________________________________________________________

Maple [A]
time = 1.01, size = 0, normalized size = 0.00 \[\int \frac {\sinh ^{3}\left (d x +c \right )}{x \left (a +b \cosh \left (d x +c \right )\right )}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Maxima [A]
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(sinh(d*x+c)^3/x/(a+b*cosh(d*x+c)),x, algorithm="maxima")

[Out]

1/4*Ei(2*d*x)*e^(2*c)/b + 1/2*a*Ei(-d*x)*e^(-c)/b^2 - 1/4*Ei(-2*d*x)*e^(-2*c)/b - 1/2*a*Ei(d*x)*e^c/b^2 + (a^2
 - b^2)*log(x)/b^3 - 1/8*integrate(16*(a^2*b - b^3 + (a^3*e^c - a*b^2*e^c)*e^(d*x))/(b^4*x*e^(2*d*x + 2*c) + 2
*a*b^3*x*e^(d*x + c) + b^4*x), x)

________________________________________________________________________________________

Fricas [A]
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(sinh(d*x+c)^3/x/(a+b*cosh(d*x+c)),x, algorithm="fricas")

[Out]

integral(sinh(d*x + c)^3/(b*x*cosh(d*x + c) + a*x), x)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\sinh ^{3}{\left (c + d x \right )}}{x \left (a + b \cosh {\left (c + d x \right )}\right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Giac [A]
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(sinh(d*x+c)^3/x/(a+b*cosh(d*x+c)),x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________