3.117 \(\int \text{Chi}(b x) \sinh (b x) \, dx\)

Optimal. Leaf size=34 \[ -\frac{\text{Chi}(2 b x)}{2 b}+\frac{\text{Chi}(b x) \cosh (b x)}{b}-\frac{\log (x)}{2 b} \]

[Out]

(Cosh[b*x]*CoshIntegral[b*x])/b - CoshIntegral[2*b*x]/(2*b) - Log[x]/(2*b)

________________________________________________________________________________________

Rubi [A]  time = 0.0590703, antiderivative size = 34, normalized size of antiderivative = 1., number of steps used = 5, number of rules used = 4, integrand size = 9, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.444, Rules used = {6547, 12, 3312, 3301} \[ -\frac{\text{Chi}(2 b x)}{2 b}+\frac{\text{Chi}(b x) \cosh (b x)}{b}-\frac{\log (x)}{2 b} \]

Antiderivative was successfully verified.

[In]

Int[CoshIntegral[b*x]*Sinh[b*x],x]

[Out]

(Cosh[b*x]*CoshIntegral[b*x])/b - CoshIntegral[2*b*x]/(2*b) - Log[x]/(2*b)

Rule 6547

Int[CoshIntegral[(c_.) + (d_.)*(x_)]*Sinh[(a_.) + (b_.)*(x_)], x_Symbol] :> Simp[(Cosh[a + b*x]*CoshIntegral[c
 + d*x])/b, x] - Dist[d/b, Int[(Cosh[a + b*x]*Cosh[c + d*x])/(c + d*x), x], x] /; FreeQ[{a, b, c, d}, x]

Rule 12

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

Rule 3312

Int[((c_.) + (d_.)*(x_))^(m_)*sin[(e_.) + (f_.)*(x_)]^(n_), x_Symbol] :> Int[ExpandTrigReduce[(c + d*x)^m, Sin
[e + f*x]^n, x], x] /; FreeQ[{c, d, e, f, m}, x] && IGtQ[n, 1] && ( !RationalQ[m] || (GeQ[m, -1] && LtQ[m, 1])
)

Rule 3301

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

Rubi steps

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

Mathematica [A]  time = 0.0113208, size = 36, normalized size = 1.06 \[ -\frac{\text{Chi}(2 b x)}{2 b}+\frac{\text{Chi}(b x) \cosh (b x)}{b}-\frac{\log (b x)}{2 b} \]

Antiderivative was successfully verified.

[In]

Integrate[CoshIntegral[b*x]*Sinh[b*x],x]

[Out]

(Cosh[b*x]*CoshIntegral[b*x])/b - CoshIntegral[2*b*x]/(2*b) - Log[b*x]/(2*b)

________________________________________________________________________________________

Maple [A]  time = 0.056, size = 33, normalized size = 1. \begin{align*}{\frac{{\it Chi} \left ( bx \right ) \cosh \left ( bx \right ) }{b}}-{\frac{\ln \left ( bx \right ) }{2\,b}}-{\frac{{\it Chi} \left ( 2\,bx \right ) }{2\,b}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(Chi(b*x)*sinh(b*x),x)

[Out]

Chi(b*x)*cosh(b*x)/b-1/2/b*ln(b*x)-1/2*Chi(2*b*x)/b

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int{\rm Chi}\left (b x\right ) \sinh \left (b x\right )\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(Chi(b*x)*sinh(b*x),x, algorithm="maxima")

[Out]

integrate(Chi(b*x)*sinh(b*x), x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\operatorname{Chi}\left (b x\right ) \sinh \left (b x\right ), x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(Chi(b*x)*sinh(b*x),x, algorithm="fricas")

[Out]

integral(cosh_integral(b*x)*sinh(b*x), x)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \sinh{\left (b x \right )} \operatorname{Chi}\left (b x\right )\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(Chi(b*x)*sinh(b*x),x)

[Out]

Integral(sinh(b*x)*Chi(b*x), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int{\rm Chi}\left (b x\right ) \sinh \left (b x\right )\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(Chi(b*x)*sinh(b*x),x, algorithm="giac")

[Out]

integrate(Chi(b*x)*sinh(b*x), x)