3.599 \(\int \frac {x+\cosh (x)+\sinh (x)}{1+\cosh (x)} \, dx\)

Optimal. Leaf size=15 \[ x-(1-x) \tanh \left (\frac {x}{2}\right ) \]

________________________________________________________________________________________

Rubi [A]  time = 0.13, antiderivative size = 15, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 4, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.308, Rules used = {6742, 3318, 4184, 3475} \[ x-(1-x) \tanh \left (\frac {x}{2}\right ) \]

Antiderivative was successfully verified.

[In]

Int[(x + Cosh[x] + Sinh[x])/(1 + Cosh[x]),x]

[Out]

x - (1 - x)*Tanh[x/2]

Rule 3318

Int[((c_.) + (d_.)*(x_))^(m_.)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(n_.), x_Symbol] :> Dist[(2*a)^n, Int[(c
 + d*x)^m*Sin[(1*(e + (Pi*a)/(2*b)))/2 + (f*x)/2]^(2*n), x], x] /; FreeQ[{a, b, c, d, e, f, m}, x] && EqQ[a^2
- b^2, 0] && IntegerQ[n] && (GtQ[n, 0] || IGtQ[m, 0])

Rule 3475

Int[tan[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[Log[RemoveContent[Cos[c + d*x], x]]/d, x] /; FreeQ[{c, d}, x]

Rule 4184

Int[csc[(e_.) + (f_.)*(x_)]^2*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> -Simp[((c + d*x)^m*Cot[e + f*x])/f, x]
+ Dist[(d*m)/f, Int[(c + d*x)^(m - 1)*Cot[e + f*x], x], x] /; FreeQ[{c, d, e, f}, x] && GtQ[m, 0]

Rule 6742

Int[u_, x_Symbol] :> With[{v = ExpandIntegrand[u, x]}, Int[v, x] /; SumQ[v]]

Rubi steps

\begin {align*} \int \frac {x+\cosh (x)+\sinh (x)}{1+\cosh (x)} \, dx &=\int \left (\frac {x+\cosh (x)}{1+\cosh (x)}+\tanh \left (\frac {x}{2}\right )\right ) \, dx\\ &=\int \frac {x+\cosh (x)}{1+\cosh (x)} \, dx+\int \tanh \left (\frac {x}{2}\right ) \, dx\\ &=2 \log \left (\cosh \left (\frac {x}{2}\right )\right )+\int \left (1+\frac {-1+x}{1+\cosh (x)}\right ) \, dx\\ &=x+2 \log \left (\cosh \left (\frac {x}{2}\right )\right )+\int \frac {-1+x}{1+\cosh (x)} \, dx\\ &=x+2 \log \left (\cosh \left (\frac {x}{2}\right )\right )+\frac {1}{2} \int (-1+x) \text {sech}^2\left (\frac {x}{2}\right ) \, dx\\ &=x+2 \log \left (\cosh \left (\frac {x}{2}\right )\right )-(1-x) \tanh \left (\frac {x}{2}\right )-\int \tanh \left (\frac {x}{2}\right ) \, dx\\ &=x-(1-x) \tanh \left (\frac {x}{2}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.09, size = 20, normalized size = 1.33 \[ \frac {\sinh (x) \left (x+x \coth \left (\frac {x}{2}\right )-1\right )}{\cosh (x)+1} \]

Antiderivative was successfully verified.

[In]

Integrate[(x + Cosh[x] + Sinh[x])/(1 + Cosh[x]),x]

[Out]

((-1 + x + x*Coth[x/2])*Sinh[x])/(1 + Cosh[x])

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x+\cosh (x)+\sinh (x)}{1+\cosh (x)} \, dx \]

Verification is Not applicable to the result.

[In]

IntegrateAlgebraic[(x + Cosh[x] + Sinh[x])/(1 + Cosh[x]),x]

[Out]

Could not integrate

________________________________________________________________________________________

fricas [A]  time = 1.40, size = 20, normalized size = 1.33 \[ \frac {2 \, {\left (x \cosh \relax (x) + x \sinh \relax (x) + 1\right )}}{\cosh \relax (x) + \sinh \relax (x) + 1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x+cosh(x)+sinh(x))/(1+cosh(x)),x, algorithm="fricas")

[Out]

2*(x*cosh(x) + x*sinh(x) + 1)/(cosh(x) + sinh(x) + 1)

________________________________________________________________________________________

giac [A]  time = 0.61, size = 14, normalized size = 0.93 \[ \frac {2 \, {\left (x e^{x} + 1\right )}}{e^{x} + 1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x+cosh(x)+sinh(x))/(1+cosh(x)),x, algorithm="giac")

[Out]

2*(x*e^x + 1)/(e^x + 1)

________________________________________________________________________________________

maple [A]  time = 0.06, size = 16, normalized size = 1.07




method result size



risch \(2 x -\frac {2 \left (-1+x \right )}{1+{\mathrm e}^{x}}\) \(16\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x+cosh(x)+sinh(x))/(1+cosh(x)),x,method=_RETURNVERBOSE)

[Out]

2*x-2*(-1+x)/(1+exp(x))

________________________________________________________________________________________

maxima [B]  time = 0.45, size = 35, normalized size = 2.33 \[ x + \frac {2 \, x e^{x}}{e^{x} + 1} - \frac {2}{e^{\left (-x\right )} + 1} + \log \left (\cosh \relax (x) + 1\right ) - 2 \, \log \left (e^{x} + 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x+cosh(x)+sinh(x))/(1+cosh(x)),x, algorithm="maxima")

[Out]

x + 2*x*e^x/(e^x + 1) - 2/(e^(-x) + 1) + log(cosh(x) + 1) - 2*log(e^x + 1)

________________________________________________________________________________________

mupad [B]  time = 0.29, size = 17, normalized size = 1.13 \[ 2\,x-\frac {2\,x-2}{{\mathrm {e}}^x+1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x + cosh(x) + sinh(x))/(cosh(x) + 1),x)

[Out]

2*x - (2*x - 2)/(exp(x) + 1)

________________________________________________________________________________________

sympy [A]  time = 0.47, size = 12, normalized size = 0.80 \[ x \tanh {\left (\frac {x}{2} \right )} + x - \tanh {\left (\frac {x}{2} \right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x+cosh(x)+sinh(x))/(1+cosh(x)),x)

[Out]

x*tanh(x/2) + x - tanh(x/2)

________________________________________________________________________________________