3.277 \(\int \frac {\cosh (x) \sinh (x)}{x} \, dx\)

Optimal. Leaf size=8 \[ \frac {\text {Shi}(2 x)}{2} \]

[Out]

1/2*Shi(2*x)

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 8, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 8, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.375, Rules used = {5448, 12, 3298} \[ \frac {\text {Shi}(2 x)}{2} \]

Antiderivative was successfully verified.

[In]

Int[(Cosh[x]*Sinh[x])/x,x]

[Out]

SinhIntegral[2*x]/2

Rule 12

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

Rule 3298

Int[sin[(e_.) + (Complex[0, fz_])*(f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[(I*SinhIntegral[(c*f*fz)
/d + f*fz*x])/d, x] /; FreeQ[{c, d, e, f, fz}, x] && EqQ[d*e - c*f*fz*I, 0]

Rule 5448

Int[Cosh[(a_.) + (b_.)*(x_)]^(p_.)*((c_.) + (d_.)*(x_))^(m_.)*Sinh[(a_.) + (b_.)*(x_)]^(n_.), x_Symbol] :> Int
[ExpandTrigReduce[(c + d*x)^m, Sinh[a + b*x]^n*Cosh[a + b*x]^p, x], x] /; FreeQ[{a, b, c, d, m}, x] && IGtQ[n,
 0] && IGtQ[p, 0]

Rubi steps

\begin {align*} \int \frac {\cosh (x) \sinh (x)}{x} \, dx &=\int \frac {\sinh (2 x)}{2 x} \, dx\\ &=\frac {1}{2} \int \frac {\sinh (2 x)}{x} \, dx\\ &=\frac {\text {Shi}(2 x)}{2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 8, normalized size = 1.00 \[ \frac {\text {Shi}(2 x)}{2} \]

Antiderivative was successfully verified.

[In]

Integrate[(Cosh[x]*Sinh[x])/x,x]

[Out]

SinhIntegral[2*x]/2

________________________________________________________________________________________

fricas [B]  time = 0.85, size = 13, normalized size = 1.62 \[ \frac {1}{4} \, {\rm Ei}\left (2 \, x\right ) - \frac {1}{4} \, {\rm Ei}\left (-2 \, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/4*Ei(2*x) - 1/4*Ei(-2*x)

________________________________________________________________________________________

giac [B]  time = 0.13, size = 13, normalized size = 1.62 \[ \frac {1}{4} \, {\rm Ei}\left (2 \, x\right ) - \frac {1}{4} \, {\rm Ei}\left (-2 \, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/4*Ei(2*x) - 1/4*Ei(-2*x)

________________________________________________________________________________________

maple [A]  time = 0.13, size = 7, normalized size = 0.88 \[ \frac {\Shi \left (2 x \right )}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cosh(x)*sinh(x)/x,x)

[Out]

1/2*Shi(2*x)

________________________________________________________________________________________

maxima [B]  time = 0.36, size = 13, normalized size = 1.62 \[ \frac {1}{4} \, {\rm Ei}\left (2 \, x\right ) - \frac {1}{4} \, {\rm Ei}\left (-2 \, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/4*Ei(2*x) - 1/4*Ei(-2*x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.12 \[ \int \frac {\mathrm {cosh}\relax (x)\,\mathrm {sinh}\relax (x)}{x} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((cosh(x)*sinh(x))/x,x)

[Out]

int((cosh(x)*sinh(x))/x, x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(x)*sinh(x)/x,x)

[Out]

Integral(sinh(x)*cosh(x)/x, x)

________________________________________________________________________________________