3.1.34 \(\int \frac {1}{(1+\cosh (c+d x))^3} \, dx\) [34]

Optimal. Leaf size=70 \[ \frac {\sinh (c+d x)}{5 d (1+\cosh (c+d x))^3}+\frac {2 \sinh (c+d x)}{15 d (1+\cosh (c+d x))^2}+\frac {2 \sinh (c+d x)}{15 d (1+\cosh (c+d x))} \]

[Out]

1/5*sinh(d*x+c)/d/(1+cosh(d*x+c))^3+2/15*sinh(d*x+c)/d/(1+cosh(d*x+c))^2+2/15*sinh(d*x+c)/d/(1+cosh(d*x+c))

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 70, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {2729, 2727} \begin {gather*} \frac {2 \sinh (c+d x)}{15 d (\cosh (c+d x)+1)}+\frac {2 \sinh (c+d x)}{15 d (\cosh (c+d x)+1)^2}+\frac {\sinh (c+d x)}{5 d (\cosh (c+d x)+1)^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(1 + Cosh[c + d*x])^(-3),x]

[Out]

Sinh[c + d*x]/(5*d*(1 + Cosh[c + d*x])^3) + (2*Sinh[c + d*x])/(15*d*(1 + Cosh[c + d*x])^2) + (2*Sinh[c + d*x])
/(15*d*(1 + Cosh[c + d*x]))

Rule 2727

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]

Rule 2729

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

Rubi steps

\begin {align*} \int \frac {1}{(1+\cosh (c+d x))^3} \, dx &=\frac {\sinh (c+d x)}{5 d (1+\cosh (c+d x))^3}+\frac {2}{5} \int \frac {1}{(1+\cosh (c+d x))^2} \, dx\\ &=\frac {\sinh (c+d x)}{5 d (1+\cosh (c+d x))^3}+\frac {2 \sinh (c+d x)}{15 d (1+\cosh (c+d x))^2}+\frac {2}{15} \int \frac {1}{1+\cosh (c+d x)} \, dx\\ &=\frac {\sinh (c+d x)}{5 d (1+\cosh (c+d x))^3}+\frac {2 \sinh (c+d x)}{15 d (1+\cosh (c+d x))^2}+\frac {2 \sinh (c+d x)}{15 d (1+\cosh (c+d x))}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.04, size = 44, normalized size = 0.63 \begin {gather*} \frac {15 \sinh (c+d x)+6 \sinh (2 (c+d x))+\sinh (3 (c+d x))}{30 d (1+\cosh (c+d x))^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(1 + Cosh[c + d*x])^(-3),x]

[Out]

(15*Sinh[c + d*x] + 6*Sinh[2*(c + d*x)] + Sinh[3*(c + d*x)])/(30*d*(1 + Cosh[c + d*x])^3)

________________________________________________________________________________________

Maple [A]
time = 0.80, size = 43, normalized size = 0.61

method result size
risch \(-\frac {4 \left (10 \,{\mathrm e}^{2 d x +2 c}+5 \,{\mathrm e}^{d x +c}+1\right )}{15 d \left ({\mathrm e}^{d x +c}+1\right )^{5}}\) \(37\)
derivativedivides \(\frac {\frac {\left (\tanh ^{5}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )}{20}-\frac {\left (\tanh ^{3}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )}{6}+\frac {\tanh \left (\frac {d x}{2}+\frac {c}{2}\right )}{4}}{d}\) \(43\)
default \(\frac {\frac {\left (\tanh ^{5}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )}{20}-\frac {\left (\tanh ^{3}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )}{6}+\frac {\tanh \left (\frac {d x}{2}+\frac {c}{2}\right )}{4}}{d}\) \(43\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(1+cosh(d*x+c))^3,x,method=_RETURNVERBOSE)

[Out]

1/d*(1/20*tanh(1/2*d*x+1/2*c)^5-1/6*tanh(1/2*d*x+1/2*c)^3+1/4*tanh(1/2*d*x+1/2*c))

________________________________________________________________________________________

Maxima [B] Leaf count of result is larger than twice the leaf count of optimal. 205 vs. \(2 (64) = 128\).
time = 0.26, size = 205, normalized size = 2.93 \begin {gather*} \frac {4 \, e^{\left (-d x - c\right )}}{3 \, d {\left (5 \, e^{\left (-d x - c\right )} + 10 \, e^{\left (-2 \, d x - 2 \, c\right )} + 10 \, e^{\left (-3 \, d x - 3 \, c\right )} + 5 \, e^{\left (-4 \, d x - 4 \, c\right )} + e^{\left (-5 \, d x - 5 \, c\right )} + 1\right )}} + \frac {8 \, e^{\left (-2 \, d x - 2 \, c\right )}}{3 \, d {\left (5 \, e^{\left (-d x - c\right )} + 10 \, e^{\left (-2 \, d x - 2 \, c\right )} + 10 \, e^{\left (-3 \, d x - 3 \, c\right )} + 5 \, e^{\left (-4 \, d x - 4 \, c\right )} + e^{\left (-5 \, d x - 5 \, c\right )} + 1\right )}} + \frac {4}{15 \, d {\left (5 \, e^{\left (-d x - c\right )} + 10 \, e^{\left (-2 \, d x - 2 \, c\right )} + 10 \, e^{\left (-3 \, d x - 3 \, c\right )} + 5 \, e^{\left (-4 \, d x - 4 \, c\right )} + e^{\left (-5 \, d x - 5 \, c\right )} + 1\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1+cosh(d*x+c))^3,x, algorithm="maxima")

[Out]

4/3*e^(-d*x - c)/(d*(5*e^(-d*x - c) + 10*e^(-2*d*x - 2*c) + 10*e^(-3*d*x - 3*c) + 5*e^(-4*d*x - 4*c) + e^(-5*d
*x - 5*c) + 1)) + 8/3*e^(-2*d*x - 2*c)/(d*(5*e^(-d*x - c) + 10*e^(-2*d*x - 2*c) + 10*e^(-3*d*x - 3*c) + 5*e^(-
4*d*x - 4*c) + e^(-5*d*x - 5*c) + 1)) + 4/15/(d*(5*e^(-d*x - c) + 10*e^(-2*d*x - 2*c) + 10*e^(-3*d*x - 3*c) +
5*e^(-4*d*x - 4*c) + e^(-5*d*x - 5*c) + 1))

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 174 vs. \(2 (64) = 128\).
time = 0.37, size = 174, normalized size = 2.49 \begin {gather*} -\frac {4 \, {\left (11 \, \cosh \left (d x + c\right ) + 9 \, \sinh \left (d x + c\right ) + 5\right )}}{15 \, {\left (d \cosh \left (d x + c\right )^{4} + d \sinh \left (d x + c\right )^{4} + 5 \, d \cosh \left (d x + c\right )^{3} + {\left (4 \, d \cosh \left (d x + c\right ) + 5 \, d\right )} \sinh \left (d x + c\right )^{3} + 10 \, d \cosh \left (d x + c\right )^{2} + {\left (6 \, d \cosh \left (d x + c\right )^{2} + 15 \, d \cosh \left (d x + c\right ) + 10 \, d\right )} \sinh \left (d x + c\right )^{2} + 11 \, d \cosh \left (d x + c\right ) + {\left (4 \, d \cosh \left (d x + c\right )^{3} + 15 \, d \cosh \left (d x + c\right )^{2} + 20 \, d \cosh \left (d x + c\right ) + 9 \, d\right )} \sinh \left (d x + c\right ) + 5 \, d\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1+cosh(d*x+c))^3,x, algorithm="fricas")

[Out]

-4/15*(11*cosh(d*x + c) + 9*sinh(d*x + c) + 5)/(d*cosh(d*x + c)^4 + d*sinh(d*x + c)^4 + 5*d*cosh(d*x + c)^3 +
(4*d*cosh(d*x + c) + 5*d)*sinh(d*x + c)^3 + 10*d*cosh(d*x + c)^2 + (6*d*cosh(d*x + c)^2 + 15*d*cosh(d*x + c) +
 10*d)*sinh(d*x + c)^2 + 11*d*cosh(d*x + c) + (4*d*cosh(d*x + c)^3 + 15*d*cosh(d*x + c)^2 + 20*d*cosh(d*x + c)
 + 9*d)*sinh(d*x + c) + 5*d)

________________________________________________________________________________________

Sympy [A]
time = 1.02, size = 51, normalized size = 0.73 \begin {gather*} \begin {cases} \frac {\tanh ^{5}{\left (\frac {c}{2} + \frac {d x}{2} \right )}}{20 d} - \frac {\tanh ^{3}{\left (\frac {c}{2} + \frac {d x}{2} \right )}}{6 d} + \frac {\tanh {\left (\frac {c}{2} + \frac {d x}{2} \right )}}{4 d} & \text {for}\: d \neq 0 \\\frac {x}{\left (\cosh {\left (c \right )} + 1\right )^{3}} & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1+cosh(d*x+c))**3,x)

[Out]

Piecewise((tanh(c/2 + d*x/2)**5/(20*d) - tanh(c/2 + d*x/2)**3/(6*d) + tanh(c/2 + d*x/2)/(4*d), Ne(d, 0)), (x/(
cosh(c) + 1)**3, True))

________________________________________________________________________________________

Giac [A]
time = 0.39, size = 36, normalized size = 0.51 \begin {gather*} -\frac {4 \, {\left (10 \, e^{\left (2 \, d x + 2 \, c\right )} + 5 \, e^{\left (d x + c\right )} + 1\right )}}{15 \, d {\left (e^{\left (d x + c\right )} + 1\right )}^{5}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1+cosh(d*x+c))^3,x, algorithm="giac")

[Out]

-4/15*(10*e^(2*d*x + 2*c) + 5*e^(d*x + c) + 1)/(d*(e^(d*x + c) + 1)^5)

________________________________________________________________________________________

Mupad [B]
time = 0.93, size = 36, normalized size = 0.51 \begin {gather*} -\frac {4\,\left (5\,{\mathrm {e}}^{c+d\,x}+10\,{\mathrm {e}}^{2\,c+2\,d\,x}+1\right )}{15\,d\,{\left ({\mathrm {e}}^{c+d\,x}+1\right )}^5} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(cosh(c + d*x) + 1)^3,x)

[Out]

-(4*(5*exp(c + d*x) + 10*exp(2*c + 2*d*x) + 1))/(15*d*(exp(c + d*x) + 1)^5)

________________________________________________________________________________________