3.10.9 \(\int e^{a+b x} \cosh ^2(a+b x) \sinh (a+b x) \, dx\) [909]

Optimal. Leaf size=57 \[ \frac {e^{-2 a-2 b x}}{16 b}+\frac {e^{2 a+2 b x}}{16 b}+\frac {e^{4 a+4 b x}}{32 b}-\frac {x}{8} \]

[Out]

1/16*exp(-2*b*x-2*a)/b+1/16*exp(2*b*x+2*a)/b+1/32*exp(4*b*x+4*a)/b-1/8*x

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 57, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 4, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.182, Rules used = {2320, 12, 457, 76} \begin {gather*} \frac {e^{-2 a-2 b x}}{16 b}+\frac {e^{2 a+2 b x}}{16 b}+\frac {e^{4 a+4 b x}}{32 b}-\frac {x}{8} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

E^(-2*a - 2*b*x)/(16*b) + E^(2*a + 2*b*x)/(16*b) + E^(4*a + 4*b*x)/(32*b) - x/8

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 76

Int[((d_.)*(x_))^(n_.)*((a_) + (b_.)*(x_))*((e_) + (f_.)*(x_))^(p_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*
x)*(d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, d, e, f, n}, x] && IGtQ[p, 0] && EqQ[b*e + a*f, 0] &&  !(ILtQ[n
 + p + 2, 0] && GtQ[n + 2*p, 0])

Rule 457

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Dist[1/n, Subst[Int
[x^(Simplify[(m + 1)/n] - 1)*(a + b*x)^p*(c + d*x)^q, x], x, x^n], x] /; FreeQ[{a, b, c, d, m, n, p, q}, x] &&
 NeQ[b*c - a*d, 0] && IntegerQ[Simplify[(m + 1)/n]]

Rule 2320

Int[u_, x_Symbol] :> With[{v = FunctionOfExponential[u, x]}, Dist[v/D[v, x], Subst[Int[FunctionOfExponentialFu
nction[u, x]/x, x], x, v], x]] /; FunctionOfExponentialQ[u, x] &&  !MatchQ[u, (w_)*((a_.)*(v_)^(n_))^(m_) /; F
reeQ[{a, m, n}, x] && IntegerQ[m*n]] &&  !MatchQ[u, E^((c_.)*((a_.) + (b_.)*x))*(F_)[v_] /; FreeQ[{a, b, c}, x
] && InverseFunctionQ[F[x]]]

Rubi steps

\begin {align*} \int e^{a+b x} \cosh ^2(a+b x) \sinh (a+b x) \, dx &=\frac {\text {Subst}\left (\int \frac {\left (-1+x^2\right ) \left (1+x^2\right )^2}{8 x^3} \, dx,x,e^{a+b x}\right )}{b}\\ &=\frac {\text {Subst}\left (\int \frac {\left (-1+x^2\right ) \left (1+x^2\right )^2}{x^3} \, dx,x,e^{a+b x}\right )}{8 b}\\ &=\frac {\text {Subst}\left (\int \frac {(-1+x) (1+x)^2}{x^2} \, dx,x,e^{2 a+2 b x}\right )}{16 b}\\ &=\frac {\text {Subst}\left (\int \left (1-\frac {1}{x^2}-\frac {1}{x}+x\right ) \, dx,x,e^{2 a+2 b x}\right )}{16 b}\\ &=\frac {e^{-2 a-2 b x}}{16 b}+\frac {e^{2 a+2 b x}}{16 b}+\frac {e^{4 a+4 b x}}{32 b}-\frac {x}{8}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.05, size = 43, normalized size = 0.75 \begin {gather*} \frac {2 e^{-2 (a+b x)}+2 e^{2 (a+b x)}+e^{4 (a+b x)}-4 b x}{32 b} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

(2/E^(2*(a + b*x)) + 2*E^(2*(a + b*x)) + E^(4*(a + b*x)) - 4*b*x)/(32*b)

________________________________________________________________________________________

Maple [A]
time = 0.63, size = 53, normalized size = 0.93

method result size
risch \(\frac {{\mathrm e}^{-2 b x -2 a}}{16 b}+\frac {{\mathrm e}^{2 b x +2 a}}{16 b}+\frac {{\mathrm e}^{4 b x +4 a}}{32 b}-\frac {x}{8}\) \(47\)
derivativedivides \(\frac {\frac {\left (\cosh ^{3}\left (b x +a \right )\right ) \sinh \left (b x +a \right )}{4}-\frac {\cosh \left (b x +a \right ) \sinh \left (b x +a \right )}{8}-\frac {b x}{8}-\frac {a}{8}+\frac {\left (\cosh ^{4}\left (b x +a \right )\right )}{4}}{b}\) \(53\)
default \(\frac {\frac {\left (\cosh ^{3}\left (b x +a \right )\right ) \sinh \left (b x +a \right )}{4}-\frac {\cosh \left (b x +a \right ) \sinh \left (b x +a \right )}{8}-\frac {b x}{8}-\frac {a}{8}+\frac {\left (\cosh ^{4}\left (b x +a \right )\right )}{4}}{b}\) \(53\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(b*x+a)*cosh(b*x+a)^2*sinh(b*x+a),x,method=_RETURNVERBOSE)

[Out]

1/b*(1/4*cosh(b*x+a)^3*sinh(b*x+a)-1/8*cosh(b*x+a)*sinh(b*x+a)-1/8*b*x-1/8*a+1/4*cosh(b*x+a)^4)

________________________________________________________________________________________

Maxima [A]
time = 0.26, size = 50, normalized size = 0.88 \begin {gather*} -\frac {1}{8} \, x - \frac {a}{8 \, b} + \frac {e^{\left (4 \, b x + 4 \, a\right )} + 2 \, e^{\left (2 \, b x + 2 \, a\right )}}{32 \, b} + \frac {e^{\left (-2 \, b x - 2 \, a\right )}}{16 \, b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-1/8*x - 1/8*a/b + 1/32*(e^(4*b*x + 4*a) + 2*e^(2*b*x + 2*a))/b + 1/16*e^(-2*b*x - 2*a)/b

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 96 vs. \(2 (46) = 92\).
time = 0.36, size = 96, normalized size = 1.68 \begin {gather*} \frac {3 \, \cosh \left (b x + a\right )^{3} + 9 \, \cosh \left (b x + a\right ) \sinh \left (b x + a\right )^{2} - \sinh \left (b x + a\right )^{3} - 2 \, {\left (2 \, b x - 1\right )} \cosh \left (b x + a\right ) + {\left (4 \, b x - 3 \, \cosh \left (b x + a\right )^{2} + 2\right )} \sinh \left (b x + a\right )}{32 \, {\left (b \cosh \left (b x + a\right ) - b \sinh \left (b x + a\right )\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/32*(3*cosh(b*x + a)^3 + 9*cosh(b*x + a)*sinh(b*x + a)^2 - sinh(b*x + a)^3 - 2*(2*b*x - 1)*cosh(b*x + a) + (4
*b*x - 3*cosh(b*x + a)^2 + 2)*sinh(b*x + a))/(b*cosh(b*x + a) - b*sinh(b*x + a))

________________________________________________________________________________________

Sympy [B] Leaf count of result is larger than twice the leaf count of optimal. 177 vs. \(2 (44) = 88\).
time = 1.20, size = 177, normalized size = 3.11 \begin {gather*} \begin {cases} - \frac {x e^{a} e^{b x} \sinh ^{3}{\left (a + b x \right )}}{8} + \frac {x e^{a} e^{b x} \sinh ^{2}{\left (a + b x \right )} \cosh {\left (a + b x \right )}}{8} + \frac {x e^{a} e^{b x} \sinh {\left (a + b x \right )} \cosh ^{2}{\left (a + b x \right )}}{8} - \frac {x e^{a} e^{b x} \cosh ^{3}{\left (a + b x \right )}}{8} + \frac {e^{a} e^{b x} \sinh ^{3}{\left (a + b x \right )}}{8 b} - \frac {e^{a} e^{b x} \sinh {\left (a + b x \right )} \cosh ^{2}{\left (a + b x \right )}}{4 b} + \frac {3 e^{a} e^{b x} \cosh ^{3}{\left (a + b x \right )}}{8 b} & \text {for}\: b \neq 0 \\x e^{a} \sinh {\left (a \right )} \cosh ^{2}{\left (a \right )} & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Piecewise((-x*exp(a)*exp(b*x)*sinh(a + b*x)**3/8 + x*exp(a)*exp(b*x)*sinh(a + b*x)**2*cosh(a + b*x)/8 + x*exp(
a)*exp(b*x)*sinh(a + b*x)*cosh(a + b*x)**2/8 - x*exp(a)*exp(b*x)*cosh(a + b*x)**3/8 + exp(a)*exp(b*x)*sinh(a +
 b*x)**3/(8*b) - exp(a)*exp(b*x)*sinh(a + b*x)*cosh(a + b*x)**2/(4*b) + 3*exp(a)*exp(b*x)*cosh(a + b*x)**3/(8*
b), Ne(b, 0)), (x*exp(a)*sinh(a)*cosh(a)**2, True))

________________________________________________________________________________________

Giac [A]
time = 0.41, size = 57, normalized size = 1.00 \begin {gather*} -\frac {4 \, b x - 2 \, {\left (e^{\left (2 \, b x + 2 \, a\right )} + 1\right )} e^{\left (-2 \, b x - 2 \, a\right )} + 4 \, a - e^{\left (4 \, b x + 4 \, a\right )} - 2 \, e^{\left (2 \, b x + 2 \, a\right )}}{32 \, b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-1/32*(4*b*x - 2*(e^(2*b*x + 2*a) + 1)*e^(-2*b*x - 2*a) + 4*a - e^(4*b*x + 4*a) - 2*e^(2*b*x + 2*a))/b

________________________________________________________________________________________

Mupad [B]
time = 0.27, size = 42, normalized size = 0.74 \begin {gather*} \frac {\frac {{\mathrm {e}}^{-2\,a-2\,b\,x}}{16}+\frac {{\mathrm {e}}^{2\,a+2\,b\,x}}{16}+\frac {{\mathrm {e}}^{4\,a+4\,b\,x}}{32}}{b}-\frac {x}{8} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

(exp(- 2*a - 2*b*x)/16 + exp(2*a + 2*b*x)/16 + exp(4*a + 4*b*x)/32)/b - x/8

________________________________________________________________________________________