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

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

Optimal result

Integrand size = 16, antiderivative size = 25 \[ \int \frac {x (b+a \cosh (x))}{(a+b \cosh (x))^2} \, dx=-\frac {\log (a+b \cosh (x))}{b}+\frac {x \sinh (x)}{a+b \cosh (x)} \]

[Out]

-ln(a+b*cosh(x))/b+x*sinh(x)/(a+b*cosh(x))

Rubi [A] (verified)

Time = 0.04 (sec) , antiderivative size = 25, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.188, Rules used = {5756, 2747, 31} \[ \int \frac {x (b+a \cosh (x))}{(a+b \cosh (x))^2} \, dx=\frac {x \sinh (x)}{a+b \cosh (x)}-\frac {\log (a+b \cosh (x))}{b} \]

[In]

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

[Out]

-(Log[a + b*Cosh[x]]/b) + (x*Sinh[x])/(a + b*Cosh[x])

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 2747

Int[cos[(e_.) + (f_.)*(x_)]^(p_.)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(m_.), x_Symbol] :> Dist[1/(b^p*f), S
ubst[Int[(a + x)^m*(b^2 - x^2)^((p - 1)/2), x], x, b*Sin[e + f*x]], x] /; FreeQ[{a, b, e, f, m}, x] && Integer
Q[(p - 1)/2] && NeQ[a^2 - b^2, 0]

Rule 5756

Int[((Cosh[(c_.) + (d_.)*(x_)]*(B_.) + (A_))*((e_.) + (f_.)*(x_)))/(Cosh[(c_.) + (d_.)*(x_)]*(b_.) + (a_))^2,
x_Symbol] :> Simp[B*(e + f*x)*(Sinh[c + d*x]/(a*d*(a + b*Cosh[c + d*x]))), x] - Dist[B*(f/(a*d)), Int[Sinh[c +
 d*x]/(a + b*Cosh[c + d*x]), x], x] /; FreeQ[{a, b, c, d, e, f, A, B}, x] && EqQ[a*A - b*B, 0]

Rubi steps \begin{align*} \text {integral}& = \frac {x \sinh (x)}{a+b \cosh (x)}-\int \frac {\sinh (x)}{a+b \cosh (x)} \, dx \\ & = \frac {x \sinh (x)}{a+b \cosh (x)}-\frac {\text {Subst}\left (\int \frac {1}{a+x} \, dx,x,b \cosh (x)\right )}{b} \\ & = -\frac {\log (a+b \cosh (x))}{b}+\frac {x \sinh (x)}{a+b \cosh (x)} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.11 (sec) , antiderivative size = 25, normalized size of antiderivative = 1.00 \[ \int \frac {x (b+a \cosh (x))}{(a+b \cosh (x))^2} \, dx=-\frac {\log (a+b \cosh (x))}{b}+\frac {x \sinh (x)}{a+b \cosh (x)} \]

[In]

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

[Out]

-(Log[a + b*Cosh[x]]/b) + (x*Sinh[x])/(a + b*Cosh[x])

Maple [B] (verified)

Leaf count of result is larger than twice the leaf count of optimal. \(54\) vs. \(2(25)=50\).

Time = 0.56 (sec) , antiderivative size = 55, normalized size of antiderivative = 2.20

method result size
risch \(\frac {2 x}{b}-\frac {2 x \left (a \,{\mathrm e}^{x}+b \right )}{b \left (b \,{\mathrm e}^{2 x}+2 a \,{\mathrm e}^{x}+b \right )}-\frac {\ln \left ({\mathrm e}^{2 x}+\frac {2 a \,{\mathrm e}^{x}}{b}+1\right )}{b}\) \(55\)
parallelrisch \(\frac {\left (-b \cosh \left (x \right )-a \right ) \ln \left (\frac {-2 b \cosh \left (x \right )-2 a}{\cosh \left (x \right )+1}\right )+\left (2 b \cosh \left (x \right )+2 a \right ) \ln \left (1-\coth \left (x \right )+\operatorname {csch}\left (x \right )\right )+x \left (a +b \cosh \left (x \right )+b \sinh \left (x \right )\right )}{b \left (a +b \cosh \left (x \right )\right )}\) \(72\)

[In]

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

[Out]

2*x/b-2*x*(a*exp(x)+b)/b/(b*exp(2*x)+2*a*exp(x)+b)-1/b*ln(exp(2*x)+2*a/b*exp(x)+1)

Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 129 vs. \(2 (25) = 50\).

Time = 0.27 (sec) , antiderivative size = 129, normalized size of antiderivative = 5.16 \[ \int \frac {x (b+a \cosh (x))}{(a+b \cosh (x))^2} \, dx=\frac {2 \, b x \cosh \left (x\right )^{2} + 2 \, b x \sinh \left (x\right )^{2} + 2 \, a x \cosh \left (x\right ) - {\left (b \cosh \left (x\right )^{2} + b \sinh \left (x\right )^{2} + 2 \, a \cosh \left (x\right ) + 2 \, {\left (b \cosh \left (x\right ) + a\right )} \sinh \left (x\right ) + b\right )} \log \left (\frac {2 \, {\left (b \cosh \left (x\right ) + a\right )}}{\cosh \left (x\right ) - \sinh \left (x\right )}\right ) + 2 \, {\left (2 \, b x \cosh \left (x\right ) + a x\right )} \sinh \left (x\right )}{b^{2} \cosh \left (x\right )^{2} + b^{2} \sinh \left (x\right )^{2} + 2 \, a b \cosh \left (x\right ) + b^{2} + 2 \, {\left (b^{2} \cosh \left (x\right ) + a b\right )} \sinh \left (x\right )} \]

[In]

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

[Out]

(2*b*x*cosh(x)^2 + 2*b*x*sinh(x)^2 + 2*a*x*cosh(x) - (b*cosh(x)^2 + b*sinh(x)^2 + 2*a*cosh(x) + 2*(b*cosh(x) +
 a)*sinh(x) + b)*log(2*(b*cosh(x) + a)/(cosh(x) - sinh(x))) + 2*(2*b*x*cosh(x) + a*x)*sinh(x))/(b^2*cosh(x)^2
+ b^2*sinh(x)^2 + 2*a*b*cosh(x) + b^2 + 2*(b^2*cosh(x) + a*b)*sinh(x))

Sympy [F(-1)]

Timed out. \[ \int \frac {x (b+a \cosh (x))}{(a+b \cosh (x))^2} \, dx=\text {Timed out} \]

[In]

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

[Out]

Timed out

Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*a^2-4*b^2>0)', see `assume?`
 for more de

Giac [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 100 vs. \(2 (25) = 50\).

Time = 0.28 (sec) , antiderivative size = 100, normalized size of antiderivative = 4.00 \[ \int \frac {x (b+a \cosh (x))}{(a+b \cosh (x))^2} \, dx=\frac {2 \, b x e^{\left (2 \, x\right )} - b e^{\left (2 \, x\right )} \log \left (-b e^{\left (2 \, x\right )} - 2 \, a e^{x} - b\right ) - 2 \, a e^{x} \log \left (-b e^{\left (2 \, x\right )} - 2 \, a e^{x} - b\right ) - 2 \, b x - b \log \left (-b e^{\left (2 \, x\right )} - 2 \, a e^{x} - b\right )}{b^{2} e^{\left (2 \, x\right )} + 2 \, a b e^{x} + b^{2}} \]

[In]

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

[Out]

(2*b*x*e^(2*x) - b*e^(2*x)*log(-b*e^(2*x) - 2*a*e^x - b) - 2*a*e^x*log(-b*e^(2*x) - 2*a*e^x - b) - 2*b*x - b*l
og(-b*e^(2*x) - 2*a*e^x - b))/(b^2*e^(2*x) + 2*a*b*e^x + b^2)

Mupad [B] (verification not implemented)

Time = 2.43 (sec) , antiderivative size = 105, normalized size of antiderivative = 4.20 \[ \int \frac {x (b+a \cosh (x))}{(a+b \cosh (x))^2} \, dx=\frac {2\,x}{b}+\frac {\frac {2\,\left (b^3\,x-a^2\,b\,x\right )}{a^2\,b-b^3}+\frac {2\,{\mathrm {e}}^x\,\left (a\,b^3\,x-a^3\,b\,x\right )}{b\,\left (a^2\,b-b^3\right )}}{b+2\,a\,{\mathrm {e}}^x+b\,{\mathrm {e}}^{2\,x}}-\frac {\ln \left (b+2\,a\,{\mathrm {e}}^x+b\,{\mathrm {e}}^{2\,x}\right )}{b} \]

[In]

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

[Out]

(2*x)/b + ((2*(b^3*x - a^2*b*x))/(a^2*b - b^3) + (2*exp(x)*(a*b^3*x - a^3*b*x))/(b*(a^2*b - b^3)))/(b + 2*a*ex
p(x) + b*exp(2*x)) - log(b + 2*a*exp(x) + b*exp(2*x))/b